@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";:root{--repesca-navy:#0d1b2a;--repesca-blue:#162a46;--repesca-green:#a7d129;--repesca-teal:#036f6a;--repesca-gray:#e6e8eb;--repesca-white:#fff;--color-bg:var(--repesca-navy);--color-surface:var(--repesca-white);--color-surface-muted:var(--repesca-gray);--color-text:var(--repesca-navy);--color-text-invert:var(--repesca-white);--color-accent:var(--repesca-green);--color-accent-deep:var(--repesca-teal);--color-border:var(--repesca-blue);--font-sans:"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif;--font-heading:"Montserrat", system-ui, "Segoe UI", Roboto, sans-serif;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:2rem;--text-3xl:3rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--radius-sm:.375rem;--radius-md:.75rem;--radius-lg:1.25rem;--radius-full:9999px;--shadow-md:0 10px 25px -10px #0d1b2a59;--media-ratio:3 / 4}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:72px}body{min-height:100svh;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;margin:0;overflow-x:hidden}#root{min-height:100svh}.catalog{background:var(--color-surface);color:var(--color-text)}.section{max-width:1180px;padding:var(--space-12) var(--space-6);margin:0 auto;scroll-margin-top:72px}.section+.section{padding-top:0}.eyebrow{align-items:center;gap:var(--space-2);margin:0 0 var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.08em;color:var(--repesca-teal);display:inline-flex}.eyebrow:before{content:"";background:var(--repesca-green);border-radius:2px;width:24px;height:3px}.section__title{margin:0 0 var(--space-8);font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--repesca-navy)}@media (width<=600px){.section{padding:var(--space-8) var(--space-4)}.section__title{font-size:var(--text-xl);margin-bottom:var(--space-6)}}.site-header{z-index:50;background:var(--repesca-navy);border-bottom:1px solid #ffffff0f;position:sticky;top:0}.site-header__inner{max-width:1180px;padding:var(--space-3) var(--space-6);justify-content:space-between;align-items:center;gap:var(--space-4);margin:0 auto;display:flex}.site-header__brand{line-height:0;display:inline-flex}.site-header__brand img{width:auto;height:38px}.site-header__nav{align-items:center;gap:var(--space-6);display:flex}.site-header__nav a{color:var(--repesca-white);font-weight:var(--weight-medium);font-size:var(--text-sm);letter-spacing:.02em;opacity:.85;text-decoration:none;transition:color .16s,opacity .16s}.site-header__nav>a:not(.site-header__cta):hover{color:var(--repesca-green);opacity:1}.site-header__cta{border-radius:var(--radius-sm);font-weight:var(--weight-bold);background:#25d366;align-items:center;gap:.4rem;padding:.45rem .85rem;transition:filter .16s;display:inline-flex;color:#fff!important;opacity:1!important}.site-header__cta:hover{filter:brightness(1.06)}@media (width<=600px){.site-header__inner{padding:var(--space-3) var(--space-4);justify-content:space-between;align-items:center;display:flex}.site-header__nav a:not(.site-header__cta){display:none}.site-header__brand img{height:32px}.site-header__nav{gap:var(--space-4)}}.hero{isolation:isolate;background:var(--repesca-navy);align-items:center;min-height:clamp(540px,82vh,780px);display:flex;position:relative;overflow:hidden}.hero__bg{object-fit:cover;object-position:70% center;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.hero__overlay{z-index:-1;background:linear-gradient(105deg, var(--repesca-navy) 0%, #0d1b2aeb 28%, #0d1b2a99 50%, #0d1b2a33 72%, #0d1b2a0d 100%), linear-gradient(to top, var(--repesca-navy) 2%, #0d1b2a00 30%);position:absolute;inset:0}.hero__content{width:100%;max-width:1180px;padding:var(--space-12) var(--space-6);align-items:flex-start;gap:var(--space-6);flex-direction:column;margin:0 auto;display:flex}.hero__title{max-width:16ch;font-family:var(--font-heading);font-weight:var(--weight-extrabold);letter-spacing:-.01em;text-transform:uppercase;color:var(--repesca-white);text-shadow:0 2px 18px #07121e8c;overflow-wrap:break-word;margin:0;font-size:clamp(2.2rem,5.5vw,4rem);line-height:1.02}.hero__highlight{color:var(--repesca-green)}.hero__subtitle{font-size:var(--text-lg);font-weight:var(--weight-medium);color:#ffffffeb;text-shadow:0 1px 12px #07121e80;margin:0}.hero__cta{background:var(--repesca-green);color:var(--repesca-navy);font-weight:var(--weight-bold);font-size:var(--text-base);text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-sm);align-items:center;padding:.9rem 1.9rem;text-decoration:none;transition:transform .16s,filter .16s;display:inline-flex;box-shadow:0 10px 30px -8px #a7d12973}.hero__cta:hover{filter:brightness(1.05);transform:translateY(-2px)}@media (width<=860px){.hero{text-align:center;min-height:clamp(480px,78vh,640px)}.hero__bg{object-position:center}.hero__overlay{background:linear-gradient(to top, var(--repesca-navy) 6%, #0d1b2ab8 55%, #0d1b2a8c 100%)}.hero__content{padding:var(--space-12) var(--space-4);align-items:center}.hero__title{max-width:18ch;font-size:clamp(2rem,9vw,3rem)}}.filter{justify-content:flex-start;gap:var(--space-6);flex-wrap:wrap;display:flex}.filter__chip{align-items:center;gap:var(--space-2);padding:var(--space-2);cursor:pointer;font-family:var(--font-sans);color:var(--color-text);border-radius:var(--radius-md);background:0 0;border:none;flex-direction:column;transition:transform .16s;display:flex}.filter__chip:hover{transform:translateY(-3px)}.filter__icon{border-radius:var(--radius-md);background:var(--repesca-gray);object-fit:contain;width:72px;height:72px;padding:6px;transition:box-shadow .16s;box-shadow:0 0 0 2px #0000}.filter__icon--all{color:var(--repesca-navy);justify-content:center;align-items:center;display:flex}.filter__chip.is-active .filter__icon{box-shadow:0 0 0 3px var(--repesca-green)}.filter__label{font-size:var(--text-sm);font-weight:var(--weight-medium);letter-spacing:.01em;opacity:.75}.filter__chip.is-active .filter__label{font-weight:var(--weight-bold);opacity:1;color:var(--repesca-teal)}.filter__chip:focus-visible{outline:2px solid var(--repesca-teal);outline-offset:2px}.sold-overlay{z-index:2;pointer-events:none;-webkit-backdrop-filter:saturate(.6);backdrop-filter:saturate(.6);background:#0d1b2a6b;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.sold-overlay__band{text-align:center;background:var(--repesca-green);width:150%;color:var(--repesca-navy);font-family:var(--font-heading);font-weight:var(--weight-extrabold);text-transform:uppercase;letter-spacing:.22em;text-indent:.22em;border-top:2px solid #ffffff80;border-bottom:2px solid #0d1b2a40;padding:.45rem 0;transform:rotate(-13deg);box-shadow:0 10px 28px -10px #0d1b2aa6}.sold-overlay--card .sold-overlay__band{font-size:1.15rem}.sold-overlay--modal .sold-overlay__band{letter-spacing:.28em;text-indent:.28em;padding:.7rem 0;font-size:2rem}.swatch{border-radius:var(--radius-full);border:1px solid #0d1b2a40;flex-shrink:0;display:inline-block;box-shadow:inset 0 0 0 1px #ffffff59}.card{background:var(--color-surface);border:1px solid var(--repesca-gray);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);flex-direction:column;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.card:hover{transform:translateY(-4px);box-shadow:0 18px 40px -16px #0d1b2a73}.card__media{aspect-ratio:var(--media-ratio);background:var(--repesca-navy);cursor:pointer;border:none;width:100%;padding:0;display:block;position:relative}.card__image,.card__video{object-fit:cover;width:100%;height:100%;transition:transform .25s;display:block}.card__media:hover .card__image{transform:scale(1.04)}.card__category{top:var(--space-3);left:var(--space-3);font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.04em;color:var(--repesca-navy);background:var(--repesca-green);border-radius:var(--radius-sm);padding:.25rem .625rem;position:absolute}.card__condition{top:var(--space-3);right:var(--space-3);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--repesca-white);border-radius:var(--radius-sm);background:#036f6aeb;padding:.25rem .625rem;position:absolute}.card__count{bottom:var(--space-3);right:var(--space-3);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--repesca-white);border-radius:var(--radius-full);background:#0d1b2ab3;padding:.15rem .5rem;position:absolute}.card--sold{box-shadow:var(--shadow-md)}.card--sold:hover{box-shadow:var(--shadow-md);transform:none}.card--sold .card__image,.card--sold .card__video{filter:grayscale(.85)contrast(.95)}.card--sold .card__media:hover .card__image{transform:none}.card__price--sold{color:var(--repesca-teal);opacity:.75;-webkit-text-decoration:line-through #036f6a80;text-decoration:line-through #036f6a80}.card__sold-tag{text-align:center;background:var(--repesca-gray);border-radius:var(--radius-sm);width:100%;color:var(--repesca-navy);font-weight:var(--weight-bold);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.04em;padding:.55rem .75rem}.card__similar{color:var(--repesca-teal);font-weight:var(--weight-semibold);font-size:var(--text-sm);background:0 0;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.3rem .5rem;text-decoration:none;transition:color .16s;display:inline-flex}.card__similar:hover{color:var(--repesca-navy);text-decoration:underline}.card__similar:focus-visible{outline:2px solid var(--repesca-teal);outline-offset:2px;border-radius:var(--radius-sm)}.card__body{gap:var(--space-1);padding:var(--space-4);flex-direction:column;display:flex}.card__brand{font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.06em;color:var(--repesca-teal)}.card__name{font-family:var(--font-heading);font-size:var(--text-base);font-weight:var(--weight-semibold);margin:0;line-height:1.3}.card__name-btn{text-align:left;cursor:pointer;color:var(--color-text);font:inherit;background:0 0;border:none;padding:0}.card__name-btn:hover{color:var(--repesca-teal)}.card__price{margin:var(--space-2) 0 var(--space-3);font-size:var(--text-xl);font-weight:var(--weight-extrabold);color:var(--repesca-navy)}.card__dots{padding:var(--space-3) var(--space-4) 0;flex-wrap:wrap;align-items:center;gap:.35rem .4rem;display:flex}.card__dot{border-radius:var(--radius-full);cursor:pointer;background:0 0;border:2px solid #0000;padding:2px;line-height:0;transition:border-color .16s,opacity .16s;display:inline-flex}.card__dot:hover{border-color:var(--repesca-gray)}.card__dot.is-active{border-color:var(--repesca-teal)}.card__dot.is-sold{opacity:.45;position:relative}.card__dot.is-sold:after{content:"";background:var(--repesca-navy);border-radius:var(--radius-full);width:2px;position:absolute;top:12%;bottom:12%;left:50%;transform:translate(-50%)rotate(45deg)}.card__dot.is-sold.is-active{opacity:.7;border-color:var(--repesca-navy)}.card__dot:focus-visible{outline:2px solid var(--repesca-teal);outline-offset:1px}.card__actions{gap:var(--space-2);flex-direction:column;margin-top:auto;display:flex}.card__details{border:1px solid var(--repesca-gray);border-radius:var(--radius-sm);width:100%;font-weight:var(--weight-semibold);font-size:var(--text-sm);color:var(--repesca-navy);cursor:pointer;background:0 0;padding:.55rem .75rem;transition:border-color .16s,background .16s}.card__details:hover{border-color:var(--repesca-navy);background:var(--repesca-gray)}.card__wa{color:#fff;border-radius:var(--radius-sm);width:100%;font-weight:var(--weight-bold);font-size:var(--text-sm);white-space:nowrap;background:#25d366;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .75rem;text-decoration:none;transition:filter .16s,transform .16s;display:inline-flex}.card__wa:hover{filter:brightness(1.05);transform:translateY(-1px)}.card__wa:focus-visible,.card__details:focus-visible,.card__name-btn:focus-visible,.card__media:focus-visible{outline:2px solid var(--repesca-teal);outline-offset:2px}.grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));display:grid}.grid__empty{text-align:center;padding:var(--space-12) 0;color:var(--repesca-blue);opacity:.7}.modal{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:var(--space-4);background:#07121ec7;justify-content:center;align-items:center;animation:.16s modal-fade;display:flex;position:fixed;inset:0}@keyframes modal-fade{0%{opacity:0}}.modal__panel{background:var(--color-surface);color:var(--color-text);border-radius:var(--radius-lg);grid-template-columns:1.15fr 1fr;width:min(920px,100%);max-height:92vh;display:grid;position:relative;overflow:hidden}.modal__close{top:var(--space-3);right:var(--space-3);z-index:2;border-radius:var(--radius-full);color:#fff;cursor:pointer;background:#0d1b2a8c;border:none;place-items:center;width:40px;height:40px;transition:background .16s;display:grid;position:absolute}.modal__close:hover{background:var(--repesca-navy)}.modal__gallery{background:var(--repesca-navy);flex-direction:column;min-height:0;display:flex}.modal__stage{aspect-ratio:var(--media-ratio);position:relative;overflow:hidden}.modal__media{object-fit:contain;width:100%;height:100%;transition:transform .2s;display:block}.modal__stage.is-zoomable .modal__media{cursor:zoom-in}.modal__stage.is-zoomed .modal__media{cursor:zoom-out;transition:transform 80ms ease-out;transform:scale(2.6)}.modal__stage--sold .modal__media{filter:grayscale(.85)contrast(.95)}.modal__zoom-hint{bottom:var(--space-3);left:var(--space-3);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--repesca-white);border-radius:var(--radius-full);pointer-events:none;background:#0d1b2aa6;padding:.2rem .6rem;position:absolute}.modal__nav{border-radius:var(--radius-full);width:40px;height:40px;color:var(--repesca-navy);cursor:pointer;background:#ffffffe6;border:none;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.modal__nav--prev{left:var(--space-3);transform:translateY(-50%)rotate(180deg)}.modal__nav--next{right:var(--space-3)}.modal__thumbs{gap:var(--space-2);padding:var(--space-3);display:flex;overflow-x:auto}.modal__thumb{border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:2px solid #0000;flex:none;width:56px;height:56px;padding:0;overflow:hidden}.modal__thumb.is-active{border-color:var(--repesca-green)}.modal__thumb img,.modal__thumb video{object-fit:cover;width:100%;height:100%;display:block}.modal__info{min-height:0;max-height:92vh;overflow-y:auto}.modal__info-body{padding:var(--space-8) var(--space-6) var(--space-4);gap:var(--space-2);flex-direction:column;display:flex}.modal__cta{gap:var(--space-2);padding:var(--space-4) var(--space-6);background:var(--color-surface);border-top:1px solid var(--repesca-gray);flex-direction:column;display:flex;position:sticky;bottom:0}.modal__brand{font-size:var(--text-sm);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.06em;color:var(--repesca-teal)}.modal__name{font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:var(--weight-bold);margin:0;line-height:1.15}.modal__meta{gap:var(--space-2);margin:var(--space-2) 0;flex-wrap:wrap;display:flex}.modal__tag{font-size:var(--text-xs);font-weight:var(--weight-semibold);border-radius:var(--radius-sm);padding:.25rem .625rem}.modal__tag--cat{background:var(--repesca-green);color:var(--repesca-navy);text-transform:uppercase;letter-spacing:.04em;font-weight:var(--weight-bold)}.modal__tag--cond{color:var(--repesca-white);background:#036f6aeb}.modal__tag--sold{background:var(--repesca-navy);color:var(--repesca-white);text-transform:uppercase;letter-spacing:.06em;font-weight:var(--weight-bold)}.modal__colors{gap:var(--space-2);margin:var(--space-3) 0 var(--space-1);flex-direction:column;display:flex}.modal__colors-label{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--repesca-blue);display:inline-flex}.modal__colors-label strong{font-weight:var(--weight-bold);color:var(--repesca-navy)}.modal__colors-flag{font-size:var(--text-xs);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.04em;color:var(--repesca-white);background:var(--repesca-navy);border-radius:var(--radius-sm);padding:.05rem .4rem}.modal__colors-list{gap:var(--space-2);flex-wrap:wrap;display:flex}.modal__color{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--repesca-navy);border:1px solid var(--repesca-gray);border-radius:var(--radius-full);cursor:pointer;background:0 0;align-items:center;gap:.4rem;padding:.3rem .7rem;transition:border-color .16s,background .16s,color .16s;display:inline-flex}.modal__color:hover{border-color:var(--repesca-teal)}.modal__color.is-active{border-color:var(--repesca-teal);background:var(--repesca-teal);color:var(--repesca-white)}.modal__color.is-sold{opacity:.7}.modal__color.is-sold>span:not(.modal__color-sold){-webkit-text-decoration:line-through #0d1b2a80;text-decoration:line-through #0d1b2a80}.modal__color.is-sold.is-active{background:var(--repesca-navy);border-color:var(--repesca-navy)}.modal__color-sold{font-size:.7rem;font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.04em;color:var(--repesca-teal)}.modal__color.is-active .modal__color-sold{color:var(--repesca-green)}.modal__color:focus-visible{outline:2px solid var(--repesca-teal);outline-offset:2px}.modal__price{margin:var(--space-2) 0;font-size:var(--text-3xl);font-weight:var(--weight-extrabold);color:var(--repesca-navy)}.modal__price--sold{color:var(--repesca-teal);opacity:.75;-webkit-text-decoration:line-through #036f6a80;text-decoration:line-through #036f6a80}.modal__description{margin:0 0 var(--space-4);color:var(--repesca-blue);line-height:1.6}.modal__specs{margin:0 0 var(--space-4);background:var(--repesca-gray);border:1px solid var(--repesca-gray);border-radius:var(--radius-md);flex-shrink:0;gap:1px;display:grid;overflow:hidden}.modal__spec{justify-content:space-between;gap:var(--space-4);background:var(--color-surface);font-size:var(--text-sm);padding:.55rem .85rem;display:flex}.modal__spec dt{color:var(--repesca-blue);opacity:.8}.modal__spec dd{text-align:right;font-weight:var(--weight-semibold);color:var(--repesca-navy);margin:0}.modal__wa{color:#fff;border-radius:var(--radius-sm);font-weight:var(--weight-bold);font-size:var(--text-sm);background:#25d366;flex-shrink:0;justify-content:center;align-self:center;align-items:center;gap:.45rem;padding:.6rem 1.4rem;text-decoration:none;transition:filter .16s,transform .16s;display:inline-flex;box-shadow:0 6px 18px -8px #25d366b3}.modal__wa:hover{filter:brightness(1.05);transform:translateY(-1px)}.modal__sold-tag{background:var(--repesca-gray);color:var(--repesca-navy);border-radius:var(--radius-sm);font-weight:var(--weight-bold);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.06em;align-self:center;padding:.6rem 1.4rem}.modal__similar{margin-top:var(--space-2);border:1px solid var(--repesca-teal);color:var(--repesca-teal);border-radius:var(--radius-sm);font-weight:var(--weight-semibold);font-size:var(--text-sm);background:0 0;justify-content:center;align-self:center;align-items:center;gap:.45rem;padding:.5rem 1.2rem;text-decoration:none;transition:background .16s,color .16s;display:inline-flex}.modal__similar:hover{background:var(--repesca-teal);color:var(--repesca-white)}.modal__note{margin:var(--space-2) 0 0;font-size:var(--text-xs);text-align:center;color:var(--repesca-blue);opacity:.7}@media (width<=720px){.modal{align-items:flex-end;padding:0}.modal__panel{border-radius:var(--radius-lg) var(--radius-lg) 0 0;grid-template-columns:1fr;width:100%;max-height:96vh;overflow-y:auto}.modal__info{max-height:none;overflow-y:visible}.modal__info-body{padding:var(--space-6) var(--space-4) var(--space-4)}.modal__cta{padding:var(--space-3) var(--space-4)}.modal__name{font-size:var(--text-xl)}.modal__price{font-size:var(--text-2xl)}}.about{background:var(--repesca-gray);color:var(--color-text);scroll-margin-top:72px}.about__inner{max-width:1180px;padding:var(--space-12) var(--space-6);gap:var(--space-12);grid-template-columns:1.05fr 1fr;align-items:center;margin:0 auto;display:grid}.about__title{margin:0 0 var(--space-4);font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:var(--weight-bold);color:var(--repesca-navy);line-height:1.15}.about__lead{margin:0 0 var(--space-4);color:var(--repesca-blue);line-height:1.65}.about__quote{margin:var(--space-6) 0 0;padding:var(--space-4) var(--space-6);background:var(--repesca-navy);color:var(--repesca-white);border-left:4px solid var(--repesca-green);border-radius:var(--radius-md);font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--weight-semibold);font-style:italic;line-height:1.4}.about__pillars{gap:var(--space-4);grid-template-columns:1fr 1fr;margin:0;padding:0;list-style:none;display:grid}.about__pillar{background:var(--color-surface);border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-md);border:1px solid #0d1b2a0f}.about__icon{border-radius:var(--radius-md);background:var(--repesca-navy);width:48px;height:48px;color:var(--repesca-green);margin-bottom:var(--space-3);justify-content:center;align-items:center;display:inline-flex}.about__pillar-title{margin:0 0 var(--space-2);font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--repesca-navy)}.about__pillar-text{font-size:var(--text-sm);color:var(--repesca-blue);opacity:.9;margin:0;line-height:1.55}@media (width<=860px){.about__inner{gap:var(--space-8);padding:var(--space-12) var(--space-4);grid-template-columns:1fr}}@media (width<=460px){.about__pillars{grid-template-columns:1fr}}.sell{background:var(--repesca-blue);color:var(--repesca-white)}.sell__inner{max-width:1180px;padding:var(--space-12) var(--space-6);gap:var(--space-12);grid-template-columns:1fr 1fr;align-items:center;margin:0 auto;display:grid}.sell__eyebrow{align-items:center;gap:var(--space-2);margin:0 0 var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-bold);text-transform:uppercase;letter-spacing:.08em;color:var(--repesca-green);display:inline-flex}.sell__eyebrow:before{content:"";background:var(--repesca-green);border-radius:2px;width:24px;height:3px}.sell__title{margin:0 0 var(--space-4);font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:var(--weight-bold);line-height:1.15}.sell__lead{margin:0 0 var(--space-6);opacity:.85;line-height:1.6}.sell__cta{background:var(--repesca-green);color:var(--repesca-navy);border-radius:var(--radius-sm);font-weight:var(--weight-bold);align-items:center;gap:.5rem;padding:.9rem 1.5rem;text-decoration:none;transition:transform .16s,filter .16s;display:inline-flex}.sell__cta:hover{filter:brightness(1.05);transform:translateY(-2px)}.sell__steps{gap:var(--space-4);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.sell__step{gap:var(--space-4);padding:var(--space-4);border-radius:var(--radius-md);background:#ffffff0a;border:1px solid #ffffff14;align-items:flex-start;display:flex}.sell__num{border-radius:var(--radius-full);background:var(--repesca-green);width:36px;height:36px;color:var(--repesca-navy);font-weight:var(--weight-extrabold);flex:none;place-items:center;display:grid}.sell__step-title{font-size:var(--text-base);font-weight:var(--weight-semibold);margin:0 0 .15rem}.sell__step-text{font-size:var(--text-sm);opacity:.8;margin:0;line-height:1.5}@media (width<=860px){.sell__inner{gap:var(--space-8);padding:var(--space-12) var(--space-4);grid-template-columns:1fr}}.features{background:var(--repesca-navy);color:var(--repesca-white);padding:var(--space-8) var(--space-6)}.features__list{gap:var(--space-6);grid-template-columns:repeat(4,1fr);max-width:1180px;margin:0 auto;padding:0;list-style:none;display:grid}.features__item{align-items:center;gap:var(--space-3);text-align:left;justify-content:center;display:flex}.features__icon{color:var(--repesca-green);flex-shrink:0;display:inline-flex}.features__title{font-weight:var(--weight-bold);text-transform:uppercase;font-size:var(--text-sm);letter-spacing:.03em;line-height:1.2}@media (width<=760px){.features__list{gap:var(--space-6) var(--space-4);grid-template-columns:repeat(2,1fr)}}@media (width<=420px){.features__list{grid-template-columns:1fr}.features__item{justify-content:flex-start}}.footer{background:var(--repesca-navy);color:var(--repesca-white)}.footer__inner{max-width:1180px;padding:var(--space-12) var(--space-6);gap:var(--space-8);grid-template-columns:2fr 1fr 1fr;margin:0 auto;display:grid}.footer__brand img{width:auto;height:44px;margin-bottom:var(--space-3)}.footer__positioning{max-width:32ch;color:var(--repesca-green);margin:0;font-style:italic;line-height:1.5}.footer__nav,.footer__contact{gap:var(--space-3);flex-direction:column;display:flex}.footer__contact-title{font-weight:var(--weight-bold);text-transform:uppercase;font-size:var(--text-xs);letter-spacing:.06em;opacity:.7}.footer__nav a,.footer__link{color:var(--repesca-white);font-size:var(--text-sm);opacity:.85;align-items:center;gap:.5rem;text-decoration:none;transition:color .16s,opacity .16s;display:inline-flex}.footer__nav a:hover,.footer__link:hover{color:var(--repesca-green);opacity:1}.footer__bottom{padding:var(--space-4) var(--space-6);text-align:center;border-top:1px solid #ffffff14}.footer__bottom p{font-size:var(--text-xs);opacity:.6;margin:0}@media (width<=720px){.footer__inner{gap:var(--space-6);padding:var(--space-8) var(--space-4);grid-template-columns:1fr}}
