*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;background:#fff;color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}html{overflow-x:hidden}body{overscroll-behavior-x:none}@media (max-width: 540px){input,select,textarea{font-size:16px}}#root{min-height:100vh}img{max-width:100%}button{font-family:inherit}a{color:inherit}:root{--smart-dark: #13222C;--smart-dark-2: #1c2d38;--smart-ink: #111111;--smart-paper: #ffffff;--smart-muted: #6B7280;--smart-border: #E5E7EB;--smart-border-2: #C7CACE;--smart-accent: #FACC15;--smart-accent-2: #EAB308;--smart-success: #22C55E;--smart-danger: #B91C1C;--smart-radius-pill: 999px;--smart-radius-card: 18px;--smart-radius-sm: 10px;--smart-shadow-card: 0 2px 6px rgba(0,0,0,.06);--smart-nav-h: 84px;--smart-page-padX: clamp(14px, 5vw, 160px);--smart-page-padY: clamp(20px, 4vw, 96px);--smart-page-maxw: min(1800px, 96vw);--smart-display: "Inter Tight", "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif}.smart-wrap{font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;color:var(--smart-ink);background:var(--smart-paper);min-height:100vh}.sh-header{width:100%;background:var(--smart-dark);color:#fff;height:var(--smart-nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(16px,3vw,40px);position:sticky;top:0;z-index:50;box-sizing:border-box}.sh-header__left{display:flex;align-items:center;gap:12px;z-index:1;min-width:1px}.sh-header__right{display:flex;align-items:center;gap:12px;z-index:1}.sh-header__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;text-decoration:none;z-index:0;pointer-events:auto}.sh-header__logo img{display:block;height:30px;width:auto;filter:brightness(0) invert(1)}.sh-header .smart-pill--white{padding:12px 22px;font-size:12px;letter-spacing:.08em;min-width:0;height:44px}.sh-header__home-icon{display:none}@media (max-width: 720px){.sh-header .smart-pill--white{display:none}}.sh-header__avatar{width:40px;height:40px;border-radius:50%;background:#fff;color:var(--smart-ink);border:none;cursor:pointer;font-weight:700;font-size:15px;display:grid;place-items:center}.smart-title{font-family:var(--smart-display);font-weight:800;letter-spacing:-.02em;text-transform:uppercase;line-height:.98;margin:0;font-size:clamp(26px,3.4vw,88px);color:var(--smart-ink)}.smart-title--md{font-size:clamp(22px,2.6vw,64px)}.smart-title--sm{font-size:clamp(20px,1.8vw,44px)}.smart-subtitle{font-size:clamp(16px,.85vw,20px);line-height:1.55;color:var(--smart-ink);opacity:.86;margin:clamp(16px,1.1vw,24px) 0 0;max-width:clamp(520px,40vw,720px)}.smart-legal{font-size:clamp(12.5px,.7vw,15px);color:var(--smart-ink);opacity:.7;line-height:1.55;margin-top:clamp(20px,1.6vw,32px);max-width:clamp(560px,42vw,760px)}.smart-pill{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:var(--smart-radius-pill);padding:clamp(13px,.85vw,18px) clamp(24px,1.6vw,38px);font-size:clamp(13px,.75vw,15px);font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .08s ease;text-decoration:none;line-height:1;min-width:clamp(160px,10vw,200px);font-family:inherit}@media (max-width: 540px){.smart-pill{min-width:120px;padding:12px 20px}}.smart-pill:disabled{opacity:.4;cursor:not-allowed}.smart-pill:active{transform:translateY(1px)}.smart-pill--dark{background:var(--smart-dark);color:#fff;border:1.5px solid var(--smart-dark)}.smart-pill--dark:hover{background:var(--smart-dark-2);border-color:var(--smart-dark-2)}.smart-pill--outline{background:#fff;color:var(--smart-ink);border:1.5px solid var(--smart-ink)}.smart-pill--outline:hover{background:#f4f4f4}.smart-pill--white{background:#fff;color:var(--smart-ink);border:none;box-shadow:var(--smart-shadow-card)}.smart-pill--white:hover{background:#f7f7f7}.smart-pill--yellow{background:var(--smart-accent);color:var(--smart-ink);border:1px solid var(--smart-accent)}.smart-pill--yellow:hover{background:var(--smart-accent-2)}.smart-pill--block{width:100%}.smart-pill--double{flex-direction:column;gap:4px;padding:16px 28px;line-height:1.15;height:auto}.smart-pill--double strong{font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:800}.smart-pill--double span{font-size:12px;font-weight:500;text-transform:none;letter-spacing:0;opacity:.9}.smart-backbtn{width:clamp(52px,2.6vw,72px);height:clamp(52px,2.6vw,72px);border-radius:50%;border:1.5px solid var(--smart-ink);background:#fff;color:var(--smart-ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,transform .08s ease;padding:0;flex:0 0 auto}.smart-backbtn:hover{background:#f4f4f4}.smart-backbtn:active{transform:translateY(1px)}.smart-backbtn svg{display:block}.smart-backbtn--inline{margin-bottom:clamp(20px,2vw,36px)}.smart-page{max-width:var(--smart-page-maxw);margin:0 auto;padding:var(--smart-page-padY) var(--smart-page-padX);min-height:calc(100vh - var(--smart-nav-h));display:flex;flex-direction:column;justify-content:center}.smart-page-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;margin-bottom:clamp(24px,4vw,48px)}.smart-page-header>.smart-backbtn{justify-self:start}.smart-page-header>.smart-title{justify-self:center;text-align:center}.smart-page-header__price{justify-self:end;font-size:clamp(22px,1.8vw,44px);font-weight:700;letter-spacing:-.01em;font-family:var(--smart-display)}@media (max-width: 720px){.smart-page-header__price{display:none}}.smart-bottom-total{display:none}@media (max-width: 900px){.smart-bottom-total{display:block;text-align:center;font-family:var(--smart-display);font-size:clamp(24px,6vw,36px);font-weight:700;letter-spacing:-.01em;margin-bottom:16px}}.smart-optional-price{text-align:right;font-family:var(--smart-display);font-size:clamp(22px,1.8vw,34px);font-weight:700;letter-spacing:-.01em;margin-bottom:clamp(12px,1vw,20px)}.smart-step-actions{margin-top:24px;display:flex;justify-content:flex-end;gap:12px}@media (max-width: 720px){.smart-step-actions{justify-content:stretch}.smart-step-actions .smart-pill{flex:1;min-width:0}}.smart-split{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - var(--smart-nav-h));width:100%}.smart-split__left{padding:clamp(32px,4vw,64px) clamp(24px,4vw,80px);display:flex;flex-direction:column;justify-content:center;align-items:flex-end;min-width:0}.smart-split__left>*{width:100%;max-width:clamp(560px,42vw,760px);margin-right:clamp(0px,4vw,120px)}.smart-split__right{overflow:hidden;position:relative;min-width:0;min-height:0}.smart-split__right img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media (max-width: 900px){.smart-split{grid-template-columns:1fr}.smart-split__right{min-height:280px;order:-1}.smart-split__left{padding:32px 24px}.smart-split__left>*{max-width:100%}}@media (max-width: 720px){.smart-split__right{display:none}.smart-form-actions--single .smart-pill{width:100%}}.smart-form{display:flex;flex-direction:column;gap:clamp(12px,1vw,18px);margin-top:clamp(24px,3vw,48px);max-width:clamp(520px,38vw,680px)}.smart-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:clamp(16px,.95vw,22px) clamp(20px,1.3vw,30px);border:1.5px solid var(--smart-border-2);border-radius:var(--smart-radius-pill);background:#fff;color:var(--smart-ink);font-size:clamp(16px,.85vw,18px);transition:border-color .15s ease;box-sizing:border-box;outline:none;font-family:inherit}.smart-input:focus{border-color:var(--smart-ink)}.smart-input--error{border-color:var(--smart-danger)}.smart-field__err{font-size:12px;color:var(--smart-danger);margin-top:6px;padding-left:24px}.smart-form-actions{display:flex;gap:16px;margin-top:24px;flex-wrap:wrap}.smart-image-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(320px,28vw,520px),1fr));gap:clamp(16px,2vw,36px)}.smart-image-card{position:relative;border-radius:var(--smart-radius-card);overflow:hidden;cursor:pointer;aspect-ratio:4/5;background:#1a1a1a;display:block;border:0;padding:0;width:100%;text-align:left;color:#fff;transition:transform .2s ease,box-shadow .2s ease}.smart-image-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0000002e}.smart-image-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.smart-image-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#555,#2a2a2a);display:grid;place-items:center;color:#ffffff80;font-style:italic;font-size:13px;text-align:center;padding:16px}.smart-image-card__overlay{position:absolute;left:0;right:0;bottom:0;padding:32px 32px 28px;background:linear-gradient(to top,#000000eb 30%,#0000);color:#fff}.smart-image-card__title{font-family:var(--smart-display);font-size:clamp(24px,1.8vw,44px);font-weight:800;text-transform:uppercase;letter-spacing:-.01em;line-height:1.05;margin:0 0 12px}.smart-image-card__desc{font-size:clamp(16px,1.15vw,22px);line-height:1.55;margin:0 0 24px;opacity:.95;max-width:clamp(460px,32vw,620px)}.smart-image-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.smart-image-card__price{font-size:clamp(12px,.9vw,15px);line-height:1.2}.smart-image-card__price strong{display:block;font-size:clamp(20px,1.2vw,28px);font-weight:800;letter-spacing:-.01em;margin-bottom:2px}.smart-image-card.is-selected{outline:3px solid var(--smart-accent);outline-offset:2px}.smart-kit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(320px,28vw,520px),1fr));gap:clamp(20px,2vw,36px)}.smart-kit-card{position:relative;display:block;width:100%;aspect-ratio:4/5;background:#1a1a1a;color:#fff;border:0;padding:0;margin:0;border-radius:var(--smart-radius-card);overflow:hidden;text-align:left;font:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:transform .2s ease,box-shadow .2s ease,border-color .15s ease}.smart-kit-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0000002e}.smart-kit-card:active{transform:translateY(0)}.smart-kit-card:focus-visible{outline:3px solid var(--smart-accent);outline-offset:2px}.smart-kit-card__img,.smart-kit-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.smart-kit-card__placeholder{background:linear-gradient(135deg,#555,#2a2a2a);display:grid;place-items:center;color:#ffffff80;font-style:italic;font-size:13px;text-align:center;padding:16px}.smart-kit-card__body{position:absolute;left:0;right:0;bottom:0;padding:clamp(20px,2vw,32px);background:linear-gradient(to top,#000000eb 30%,#0000);display:flex;flex-direction:column;gap:clamp(8px,.8vw,14px)}.smart-kit-card__title{font-family:var(--smart-display);font-size:clamp(22px,1.8vw,40px);font-weight:800;text-transform:uppercase;letter-spacing:-.01em;line-height:1.05;margin:0;color:#fff}.smart-kit-card__desc{font-size:clamp(14px,1.05vw,20px);line-height:1.5;margin:0;color:#fff;opacity:.95;max-width:clamp(460px,32vw,620px)}.smart-kit-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.smart-kit-card__price{font-size:clamp(12px,.9vw,15px);line-height:1.2;color:#fff;text-align:left}.smart-kit-card__price span{opacity:.85}.smart-kit-card__price strong{display:block;font-size:clamp(18px,1.2vw,28px);font-weight:800;letter-spacing:-.01em;margin-top:2px}.smart-kit-card__cta{pointer-events:none;background:#fff;color:var(--smart-ink);border:1.5px solid #fff}.smart-kit-card:hover .smart-kit-card__cta{transform:scale(1.02)}@media (max-width: 720px){.smart-kit-grid{grid-template-columns:1fr;gap:clamp(28px,4vw,40px)}.smart-kit-card{aspect-ratio:auto;background:#fff;color:var(--smart-ink);border:1.5px solid var(--smart-border-2)}.smart-kit-card:hover{border-color:var(--smart-ink)}.smart-kit-card__img,.smart-kit-card__placeholder{position:static;inset:auto;height:auto;aspect-ratio:16/9}.smart-kit-card__body{position:static;inset:auto;background:none;padding:clamp(20px,4vw,28px);gap:clamp(14px,3vw,22px)}.smart-kit-card__title{color:var(--smart-ink);font-size:clamp(22px,5vw,30px)}.smart-kit-card__desc{color:var(--smart-ink);opacity:1;max-width:none}.smart-kit-card__footer{flex-direction:column;align-items:center;gap:clamp(12px,3vw,18px);width:100%}.smart-kit-card__price{color:var(--smart-ink);text-align:center;font-size:clamp(13px,3.4vw,16px)}.smart-kit-card__price strong{font-size:clamp(22px,6vw,30px)}.smart-kit-card__cta{background:var(--smart-dark);color:#fff;border-color:var(--smart-dark);width:100%;justify-content:center}}.smart-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(16px,2vw,24px)}.smart-choice-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 1100px){.smart-choice-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.smart-choice-grid,.smart-choice-grid--3{grid-template-columns:1fr}}.smart-choice-card__variant{margin-top:14px;font-size:clamp(13px,.95vw,17px);font-weight:600;color:var(--smart-ink);line-height:1.35}.smart-choice-card__variant small{display:block;font-size:clamp(12px,.85vw,15px);font-weight:400;color:var(--smart-muted);margin-top:2px}.smart-choice-card{border:1.5px solid var(--smart-border-2);border-radius:var(--smart-radius-card);padding:clamp(28px,4vw,80px) clamp(24px,3vw,56px);background:#fff;min-height:clamp(320px,40vw,620px);display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:border-color .15s ease,background .15s ease;text-align:center;gap:clamp(20px,3vw,48px)}.smart-choice-card:hover{border-color:var(--smart-ink)}.smart-choice-card.is-selected{border-color:var(--smart-ink);background:#fafafa}.smart-choice-card--invertable.is-selected{background:var(--smart-dark);border-color:var(--smart-dark);color:#fff}.smart-choice-card--invertable.is-selected .smart-choice-card__title,.smart-choice-card--invertable.is-selected .smart-choice-card__variant-top,.smart-choice-card--invertable.is-selected .smart-choice-card__velocita,.smart-choice-card--invertable.is-selected .smart-choice-card__small{color:#fff}.smart-choice-card--invertable.is-selected .smart-pill--dark{visibility:hidden}.smart-choice-card__variant-top{font-size:clamp(16px,1.1vw,26px);font-weight:700;letter-spacing:.02em;text-transform:none;color:var(--smart-ink);text-align:center;margin-bottom:clamp(12px,1.6vw,28px)}.smart-choice-card__velocita{margin-top:12px;font-size:clamp(13px,1.1vw,19px);color:var(--smart-muted)}.smart-choice-card--invertable.is-selected .smart-choice-card__velocita{color:#ffffffbf}.smart-choice-card__title{font-family:var(--smart-display);font-size:clamp(34px,3.2vw,76px);font-weight:300;line-height:1.05;letter-spacing:-.01em;margin:0}.smart-choice-card__title--big{font-size:clamp(60px,5.6vw,150px);font-weight:200;line-height:1}.smart-choice-card__small{font-size:clamp(14px,.95vw,22px);font-weight:400;display:block;letter-spacing:0;text-transform:none;margin-bottom:4px;font-family:var(--smart-display)}.smart-hero-img{width:100%;aspect-ratio:16/9;background:#1a1a1a;border-radius:0;overflow:hidden;position:relative;display:grid;place-items:center}.smart-hero-img img{width:100%;height:100%;object-fit:cover;display:block}.smart-hero-img__placeholder{color:#fff6;font-style:italic;font-size:14px;text-align:center}.smart-tabs{display:inline-flex;background:var(--smart-dark);border-radius:var(--smart-radius-pill);padding:6px;gap:4px}.smart-tabs__item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#ffffffb3;padding:10px 24px;border-radius:var(--smart-radius-pill);cursor:pointer;font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:color .15s ease,background .15s ease;font-family:inherit}.smart-tabs__item:hover{color:#fff}.smart-tabs__item.is-active{color:#fff;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px}.smart-swatch-section{margin-bottom:clamp(24px,2.4vw,40px)}.smart-swatch-section__header{display:flex;justify-content:space-between;align-items:baseline;font-size:clamp(16px,.9vw,22px);font-weight:500;color:var(--smart-ink);margin-bottom:clamp(12px,1vw,20px)}.smart-swatch-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(10px,1vw,18px)}.smart-swatch-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.smart-swatch-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.smart-swatch-grid--2{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:column;width:max-content;gap:clamp(14px,1.2vw,22px)}.smart-swatch{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:clamp(6px,.5vw,10px);cursor:pointer}.smart-swatch__dot{width:clamp(48px,3vw,80px);height:clamp(48px,3vw,80px);border-radius:50%;border:1px solid rgba(0,0,0,.08);background:#ccc;transition:transform .12s ease,box-shadow .12s ease;position:relative;overflow:hidden}.smart-swatch__dot--halfsphere:before,.smart-swatch__dot--halfsphere:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:inherit}.smart-swatch__dot--halfsphere:before{clip-path:polygon(0 0,100% 0,0 100%);filter:brightness(1.45) saturate(.85)}.smart-swatch__dot--halfsphere:after{clip-path:polygon(100% 0,0 100%,100% 100%);filter:brightness(.92)}.smart-swatch__dot--metal:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ffffff8c,#fff0 38%,#0000002e)}.smart-swatch__label{font-size:clamp(13px,.95vw,16px);color:var(--smart-ink)}.smart-swatch:hover .smart-swatch__dot{transform:scale(1.05)}.smart-swatch.is-selected .smart-swatch__dot{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--smart-ink)}.smart-swatch__price{font-size:clamp(12px,1vw,15px);color:var(--smart-muted)}.smart-product-grid{display:grid;gap:clamp(14px,1.1vw,24px);grid-template-columns:repeat(auto-fit,minmax(clamp(160px,11vw,220px),1fr))}.smart-product-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 720px){.smart-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.smart-product-card{border:1.5px solid var(--smart-border);border-radius:var(--smart-radius-card);overflow:hidden;background:#fff;cursor:pointer;padding:0;text-align:center;transition:border-color .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;flex-direction:column;font-family:inherit}.smart-product-card:hover{border-color:var(--smart-ink)}.smart-product-card__media{aspect-ratio:1/1;background:#f7f7f7;position:relative;display:grid;place-items:center;overflow:hidden}.smart-product-card__media img{max-width:80%;max-height:80%;object-fit:contain}.smart-product-card__media-placeholder{color:var(--smart-muted);font-size:11px;font-style:italic;padding:8px;text-align:center}.smart-product-card__badge{position:absolute;right:10px;bottom:10px;width:22px;height:22px;border-radius:50%;background:#111;display:grid;place-items:center;color:#fff;font-size:12px}.smart-product-card.is-selected .smart-product-card__badge{background:var(--smart-success)}.smart-product-card__body{padding:clamp(12px,1vw,18px) clamp(10px,.9vw,16px) clamp(16px,1.3vw,22px);display:flex;flex-direction:column;gap:4px}.smart-product-card__name{font-size:clamp(14px,1vw,17px);font-weight:500}.smart-product-card__price{font-size:clamp(14px,1vw,17px);font-weight:700}.smart-riepilogo-head{text-align:center}.smart-riepilogo-head .smart-backbtn--inline{margin-bottom:clamp(16px,1.5vw,28px);align-self:flex-start}.smart-riepilogo-title{text-align:center;font-size:clamp(32px,3vw,76px)}.smart-riepilogo-subtitle{margin-left:auto;margin-right:auto;text-align:center}.smart-riepilogo-head{display:flex;flex-direction:column;align-items:center}.smart-riepilogo-head .smart-backbtn--inline{align-self:flex-start}.smart-summary{display:flex;flex-direction:column;gap:clamp(28px,3vw,44px)}.smart-summary__main-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,460px);gap:clamp(32px,4vw,56px) clamp(24px,3vw,48px);align-items:start}.smart-summary__left,.smart-summary__right{display:flex;flex-direction:column;gap:clamp(24px,3vw,36px);min-width:0}.smart-summary__actions{display:flex;flex-direction:column;gap:clamp(14px,1.4vw,22px)}@media (max-width: 1000px){.smart-summary__main-grid{display:flex;flex-direction:column;gap:clamp(24px,3vw,36px)}}.smart-sticky-sentinel{width:1px;height:1px;margin-top:-1px;pointer-events:none;flex-shrink:0}.smart-summary__register{position:sticky;top:calc(var(--smart-nav-h, 84px) + 8px);z-index:20;transition:padding .25s ease,box-shadow .25s ease;align-self:stretch}@media (min-width: 1001px){.smart-summary__register{max-width:calc(100% - clamp(24px,3vw,48px) - clamp(0px,0vw,460px));width:calc(100% - clamp(24px,3vw,48px) - 460px);align-self:flex-start}}.smart-summary__register.is-stuck .smart-action-card{display:flex;align-items:center;gap:12px;padding:clamp(10px,.8vw,14px) clamp(14px,1vw,20px);box-shadow:0 8px 24px #0000001f;background:#fff}.smart-summary__register.is-stuck .smart-action-card h4{flex:1;margin:0;font-size:clamp(13px,.95vw,16px);line-height:1.25}.smart-summary__register.is-stuck .smart-action-card p{display:none}.smart-summary__register.is-stuck .smart-action-card .smart-pill{padding:clamp(8px,.7vw,12px) clamp(16px,1.2vw,22px);font-size:clamp(12px,.85vw,14px);white-space:nowrap;flex-shrink:0}.smart-summary__label{font-size:clamp(18px,1vw,22px);font-weight:600;margin:0 0 12px}.smart-summary-card{border:1.5px solid var(--smart-border);border-radius:var(--smart-radius-card);padding:clamp(18px,1.5vw,28px) clamp(20px,1.7vw,32px)}.smart-summary-row{display:flex;justify-content:space-between;align-items:baseline;padding:clamp(10px,.75vw,16px) 0;gap:12px;border-bottom:1px dashed var(--smart-border);font-size:clamp(15px,1.05vw,18px)}.smart-summary-row:last-child{border-bottom:0}.smart-summary-row--section{font-weight:700;padding-top:18px;border-bottom:1px dashed var(--smart-border)}.smart-summary-row--muted{color:var(--smart-muted);font-size:clamp(14px,.95vw,16px);padding:8px 0}.smart-previews{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}.smart-previews__tile{aspect-ratio:1080 / 1320;border-radius:var(--smart-radius-card);overflow:hidden;background:#f0f0f0;display:grid;place-items:center;color:var(--smart-muted);font-size:11px;font-style:italic;text-align:center;padding:0}.smart-previews__tile img{width:100%;height:100%;object-fit:cover;display:block}.smart-previews__tile-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.smart-action-card{border:1.5px solid var(--smart-border);border-radius:var(--smart-radius-card);padding:clamp(18px,1.3vw,30px);margin-bottom:14px;background:#fff}.smart-action-card h4{margin:0 0 8px;font-size:clamp(16px,.9vw,20px);font-weight:700}.smart-action-card p{margin:0 0 16px;font-size:clamp(13px,.95vw,15px);color:var(--smart-muted);line-height:1.45}.smart-action-card .smart-pill{min-width:0}.smart-info-card{border:1.5px solid var(--smart-border);border-radius:var(--smart-radius-card);padding:clamp(18px,1.3vw,30px);margin-top:14px;background:#fff;display:flex;flex-direction:column;gap:clamp(14px,1.2vw,22px)}.smart-info-card__row h5{margin:0 0 6px;font-size:clamp(14px,.9vw,17px);font-weight:700;color:var(--smart-ink)}.smart-info-card__row p{margin:0;font-size:clamp(13px,.92vw,15px);color:var(--smart-muted);line-height:1.5}.smart-steps{position:relative}.smart-steps__line{display:block}.smart-steps__row{display:grid;gap:clamp(8px,.8vw,16px);position:relative}.smart-steps__item{text-align:center;position:relative;z-index:1}.smart-steps__circle{margin:0 auto clamp(12px,1.1vw,22px)}.smart-steps__big{margin-bottom:6px}@media (max-width: 640px){.smart-steps__line{display:none}.smart-steps__row{grid-template-columns:1fr!important;gap:16px}.smart-steps__item{text-align:left;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center}.smart-steps__circle{margin:0!important}.smart-steps__body{display:flex;flex-direction:column;gap:2px}.smart-steps__big{margin-bottom:2px}}.smart-bank-box{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr)}@media (max-width: 640px){.smart-bank-box{grid-template-columns:1fr}.smart-bank-box>:first-child{padding:12px 16px!important}}.smart-gate-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(24px,2.4vw,64px);align-items:center;width:100%}.smart-gate-hero{align-self:stretch;background:transparent;aspect-ratio:auto}.smart-gate-hero img{object-fit:contain;object-position:right center}.smart-gate-actions{margin-top:clamp(24px,2.4vw,48px);display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 720px){.smart-gate-grid{grid-template-columns:1fr;gap:clamp(20px,4vw,32px)}.smart-gate-hero{order:-1;aspect-ratio:16 / 10;max-height:40vh;width:100%;align-self:center}.smart-gate-hero img{object-fit:cover;object-position:center}.smart-gate-actions{flex-direction:column;gap:12px}.smart-gate-actions .smart-pill{width:100%;justify-content:center}}.smart-step-footer{margin-top:32px;display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}.smart-step-footer__note{max-width:clamp(520px,38vw,700px);color:var(--smart-ink);font-size:clamp(14px,.95vw,17px);line-height:1.55;margin:0}@media (max-width: 900px){.smart-step-cta-bar{position:fixed;left:0;right:0;bottom:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#fffffff5;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 -4px 16px #00000014;z-index:50;display:flex;justify-content:stretch}.smart-step-cta-bar .smart-pill{width:100%;justify-content:center}.smart-page--has-sticky-cta{padding-bottom:100px}}.smart-nuovolook-pills{margin-top:clamp(24px,2vw,48px);display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(260px,18vw,360px),1fr));gap:clamp(14px,1.1vw,24px)}@media (max-width: 720px){.smart-nuovolook-pills{grid-template-columns:1fr;gap:12px}.smart-nuovolook-pills .smart-pill{width:100%}}.smart-side-by-side{display:grid;grid-template-columns:minmax(0,clamp(360px,26vw,620px)) minmax(0,1fr);gap:clamp(32px,2.6vw,72px);align-items:stretch}@media (max-width: 900px){.smart-side-by-side{grid-template-columns:1fr;gap:clamp(20px,4vw,40px)}.smart-side-by-side .smart-preview-wrap .smart-preview-img{aspect-ratio:4 / 5;max-height:50vh}.smart-side-by-side .smart-preview-wrap .smart-preview-img img{object-position:center}}.smart-preview-wrap{position:relative;width:100%}.smart-preview-wrap .smart-preview-img{position:relative;border-radius:var(--smart-radius-card);overflow:hidden;background:#1a1a1a;aspect-ratio:1080 / 1320;width:100%}.smart-preview-wrap .smart-preview-img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;display:block}.smart-preview-wrap .smart-preview-img__layer{z-index:1}.smart-preview-wrap .smart-preview-disclaimer{margin-top:14px;border-left:3px solid var(--smart-ink);padding-left:14px;font-size:clamp(12px,.95vw,14px);color:var(--smart-muted);line-height:1.55}.smart-alert{padding:12px 16px;border-radius:var(--smart-radius-sm);font-size:13px;margin:16px 0}.smart-alert--warn{background:#fff7ed;border:1px solid #fdba74;color:#9a3412}.smart-alert--error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.smart-alert--ok{background:#ecfeff;border:1px solid #a5f3fc;color:#155e75}.smart-mt-0{margin-top:0!important}.smart-mt-8{margin-top:8px}.smart-mt-16{margin-top:16px}.smart-mt-24{margin-top:24px}.smart-mt-40{margin-top:40px}.smart-hidden{display:none!important}.smart-progress{width:100%;height:6px;background:#e8e8e8;border-radius:3px;overflow:hidden}.smart-progress__fill{height:100%;background:var(--smart-ink);border-radius:3px;transition:width .25s ease}
