.spv2-page {
    background: #ffffff;
    color: #202838;
}

.spv2-page * {
    box-sizing: border-box;
    height: auto;
}

.spv2-kicker {
    margin-bottom: 8px;
    color: #9b7a35;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.spv2-hero {
    padding: 42px 0 58px;
    background: linear-gradient(180deg, #f8f7f4 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(32, 40, 56, 0.08);
}

.spv2-hero-row {
    align-items: flex-start;
}

.spv2-gallery-wrap {
    position: sticky;
    top: 88px;
}

.spv2-gallery-card {
    overflow: hidden;
    background: #f1f0ec;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 18px;
    box-shadow: 0 16px 44px rgba(32, 40, 56, 0.1);
}

.spv2-gallery {
    position: relative;
}

.spv2-gallery-stage {
    position: relative;
    overflow: hidden;
    background: #f1f0ec;
    border-radius: 18px;
}

.spv2-gallery-stage:before {
    content: "";
    display: block;
    padding-top: 116.28%;
}

.spv2-gallery-slide {
    position: absolute;
    inset: 0;
    display: none;
}

.spv2-gallery-slide.is-active {
    display: block;
}

.spv2-gallery-slide img,
.spv2-gallery-slide video {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    object-position: center center;
    background: #f1f0ec;
}

.spv2-gallery-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.94);
    color: #202838;
    border: 1px solid rgba(32, 40, 56, 0.12);
    border-radius: 50%;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(32, 40, 56, 0.14);
}

.spv2-gallery-prev {
    left: 12px;
}

.spv2-gallery-next {
    right: 12px;
}

.spv2-gallery-thumbs {
    display: flex;
    gap: 9px;
    margin-top: 12px;
    overflow-x: auto;
    padding: 0 2px 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.spv2-gallery-thumbs::-webkit-scrollbar {
    display: none;
}

.spv2-gallery-thumb {
    position: relative;
    flex: 0 0 74px;
    width: 74px;
    height: 86px;
    padding: 0;
    overflow: hidden;
    background: #f1f0ec;
    border: 2px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}

.spv2-gallery-thumb.is-active {
    border-color: #202838;
}

.spv2-gallery-thumb img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.spv2-gallery-thumb span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    height: 28px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(32, 40, 56, 0.86);
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
}

.spv2-gallery-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 14px;
}

.spv2-gallery-trust div {
    padding: 14px 15px;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 13px;
    box-shadow: 0 8px 22px rgba(32, 40, 56, 0.045);
}

.spv2-gallery-trust strong {
    display: block;
    margin-bottom: 4px;
    color: #202838;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 850;
}

.spv2-gallery-trust span {
    display: block;
    color: #606978;
    font-size: 12px;
    line-height: 1.35;
}

.spv2-order-card {
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 18px;
    box-shadow: 0 16px 46px rgba(32, 40, 56, 0.09);
    padding: 26px;
}

.spv2-desktop-title h1,
.spv2-mobile-title h1 {
    margin: 0 0 16px;
    color: #202838;
    font-size: 34px;
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: -0.3px;
}

.spv2-intro-card {
    margin-bottom: 18px;
    padding: 17px 18px;
    background: #f7f6f3;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 14px;
}

.spv2-intro-card h2 {
    margin: 0 0 7px;
    color: #202838;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 850;
}

.spv2-intro-card p {
    margin: 0;
    color: #4e5868;
    font-size: 14px;
    line-height: 1.52;
}

.spv2-photo-note {
    margin-top: 13px;
    padding: 13px 14px;
    background: #ffffff;
    border: 1px solid rgba(155, 122, 53, 0.22);
    border-radius: 11px;
}

.spv2-photo-note strong {
    display: block;
    margin-bottom: 4px;
    color: #202838;
    font-size: 14px;
    font-weight: 850;
}

.spv2-photo-note span {
    display: block;
    color: #606978;
    font-size: 13px;
    line-height: 1.42;
}

.spv2-current-price {
    margin-bottom: 15px;
    padding: 16px 18px;
    background: #202838;
    color: #ffffff;
    border-radius: 14px;
}

