.pdv-calculator {
	--pdv-blue: #3b82f6;
	--pdv-blue-dark: #245fd1;
	--pdv-cyan: #20c7e8;
	--pdv-ink: #111a2e;
	--pdv-muted: #66738c;
	--pdv-line: #dbe3f0;
	--pdv-page: #081225;
	--pdv-soft: #f3f7fc;
	background: radial-gradient(circle at 14% 8%, rgba(32, 199, 232, .18), transparent 28%), radial-gradient(circle at 88% 18%, rgba(59, 130, 246, .2), transparent 31%), linear-gradient(145deg, #07101f 0%, #0b1931 52%, #091427 100%);
	border: 1px solid rgba(132, 171, 224, .16);
	border-radius: 28px;
	color: var(--pdv-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin: 0 auto;
	max-width: 1440px;
	overflow: visible;
	padding: clamp(26px, 3.5vw, 48px) clamp(14px, 2.4vw, 28px);
	position: relative;
}
.pdv-calculator::before { background-image: linear-gradient(rgba(110, 153, 214, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(110, 153, 214, .07) 1px, transparent 1px); background-size: 42px 42px; content: ""; inset: 0; mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 58%); pointer-events: none; position: absolute; }
.pdv-calculator::after { background: var(--pdv-cyan); border-radius: 50%; box-shadow: 0 0 90px 36px rgba(32, 199, 232, .2); content: ""; height: 5px; left: 12%; pointer-events: none; position: absolute; top: 8%; width: 5px; }
.pdv-calculator *, .pdv-calculator *::before, .pdv-calculator *::after { box-sizing: border-box; }
.pdv-calculator__header { margin: 0 auto clamp(22px, 3vw, 32px); max-width: 900px; position: relative; text-align: center; z-index: 1; }
.pdv-calculator__brand { color: #fff; font-size: clamp(23px, 2.5vw, 30px); font-weight: 850; letter-spacing: -.04em; margin-bottom: 14px; text-shadow: 0 0 28px rgba(74, 156, 255, .28); }
.pdv-calculator__brand strong { background: linear-gradient(90deg, #63a3ff, #43dcf4); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pdv-calculator__header h2 { color: #fff; font-size: clamp(30px, 3.6vw, 46px); letter-spacing: -.045em; line-height: 1.08; margin: 0 0 10px; text-wrap: balance; }
.pdv-calculator__header p { color: #aebbd1; font-size: clamp(15px, 1.5vw, 18px); line-height: 1.5; margin: 0; }
.pdv-form { position: relative; z-index: 1; }
.pdv-layout { align-items: start; display: grid; gap: 22px; grid-template-columns: minmax(0, 1.72fr) minmax(310px, .92fr); margin: 0 auto; max-width: 1280px; }
.pdv-panel { background: rgba(255, 255, 255, .97); border: 1px solid rgba(255, 255, 255, .7); border-radius: 22px; box-shadow: 0 24px 70px rgba(0, 7, 24, .3), inset 0 1px 0 rgba(255,255,255,.9); overflow: hidden; }
.pdv-panel--form { overflow: visible; padding: clamp(20px, 2.4vw, 30px); }
.pdv-section + .pdv-section { border-top: 1px solid #e7edf6; margin-top: 24px; padding-top: 23px; }
.pdv-section h3 { align-items: center; color: var(--pdv-ink); display: flex; font-size: clamp(18px, 1.7vw, 22px); gap: 9px; letter-spacing: -.025em; margin: 0 0 17px; }
.pdv-section h3::before { background: linear-gradient(180deg, var(--pdv-cyan), var(--pdv-blue)); border-radius: 999px; box-shadow: 0 0 15px rgba(32,199,232,.34); content: ""; height: 24px; width: 4px; }
.pdv-category-native, .pdv-accessories-native { height: 1px !important; left: -10000px !important; overflow: hidden !important; position: absolute !important; width: 1px !important; }
.pdv-field[data-field-wrapper="brand"] { order: 10; }
.pdv-field[data-field-wrapper="gaming_pc_build_type"] { order: 20; }
.pdv-field[data-field-wrapper="pc_type"] { order: 20; }
.pdv-field[data-field-wrapper="model"] { order: 30; }
.pdv-field[data-field-wrapper="city"] { order: 40; }
.pdv-field[data-field-wrapper="ram_type"] { order: 50; }
.pdv-field[data-field-wrapper="ram"] { order: 51; }
.pdv-field[data-field-wrapper="storage"] { order: 60; }
.pdv-field[data-field-wrapper="storage_size"] { order: 61; }
.pdv-field[data-field-wrapper="processor_company"] { order: 70; }
.pdv-field[data-field-wrapper="cpu"] { order: 71; }
.pdv-field[data-field-wrapper="generation"] { order: 72; }
.pdv-field[data-field-wrapper="gpu_brand"] { order: 90; }
.pdv-field[data-field-wrapper="gpu_model"] { order: 91; }
.pdv-field[data-field-wrapper="gpu"] { order: 92; }
.pdv-field[data-field-wrapper="display"] { order: 100; }
.pdv-field[data-field-wrapper="battery"] { order: 110; }
.pdv-field[data-field-wrapper="condition"] { order: 120; }
.pdv-field[data-field-wrapper="warranty"] { order: 130; }
.pdv-device-options { display: grid; gap: 10px; grid-template-columns: repeat(3, minmax(0, 1fr)); outline: none; }
.pdv-device-option { align-items: center; background: linear-gradient(150deg, #fff, #f5f8fd); border: 1px solid var(--pdv-line); border-radius: 13px; color: var(--pdv-ink); cursor: pointer; display: flex; flex-direction: row; font: inherit; font-size: 15px; font-weight: 750; gap: 10px; justify-content: flex-start; min-height: 64px; overflow: hidden; padding: 9px 12px; position: relative; text-align: left; transition: background-color .18s, border-color .18s, box-shadow .18s, color .18s, transform .18s; }
.pdv-device-option::after { background: linear-gradient(90deg, transparent, rgba(255,255,255,.8), transparent); content: ""; height: 100%; left: -140%; position: absolute; top: 0; transform: skewX(-18deg); transition: left .5s ease; width: 70%; }
.pdv-device-option__icon { align-items: center; background: transparent; border: 1px solid #cfe0f2; border-radius: 10px; color: var(--pdv-blue-dark); display: flex; flex: 0 0 40px; height: 40px; justify-content: center; transition: background-color .18s, color .18s, transform .18s; width: 40px; }
.pdv-device-option__icon svg { display: block; height: 23px; width: 23px; }
.pdv-device-option__label { display: block; line-height: 1.2; }
.pdv-device-option:hover { border-color: #79b9ed; box-shadow: 0 12px 25px rgba(37, 91, 165, .12); transform: translateY(-3px); }
.pdv-device-option:hover::after { left: 150%; }
.pdv-device-option:hover .pdv-device-option__icon { transform: scale(1.05); }
.pdv-device-option[aria-pressed="true"] { background: linear-gradient(145deg, #ecf5ff, #e9fbff); border-color: #3a9be3; box-shadow: inset 0 0 0 1px #3a9be3, 0 13px 28px rgba(37, 112, 201, .16); color: #154c99; }
.pdv-device-option[aria-pressed="true"] .pdv-device-option__icon { background: linear-gradient(145deg, var(--pdv-blue), var(--pdv-cyan)); border-color: transparent; box-shadow: 0 8px 18px rgba(45, 139, 226, .3); color: #fff; }
.pdv-grid { display: grid; gap: 15px 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pdv-calculator.pdv-device--gaming-pc .pdv-section:not(.pdv-section--customer) > .pdv-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.pdv-calculator.pdv-device--gaming-pc .pdv-section:not(.pdv-section--customer) > .pdv-grid > .pdv-field { grid-column: span 3; }
.pdv-calculator.pdv-device--gaming-pc .pdv-section:not(.pdv-section--customer) > .pdv-grid > .pdv-field[data-field-wrapper="brand"],
.pdv-calculator.pdv-device--gaming-pc .pdv-section:not(.pdv-section--customer) > .pdv-grid > .pdv-field[data-field-wrapper="gaming_pc_build_type"],
.pdv-calculator.pdv-device--gaming-pc .pdv-section:not(.pdv-section--customer) > .pdv-grid > .pdv-field[data-field-wrapper="model"] { grid-column: span 2; }
.pdv-section--customer { padding-bottom: 1px; }
.pdv-section--customer .pdv-grid--customer { gap: 10px 12px; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.pdv-grid--customer .pdv-field--contact { grid-column: span 2; }
.pdv-grid--customer .pdv-field--location { grid-column: span 3; }
.pdv-section--customer h3 { margin-bottom: 12px; }
.pdv-section--customer .pdv-field label { margin-bottom: 4px; }
.pdv-section--customer .pdv-field input,
.pdv-section--customer .pdv-combobox__trigger { height: 42px; min-height: 42px; }
.pdv-field { min-width: 0; }
.pdv-field[hidden], .pdv-section[hidden] { display: none !important; }
.pdv-field--wide { grid-column: 1 / -1; }
.pdv-field label { display: block; font-size: 13px; font-weight: 750; line-height: 1.35; margin: 0 0 6px; }
.pdv-field input, .pdv-field select { appearance: none; background: linear-gradient(180deg, #fff, #fbfcff); border: 1px solid #cbd6e6; border-radius: 10px; color: var(--pdv-ink); font: inherit; font-size: 14px; height: 46px; line-height: 1.35; min-height: 46px; outline: none; padding: 10px 13px; transition: border-color .18s, box-shadow .18s, background-color .18s; width: 100%; }
.pdv-field { position: relative; }
.pdv-field:focus-within { z-index: 90; }
.pdv-calculator .pdv-field > select.pdv-native-select { clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; height: 1px !important; left: 0 !important; margin: 0 !important; opacity: 0 !important; overflow: hidden !important; padding: 0 !important; pointer-events: none !important; position: absolute !important; top: 38px !important; white-space: nowrap !important; width: 1px !important; }
.pdv-combobox { position: relative; width: 100%; }
.pdv-calculator .pdv-combobox__trigger { align-items: center; appearance: none; background: linear-gradient(180deg, #fff, #fbfcff); border: 1px solid #cbd6e6; border-radius: 10px; color: var(--pdv-ink); cursor: pointer; display: flex; font: inherit; font-size: 14px; gap: 10px; height: 46px; justify-content: space-between; line-height: 1.35; margin: 0; min-height: 46px; outline: none; padding: 10px 12px 10px 13px; text-align: left; transition: border-color .18s, box-shadow .18s, background-color .18s; width: 100%; }
.pdv-combobox__trigger svg { fill: none; flex: 0 0 17px; height: 17px; stroke: #536176; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transition: transform .18s; width: 17px; }
.pdv-combobox [data-pdv-combobox-value] { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pdv-combobox [data-pdv-combobox-value].is-placeholder { color: #798497; }
.pdv-combobox.is-open .pdv-combobox__trigger { border-color: #3d9de2; box-shadow: 0 0 0 3px rgba(32, 199, 232, .11); }
.pdv-combobox.is-open .pdv-combobox__trigger svg { transform: rotate(180deg); }
.pdv-combobox__trigger:disabled { background: #f4f6f9; color: #8a93a3; cursor: wait; }
.pdv-combobox.is-open { z-index: 100; }
.pdv-combobox__panel { background: #fff; border: 1px solid #c8d6e8; border-radius: 10px; box-shadow: 0 12px 30px rgba(8, 27, 61, .16); left: 0; min-width: 100%; overflow: hidden; padding: 0; position: absolute; right: 0; top: calc(100% + 4px); width: 100%; z-index: 80; }
.pdv-combobox.opens-up .pdv-combobox__panel { bottom: calc(100% + 4px); top: auto; }
.pdv-section--customer .pdv-field--location .pdv-combobox__panel { bottom: calc(100% + 4px) !important; top: auto !important; }
.pdv-calculator .pdv-combobox__search-wrap { align-items: center; display: flex; height: 42px; margin: 0; padding: 4px 6px; position: relative; width: 100%; }
.pdv-calculator .pdv-combobox__search-wrap svg { bottom: auto; fill: none; height: 15px; left: 16px; margin: 0; pointer-events: none; position: absolute; stroke: #69778b; stroke-linecap: round; stroke-width: 1.8; top: 50%; transform: translateY(-50%); width: 15px; z-index: 2; }
.pdv-calculator .pdv-field .pdv-combobox__search { appearance: none !important; background: #f6f8fb !important; border: 1px solid #d7e1ee !important; border-radius: 7px !important; box-shadow: none !important; box-sizing: border-box !important; display: block !important; font: 500 13px/18px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; height: 34px !important; letter-spacing: normal !important; margin: 0 !important; max-height: 34px !important; min-height: 34px !important; padding: 7px 9px 7px 31px !important; text-indent: 0 !important; vertical-align: middle !important; width: 100% !important; }
.pdv-calculator .pdv-combobox__search::-webkit-search-cancel-button { margin: 0; }
.pdv-combobox__options { display: grid; gap: 0; margin: 0; max-height: 168px; overflow-y: auto; overscroll-behavior: contain; padding: 3px 6px 6px; scrollbar-color: #a8b4c5 transparent; scrollbar-width: thin; width: 100%; }
.pdv-combobox__options::-webkit-scrollbar { width: 6px; }
.pdv-combobox__options::-webkit-scrollbar-track { background: transparent; }
.pdv-combobox__options::-webkit-scrollbar-thumb { background: #a8b4c5; border-radius: 999px; }
.pdv-calculator .pdv-combobox__option { align-items: center; appearance: none !important; background: transparent; border: 0 !important; border-radius: 6px; box-shadow: none !important; color: #26354c; cursor: pointer; display: flex !important; font: 500 13px/17px Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; height: 29px !important; justify-content: flex-start; margin: 0 !important; max-height: 29px !important; min-height: 29px !important; padding: 5px 8px !important; text-align: left; text-transform: none; white-space: nowrap; width: 100%; }
.pdv-combobox__option:hover, .pdv-combobox__option:focus-visible { background: #edf6ff; color: #164f9a; outline: none; }
.pdv-combobox__option[aria-selected="true"] { background: linear-gradient(90deg, #e8f3ff, #ebfbff); color: #15539e; font-weight: 750; }
.pdv-calculator .pdv-combobox__option[hidden] { display: none !important; }
.pdv-combobox__empty { color: #768196; font-size: 13px; margin: 12px 8px 7px; text-align: center; }
/* Listeo may enhance newly populated selects after AJAX and hide the native
 * control. The calculator intentionally owns its select presentation. */
.pdv-calculator .pdv-field > .select2-container,
.pdv-calculator .pdv-field > .chosen-container,
.pdv-calculator .pdv-field > .select2,
.pdv-calculator .pdv-field > .chosen-select-container { display: none !important; }
.pdv-field input:focus, .pdv-field select:focus, .pdv-combobox__trigger:focus-visible { border-color: #3d9de2; box-shadow: 0 0 0 4px rgba(32, 199, 232, .12), 0 7px 18px rgba(29, 83, 151, .08); }
.pdv-field select:disabled { background-color: #f4f6f9; color: #8a93a3; cursor: wait; }
.pdv-accessory-grid { display: grid; gap: 8px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pdv-accessory-option { align-items: center; background: linear-gradient(145deg, #fff, #f7f9fd); border: 1px solid var(--pdv-line); border-radius: 10px; cursor: pointer; display: flex; font-size: 13px; gap: 8px; min-height: 43px; padding: 8px 10px; transition: border-color .18s, box-shadow .18s, transform .18s; }
.pdv-accessory-option:hover { border-color: #91bff0; transform: translateY(-1px); }
.pdv-accessory-option:has(input:checked) { background: linear-gradient(145deg, #edf5ff, #eafcff); border-color: #3d9de2; box-shadow: 0 8px 18px rgba(45, 116, 196, .1); color: #15539e; }
.pdv-accessory-option input { accent-color: var(--pdv-blue); height: 18px; margin: 0; width: 18px; }
.pdv-price-card { position: sticky; top: 24px; }
.pdv-price-card { border-color: rgba(107, 171, 242, .35); }
.pdv-price-card__hero { background: radial-gradient(circle at 50% 0%, rgba(52, 216, 240, .26), transparent 52%), linear-gradient(145deg, #102e61, #0a1d40 72%); color: #fff; min-height: 185px; overflow: hidden; padding: 30px 24px 26px; position: relative; text-align: center; }
.pdv-price-card__hero::before { background-image: linear-gradient(rgba(130,180,242,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(130,180,242,.08) 1px, transparent 1px); background-size: 22px 22px; content: ""; inset: 0; pointer-events: none; position: absolute; }
.pdv-price-card__hero > * { position: relative; z-index: 1; }
.pdv-price-card__hero span { display: block; font-size: 16px; opacity: .86; }
.pdv-price-card__hero strong { background: linear-gradient(90deg, #fff, #bceeff); -webkit-background-clip: text; background-clip: text; color: transparent; display: block; font-size: clamp(34px, 4vw, 48px); letter-spacing: -.04em; line-height: 1.08; margin: 13px 0 10px; overflow-wrap: anywhere; }
.pdv-price-card__hero p { color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.45; margin: 0 auto; max-width: 330px; }
.pdv-price-card__hero.is-loading strong { opacity: .65; }
.pdv-price-card__body { padding: 22px; }
.pdv-price-row { align-items: center; border-bottom: 1px solid var(--pdv-line); display: flex; gap: 16px; justify-content: space-between; padding: 13px 0; }
.pdv-price-row:first-child { padding-top: 4px; }
.pdv-price-row span { color: var(--pdv-muted); font-size: 14px; }
.pdv-price-row strong { color: var(--pdv-ink); font-size: 16px; text-align: right; }
.pdv-ai-summary { background: #f7f9fc; border-radius: 13px; margin: 20px 0; padding: 17px; }
.pdv-ai-summary p { color: #4f5a6c; font-size: 13px; line-height: 1.55; margin: 0 0 8px; }
.pdv-ai-summary span { color: var(--pdv-muted); font-size: 12px; }
.pdv-ai-loading { align-items: center; color: var(--pdv-muted); display: flex; font-size: 13px; gap: 9px; justify-content: center; margin: 18px 0; }
.pdv-ai-loading[hidden], .pdv-ai-note[hidden], .pdv-price-row[hidden], .pdv-ai-summary[hidden] { display: none; }
.pdv-ai-note { color: var(--pdv-muted); font-size: 13px; line-height: 1.5; margin: 16px 0; }
.pdv-button { border: 0; border-radius: 10px; cursor: pointer; font: inherit; font-size: 14px; font-weight: 800; min-height: 48px; padding: 11px 18px; transition: background-color .16s, box-shadow .16s, opacity .16s, transform .16s; }
.pdv-button:hover { transform: translateY(-1px); }
.pdv-button:focus-visible, .pdv-device-option:focus-visible { box-shadow: 0 0 0 4px rgba(40,105,232,.22); outline: 2px solid var(--pdv-blue-dark); outline-offset: 2px; }
.pdv-button:disabled { cursor: wait; opacity: .62; transform: none; }
.pdv-button--primary { background: linear-gradient(90deg, var(--pdv-blue-dark), var(--pdv-blue), #2fbfdc); box-shadow: 0 12px 24px rgba(36, 95, 209, .22); color: #fff; }
.pdv-button--primary:hover { background: linear-gradient(90deg, #1f55bd, #3479e5, #24abc6); box-shadow: 0 15px 30px rgba(36, 95, 209, .3); color: #fff; }
.pdv-button--wide { margin-top: 24px; width: 100%; }
.pdv-disclaimer { color: #717b8d; font-size: 12px; line-height: 1.55; margin: 20px 0 0; }
.pdv-alert, .pdv-setup-message { background: #fff1f1; border: 1px solid #efb9b9; border-radius: 10px; color: #8e2424; margin: 0 auto 22px; max-width: 1360px; padding: 12px 15px; }
.pdv-honeypot { height: 0; left: -99999px; overflow: hidden; position: absolute; width: 0; }
.pdv-spinner { animation: pdv-spin .8s linear infinite; border: 3px solid #d5e1f2; border-radius: 50%; border-top-color: var(--pdv-blue); height: 20px; width: 20px; }
@keyframes pdv-spin { to { transform: rotate(360deg); } }
@media (max-width: 980px) {
	.pdv-layout { grid-template-columns: 1fr; }
	.pdv-price-card { position: static; }
}
@media (max-width: 640px) {
	.pdv-calculator { border-radius: 18px; padding: 28px 12px; }
	.pdv-calculator__brand { margin-bottom: 16px; }
	.pdv-panel { border-radius: 14px; }
	.pdv-panel--form, .pdv-price-card__body { padding: 18px 14px; }
	.pdv-device-options, .pdv-grid, .pdv-accessory-grid { grid-template-columns: 1fr; }
	.pdv-calculator.pdv-device--gaming-pc .pdv-section:not(.pdv-section--customer) > .pdv-grid { grid-template-columns: 1fr; }
	.pdv-calculator.pdv-device--gaming-pc .pdv-section:not(.pdv-section--customer) > .pdv-grid > .pdv-field { grid-column: auto; }
	.pdv-section--customer .pdv-grid--customer { grid-template-columns: 1fr; }
	.pdv-grid--customer .pdv-field--contact, .pdv-grid--customer .pdv-field--location { grid-column: auto; }
	.pdv-device-option { min-height: 58px; padding: 8px 11px; }
	.pdv-device-option__icon { flex: 0 0 38px; height: 38px; width: 38px; }
	.pdv-combobox__options { max-height: 174px; }
	.pdv-field--wide { grid-column: auto; }
	.pdv-price-card__hero { min-height: 180px; padding: 32px 20px 28px; }
}
@media (prefers-reduced-motion: reduce) { .pdv-calculator * { scroll-behavior: auto !important; transition: none !important; } }
