.shootGuaranteeStandalone {
    margin: 0;
    color: #182235;
    background: #f2f4f7;
    font-family: Arial, sans-serif;
}

.shootGuaranteeTopbar,
.shootGuaranteeFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px clamp(20px, 5vw, 72px);
    color: #fff;
    background: #111827;
}

.shootGuaranteeTopbar a,
.shootGuaranteeFooter a {
    color: inherit;
    text-decoration: none;
}

.shootGuaranteeTopbar > a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
}

.shootGuaranteeTopbar img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.shootGuaranteeTopbar nav {
    display: flex;
    gap: 20px;
}

.shootGuaranteePage {
    width: min(980px, calc(100% - 32px));
    margin: 32px auto 56px;
}

.shootGuaranteeHero {
    padding: clamp(24px, 5vw, 52px);
    color: #fff;
    border-radius: 18px 18px 0 0;
    background: linear-gradient(135deg, #172033, #263b54);
}

.shootGuaranteeHero p {
    margin: 0 0 8px;
    color: #d7a92f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
}

.shootGuaranteeHero h1 {
    margin: 0 0 10px;
    font-size: clamp(30px, 5vw, 48px);
}

.shootGuaranteeSummary,
.shootGuaranteeForm,
.shootGuaranteeSuccess,
.shootGuaranteeError,
.shootGuaranteeNotice {
    padding: 24px clamp(20px, 4vw, 40px);
    background: #fff;
}

.shootGuaranteeSummary {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    border-bottom: 1px solid #e5e7eb;
}

.shootGuaranteeSummary strong {
    color: #a16a00;
}

.shootGuaranteeForm {
    border-radius: 0 0 18px 18px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .11);
}

.shootGuaranteeForm h2 {
    margin: 28px 0 10px;
}

.shootGuaranteeForm h2:first-child {
    margin-top: 0;
}

.shootGuaranteeForm fieldset {
    margin: 22px 0;
    padding: 20px;
    border: 1px solid #d7dde5;
    border-radius: 12px;
}

.shootGuaranteeForm legend {
    padding: 0 8px;
    font-weight: 800;
}

.shootGuaranteeCompanion > p {
    margin: 4px 0 14px;
    color: #5b6675;
}

.shootGuaranteeCompanionToggle {
    min-height: 44px;
    padding: 0 18px;
    color: #805600;
    border: 1px solid #c68b19;
    border-radius: 8px;
    background: #fff8e4;
    font-weight: 800;
    cursor: pointer;
}

.shootGuaranteeCompanionToggle:hover,
.shootGuaranteeCompanionToggle:focus {
    color: #fff;
    background: #9d6800;
}

.shootGuaranteeCompanionFields {
    margin-top: 16px;
}

.shootGuaranteeCompanionFields[hidden] {
    display: none !important;
}

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

.shootGuaranteeGrid .wide {
    grid-column: 1 / -1;
}

.shootGuaranteeForm label {
    display: grid;
    gap: 7px;
    margin: 14px 0;
    font-weight: 700;
}

.shootGuaranteeForm input,
.shootGuaranteeForm select {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    color: #182235;
    border: 1px solid #9aa6b5;
    border-radius: 8px;
    background: #fff;
    font: inherit;
}

.shootGuaranteeCheck {
    grid-template-columns: 22px 1fr !important;
    align-items: start;
    font-weight: 400 !important;
    line-height: 1.5;
}

.shootGuaranteeCheck input {
    min-height: 0;
    margin-top: 4px;
}