.spv2-current-price span {
    display: block;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 700;
}

.spv2-current-price strong {
    display: inline-block;
    color: #ffffff;
    font-size: 31px;
    line-height: 1.05;
    font-weight: 850;
}

.spv2-current-price small {
    display: inline-block;
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    text-decoration: line-through;
}

.spv2-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 20px;
}

.spv2-benefits span {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 0 10px;
    background: #f7f6f3;
    color: #4e5868;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.spv2-alert {
    margin-bottom: 16px;
    padding: 13px 14px;
    background: #fff8e8;
    color: #5f4a16;
    border: 1px solid rgba(155, 122, 53, 0.22);
    border-radius: 11px;
    font-size: 14px;
    line-height: 1.45;
}

.spv2-step {
    padding-top: 22px;
    margin-top: 22px;
    border-top: 1px solid rgba(32, 40, 56, 0.09);
}

.spv2-step:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.spv2-step-head {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 15px;
}

.spv2-step-head > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    background: #202838;
    color: #ffffff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 850;
}

.spv2-step-head strong {
    display: block;
    margin-bottom: 3px;
    color: #202838;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 850;
}

.spv2-step-head small {
    display: block;
    color: #606978;
    font-size: 13px;
    line-height: 1.35;
}

.spv2-option-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.spv2-option {
    position: relative;
    padding: 0;
    margin: 0;
}

.spv2-option .custom-control-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.spv2-option-label {
    position: relative;
    display: block;
    width: 100%;
    min-height: 96px;
    padding: 14px;
    background: #ffffff;
    color: #202838;
    border: 1px solid rgba(32, 40, 56, 0.12);
    border-radius: 13px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.spv2-option-label:before,
.spv2-option-label:after {
    display: none !important;
}

.spv2-option-label strong {
    display: block;
    margin-bottom: 4px;
    color: #202838;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 850;
}

.spv2-option-label span {
    display: block;
    margin-bottom: 8px;
    color: #606978;
    font-size: 12px;
    line-height: 1.35;
}

.spv2-option-label em {
    display: block;
    color: #202838;
    font-size: 16px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 850;
}

.spv2-option-label em s {
    margin-right: 5px;
    color: #8d929b;
    font-size: 12px;
    font-weight: 600;
}

.spv2-option-label b {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 7px;
    background: #9b7a35;
    color: #ffffff;
    border-radius: 999px;
    font-size: 9px;
    line-height: 1;
    font-weight: 850;
    text-transform: uppercase;
}

.spv2-option-input:checked + .spv2-option-label {
    background: #f8f7f4;
    border-color: #202838;
    box-shadow: 0 0 0 2px rgba(32, 40, 56, 0.08);
}

.spv2-option-grid-material .spv2-option-label em,
.spv2-option-label .spv2-material-from {
    color: #606978;
    font-size: 12px;
    line-height: 1.35;
    font-style: normal;
    font-weight: 650;
}

.js-size .spv2-option-label em {
    color: #202838;
    font-size: 16px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 850;
}

.spv2-free-package {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 12px;
    padding: 12px 14px;
    background: #fff8e8;
    color: #5f4a16;
    border: 1px solid rgba(155, 122, 53, 0.25);
    border-radius: 11px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 650;
}

.spv2-free-package:before {
    content: "🎁";
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1;
}

.spv2-map-set {
    margin-bottom: 14px;
}

.spv2-set-title {
    margin-bottom: 12px;
    color: #202838;
    font-size: 15px;
    font-weight: 850;
}

.spv2-field {
    margin-bottom: 14px;
}

.spv2-field label {
    display: block;
    margin-bottom: 6px;
    color: #202838;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
}

.spv2-inline-field {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.spv2-inline-field > label {
    margin: 0;
    color: #202838;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
}

.spv2-input-icon {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: stretch;
    min-width: 0;
}

.spv2-input-icon i {
    position: static;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    width: 44px;
    background: #f7f6f3;
    color: #8d929b;
    border: 1px solid rgba(32, 40, 56, 0.16);
    border-right: none;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
    line-height: 1;
    transform: none;
    pointer-events: none;
}

.spv2-input-icon .form-control {
    display: block;
    width: 100%;
    min-width: 0;
    padding-left: 12px;
    border-radius: 0 10px 10px 0;
}

.spv2-field .form-control {
    min-height: 44px;
    border: 1px solid rgba(32, 40, 56, 0.16);
    color: #202838;
    font-size: 14px;
    box-shadow: none;
}

.spv2-field textarea.form-control {
    min-height: 86px;
    padding-top: 11px;
    border-radius: 10px;
}

.spv2-field select.form-control {
    border-radius: 10px;
}

.spv2-inline-field select.form-control {
    border-radius: 10px;
}

.spv2-field .form-control:focus {
    border-color: rgba(155, 122, 53, 0.42);
    box-shadow: 0 0 0 3px rgba(155, 122, 53, 0.08);
}

.spv2-input-icon:focus-within i {
    border-color: rgba(155, 122, 53, 0.42);
    color: #9b7a35;
}

.spv2-field .form-control.error,
.spv2-field .form-control.spv2-field-error {
    border-color: #c0392b;
    box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.11);
}

.spv2-field .spv2-field-error + i,
.spv2-input-icon:has(.spv2-field-error) i {
    border-color: #c0392b;
}

.spv2-time-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 14px;
    background: #f7f6f3;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 11px;
}

