.fc-offerte-page{--fc-primary:#F26223;--fc-primary-dark:#D94E15;--fc-primary-light:rgba(242, 98, 35, 0.08);--fc-accent:#D21F13;--fc-title:#1C1A1E;--fc-text:#424242;--fc-text-light:#6B7280;--fc-bg:#FAFAFA;--fc-white:#FFFFFF;--fc-border:#E5E7EB;--fc-green:#2E7D32;--fc-green-light:rgba(46, 125, 50, 0.08);--fc-radius:20px;--fc-radius-sm:12px;--fc-radius-xs:8px;--fc-shadow:0 2px 8px rgba(0,0,0,0.06);--fc-shadow-md:0 4px 20px rgba(0,0,0,0.08);--fc-shadow-lg:0 12px 40px rgba(0,0,0,0.12);--fc-transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--fc-font-primary:'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;--fc-font-secondary:'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;font-family:var(--fc-font-secondary);background:var(--fc-bg);color:var(--fc-text)}.fc-offerte-page *,.fc-offerte-page *::before,.fc-offerte-page *::after{box-sizing:border-box}.fc-offerte-hero{background:#FAFAFA;padding:120px 30px 0;text-align:center;position:relative;overflow:hidden}.fc-offerte-hero::before{content:'';position:absolute;inset:0;background:none;pointer-events:none}.fc-offerte-hero>*{position:relative;z-index:1}.fc-offerte-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:7px 18px;background:rgb(242 98 35 / .08);border:1px solid rgb(242 98 35 / .15);border-radius:100px;font-family:var(--fc-font-secondary);font-size:12px;font-weight:600;color:var(--fc-primary);letter-spacing:.5px;text-transform:uppercase;margin-bottom:20px}.fc-offerte-hero__badge svg{opacity:.8}.fc-offerte-hero__title{font-family:var(--fc-font-primary);font-size:40px;font-weight:700;color:var(--fc-title,#1C1A1E);margin:0 0 14px;line-height:1.15;letter-spacing:-.5px;max-width:700px;margin-left:auto;margin-right:auto}.fc-offerte-hero__subtitle{font-size:16px;color:var(--fc-text-light,#888);margin:0 auto;max-width:560px;line-height:1.7}.fc-offerte-wrap{max-width:1400px;margin:0 auto;padding:48px 30px 80px}.fc-offerte-grid{display:grid;grid-template-columns:380px 1fr;gap:36px;align-items:start}.fc-offerte-product{background:var(--fc-white);border-radius:var(--fc-radius);box-shadow:var(--fc-shadow);overflow:hidden;position:sticky;top:120px;border:1px solid var(--fc-border);transition:var(--fc-transition)}.fc-offerte-product:hover{box-shadow:var(--fc-shadow-md)}.fc-offerte-product__image{position:relative;width:100%;aspect-ratio:1;background:linear-gradient(145deg,#f8f8fa,#f0f0f2);overflow:hidden}.fc-offerte-product__image img{width:100%;height:100%;object-fit:contain;transition:transform 0.5s cubic-bezier(.4,0,.2,1)}.fc-offerte-product:hover .fc-offerte-product__image img{transform:scale(1.03)}.fc-offerte-product__sale-badge{position:absolute;top:14px;left:14px;padding:6px 14px;border-radius:100px;background:linear-gradient(135deg,#D21F13,#e74c3c);color:#fff;font-size:12px;font-weight:700;font-family:var(--fc-font-primary);letter-spacing:.3px;box-shadow:0 3px 12px rgb(210 31 19 / .25)}.fc-offerte-product__body{padding:24px}.fc-offerte-product__cat{font-size:11px;font-weight:600;color:var(--fc-primary);text-transform:uppercase;letter-spacing:.8px;margin:0 0 8px;font-family:var(--fc-font-secondary)}.fc-offerte-product__title{font-family:var(--fc-font-primary);font-size:20px;font-weight:700;color:var(--fc-title);margin:0 0 8px;line-height:1.3;letter-spacing:-.3px}.fc-offerte-product__desc{font-size:14px;color:var(--fc-text-light);margin:0 0 18px;line-height:1.6}.fc-offerte-product__price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:20px;padding:14px 16px;background:linear-gradient(135deg,rgb(242 98 35 / .04),rgb(242 98 35 / .08));border-radius:var(--fc-radius-sm);border:1px solid rgb(242 98 35 / .1)}.fc-offerte-product__price-current{font-family:var(--fc-font-primary);font-size:26px;font-weight:700;color:var(--fc-title)}.fc-offerte-product__price-current del{font-size:16px;color:var(--fc-text-light);font-weight:400}.fc-offerte-product__price-current ins{text-decoration:none;color:var(--fc-primary)}.fc-offerte-product__price-unit{font-size:13px;color:var(--fc-text-light);font-weight:500}.fc-offerte-product__specs{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:20px;border:1px solid var(--fc-border);border-radius:var(--fc-radius-sm);overflow:hidden}.fc-offerte-product__spec{padding:10px 14px;border-bottom:1px solid var(--fc-border);transition:background 0.2s}.fc-offerte-product__spec:nth-child(odd){border-right:1px solid var(--fc-border)}.fc-offerte-product__spec:nth-last-child(-n+2){border-bottom:none}.fc-offerte-product__spec:hover{background:rgb(0 0 0 / .015)}.fc-offerte-product__spec-label{font-size:10px;font-weight:600;color:var(--fc-text-light);text-transform:uppercase;letter-spacing:.5px;margin:0 0 2px}.fc-offerte-product__spec-value{font-size:13px;font-weight:600;color:var(--fc-title);margin:0}.fc-offerte-product__back{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--fc-primary);text-decoration:none;font-weight:600;padding:8px 16px;border-radius:var(--fc-radius-xs);background:var(--fc-primary-light);transition:var(--fc-transition)}.fc-offerte-product__back:hover{background:var(--fc-primary);color:var(--fc-white)}.fc-offerte-no-product{background:var(--fc-white);border-radius:var(--fc-radius);box-shadow:var(--fc-shadow);border:1px solid var(--fc-border);padding:56px 36px;text-align:center;position:sticky;top:120px}.fc-offerte-no-product__icon{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,rgb(242 98 35 / .06),rgb(242 98 35 / .12));color:var(--fc-primary);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 8px 24px rgb(242 98 35 / .08)}.fc-offerte-no-product__title{font-family:var(--fc-font-primary);font-size:20px;font-weight:700;color:var(--fc-title);margin:0 0 10px;letter-spacing:-.3px}.fc-offerte-no-product__text{font-size:14px;color:var(--fc-text-light);line-height:1.7;margin:0 0 28px}.fc-offerte-no-product__link{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:var(--fc-radius-sm);background:var(--fc-primary-light);color:var(--fc-primary);font-family:var(--fc-font-primary);font-size:14px;font-weight:600;text-decoration:none;transition:var(--fc-transition)}.fc-offerte-no-product__link:hover{background:var(--fc-primary);color:var(--fc-white);box-shadow:0 6px 20px rgb(242 98 35 / .25);transform:translateY(-1px)}.fc-offerte-form{background:var(--fc-white);border-radius:var(--fc-radius);box-shadow:var(--fc-shadow);border:1px solid var(--fc-border);padding:40px 36px;transition:var(--fc-transition)}.fc-offerte-form:hover{box-shadow:var(--fc-shadow-md)}.fc-offerte-form__title{font-family:var(--fc-font-primary);font-size:24px;font-weight:700;color:var(--fc-title);margin:0 0 8px;letter-spacing:-.3px}.fc-offerte-form__subtitle{font-size:15px;color:var(--fc-text-light);margin:0 0 32px;line-height:1.6}.fc-offerte-section{margin-bottom:32px;border-bottom:1px solid var(--fc-border)}.fc-offerte-section:last-of-type{border-bottom:none;margin-bottom:24px;padding-bottom:0}.fc-offerte-section__header{display:flex;align-items:center;gap:14px;margin-bottom:20px}.fc-offerte-section__icon{width:40px;height:40px;border-radius:var(--fc-radius-sm);background:linear-gradient(135deg,rgb(242 98 35 / .06),rgb(242 98 35 / .12));color:var(--fc-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px rgb(242 98 35 / .06)}.fc-offerte-section__title{font-family:var(--fc-font-primary);font-size:17px;font-weight:700;color:var(--fc-title);margin:0;letter-spacing:-.2px}.fc-offerte-field{margin-bottom:16px}.fc-offerte-field--full{grid-column:1 / -1}.fc-offerte-field label:not(.fc-offerte-check){display:block;font-family:var(--fc-font-secondary);font-size:13px;font-weight:600;color:var(--fc-title);margin-bottom:7px;letter-spacing:.2px}.fc-req{color:var(--fc-accent);font-weight:700}.fc-offerte-field input[type="text"],.fc-offerte-field input[type="email"],.fc-offerte-field input[type="tel"],.fc-offerte-field input[type="number"],.fc-offerte-field select,.fc-offerte-field textarea{width:100%;padding:13px 16px;border:1.5px solid var(--fc-border);border-radius:var(--fc-radius-sm);font-family:var(--fc-font-secondary);font-size:15px;color:var(--fc-text);background:var(--fc-white);outline:none;transition:var(--fc-transition);box-sizing:border-box;-webkit-appearance:none}.fc-offerte-field input::placeholder,.fc-offerte-field textarea::placeholder{color:#9CA3AF}.fc-offerte-field textarea{min-height:110px;resize:vertical;line-height:1.6}.fc-offerte-field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:42px;cursor:pointer}.fc-offerte-field input:focus,.fc-offerte-field select:focus,.fc-offerte-field textarea:focus{border-color:var(--fc-primary);box-shadow:0 0 0 4px rgb(242 98 35 / .08)}.fc-offerte-field input:hover,.fc-offerte-field select:hover,.fc-offerte-field textarea:hover{border-color:#D1D5DB}.fc-offerte-calc{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fc-offerte-calc__full{grid-column:1 / -1}.fc-offerte-options{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fc-offerte-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.fc-offerte-calc__result{display:flex;align-items:center;gap:16px;padding:18px 22px;background:linear-gradient(135deg,rgb(46 125 50 / .03),rgb(46 125 50 / .08));border:1px solid rgb(46 125 50 / .15);border-radius:var(--fc-radius-sm);transition:var(--fc-transition)}.fc-offerte-calc__result-icon{width:48px;height:48px;border-radius:var(--fc-radius-sm);background:linear-gradient(135deg,rgb(46 125 50 / .08),rgb(46 125 50 / .15));color:var(--fc-green);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fc-offerte-calc__result-text{font-size:13px;color:var(--fc-text);line-height:1.5}.fc-offerte-calc__result-text strong{display:block;font-family:var(--fc-font-primary);font-size:16px;font-weight:700;color:var(--fc-green);letter-spacing:-.2px}.fc-offerte-check{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:12px;cursor:pointer;font-size:14px;color:var(--fc-text);padding:14px 18px;border-radius:14px;border:1.5px solid var(--fc-border);background:#FAFAFA;transition:all 0.3s cubic-bezier(.175,.885,.32,1.275);position:relative}.fc-offerte-check:hover{border-color:rgb(242 98 35 / .25);background:rgb(242 98 35 / .03);transform:translateY(-1px);box-shadow:0 4px 16px rgb(242 98 35 / .06)}.fc-offerte-check:has(input:checked){border-color:var(--fc-primary);background:rgb(242 98 35 / .04);box-shadow:0 4px 16px rgb(242 98 35 / .08)}.fc-offerte-check.is-checked{border-color:var(--fc-primary);background:rgb(242 98 35 / .04);box-shadow:0 4px 16px rgb(242 98 35 / .08)}.fc-offerte-check input[type="checkbox"]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.fc-offerte-check__box{width:22px;height:22px;min-width:22px;flex-shrink:0;border-radius:7px;border:2px solid var(--fc-border);background:#fff;display:flex;align-items:center;justify-content:center;transition:all 0.25s cubic-bezier(.175,.885,.32,1.275)}.fc-offerte-check__box svg{width:14px;height:14px;opacity:0;transform:scale(0);transition:all 0.2s cubic-bezier(.175,.885,.32,1.275)}.fc-offerte-check input[type="checkbox"]:checked+.fc-offerte-check__box{background:linear-gradient(135deg,var(--fc-primary),#F5923E);border-color:var(--fc-primary);box-shadow:0 2px 8px rgb(242 98 35 / .3)}.fc-offerte-check input[type="checkbox"]:checked+.fc-offerte-check__box svg{opacity:1;transform:scale(1)}.fc-offerte-check__label{font-family:var(--fc-font-primary,'Poppins',sans-serif);font-size:13px;font-weight:500;line-height:1.5;color:var(--fc-title,#1C1A1E);flex:1;min-width:0}.fc-offerte-check__label a{color:var(--fc-primary);text-decoration:none;font-weight:700;transition:all 0.2s ease;border-bottom:1px dashed rgb(242 98 35 / .3);padding-bottom:1px}.fc-offerte-check__label a:hover{border-bottom-color:var(--fc-primary);opacity:.85}.fc-offerte-submit{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:17px 32px;border:none;border-radius:var(--fc-radius-sm);background:linear-gradient(135deg,var(--fc-primary) 0%,#F5923E 100%);color:var(--fc-white);font-family:var(--fc-font-primary);font-size:16px;font-weight:600;cursor:pointer;transition:var(--fc-transition);box-shadow:0 4px 16px rgb(242 98 35 / .3);letter-spacing:.2px;position:relative;overflow:hidden}.fc-offerte-submit::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgb(255 255 255 / .1));opacity:0;transition:opacity 0.3s}.fc-offerte-submit:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgb(242 98 35 / .4)}.fc-offerte-submit:hover::before{opacity:1}.fc-offerte-submit:active{transform:translateY(0);box-shadow:0 4px 16px rgb(242 98 35 / .3)}.fc-offerte-submit:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:0 2px 8px rgb(242 98 35 / .15)}.fc-offerte-usps{display:flex;justify-content:center;gap:28px;margin-top:28px;padding-top:24px;border-top:1px solid var(--fc-border)}.fc-offerte-usp{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--fc-text-light);font-weight:500;font-family:var(--fc-font-secondary)}.fc-offerte-usp svg{color:var(--fc-green);flex-shrink:0}.fc-offerte-success{display:none;text-align:center;padding:48px 24px}.fc-offerte-success.active{display:block}.fc-offerte-success__icon{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,rgb(46 125 50 / .06),rgb(46 125 50 / .14));color:var(--fc-green);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;box-shadow:0 8px 24px rgb(46 125 50 / .1)}.fc-offerte-success__title{font-family:var(--fc-font-primary);font-size:26px;font-weight:700;color:var(--fc-title);margin:0 0 12px;letter-spacing:-.3px}.fc-offerte-success__text{font-size:15px;color:var(--fc-text-light);margin:0 0 32px;line-height:1.7;max-width:400px;margin-left:auto;margin-right:auto}.fc-offerte-success__link{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--fc-radius-sm);background:linear-gradient(135deg,var(--fc-primary),#F5923E);color:var(--fc-white);font-family:var(--fc-font-primary);font-size:15px;font-weight:600;text-decoration:none;transition:var(--fc-transition);box-shadow:0 4px 16px rgb(242 98 35 / .25)}.fc-offerte-success__link:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgb(242 98 35 / .35);color:var(--fc-white)}@keyframes fc-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@media (max-width:968px){.fc-offerte-grid{grid-template-columns:1fr}.fc-offerte-product,.fc-offerte-no-product{position:static}.fc-offerte-hero__title{font-size:32px}}@media (max-width:640px){.fc-offerte-hero{padding:110px 20px 40px}.fc-offerte-hero__title{font-size:26px}.fc-offerte-hero__subtitle{font-size:14px}.fc-offerte-wrap{padding:28px 16px 60px}.fc-offerte-form{padding:28px 20px}.fc-offerte-calc,.fc-offerte-options,.fc-offerte-contact-grid{grid-template-columns:1fr}.fc-offerte-usps{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:16px;padding-top:14px}.fc-offerte-usp{font-size:11px;gap:5px;padding:6px 12px;background:rgb(0 0 0 / .02);border:1px solid var(--fc-border);border-radius:100px;white-space:nowrap}.fc-offerte-usp svg{width:13px;height:13px}.fc-offerte-product__body{padding:20px}.fc-offerte-product__specs{grid-template-columns:1fr}.fc-offerte-product__spec:nth-child(odd){border-right:none}.fc-offerte-product__spec{border-bottom:1px solid var(--fc-border)}.fc-offerte-product__spec:last-child{border-bottom:none}}@media (max-width:480px){.fc-offerte-hero{padding:100px 16px 32px}.fc-offerte-hero__title{font-size:22px}.fc-offerte-hero__subtitle{font-size:13px}.fc-offerte-wrap{padding:24px 12px 48px}.fc-offerte-grid{gap:24px}.fc-offerte-form{padding:24px 16px}.fc-offerte-form__title{font-size:20px}.fc-offerte-form__subtitle{font-size:14px;margin-bottom:24px}.fc-offerte-section{margin-bottom:24px;padding-bottom:24px}.fc-offerte-section__header{gap:10px;margin-bottom:16px}.fc-offerte-section__icon{width:36px;height:36px}.fc-offerte-section__title{font-size:15px}.fc-offerte-submit{padding:15px 24px;font-size:15px}.fc-offerte-product{position:static}.fc-offerte-no-product{position:static}.fc-offerte-product__body{padding:16px}.fc-offerte-product__title{font-size:18px}.fc-offerte-product__price-current{font-size:22px}.fc-offerte-usp{font-size:10px;padding:5px 10px;gap:4px}.fc-offerte-usp svg{width:12px;height:12px}.fc-offerte-usps{gap:5px;margin-top:14px;padding-top:12px}}