/* DRR DAMSON Stage38 — jeden kalkulator, jedna ścieżka */
.calculator-page{padding-block:34px 70px;color:#eef4f1}
.calculator-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:34px;align-items:center;padding:42px;border:1px solid rgba(217,170,74,.28);border-radius:28px;background:radial-gradient(circle at 85% 10%,rgba(217,170,74,.15),transparent 34%),linear-gradient(145deg,#111b1c,#081112 72%);box-shadow:0 24px 70px rgba(0,0,0,.28)}
.calculator-hero:after{content:"";position:absolute;right:-90px;bottom:-130px;width:360px;height:360px;border:1px solid rgba(217,170,74,.16);border-radius:50%;box-shadow:0 0 0 42px rgba(217,170,74,.03),0 0 0 84px rgba(217,170,74,.02);pointer-events:none}
.calculator-eyebrow{margin:0 0 10px;color:#e5b957;font-size:.76rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.calculator-hero h1{max-width:780px;margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.2rem,5vw,4.25rem);line-height:.98;letter-spacing:-.04em;color:#fff}
.calculator-hero h1 span{color:#e5b957}
.calculator-hero__lead{max-width:700px;margin:20px 0 0;color:#b9c7c4;font-size:1.08rem;line-height:1.72}
.calculator-hero__facts{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
.calculator-hero__facts span{padding:8px 12px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.04);color:#dce7e4;font-size:.82rem;font-weight:700}
.calculator-hero__facts i{margin-right:6px;color:#e5b957}
.calculator-hero__card{position:relative;z-index:1;padding:26px;border:1px solid rgba(217,170,74,.24);border-radius:20px;background:rgba(4,10,11,.72);backdrop-filter:blur(10px)}
.calculator-hero__card>span{display:grid;width:48px;height:48px;place-items:center;border-radius:15px;background:#e5b957;color:#111;font-size:1.25rem}
.calculator-hero__card strong{display:block;margin:16px 0 4px;color:#fff;font-family:Georgia,serif;font-size:1.55rem}
.calculator-hero__card p{margin:0;color:#9fb0ad;line-height:1.6}
.calculator-hero__card small{display:block;margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08);color:#d7e1df}

.calculator-shell{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,.72fr);gap:24px;align-items:start;margin-top:24px}
.calculator-form,.calculator-result{border:1px solid rgba(217,170,74,.2);border-radius:24px;background:#10191a;box-shadow:0 20px 54px rgba(0,0,0,.2)}
.calculator-form{padding:28px}
.calculator-form__intro{display:flex;gap:18px;align-items:flex-start;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.08)}
.calculator-step{display:grid;flex:0 0 40px;width:40px;height:40px;place-items:center;border-radius:13px;background:#e5b957;color:#14110a;font-weight:950}
.calculator-form h2,.calculator-result h2{margin:0;color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:1.65rem}
.calculator-form__intro p{margin:5px 0 0;color:#95a7a4;font-size:.92rem;line-height:1.55}
.calculator-section{margin:24px 0 0;padding:0;border:0}
.calculator-section legend{display:flex;width:100%;align-items:center;gap:10px;margin:0 0 14px;color:#fff;font-weight:900;font-size:.92rem}
.calculator-section legend span{display:grid;width:30px;height:30px;place-items:center;border:1px solid rgba(229,185,87,.35);border-radius:10px;color:#e5b957;font-size:.75rem}
.calculator-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.calculator-choice{position:relative;display:flex;min-height:112px;cursor:pointer}
.calculator-choice input{position:absolute;opacity:0;pointer-events:none}
.calculator-choice span{display:flex;width:100%;flex-direction:column;justify-content:space-between;gap:10px;padding:15px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#0a1213;color:#e6efed;transition:.18s ease}
.calculator-choice i{color:#e5b957;font-size:1.25rem}
.calculator-choice b{font-size:.88rem;line-height:1.3}
.calculator-choice input:checked+span{border-color:#e5b957;background:linear-gradient(145deg,rgba(229,185,87,.16),rgba(229,185,87,.04));box-shadow:0 0 0 1px rgba(229,185,87,.14)}
.calculator-choice input:focus-visible+span{outline:3px solid rgba(44,207,166,.55);outline-offset:2px}

.calculator-upload{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;padding:17px;border:1px dashed rgba(229,185,87,.4);border-radius:17px;background:rgba(229,185,87,.035);cursor:pointer}
.calculator-upload>i{display:grid;width:44px;height:44px;place-items:center;border-radius:13px;background:rgba(229,185,87,.13);color:#e5b957;font-size:1.1rem}
.calculator-upload span{display:flex;min-width:0;flex-direction:column;color:#fff;font-weight:850}
.calculator-upload small{margin-top:3px;color:#829592;font-weight:500}
.calculator-upload em{padding:8px 12px;border-radius:11px;background:#e5b957;color:#14110a;font-style:normal;font-size:.8rem;font-weight:900}
.calculator-upload input{position:absolute;width:1px;height:1px;opacity:0}
.calculator-file-status{display:block;margin-top:10px;color:#98aaa7;font-size:.82rem;line-height:1.55}
.calculator-file-status strong{color:#e5b957}
.calculator-file-preview{margin-top:14px;overflow:hidden;border:1px solid rgba(229,185,87,.25);border-radius:17px;background:#071011}
.calculator-file-preview[hidden]{display:none}
.calculator-file-preview__head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 14px;border-bottom:1px solid rgba(255,255,255,.07);background:rgba(229,185,87,.055);color:#e5b957;font-size:.78rem;font-weight:900}
.calculator-file-preview__head strong{max-width:65%;overflow:hidden;color:#b8c8c5;text-overflow:ellipsis;white-space:nowrap}
.calculator-file-preview__canvas{display:grid;min-height:260px;max-height:420px;place-items:center;padding:22px;background-color:#091213;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:22px 22px}
.calculator-file-preview__canvas svg{display:block;width:100%;height:100%;max-height:370px;filter:drop-shadow(0 8px 22px rgba(229,185,87,.12))}
.calculator-svg-preview *{stroke-width:1.5}
.calculator-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.calculator-field{display:flex;min-width:0;flex-direction:column;gap:7px;color:#dbe5e2;font-size:.83rem;font-weight:800}
.calculator-field input,.calculator-field select{width:100%;min-height:48px;padding:0 13px;border:1px solid rgba(255,255,255,.12);border-radius:13px;outline:0;background:#091112;color:#fff;font:inherit;font-weight:650;transition:.18s ease}
.calculator-field input:focus,.calculator-field select:focus{border-color:#e5b957;box-shadow:0 0 0 3px rgba(229,185,87,.12)}
.calculator-field small{color:#748885;font-weight:500;line-height:1.4}
.calculator-subgrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.calculator-subgrid[hidden]{display:none}
.calculator-form__note{display:flex;gap:10px;margin:22px 0 0;padding:13px 15px;border-radius:14px;background:#0a1213;color:#91a4a1;font-size:.8rem;line-height:1.5}
.calculator-form__note i{margin-top:2px;color:#e5b957}

.calculator-result{position:sticky;top:18px;overflow:hidden}
.calculator-result__head{padding:26px 26px 22px;background:linear-gradient(150deg,#172424,#0a1213)}
.calculator-result__head p{margin:0 0 5px;color:#e5b957;font-size:.74rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.calculator-price{display:block;margin-top:14px;color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:clamp(2.05rem,4vw,3.2rem);line-height:1}
.calculator-result.is-ready .calculator-price{color:#f0c76a}
.calculator-per-piece{display:block;margin-top:8px;color:#9fb0ad;font-size:.88rem;font-weight:700}
.calculator-breakdown{display:grid;gap:0;margin:0;padding:8px 26px 4px;list-style:none}
.calculator-breakdown li{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.07);color:#9eb0ad;font-size:.84rem}
.calculator-breakdown strong{white-space:nowrap;color:#edf4f2}
.calculator-breakdown .is-discount strong{color:#65d8ae}
.calculator-summary{width:calc(100% - 52px);min-height:118px;margin:18px 26px 0;padding:13px;border:1px solid rgba(255,255,255,.1);border-radius:13px;resize:vertical;background:#091112;color:#b8c7c4;font:500 .78rem/1.55 system-ui,sans-serif}
.calculator-actions{display:grid;gap:9px;padding:18px 26px 26px}
.calculator-actions button,.calculator-actions a{display:flex;min-height:48px;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,255,255,.12);border-radius:13px;cursor:pointer;background:transparent;color:#fff;text-decoration:none;font:850 .84rem system-ui,sans-serif;transition:.18s ease}
.calculator-actions button:hover,.calculator-actions a:hover{border-color:#e5b957;transform:translateY(-1px)}
.calculator-actions .calculator-primary{border-color:#e5b957;background:#e5b957;color:#151109;box-shadow:0 10px 28px rgba(229,185,87,.16)}
.calculator-actions .calculator-primary:hover{background:#f0c76a}
.calculator-disclaimer{margin:0;padding:0 26px 24px;color:#718481;font-size:.72rem;line-height:1.5;text-align:center}

.calculator-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.calculator-proof article{padding:22px;border:1px solid rgba(217,170,74,.17);border-radius:19px;background:#10191a}
.calculator-proof i{color:#e5b957;font-size:1.25rem}
.calculator-proof h2{margin:13px 0 7px;color:#fff;font-family:Georgia,serif;font-size:1.15rem}
.calculator-proof p{margin:0;color:#8fa19e;font-size:.84rem;line-height:1.55}
.calculator-faq{margin-top:24px;padding:30px;border:1px solid rgba(217,170,74,.17);border-radius:22px;background:#0c1516}
.calculator-faq>h2{margin:0 0 18px;color:#fff;font-family:Georgia,serif;font-size:1.65rem}
.calculator-faq details{border-top:1px solid rgba(255,255,255,.08)}
.calculator-faq details:last-child{border-bottom:1px solid rgba(255,255,255,.08)}
.calculator-faq summary{padding:17px 0;cursor:pointer;color:#e8efed;font-weight:850}
.calculator-faq details p{margin:-5px 0 18px;color:#92a4a1;line-height:1.65}

@media(max-width:1050px){.calculator-shell{grid-template-columns:1fr}.calculator-result{position:static}.calculator-choice-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.calculator-page{padding-top:18px}.calculator-hero{grid-template-columns:1fr;padding:28px}.calculator-hero__card{display:none}.calculator-grid{grid-template-columns:repeat(2,1fr)}.calculator-proof{grid-template-columns:1fr}}
@media(max-width:580px){.calculator-hero{padding:23px;border-radius:20px}.calculator-hero h1{font-size:2.35rem}.calculator-hero__lead{font-size:.94rem}.calculator-form{padding:18px;border-radius:19px}.calculator-choice-grid,.calculator-grid,.calculator-subgrid{grid-template-columns:1fr}.calculator-choice{min-height:72px}.calculator-choice span{flex-direction:row;align-items:center;justify-content:flex-start}.calculator-upload{grid-template-columns:auto 1fr}.calculator-upload em{display:none}.calculator-file-preview__canvas{min-height:210px;padding:14px}.calculator-result{border-radius:19px}.calculator-faq{padding:22px}.calculator-hero__facts span{font-size:.74rem}}
@media(prefers-reduced-motion:reduce){.calculator-choice span,.calculator-field input,.calculator-field select,.calculator-actions button,.calculator-actions a{transition:none}}