.spv2-time-top strong {
    display: block;
    margin-bottom: 3px;
    color: #202838;
    font-size: 14px;
    font-weight: 850;
}

.spv2-time-top small {
    display: block;
    color: #606978;
    font-size: 12px;
    line-height: 1.35;
}

.spv2-time-fields {
    margin-top: 10px;
}

.spv2-helper-links {
    margin: 4px 0 12px;
}

.spv2-helper-links a,
.spv2-extra-toggle {
    color: #202838;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    text-decoration: none;
}

.spv2-helper-links a:hover,
.spv2-extra-toggle:hover {
    color: #9b7a35;
}

.spv2-photo-helper {
    margin-bottom: 12px;
    padding: 12px 13px;
    background: #f7f6f3;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 10px;
    color: #4e5868;
    font-size: 13px;
    line-height: 1.45;
}

.spv2-text-examples {
    margin-bottom: 14px;
    padding: 14px 16px;
    background: #f7f6f3;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 11px;
}

.spv2-text-examples ol {
    margin: 0 0 0 18px;
    padding: 0;
}

.spv2-extra-toggle {
    display: inline-flex;
    margin-bottom: 10px;
}

.spv2-extra-box {
    display: none;
    margin-bottom: 18px;
    padding: 16px;
    background: #f7f6f3;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 12px;
}

.spv2-extra-title {
    margin-bottom: 10px;
    color: #202838;
    font-size: 15px;
    font-weight: 850;
}

.spv2-lang-box {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(32, 40, 56, 0.08);
}

.spv2-action-box {
    margin-top: 20px;
}

.spv2-main-btn,
.spv2-main-btn:hover,
.spv2-main-btn:visited,
.spv2-main-btn:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    background: #202838;
    color: #ffffff;
    border: 1px solid #202838;
    border-radius: 11px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 850;
    text-decoration: none;
    box-shadow: none;
}

.spv2-main-btn:hover {
    background: #2f394b;
    border-color: #2f394b;
    color: #ffffff;
}

