.pfl-wrap{--blue:#24aee9;--dark:#15253a;--line:#dbe8ef;--soft:#f3f9fc;font-family:Arial,sans-serif;color:var(--dark);max-width:1240px;margin:20px auto}.pfl-wrap *{box-sizing:border-box}.pfl-hero{padding:26px 30px;background:linear-gradient(135deg,#0b7fbd,#28c0ef);border-radius:20px;color:#fff;margin-bottom:18px}.pfl-kicker{font-size:12px;font-weight:800;letter-spacing:1.5px}.pfl-hero h2{font-size:34px;margin:8px 0 5px;color:#fff}.pfl-hero p{margin:0;opacity:.9}.pfl-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}.pfl-card,.pfl-summary{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 8px 30px rgba(23,64,92,.07);margin-bottom:18px}.pfl-title{display:flex;gap:13px;align-items:flex-start;margin-bottom:20px}.pfl-title>b{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--blue);color:#fff;flex:0 0 35px}.pfl-title h3{margin:0 0 4px;font-size:20px}.pfl-title p{margin:0;color:#657587;font-size:14px}.pfl-folds{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.pfl-fold{position:relative;background:#f7fafc;border:2px solid #e0e8ee;border-radius:14px;padding:13px 9px 12px;min-height:185px;cursor:pointer;color:var(--dark)}.pfl-fold.selected{border-color:var(--blue);background:#edfbff;box-shadow:0 0 0 3px rgba(36,174,233,.12)}.pfl-fold strong,.pfl-fold small{display:block}.pfl-fold strong{font-size:13px;margin-top:8px}.pfl-fold small{color:#718090;margin-top:3px}.pfl-fold em{display:none;position:absolute;right:8px;top:8px;background:var(--blue);color:#fff;width:22px;height:22px;border-radius:50%;font-style:normal}.pfl-fold.selected em{display:grid;place-items:center}.pfl-art{height:105px;border-radius:10px;background:linear-gradient(145deg,#dde5ea,#aebbc5);display:flex;align-items:center;justify-content:center;perspective:300px}.pfl-art i{display:block;width:31px;height:74px;background:linear-gradient(90deg,#f3f5f6,#fff);border:1px solid #c8d0d5;box-shadow:0 5px 9px rgba(0,0,0,.15)}.pfl-art-simple i:first-child{transform:rotateY(48deg);transform-origin:right}.pfl-art-simple i:last-child{transform:rotateY(-10deg);transform-origin:left}.pfl-art-c i:first-child{transform:rotateY(45deg);transform-origin:right}.pfl-art-c i:nth-child(2){transform:rotateY(-35deg)}.pfl-art-c i:last-child{transform:rotateY(48deg);transform-origin:left}.pfl-art-gate i:first-child{transform:rotateY(55deg);transform-origin:right}.pfl-art-gate i:nth-child(2){width:36px}.pfl-art-gate i:last-child{transform:rotateY(-55deg);transform-origin:left}.pfl-art-z i:first-child{transform:rotateY(48deg);transform-origin:right}.pfl-art-z i:nth-child(2){transform:rotateY(-35deg)}.pfl-art-z i:last-child{transform:translateX(8px) rotateY(-8deg)}.pfl-grid,.pfl-custom{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pfl-wrap label>span,.pfl-side-title{display:block;font-size:13px;font-weight:800;margin:0 0 7px}.pfl-wrap select,.pfl-wrap input,.pfl-wrap textarea{width:100%;border:1px solid #bed0db;border-radius:10px;padding:12px;background:#fff;color:var(--dark)}.pfl-custom{display:none;margin-top:14px;background:var(--soft);padding:14px;border-radius:12px}.pfl-custom small{grid-column:1/-1;color:#617385}.pfl-side-title{margin-top:18px}.pfl-sides{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pfl-sides button,.pfl-quantities button{border:2px solid #dde7ed;border-radius:12px;padding:12px;background:#fff;cursor:pointer;color:var(--dark)}.pfl-sides button.selected,.pfl-quantities button.selected{border-color:var(--blue);background:#edfbff}.pfl-sides span{display:block;font-size:26px;color:var(--blue)}.pfl-quantities{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;align-items:end}.pfl-quantities label{grid-column:1/-1;max-width:220px;margin-top:6px}.pfl-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:18px;min-height:145px;border:2px dashed #79cbea;border-radius:14px;background:#f1fbff;cursor:pointer;text-align:center}.pfl-upload input{display:none}.pfl-upload b{font-size:28px;color:var(--blue)}.pfl-upload small,.pfl-upload em{font-size:12px;color:#6c7c8a;margin-top:4px}.pfl-upload em{font-style:normal;color:#0878ae;font-weight:700}.pfl-notes{display:block;margin-top:16px}.pfl-summary{position:sticky;top:20px;margin:0}.pfl-summary h3{font-size:21px;margin:0 0 16px}.pfl-summary>div{display:flex;justify-content:space-between;gap:15px;padding:8px 0;font-size:13px}.pfl-summary>div strong{text-align:right}.pfl-summary hr{border:0;border-top:1px solid var(--line);margin:10px 0}.pfl-summary .pfl-total{align-items:center;margin-top:10px;padding:16px 0}.pfl-total strong{font-size:23px;color:#087eb6}.pfl-summary>small{display:block;color:#6c7c8a;line-height:1.5;margin-bottom:15px}.pfl-summary button{width:100%;border:0;border-radius:12px;background:var(--blue);color:#fff;padding:14px;font-weight:800;font-size:15px;cursor:pointer}.pfl-summary button:disabled{opacity:.6}.pfl-summary p{color:#c0392b;font-size:13px;text-align:center}.pfl-wrap button{font-family:inherit}@media(max-width:900px){.pfl-layout{grid-template-columns:1fr}.pfl-summary{position:static}.pfl-folds{grid-template-columns:1fr 1fr}}@media(max-width:520px){.pfl-hero{padding:21px}.pfl-hero h2{font-size:27px}.pfl-card{padding:15px}.pfl-folds,.pfl-grid,.pfl-custom,.pfl-sides{grid-template-columns:1fr}.pfl-quantities{grid-template-columns:1fr 1fr}.pfl-fold{min-height:165px}}

