*{box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;--font-heading: "Playfair Display", serif;--font-body: "Inter", sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fafafa}#root{display:flex;flex-direction:column;min-height:100vh}.button{font-family:inherit;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.button:disabled{opacity:.5;cursor:not-allowed}.button--small{padding:.5rem 1rem;font-size:.875rem}.button--medium{padding:.75rem 1.5rem;font-size:1rem}.button--large{padding:1rem 2rem;font-size:1.125rem}.button--primary{background-color:#4a1942;color:#f5f3f0}.button--primary:hover:not(:disabled){background-color:#6b2d5c}.button--secondary{background-color:#f3f4f6;color:#1f2937}.button--secondary:hover:not(:disabled){background-color:#e5e7eb}.button--outline{background-color:transparent;border:1px solid #d1d5db;color:#1f2937}.button--outline:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.header{position:sticky;top:0;background-color:#1c1c1c;border-bottom:1px solid #2D2D2D;z-index:50;box-shadow:0 2px 8px #0000004d}.header__container{max-width:1280px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header__logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#f5f3f0;text-decoration:none;transition:color .2s ease}.header__logo:hover{color:#d4c5a9}.header__nav{display:flex;gap:2rem;flex:1;justify-content:center}.header__link{color:#d4c5a9;text-decoration:none;font-weight:500;transition:color .2s ease;white-space:nowrap}.header__link:hover{color:#f5f3f0}.header__cta{white-space:nowrap}@media(max-width:768px){.header__container{gap:1rem}.header__nav{display:none}.header__logo{font-size:1.25rem}}.footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;margin-top:4rem}.footer__container{max-width:1280px;margin:0 auto;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer__links{display:flex;gap:2rem}.footer__link{color:#4b5563;text-decoration:none;font-weight:500;transition:color .2s ease}.footer__link:hover{color:#1f2937}.footer__text{font-size:.875rem;color:#6b7280;margin:0}@media(max-width:640px){.footer__links{gap:1rem}}.input-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%}.input-label{font-size:.875rem;font-weight:500;color:#374151}.input{font-family:inherit;font-size:1.2rem;padding:1rem 1.5rem;border:2px solid #D4C5A9;border-radius:8px;outline:none;transition:all .2s ease;width:100%;background-color:#f5f3f0f2}.input:focus{border-color:#6b2d5c;box-shadow:0 0 0 3px #6a2d5c1a}.input--error{border-color:#ef4444}.input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.input-error{font-size:.875rem;color:#ef4444}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.875rem;font-weight:500;border-radius:9999px}.badge--default{background-color:#d4c5a933;color:#e8dcc4;border:1px solid rgba(212,197,169,.3);transition:all .2s ease}.badge--default:hover{background-color:#d4c5a94d;border-color:#d4c5a980}.badge--success{background-color:#d1fae5;color:#065f46}.badge--warning{background-color:#fef3c7;color:#92400e}.badge--info{background-color:#e8dcc4;color:#4a1942}.search-bar{display:flex;gap:1rem;width:100%;max-width:800px;margin:0 auto}.search-bar__input-wrapper{flex:1;position:relative;display:flex;align-items:center;gap:.5rem}.search-bar__input{flex:1}@media(max-width:640px){.search-bar{flex-direction:column;gap:.75rem}.search-bar button{width:100%}}.home{width:100%}.home__hero{min-height:70vh;display:flex;align-items:center;justify-content:flex-start;padding:2rem 1.5rem;background-image:url(https://images.unsplash.com/photo-1483985988355-763728e1935b?auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.home__hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000004d,#0000001a);z-index:1}.home__hero-content{position:relative;z-index:2;max-width:700px;width:100%;padding:3rem 2rem;margin-left:10%}.home__hero-title{font-family:var(--font-heading),"Georgia",serif;font-size:4rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);letter-spacing:-.02em;line-height:1.1;margin:0 0 1.5rem}.home__hero-subtitle{font-family:var(--font-body);font-size:1.1rem;color:#fffffff2;font-weight:400;margin:1rem 0 2.5rem;line-height:1.4}.home__search{margin-bottom:2rem}.home__examples{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center}.home__examples-label{font-weight:500;color:#ffffffe6;font-size:.95rem}.home__gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:4rem 2rem;background-color:#fff;max-width:1400px;margin:0 auto;width:100%}.home__gallery-item{position:relative;overflow:hidden;border-radius:4px;background:#fafafa;transition:all .3s ease;cursor:pointer}.home__gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.home__gallery-item img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:3/4}.home__gallery-image{max-height:175px;max-width:120px;object-fit:cover}@media(min-width:768px){.home__gallery-image{max-height:300px;max-width:200px}}.home__gallery-item:after{content:"View similar";position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1rem;background:linear-gradient(to top,rgba(255,255,255,.95),transparent);color:#2c2c2c;font-size:.9rem;font-weight:500;text-align:center;opacity:0;transition:opacity .3s ease}.home__gallery-item:hover:after{opacity:1}@media(max-width:1024px){.home__hero{min-height:65vh}.home__hero-content{margin-left:5%;padding:2rem 1.5rem}.home__hero-title{font-size:3rem}.home__hero-subtitle{font-size:1rem}.home__gallery{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem;padding:3rem 1.5rem}}@media(max-width:768px){.home__hero{min-height:60vh;padding:1.5rem 1rem;justify-content:center}.home__hero-content{margin-left:0;padding:2rem 1rem;text-align:center}.home__hero-title{font-size:2.5rem}.home__hero-subtitle{font-size:1rem;margin:1rem 0 2rem}.home__search{margin-bottom:1.5rem}.home__gallery{grid-template-columns:repeat(2,1fr);gap:1rem;padding:2rem 1rem}}@media(max-width:480px){.home__hero-title{font-size:2rem}.home__hero-subtitle{font-size:.95rem}.home__gallery{grid-template-columns:repeat(2,1fr);gap:.75rem}}.select-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%}.select-label{font-size:.875rem;font-weight:500;color:#374151}.select{font-family:inherit;font-size:1rem;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:6px;outline:none;transition:all .2s ease;background-color:#fff;cursor:pointer;width:100%}.select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.filters-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1.5rem;background-color:#f9fafb;border-radius:8px;margin-bottom:2rem}.filters-bar__item{display:flex;flex-direction:column;gap:.5rem}.filters-bar__label{font-size:.875rem;font-weight:500;color:#374151}.filters-bar__slider{width:100%;height:6px;border-radius:3px;background:#d1d5db;outline:none;-webkit-appearance:none}.filters-bar__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#2563eb;cursor:pointer}.filters-bar__slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#2563eb;cursor:pointer;border:none}@media(max-width:640px){.filters-bar{grid-template-columns:1fr}}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .2s ease;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 4px 6px #00000026;transform:translateY(-2px)}.product-card__image-wrapper{position:relative;width:100%;padding-top:125%;background-color:#f3f4f6;overflow:hidden}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-card__save{position:absolute;top:.75rem;right:.75rem;background:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.product-card__save:hover{transform:scale(1.1)}.product-card__save--active{animation:heartbeat .3s ease}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.product-card__content{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card__title{font-size:1rem;font-weight:500;color:#1f2937;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__retailer{font-size:.875rem;color:#6b7280;margin:0}.product-card__price{font-size:1.25rem;font-weight:600;color:#1f2937;margin:.25rem 0}.product-card__button{margin-top:auto;width:100%}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;width:100%}@media(max-width:640px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}.results{width:100%;min-height:50vh}.results__container{max-width:1280px;margin:0 auto;padding:2rem 1.5rem}.results__header{margin-bottom:2rem}.results__title{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.results__hint{font-size:1rem;color:#6b7280;margin:0}.results__load-more{display:flex;justify-content:center;margin-top:3rem}.results__no-results{text-align:center;padding:4rem 1rem}.results__no-results-icon{font-size:4rem;margin-bottom:1rem}.results__no-results-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.results__no-results-text{font-size:1rem;color:#6b7280;margin:0 0 2rem}.results__no-results-suggestions{max-width:400px;margin:0 auto 2rem;text-align:left;background-color:#f9fafb;padding:1.5rem;border-radius:8px}.results__no-results-suggestions-label{font-weight:600;color:#1f2937;margin:0 0 .75rem}.results__no-results-list{margin:0;padding-left:1.5rem;color:#6b7280;line-height:1.8}@media(max-width:768px){.results__title{font-size:1.5rem}.results__hint{font-size:.875rem}}.how-it-works{width:100%}.how-it-works__container{max-width:900px;margin:0 auto;padding:3rem 1.5rem}.how-it-works__title{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 3rem;text-align:center}.how-it-works__steps{margin-bottom:4rem}.how-it-works__step{display:flex;gap:2rem;margin-bottom:3rem;align-items:flex-start}.how-it-works__step-number{flex-shrink:0;width:4rem;height:4rem;background-color:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:700}.how-it-works__step-content{flex:1}.how-it-works__step-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.how-it-works__step-text{font-size:1rem;color:#6b7280;margin:0;line-height:1.7}.how-it-works__section-title{font-size:2rem;font-weight:700;color:#1f2937;margin:0 0 2rem;text-align:center}.how-it-works__faq{background-color:#f9fafb;padding:3rem 2rem;border-radius:12px}.how-it-works__faq-item{margin-bottom:2rem}.how-it-works__faq-item:last-child{margin-bottom:0}.how-it-works__faq-question{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0 0 .75rem}.how-it-works__faq-answer{font-size:1rem;color:#6b7280;margin:0;line-height:1.7}@media(max-width:768px){.how-it-works__title{font-size:2rem}.how-it-works__step{flex-direction:column;gap:1rem}.how-it-works__step-number{width:3rem;height:3rem;font-size:1.5rem}.how-it-works__step-title{font-size:1.25rem}.how-it-works__section-title{font-size:1.5rem}.how-it-works__faq{padding:2rem 1.5rem}}.about{width:100%}.about__container{max-width:800px;margin:0 auto;padding:3rem 1.5rem}.about__title{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 2rem;text-align:center}.about__content{display:flex;flex-direction:column;gap:1.5rem}.about__text{font-size:1.125rem;color:#4b5563;line-height:1.8;margin:0}@media(max-width:768px){.about__title{font-size:2rem}.about__text{font-size:1rem}}.legal{width:100%}.legal__container{max-width:900px;margin:0 auto;padding:3rem 1.5rem}.legal__title{font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 3rem;text-align:center}.legal__section{margin-bottom:3rem}.legal__section:last-child{margin-bottom:0}.legal__section-title{font-size:1.75rem;font-weight:600;color:#1f2937;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.legal__text{font-size:1rem;color:#4b5563;line-height:1.8;margin:0 0 1rem}.legal__text:last-child{margin-bottom:0}@media(max-width:768px){.legal__title{font-size:2rem}.legal__section-title{font-size:1.5rem}}.app{display:flex;flex-direction:column;min-height:100vh}.app__main{flex:1;width:100%}