.spv2-prev-btn {
    width: 100%;
    min-height: 42px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.spv2-help-note {
    margin-top: 13px;
    padding: 13px 14px;
    background: #f7f6f3;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 11px;
    text-align: left;
}

.spv2-help-note strong {
    display: block;
    margin-bottom: 4px;
    color: #202838;
    font-size: 13px;
    font-weight: 850;
}

.spv2-help-note span {
    display: block;
    color: #606978;
    font-size: 13px;
    line-height: 1.42;
}

.spv2-help-note-main {
    background: #fff8e8;
    border-color: rgba(155, 122, 53, 0.22);
}

.flatpickr-calendar {
    border-radius: 14px;
    box-shadow: 0 16px 44px rgba(32, 40, 56, 0.18);
    overflow: hidden;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #202838;
    border-color: #202838;
}

.spv2-section-head {
    max-width: 820px;
    margin: 0 auto 34px;
    text-align: center;
}

.spv2-section-head h2 {
    margin: 0 0 13px;
    color: #202838;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 850;
}

.spv2-section-head p {
    margin: 0;
    color: #606978;
    font-size: 16px;
    line-height: 1.58;
}

.spv2-explain,
.spv2-formats,
.spv2-related,
.spv2-review-shots {
    padding: 66px 0;
    background: #ffffff;
}

.spv2-explain {
    background: #f7f6f3;
}

.spv2-explain-grid,
.spv2-format-grid,
.spv2-related-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.spv2-explain-col,
.spv2-format-col,
.spv2-related-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.spv2-explain-card {
    height: 100%;
    padding: 22px 20px;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(32, 40, 56, 0.045);
}

.spv2-explain-card strong {
    display: block;
    margin-bottom: 8px;
    color: #202838;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 850;
}

.spv2-explain-card span {
    display: block;
    color: #606978;
    font-size: 14px;
    line-height: 1.5;
}

.spv2-video-proof {
    padding: 66px 0;
    background: #ffffff;
    border-top: 1px solid rgba(32, 40, 56, 0.08);
    border-bottom: 1px solid rgba(32, 40, 56, 0.08);
}

.spv2-video-copy h2 {
    margin: 0 0 14px;
    color: #202838;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 850;
}

.spv2-video-copy p {
    margin: 0;
    color: #606978;
    font-size: 16px;
    line-height: 1.58;
}

.spv2-video-box {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #111111;
    border-radius: 16px;
    box-shadow: 0 16px 44px rgba(32, 40, 56, 0.12);
}

.spv2-video-box:before {
    display: none;
}

.spv2-video-box video {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    background: #111111;
}

.spv2-format-card {
    height: 100%;
    overflow: hidden;
    background: #f8f7f4;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(32, 40, 56, 0.055);
}

.spv2-format-card img {
    display: block;
    width: 100%;
    height: auto;
}

.spv2-format-card div {
    padding: 20px;
}

.spv2-format-card strong {
    display: block;
    margin-bottom: 8px;
    color: #202838;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 850;
}

.spv2-format-card p {
    margin: 0;
    color: #606978;
    font-size: 14px;
    line-height: 1.5;
}

.spv2-process {
    padding: 66px 0;
    background: #202838;
}

.spv2-process-box {
    color: #ffffff;
}

.spv2-process-head {
    max-width: 700px;
    margin-bottom: 28px;
}

.spv2-process-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.16;
    font-weight: 850;
}

.spv2-process-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.spv2-process-steps div {
    padding: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
}

.spv2-process-steps span {
    display: inline-flex;
    margin-bottom: 13px;
    color: #d5ad5d;
    font-size: 13px;
    font-weight: 850;
}

.spv2-process-steps strong {
    display: block;
    margin-bottom: 7px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 850;
}

.spv2-process-steps p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.45;
}

.spv2-related-col,
.spv2-related-col:hover,
.spv2-related-col:visited,
.spv2-related-col:active {
    color: #202838;
    text-decoration: none;
}

.spv2-related-card {
    height: 100%;
    overflow: hidden;
    background: #f8f7f4;
    border: 1px solid rgba(32, 40, 56, 0.08);
    border-radius: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.spv2-related-card:hover {
    border-color: rgba(155, 122, 53, 0.24);
    box-shadow: 0 12px 28px rgba(32, 40, 56, 0.09);
}

.spv2-related-img {
    position: relative;
    overflow: hidden;
    background: #f1f0ec;
}

.spv2-related-img:before {
    content: "";
    display: block;
    padding-top: 116.28%;
}

.spv2-related-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
}

.spv2-related-card strong {
    display: block;
    padding: 12px 10px 13px;
    color: #202838;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
    font-weight: 800;
}

.spv2-mobile-sticky {
    display: none;
}

.spv2-mobile-sticky button.is-submit {
    background: #2f394b;
}

