body:has(.home-page){background:#f5f2ff url(/assets/home-bg-5.png) top/cover no-repeat fixed;min-height:100vh;min-height:100dvh;background-color:#f5f2ff}@media (max-width:768px){body:has(.home-page){background:#f5f2ff;background-color:#f5f2ff;min-height:100vh;min-height:100dvh}}.home-chat-container{width:100%;max-width:45rem;margin:0 auto;display:flex;flex-direction:column;gap:0}.home-trust-badge{font-size:.875rem;font-weight:500;color:var(--text-secondary);text-align:center;opacity:.7;margin:.5rem 0 0;letter-spacing:.02em}.home-starters{width:100%;display:flex;flex-direction:column;gap:.75rem}.home-starters-label{font-size:.75rem;font-weight:700;color:var(--text-secondary);text-align:center;letter-spacing:.12em;text-transform:uppercase;opacity:.5}.home-starters-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.75rem}.home-category-container{display:flex;flex-direction:column;gap:.5rem}.home-starter-button{padding:.6rem 1.1rem;background:rgba(255,255,255,.9);border:1px solid var(--border);border-radius:999px;font-size:.9375rem;text-align:center;cursor:pointer!important;transition:all .15s ease;color:color-mix(in srgb,var(--text-primary) 75%,white 25%);font-weight:600;line-height:1.4;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 8px 20px rgba(0,0,0,.04);display:flex;align-items:center;justify-content:center;gap:.25rem;width:100%}.home-starter-button svg{color:color-mix(in srgb,var(--text-secondary) 70%,white 30%)}.home-starter-button:hover:not(:disabled){background:var(--background-hover);border-color:var(--border-hover);color:var(--deep-navy);transform:translateY(-1px)}.home-starter-button:active:not(:disabled){transform:translateY(0);background:rgba(47,47,98,.08)}.home-starter-button:disabled{opacity:.4;cursor:not-allowed!important;transform:none}.home-starters-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;padding:.5rem 0;width:100%}.home-starters-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding:0 .25rem}.home-starters-list-category{font-size:.875rem;font-weight:600;color:var(--text-primary)}.home-starters-collapse-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:rgba(255,255,255,.9);border:1px solid var(--border);border-radius:50%;cursor:pointer;transition:all .15s ease;color:var(--text-secondary);flex-shrink:0}.home-starters-collapse-btn:hover{background:var(--background-hover);border-color:var(--border-hover);color:var(--deep-navy);transform:scale(1.05)}.home-starters-collapse-btn:active{transform:scale(.95)}.home-starter-item{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;background:transparent;border:none;border-radius:8px;font-size:.875rem;line-height:1.5;color:var(--text-primary);cursor:pointer!important;transition:all .15s ease;text-align:center;width:100%}.home-starter-item--stagger{opacity:0;transform:translateY(4px);animation:home-starter-stagger .24s cubic-bezier(.33,.11,.15,1) forwards}.home-starter-item--closing{animation:home-starter-stagger-close .3s cubic-bezier(.33,.11,.15,1) forwards}.home-starters-list--closing{animation:home-starters-list-close .3s cubic-bezier(.33,.11,.15,1) forwards}.home-starter-ellipsis{display:block;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.home-starter-item:hover:not(:disabled){background:rgba(47,47,98,.06);transform:translateX(4px)}.home-starter-item:active:not(:disabled){transform:translateX(2px);background:rgba(47,47,98,.1)}.home-starter-item:disabled{opacity:.4;cursor:not-allowed!important;transform:none}.home-starter-item span{flex:1}@keyframes home-starter-stagger{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes home-starter-stagger-close{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@keyframes home-starters-list-close{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@media (max-width:768px){.home-starters-grid{justify-content:center;gap:.5rem}.home-starter-button{white-space:normal;text-align:center;padding:.875rem 1.125rem}.home-starter-item{padding:.875rem 1rem;font-size:.8125rem;text-align:center}}.value-prop-card:hover .value-prop-icon-wrapper{transform:scale(1.08)}.value-prop-card:hover .value-prop-icon{filter:drop-shadow(0 4px 10px color-mix(in srgb,var(--violet-500) 35%,transparent))}.why-vicunous-card:hover .why-vicunous-icon-wrapper{transform:scale(1.05);transition:transform .3s ease}.why-vicunous-card:hover .why-vicunous-icon{filter:drop-shadow(0 4px 12px color-mix(in srgb,var(--violet-500) 45%,transparent))}.faq-section{width:100%;margin-top:6rem;padding:0 1rem 4rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:rgba(255,255,255,.85);backdrop-filter:blur(10px);border:2px solid color-mix(in srgb,var(--violet-800) 12%,transparent);border-radius:16px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:color-mix(in srgb,var(--violet-800) 20%,transparent);box-shadow:0 4px 16px color-mix(in srgb,var(--violet-800) 10%,transparent)}@media (max-width:768px){.faq-section{margin-top:4rem;padding:0 1rem 3rem}}