.c360-lock { overflow: hidden; }
.c360-widget { --c360-bg: #ffffff; --c360-text: #151515; --c360-muted: #6b7280; --c360-border: #e5e7eb; --c360-soft: #f8fafc; --c360-accent: #c4e357; --c360-radius: 22px; font-family: inherit; color: var(--c360-text); }
.c360-hero-card { max-width: 860px; margin: 32px auto; padding: 34px; border: 1px solid var(--c360-border); border-radius: var(--c360-radius); background: linear-gradient(135deg, #fff, #f7f7f7); box-shadow: 0 18px 45px rgba(15, 23, 42, .08); }
.c360-hero-card h2 { margin: 8px 0 12px; font-size: clamp(28px, 4vw, 44px); line-height: 1.05; }
.c360-hero-card p { max-width: 680px; color: var(--c360-muted); font-size: 17px; }
.c360-eyebrow { margin: 0; color: #6f831f !important; text-transform: uppercase; letter-spacing: .08em; font-size: 12px !important; font-weight: 800; }
.c360-button { border: 1px solid var(--c360-border); border-radius: 999px; background: #fff; color: var(--c360-text); padding: 12px 20px; font-weight: 800; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease; }
.c360-button:hover { transform: translateY(-1px); box-shadow: 0 10px 25px rgba(15, 23, 42, .08); }
.c360-button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.c360-button-primary { background: var(--c360-accent); border-color: var(--c360-accent); color: #151515; }
.c360-modal { position: fixed; inset: 0; z-index: 999999; display: none; }
.c360-modal.is-open { display: block; }
.c360-modal-backdrop { position: absolute; inset: 0; background: rgba(2, 6, 23, .68); backdrop-filter: blur(4px); }
.c360-panel { position: relative; width: min(1280px, calc(100vw - 24px)); max-height: min(860px, calc(100vh - 24px)); margin: 12px auto; overflow: auto; background: var(--c360-bg); border-radius: 28px; box-shadow: 0 24px 90px rgba(0,0,0,.35); padding: 28px; }
.c360-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--c360-border); background: #fff; font-size: 26px; line-height: 1; cursor: pointer; }
.c360-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-right: 48px; }
.c360-header h3 { margin: 4px 0 0; font-size: 28px; }
.c360-step-count { padding: 8px 13px; border-radius: 999px; background: var(--c360-soft); color: var(--c360-muted); font-weight: 800; white-space: nowrap; }
.c360-progress { height: 9px; background: var(--c360-soft); border-radius: 999px; overflow: hidden; margin: 18px 0 24px; }
.c360-progress span { display: block; width: 0; height: 100%; background: var(--c360-accent); border-radius: inherit; transition: width .25s ease; }
.c360-form { margin: 0; }
.c360-step { display: none; animation: c360Fade .18s ease; }
.c360-step.is-active { display: block; }
@keyframes c360Fade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.c360-step h4 { margin: 0 0 18px; font-size: 24px; }
.c360-help { color: var(--c360-muted); margin: -6px 0 18px; }
.c360-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.c360-grid label, .c360-step > label { display: grid; gap: 7px; font-weight: 800; color: #374151; margin-bottom: 15px; }
.c360-grid input, .c360-grid select, .c360-step textarea, .c360-step > label select { width: 100%; border: 1px solid var(--c360-border); border-radius: 14px; padding: 13px 14px; background: #fff; font: inherit; color: var(--c360-text); font-weight: 500; }
.c360-step textarea { resize: vertical; }
.c360-options { display: grid; gap: 13px; }
.c360-options-inline { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; }
.c360-option { display: flex !important; align-items: flex-start; gap: 13px !important; padding: 16px; border: 1px solid var(--c360-border); border-radius: 18px; background: #fff; cursor: pointer; transition: border-color .15s ease, background .15s ease, transform .15s ease; margin: 0 !important; }
.c360-option:hover { border-color: #9ca3af; transform: translateY(-1px); }
.c360-option input { margin-top: 4px; width: auto !important; }
.c360-option strong { display: block; color: var(--c360-text); }
.c360-option small { display: block; color: var(--c360-muted); font-weight: 500; margin-top: 3px; }
.c360-summary { border: 1px solid var(--c360-border); border-radius: 20px; overflow: hidden; background: #fff; margin-bottom: 18px; }
.c360-summary div { display: flex; justify-content: space-between; gap: 18px; padding: 13px 16px; border-bottom: 1px solid var(--c360-border); }
.c360-summary div:last-of-type { border-bottom: 0; }
.c360-summary span { color: var(--c360-muted); }
.c360-summary strong { text-align: right; }
.c360-summary .c360-discount strong { color: #059669; }
.c360-summary .c360-total { background: var(--c360-soft); font-size: 18px; }
.c360-summary .c360-payable { background: var(--c360-accent); color: #151515; font-size: 20px; }
.c360-summary .c360-payable span { color: #2f3a0f; }
.c360-summary .c360-insurance-later { background: #fbfcf7; color: #151515; }
.c360-summary .c360-insurance-later span { color: #2f3a0f; font-weight: 800; }
.c360-summary .c360-insurance-later strong { color: #4d5f16; }
.c360-summary .c360-insurance-later small { color: #4b5563; font-weight: 500; max-width: 620px; }
.c360-mini-cart-note strong { display: block; margin-bottom: 4px; color: #2f3a0f; font-size: 13px; }
.c360-mini-cart-note span { display: block; color: #4b5563; }

.c360-note { margin: 0; padding: 14px 16px; background: #f7fee7; color: #4d5f16; border-top: 1px solid #e2f7a4; }
.c360-consent { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; color: var(--c360-muted); }
.c360-consent input { margin-top: 5px; }
.c360-payment-box { padding: 16px; border: 1px solid var(--c360-border); border-radius: 18px; margin-bottom: 14px; }
.c360-pay-button { width: 100%; justify-content: center; }
.c360-alert { padding: 13px 15px; border-radius: 14px; background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; margin: 12px 0; }
.c360-success { padding: 24px; border-radius: 20px; background: #ecfdf5; border: 1px solid #a7f3d0; color: #064e3b; }
.c360-success strong { display: block; font-size: 22px; margin-bottom: 8px; }
.c360-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--c360-border); }
.c360-actions .c360-button-primary { margin-left: auto; }
.c360-widget-button-only { display: inline-block; }
.c360-open-button-only { display: inline-flex; align-items: center; justify-content: center; }
.c360-modal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: start; }
.c360-main-column { min-width: 0; }
.c360-mini-cart { position: sticky; top: 0; border-left: 1px solid #edf0f2; background: #fbfcf7; border-radius: 20px; padding: 20px; box-shadow: inset 0 0 0 1px rgba(196, 227, 87, .18); }
.c360-mini-cart-heading { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .04em; font-size: 15px; font-weight: 900; padding-bottom: 14px; border-bottom: 1px dashed #dfe6bc; }
.c360-mini-icon { width: 28px; height: 28px; border-radius: 9px; display: inline-grid; place-items: center; background: var(--c360-accent); font-size: 15px; }
.c360-mini-cart-lines { display: grid; gap: 0; }
.c360-mini-line { display: flex; justify-content: space-between; gap: 16px; padding: 15px 0; border-bottom: 1px dashed #dfe6bc; }
.c360-mini-line span { min-width: 0; }
.c360-mini-line strong { display: block; font-size: 14px; line-height: 1.2; }
.c360-mini-line small { display: block; margin-top: 4px; color: var(--c360-muted); font-size: 12px; line-height: 1.25; font-weight: 500; }
.c360-mini-line b { white-space: nowrap; font-size: 15px; }
.c360-mini-info-only b { color: #4d5f16; }
.c360-mini-discount b { color: #059669; }
.c360-mini-empty { padding: 16px 0; color: var(--c360-muted); border-bottom: 1px dashed #dfe6bc; }
.c360-mini-cart-total { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-top: 18px; text-transform: uppercase; font-weight: 900; }
.c360-mini-cart-total strong { font-size: clamp(22px, 3vw, 30px); color: #151515; text-align: right; }
.c360-mini-cart-note { margin: 10px 0 0; color: #4d5f16; font-size: 12px; line-height: 1.35; text-align: right; }

@media (max-width: 720px) {
  .c360-panel { padding: 20px; border-radius: 20px; }
  .c360-modal-layout { grid-template-columns: 1fr; }
  .c360-mini-cart { position: static; border-left: 0; order: -1; }
  .c360-header { display: block; padding-right: 42px; }
  .c360-step-count { display: inline-block; margin-top: 10px; }
  .c360-grid, .c360-options-inline { grid-template-columns: 1fr; }
  .c360-summary div { display: grid; gap: 4px; }
  .c360-summary strong { text-align: left; }
  .c360-actions { position: sticky; bottom: -20px; background: #fff; padding-bottom: 16px; }
}
.c360-summary small { display: block; font-size: 12px; line-height: 1.35; color: var(--c360-muted); margin-top: 3px; font-weight: 500; }
.c360-summary .c360-info-only { background: #f8fafc; }
.c360-step h4 small { color: var(--c360-muted); font-size: 13px; font-weight: 600; text-transform: none; }
.c360-subtitle { margin-top: 24px !important; margin-bottom: 12px !important; font-size: 18px !important; }
.c360-dgt-options { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.c360-extra-options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.c360-option-card { min-height: 165px; }
.c360-option-card span { display: flex; flex-direction: column; min-height: 132px; width: 100%; }
.c360-option-card small { flex: 1; }
.c360-option-card em { display: block; margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--c360-border); color: var(--c360-text); font-size: 18px; font-style: normal; font-weight: 900; text-align: right; }
.c360-option:has(input:checked) { border-color: #c4e357; background: #f7fee7; box-shadow: 0 8px 28px rgba(196, 227, 87, .22); }
.c360-option input[type="radio"], .c360-option input[type="checkbox"] { accent-color: #c4e357; }
@media (max-width: 900px) { .c360-dgt-options { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .c360-extra-options { grid-template-columns: 1fr; } .c360-option-card { min-height: auto; } .c360-option-card span { min-height: auto; } }

@media (max-width: 1050px) { .c360-modal-layout { grid-template-columns: 1fr; } .c360-mini-cart { position: static; border-left: 0; } }
.c360-option-disabled { opacity: .55; cursor: not-allowed; background: #f8fafc; }
.c360-option-disabled:hover { transform: none; border-color: var(--c360-border); }
.c360-option-disabled input { cursor: not-allowed; }
.c360-insurance-type-options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.c360-grid label[hidden] { display: none !important; }
.c360-grid label small { color: var(--c360-muted); font-weight: 500; margin-top: -4px; }
@media (max-width: 720px) { .c360-insurance-type-options { grid-template-columns: 1fr; } }
.c360-conditional-box { margin: 18px 0 20px; padding: 18px; border: 1px solid #e5e7eb; border-radius: 18px; background: #fbfcf7; }
.c360-conditional-box[hidden] { display: none !important; }