.spv2-mobile-sticky button.is-attention {
    background: #9b7a35;
}

@media (max-width: 991.98px) {
    .spv2-gallery-wrap {
        position: static;
        margin-bottom: 22px;
    }

    .spv2-order-card {
        padding: 22px;
    }

    .spv2-process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .spv2-video-copy {
        margin-bottom: 22px;
    }

}

@media (max-width: 767.98px) {
    .spv2-hero {
        padding: 26px 0 42px;
    }

    .spv2-mobile-title h1 {
        font-size: 28px;
        line-height: 1.14;
    }

    .spv2-gallery-card {
        border-radius: 14px;
    }

    .spv2-gallery-stage {
        border-radius: 14px;
    }

    .spv2-gallery-arrow {
        width: 38px;
        height: 38px;
        font-size: 28px;
    }

    .spv2-gallery-thumb {
        flex-basis: 62px;
        width: 62px;
        height: 72px;
        border-radius: 8px;
    }

    .spv2-gallery-trust {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .spv2-order-card {
        padding: 18px 14px;
        border-radius: 15px;
    }

    .spv2-intro-card {
        padding: 15px 14px;
    }

    .spv2-current-price strong {
        font-size: 27px;
    }

    .spv2-benefits {
        gap: 6px;
    }

    .spv2-benefits span {
        font-size: 11px;
        min-height: 27px;
    }

    .spv2-step {
        padding-top: 19px;
        margin-top: 19px;
    }

    .spv2-step-head strong {
        font-size: 16px;
    }

    .spv2-option-grid,
    .spv2-option-grid-material {
        grid-template-columns: 1fr;
    }

    .spv2-option-label {
        min-height: 82px;
    }

    .spv2-inline-field {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 8px;
    }

    .spv2-inline-field > label {
        font-size: 12px;
    }

    .spv2-input-icon {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .spv2-input-icon i {
        width: 40px;
        min-height: 42px;
    }

    .spv2-field .form-control {
        min-height: 42px;
        font-size: 13px;
    }

    .spv2-time-top {
        display: block;
    }

    .spv2-time-top .has-time {
        margin-top: 10px;
    }

    .spv2-section-head {
        text-align: left;
        margin-bottom: 24px;
    }

    .spv2-section-head h2,
    .spv2-process-head h2,
    .spv2-video-copy h2 {
        font-size: 26px;
    }

    .spv2-section-head p,
    .spv2-video-copy p {
        font-size: 14px;
        line-height: 1.5;
    }

    .spv2-explain,
    .spv2-formats,
    .spv2-process,
    .spv2-related,
    .spv2-review-shots,
    .spv2-video-proof {
        padding: 42px 0;
    }

    .spv2-process-steps {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .spv2-format-card div {
        padding: 16px;
    }

    .spv2-review-track {
        gap: 10px;
        margin-right: -14px;
        padding-right: 14px;
    }

    .spv2-review-item {
        flex: 0 0 76%;
        max-width: 290px;
        min-width: 220px;
    }

    .spv2-mobile-sticky {
        position: fixed;
        z-index: 999;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 10px 30px;
        background: #ffffff;
        border-top: 1px solid rgba(32, 40, 56, 0.12);
        box-shadow: 0 -8px 24px rgba(32, 40, 56, 0.12);
    }

    .spv2-mobile-sticky span {
        display: block;
        margin-bottom: 1px;
        color: #7b828d;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 700;
    }

    .spv2-mobile-sticky strong {
        display: block;
        color: #202838;
        font-size: 17px;
        line-height: 1.15;
        font-weight: 850;
    }

    .spv2-mobile-sticky button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        min-height: 40px;
        padding: 0 18px;
        background: #202838;
        color: #ffffff;
        border: none;
        border-radius: 9px;
        font-size: 13px;
        font-weight: 850;
    }

    body {
        padding-bottom: 68px;
    }
}


.spv2-review-shots {
    padding: 66px 0;
    background: #f7f6f3;
}

.spv2-review-slider {
    position: relative;
}

.spv2-review-track {
    display: flex;
    align-items: stretch;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 16px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.spv2-review-track::-webkit-scrollbar {
    display: none;
}

.spv2-review-item {
    position: relative;
    flex: 0 0 calc((100% - 64px) / 5);
    min-width: 180px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(32, 40, 56, 0.09);
    border-radius: 13px;
    box-shadow: 0 8px 22px rgba(32, 40, 56, 0.055);
    scroll-snap-align: start;
}

.spv2-review-item:before {
    content: "";
    display: block;
    padding-top: 177.78%;
}

.spv2-review-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
    background: #ffffff;
}

.spv2-review-nav {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.96);
    color: #202838;
    border: 1px solid rgba(32, 40, 56, 0.12);
    border-radius: 50%;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(32, 40, 56, 0.14);
}

.spv2-review-prev {
    left: -21px;
}

.spv2-review-next {
    right: -21px;
}

.spv2-review-nav:hover {
    background: #202838;
    color: #ffffff;
    border-color: #202838;
}

@media (max-width: 991.98px) {
    .spv2-review-item {
        flex: 0 0 calc((100% - 32px) / 3);
    }

    .spv2-review-prev {
        left: -12px;
    }

    .spv2-review-next {
        right: -12px;
    }
}

@media (max-width: 767.98px) {
    .spv2-review-shots {
        padding: 42px 0;
    }

    .spv2-review-track {
        gap: 10px;
        margin-right: -14px;
        padding-right: 14px;
    }

    .spv2-review-item {
        flex: 0 0 76%;
        max-width: 290px;
        min-width: 220px;
    }

    .spv2-review-nav {
        display: none;
    }
}


.spv2-current-price {
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.spv2-current-price:hover {
    background: #2f394b;
}

.spv2-current-price:after {
    content: "Змінити";
    position: absolute;
    right: 14px;
    top: 14px;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
}

.spv2-step-highlight {
    animation: spv2StepHighlight 1.2s ease;
}

@keyframes spv2StepHighlight {
    0% {
        box-shadow: 0 0 0 0 rgba(155, 122, 53, 0);
    }

    25% {
        box-shadow: 0 0 0 4px rgba(155, 122, 53, 0.16);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(155, 122, 53, 0);
    }
}

.spv2-contact-field {
    align-items: flex-start;
}

.spv2-contact-field > label {
    padding-top: 13px;
}

.spv2-field-hint {
    margin-top: 6px;
    color: #7b828d;
    font-size: 12px;
    line-height: 1.35;
}

.spv2-field-hint b {
    color: #4e5868;
    font-weight: 800;
}

.spv2-field-error-text {
    margin-top: 6px;
    color: #c0392b;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
}

.spv2-field .form-control.spv2-field-error {
    border-color: #c0392b !important;
    box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.11) !important;
}

.spv2-input-icon.has-error i {
    border-color: #c0392b;
    color: #c0392b;
}

.spv2-input-icon.has-success i {
    border-color: rgba(39, 174, 96, 0.45);
    color: #27ae60;
}

.spv2-field .form-control.spv2-field-success {
    border-color: rgba(39, 174, 96, 0.45);
}

.spv2-photo-send-note {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    margin: 16px 0 18px;
    padding: 15px;
    background: #f7f6f3;
    border: 1px solid rgba(32, 40, 56, 0.09);
    border-radius: 13px;
}

.spv2-photo-send-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #ffffff;
    color: #202838;
    border: 1px solid rgba(32, 40, 56, 0.1);
    border-radius: 50%;
    font-size: 17px;
    line-height: 1;
}

.spv2-photo-send-text strong {
    display: block;
    margin-bottom: 5px;
    color: #202838;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 850;
}

.spv2-photo-send-text span {
    display: block;
    color: #606978;
    font-size: 13px;
    line-height: 1.48;
}

@media (max-width: 767.98px) {
    .spv2-photo-send-note {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 10px;
        padding: 13px;
        margin: 14px 0 16px;
    }

    .spv2-photo-send-icon {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .spv2-photo-send-text strong {
        font-size: 14px;
    }

    .spv2-photo-send-text span {
        font-size: 12px;
    }
}