:root{--background: 0, 0%, 100%;--foreground: 240, 10%, 3.9%;--primary: 258, 90%, 66%;--primary-foreground: 0, 0%, 98%;--secondary: 240, 4.8%, 95.9%;--secondary-foreground: 240, 5.9%, 10%;--muted: 240, 4.8%, 95.9%;--muted-foreground: 240, 3.8%, 46.1%;--border: 240, 5.9%, 90%;--radius: .75rem;--font-sans: "Raleway", sans-serif;--font-serif: "Cormorant Garamond", serif;--font-mono: "Montserrat", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);color:#fff;line-height:1.6;min-height:100vh;background-color:#1a1a2e;padding-bottom:3rem}.video-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.video-background video{position:absolute;min-width:100%;min-height:100%;width:auto;height:auto;top:50%;left:50%;transform:translate(-50%,-50%);object-fit:cover}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000c,#0009)}.container{max-width:1200px;margin:0 auto;padding:2rem}.intro{text-align:center;margin:2rem 0}.intro h1{font-family:var(--font-serif);font-size:3rem;margin-bottom:1rem}.navigation-buttons{display:flex;align-items:center;justify-content:space-between;margin:2rem 0;gap:1rem}.progress-container{flex:1;margin:0 1rem}.progress-bar{height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.progress{height:100%;background:hsl(var(--primary));transition:width .3s ease}.progress-info{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.875rem;color:#ffffffb3}.btn{padding:.75rem 1.5rem;border-radius:var(--radius);font-family:var(--font-sans);font-weight:500;cursor:pointer;transition:all .3s ease}.btn.primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none}.btn.outline{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.glass-card{background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(100px);border-radius:var(--radius);padding:2rem;margin:2rem 0}.question-header{text-align:center;margin-bottom:2rem}.question-category{font-size:.875rem;color:hsl(var(--primary));text-transform:uppercase;letter-spacing:.05em}.question-title{font-family:var(--font-serif);font-size:2rem;margin:.5rem 0}.question-description{color:#ffffffb3;margin-bottom:1rem}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:2rem}.option-card{background:#ffffff0d;border-radius:calc(var(--radius) - 4px);padding:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.option-header{display:flex;justify-content:space-between;align-items:center}.option-title{font-weight:500;color:#fff}.option-radio{width:24px;height:24px;border:2px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.option-radio-inner{width:12px;height:12px;border-radius:50%;background:transparent;transition:all .3s ease}.option-card.selected .option-radio{border-color:hsl(var(--primary))}.option-card.selected .option-radio-inner{background:hsl(var(--primary))}.option-description{font-size:.875rem;color:#ffffffb3;line-height:1.5}.option-card:hover{background:#ffffff1a}.option-card.selected{background:rgba(var(--primary),.2);border:1px solid hsl(var(--primary))}.animated{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.search-container{margin-bottom:2rem}.search-input-wrapper{position:relative;max-width:400px;margin:0 auto}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#ffffff80}.search-input{width:100%;padding:1rem 1rem 1rem 3rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);color:#fff;font-family:var(--font-sans);font-size:1rem;transition:all .3s ease}.search-input:focus{outline:none;background:#ffffff26;border-color:hsl(var(--primary))}.search-input::placeholder{color:#ffffff80}.no-results{text-align:center;padding:2rem;color:#ffffffb3;font-style:italic}.products-grid{display:grid;gap:2rem;padding:2rem}.product-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:1.5rem;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-image img{width:100%;height:200px;object-fit:cover;border-radius:.5rem}.product-info{margin-top:1rem}.product-name{font-size:1.25rem;margin-bottom:.5rem}.product-price{font-size:1.5rem;font-weight:700;margin:1rem 0}@media (min-width: 768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}.loading-spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:hsl(var(--primary));animation:spin 1s ease-in-out infinite;margin:2rem auto}@keyframes spin{to{transform:rotate(360deg)}}.site-footer{position:fixed;bottom:0;left:0;width:100%;padding:0;z-index:10;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-footer .glass-card{padding:.75rem;margin:0;display:flex;justify-content:center;align-items:center;border:none;background:transparent}.copyright-text{text-align:center;color:#ffffffb3;font-size:.875rem;margin:0;width:100%;font-family:Montserrat,sans-serif;font-weight:500;letter-spacing:.5px}.footer-sections-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;padding:3rem}.footer-brand{max-width:400px}.footer-title{font-family:var(--font-serif);font-size:2rem;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer-tagline{color:hsl(var(--primary));font-size:1.1rem;margin-bottom:1rem}.footer-description{color:#ffffffb3;line-height:1.6}.footer-nav h4,.footer-contact h4{color:#fff;font-size:1.2rem;margin-bottom:1.5rem;font-weight:500}.footer-nav ul,.footer-contact ul{list-style:none;padding:0}.footer-nav li,.footer-contact li{margin-bottom:1rem}.footer-link{color:#ffffffb3;text-decoration:none;transition:all .3s ease;display:inline-block}.footer-link:hover{color:hsl(var(--primary));transform:translate(5px)}.contact-label{color:#ffffff80;margin-right:.5rem}.footer-bottom{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:#ffffff80;font-size:.875rem}@media (max-width: 968px){.footer-sections-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1;text-align:center;margin:0 auto}}@media (max-width: 640px){.footer-sections-grid{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-link:hover{transform:none}}