.shootGuaranteeForm > button,
.shootGuaranteeOfferButton {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    color: #fff;
    border: 0;
    border-radius: 9px;
    background: #bf7f00;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.shootGuaranteeHint,
.shootGuaranteeOfferFineprint {
    color: #5b6675;
    font-size: 14px;
}

.shootGuaranteeNotice {
    color: #704c00;
    border-left: 5px solid #d69b16;
    background: #fff6d9;
}

.shootGuaranteeError {
    color: #81201c;
    border-left: 5px solid #c53b32;
}

.shootGuaranteeSuccess {
    border-left: 5px solid #2f8a54;
    border-radius: 0 0 18px 18px;
}

.shootGuaranteeLocalCode {
    margin: 18px 0;
    padding: 16px;
    color: #124a2d;
    border: 1px solid #7bc798;
    border-radius: 9px;
    background: #e8f8ee;
}

.shootGuaranteeLocalCode span {
    font-size: 13px;
}

.shootGuaranteeResend {
    padding: 16px clamp(20px, 4vw, 40px) 30px;
    background: #fff;
}

.shootGuaranteeResend button {
    padding: 0;
    color: #805600;
    border: 0;
    background: transparent;
    text-decoration: underline;
    cursor: pointer;
}

.shootGuaranteeOffer {
    margin: 18px 0 26px;
    padding: 22px;
    border: 1px solid #d8a62c;
    border-radius: 12px;
    background: #fff8e4;
}

.shootGuaranteeOffer h2 {
    margin-top: 0;
}

.shootGuaranteePayment {
    padding: clamp(24px, 5vw, 40px);
    border-radius: 0 0 18px 18px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .11);
}

.shootGuaranteePayment h2 {
    margin: 6px 0 8px;
    font-size: clamp(25px, 4vw, 36px);
}

.shootGuaranteePaymentEyebrow {
    margin: 0;
    color: #9d6800;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
}

.shootGuaranteeCountdown {
    display: inline-grid;
    min-width: 190px;
    gap: 2px;
    margin: 18px 0 24px;
    padding: 16px 22px;
    color: #fff;
    border-left: 5px solid #d7a92f;
    border-radius: 8px;
    background: #172033;
}

.shootGuaranteeCountdown span {
    color: #d7dde5;
    font-size: 13px;
}

.shootGuaranteeCountdown strong {
    font-size: 34px;
    font-variant-numeric: tabular-nums;
}

.shootGuaranteeCountdown.is-expired {
    border-left-color: #c53b32;
    background: #551f1c;
}

.shootGuaranteePayButton {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    color: #fff;
    border: 0;
    border-radius: 9px;
    background: #b97500;
    box-shadow: 0 7px 18px rgba(128, 86, 0, .22);
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.shootGuaranteePayButton:hover,
.shootGuaranteePayButton:focus {
    color: #fff;
    background: #8f5c00;
}

.shootGuaranteePayButton[aria-disabled="true"],
.shootGuaranteePayButton:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.shootGuaranteeLocalPaymentNote {
    max-width: 680px;
    padding: 12px 14px;
    color: #124a2d;
    border: 1px solid #7bc798;
    border-radius: 8px;
    background: #e8f8ee;
}

.shootGuaranteeCheckPayment {
    margin-top: 18px;
}

.shootGuaranteeCheckPayment button {
    padding: 0;
    color: #805600;
    border: 0;
    background: transparent;
    font-weight: 800;
    text-decoration: underline;
    cursor: pointer;
}

.shootGuaranteeCoupon {
    display: grid;
    justify-items: start;
    padding: clamp(24px, 5vw, 40px);
    border-top: 1px solid #e5e7eb;
    border-radius: 0 0 18px 18px;
    background: #fffaf0;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .11);
}

.shootGuaranteeCoupon h3 {
    margin: 6px 0 14px;
    font-size: clamp(25px, 4vw, 34px);
}

.shootGuaranteeCouponCode {
    margin-bottom: 16px;
    padding: 10px 16px;
    color: #fff;
    border-radius: 7px;
    background: #172033;
    font-size: clamp(22px, 4vw, 30px);
    letter-spacing: .08em;
}

.shootGuaranteeCoupon img {
    max-width: min(240px, 100%);
    height: auto;
    margin: 4px 0 16px;
    border: 8px solid #fff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, .12);
}

@media (max-width: 700px) {
    .shootGuaranteeTopbar,
    .shootGuaranteeFooter,
    .shootGuaranteeTopbar nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .shootGuaranteeGrid {
        grid-template-columns: 1fr;
    }

    .shootGuaranteeGrid .wide {
        grid-column: auto;
    }
}
