body:has(.home-page){background:#f5f2ff url(/assets/home-bg-5.png) top/cover no-repeat fixed;min-height:100vh;background-color:#f5f2ff}.home-page{width:100%;max-width:1200px;margin:0 auto;padding:2.5rem 1rem 2rem;min-height:calc(100vh - 3.5rem);display:flex;flex-direction:column;align-items:center}.cursor-glow{display:none}.home-hero{text-align:center;margin:3rem auto 2.75rem;padding:0 1.25rem;max-width:760px;gap:1.5rem}.home-hero,.home-title{display:flex;flex-direction:column}.home-title{font-size:3.25rem;font-weight:800;line-height:1.1;margin:0;letter-spacing:-.02em;gap:.25rem}.home-title,.home-title-line{color:var(--deep-navy)}.home-title-gradient{display:inline-block}.home-subtitle{font-size:1.1rem;line-height:1.75;color:var(--text-secondary);opacity:.86;max-width:720px;margin:0 auto;font-weight:400}.home-highlight{color:var(--text-primary);font-weight:600;position:relative}@media (max-width:768px){body:has(.home-page){background:#f5f2ff url(/assets/home-bg-5-mobile.png) top/cover no-repeat fixed;background-color:#f5f2ff;min-height:100vh}.home-page{padding:2rem 1rem}.home-hero{margin:2rem auto}.home-title{font-size:2.35rem;line-height:1.2}.home-subtitle{font-size:1.05rem;line-height:1.6}}@media (max-width:480px){.home-title{font-size:2rem}.home-subtitle{font-size:.98rem}}.home-error{margin-top:1.5rem;padding:1rem;background:rgba(247,92,102,.1);border:1px solid var(--poppy);color:var(--poppy);border-radius:12px;font-size:.9375rem;font-weight:500;text-align:center}.home-chat-container{max-width:45rem;margin:0 auto;gap:0}.home-chat-container,.home-starters{width:100%;display:flex;flex-direction:column}.home-starters{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;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.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}}.home-footer{width:100%;text-align:center;padding-top:2rem;margin-top:1rem}.home-footer-link{color:var(--violet-500);font-size:.9375rem;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease;cursor:pointer!important}.home-footer-link:hover{background:rgba(128,29,235,.05);color:var(--violet-800)}@media (max-width:640px){.home-page{padding:2rem 1rem}.home-hero{margin-bottom:2.5rem}}.home-product-image-wrapper{width:100%;margin-top:6rem;padding:0 1rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.home-product-image-header{text-align:center;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.home-product-image-header--visible{opacity:1;transform:translateY(0)}.home-product-image-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:var(--deep-navy);margin:0;letter-spacing:-.02em}.home-product-image{width:100%;display:flex;justify-content:center;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.home-product-image--visible{opacity:1;transform:translateY(0)}.home-product-image-content{width:100%;max-width:1200px;height:auto;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15),0 8px 24px rgba(0,0,0,.1);object-fit:contain}.home-shaking-hands-image{width:100%;margin-top:6rem;padding:0 1rem;display:flex;justify-content:center;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.home-shaking-hands-image--visible{opacity:1;transform:translateY(0)}.home-shaking-hands-image-content{width:100%;max-width:1200px;height:auto;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.15),0 8px 24px rgba(0,0,0,.1);object-fit:contain}.value-props-section{width:100%;margin-top:6rem;padding:0 1rem 4rem}.value-props-container{max-width:1200px;margin:0 auto}.value-props-header{text-align:center;margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.value-props-header--visible{opacity:1;transform:translateY(0)}.value-props-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:var(--deep-navy);margin:0 0 1rem;letter-spacing:-.02em}.value-props-subtitle{font-size:1.125rem;line-height:1.6;color:var(--text-secondary);opacity:.86;max-width:600px;margin:0 auto}.value-props-list{display:flex;flex-direction:column;gap:1.5rem}.value-prop-card{background:rgba(255,255,255,.85);backdrop-filter:blur(10px);border:2px solid color-mix(in srgb,var(--violet-500) 12%,transparent);border-radius:24px;padding:2rem 2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px color-mix(in srgb,var(--violet-500) 8%,transparent),0 1px 4px rgba(0,0,0,.02);opacity:0;transform:translateX(-30px);position:relative;overflow:hidden}.value-prop-card--visible{opacity:1;transform:translateX(0)}.value-prop-card:hover{transform:translateX(8px);border-color:color-mix(in srgb,var(--violet-500) 25%,transparent);box-shadow:0 12px 40px color-mix(in srgb,var(--violet-500) 15%,transparent),0 4px 12px rgba(0,0,0,.06)}.value-prop-card-content{display:flex;align-items:center;gap:2rem}.value-prop-number{width:48px;height:48px;min-width:48px;border-radius:12px;font-size:1.5rem;font-weight:700;color:var(--deep-navy);flex-shrink:0}.value-prop-icon-wrapper,.value-prop-number{display:flex;align-items:center;justify-content:center}.value-prop-icon-wrapper{width:72px;height:72px;min-width:72px;border-radius:20px;transition:all .3s ease}.value-prop-card:hover .value-prop-icon-wrapper{transform:scale(1.08)}.value-prop-icon{width:40px;height:40px;color:var(--violet-500);transition:all .3s ease;filter:drop-shadow(0 2px 6px color-mix(in srgb,var(--violet-500) 25%,transparent))}.value-prop-card:hover .value-prop-icon{filter:drop-shadow(0 4px 10px color-mix(in srgb,var(--violet-500) 35%,transparent))}.value-prop-text{flex:1}.value-prop-card-title{font-size:1.5rem;font-weight:700;color:var(--deep-navy);margin:0 0 .75rem;line-height:1.3;letter-spacing:-.01em}.value-prop-card-description{font-size:1rem;line-height:1.7;color:var(--text-secondary);margin:0}@media (max-width:768px){.home-product-image-wrapper{margin-top:4rem;gap:1.5rem}.home-product-image-title{font-size:2rem}.home-shaking-hands-image{margin-top:4rem}.value-props-section{margin-top:4rem;padding:0 1rem 4rem}.value-props-container{width:100%;margin:0 auto;padding:0}.value-props-header{margin-bottom:2.5rem}.value-props-title{font-size:2rem}.value-props-subtitle{font-size:1rem}.value-props-list{width:100%;margin:0;padding:0}.value-prop-card{padding:1.5rem;transform:translateX(-20px);width:100%;margin:0}.value-prop-card--visible{transform:translateX(0)}.value-prop-card-content{gap:1.5rem}.value-prop-number{width:40px;height:40px;min-width:40px;font-size:1.25rem}.value-prop-icon-wrapper{width:60px;height:60px;min-width:60px}.value-prop-icon{width:32px;height:32px}.value-prop-card-title{font-size:1.25rem}.value-prop-card-description{font-size:.9375rem}}@media (max-width:480px){.home-product-image-title,.value-props-title{font-size:1.75rem}.value-prop-card-content{flex-direction:column;gap:1.25rem;text-align:center}.value-prop-icon-wrapper,.value-prop-number{margin:0 auto}}.why-vicunous-section{width:100%;margin-top:6rem;padding:0 1rem 4rem}.why-vicunous-container{max-width:1200px;margin:0 auto}.why-vicunous-header{text-align:center;margin-bottom:4rem;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.why-vicunous-header--visible{opacity:1;transform:translateY(0)}.why-vicunous-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:var(--deep-navy);margin:0;letter-spacing:-.02em}.why-vicunous-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.why-vicunous-card{background:rgba(255,255,255,.85);backdrop-filter:blur(10px);border:1px solid color-mix(in srgb,var(--violet-500) 18%,transparent);border-radius:20px;padding:2.5rem;transition:all .8s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px color-mix(in srgb,var(--violet-500) 10%,transparent),0 2px 8px rgba(0,0,0,.04);opacity:0;transform:translateY(60px);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center}.why-vicunous-card:before{content:"";position:absolute;inset:-2px;border-radius:20px;padding:2px;background:linear-gradient(135deg,var(--violet-500),var(--lilac),var(--violet-300));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease;pointer-events:none}.why-vicunous-card:hover:before{opacity:1}.why-vicunous-card--visible{opacity:1;transform:translateY(0)}.why-vicunous-card:hover{box-shadow:0 20px 60px color-mix(in srgb,var(--violet-500) 18%,transparent),0 8px 24px rgba(0,0,0,.08)}.why-vicunous-card--visible:hover,.why-vicunous-card:hover{transform:translateY(-8px) scale(1.02)}.why-vicunous-icon-wrapper{width:64px;height:64px;background:transparent;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.75rem}.why-vicunous-card:hover .why-vicunous-icon-wrapper{transform:scale(1.05);transition:transform .3s ease}.why-vicunous-icon{width:48px;height:48px;color:var(--violet-500);filter:drop-shadow(0 2px 8px color-mix(in srgb,var(--violet-500) 35%,transparent));transition:all .3s ease}.why-vicunous-card:hover .why-vicunous-icon{filter:drop-shadow(0 4px 12px color-mix(in srgb,var(--violet-500) 45%,transparent))}.why-vicunous-card-title{font-size:1.25rem;font-weight:700;color:var(--deep-navy);margin:0 0 .75rem;line-height:1.3}.why-vicunous-card-description{font-size:.9375rem;line-height:1.6;color:var(--text-secondary);margin:0}@media (max-width:768px){.why-vicunous-section{margin-top:4rem;padding:0 1rem 3rem}.why-vicunous-header{margin-bottom:2.5rem}.why-vicunous-title{font-size:2rem}.why-vicunous-grid{grid-template-columns:1fr;gap:1.5rem}.why-vicunous-card{padding:1.5rem}}@media (max-width:480px){.why-vicunous-title{font-size:1.75rem}.why-vicunous-icon-wrapper{width:48px;height:48px}.why-vicunous-icon{width:24px;height:24px}}.faq-section{width:100%;margin-top:6rem;padding:0 1rem 4rem}.faq-container{max-width:800px;margin:0 auto}.faq-header{text-align:center;margin-bottom:3.5rem}.faq-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:var(--deep-navy);margin:0;letter-spacing:-.02em}.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)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:transparent;border:none;text-align:left;cursor:pointer;transition:all .2s ease;gap:1.5rem}.faq-question:hover{background:color-mix(in srgb,var(--violet-800) 2%,transparent)}.faq-question-text{font-size:1.125rem;font-weight:600;color:var(--deep-navy);line-height:1.4;flex:1}.faq-chevron{width:24px;height:24px;color:var(--violet-500);transition:transform .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.faq-chevron--open{transform:rotate(180deg)}.faq-answer-wrapper{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.faq-answer-wrapper--open{max-height:500px}.faq-answer{padding:0 2rem 1.5rem;font-size:1rem;line-height:1.7;color:var(--text-secondary)}@media (max-width:768px){.faq-section{margin-top:4rem;padding:0 1rem 3rem}.faq-header{margin-bottom:2.5rem}.faq-title{font-size:2rem}.faq-question{padding:1.25rem 1.5rem}.faq-question-text{font-size:1rem}.faq-answer{padding:0 1.5rem 1.25rem;font-size:.9375rem}}@media (max-width:480px){.faq-title{font-size:1.75rem}.faq-question{padding:1rem 1.25rem;gap:1rem}.faq-answer{padding:0 1.25rem 1rem}}.site-footer{width:100%;padding:3rem 1rem 2rem;margin-top:1rem}.site-footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.site-footer-logo{display:flex;align-items:center;justify-content:center}.site-footer-logo-image{height:auto;object-fit:contain}.site-footer-copyright{font-size:.875rem;color:var(--text-secondary);margin:0;text-align:center}.site-footer-links{display:flex;flex-direction:column;align-items:center;gap:.75rem}.site-footer-link{font-size:.875rem;color:var(--text-secondary);text-decoration:none;cursor:default}@media (max-width:768px){.site-footer{padding:2.5rem 1rem 1.5rem;margin-top:1rem}.site-footer-container{gap:1.25rem}.site-footer-copyright,.site-footer-link{font-size:.8125rem}}.disclaimer-section{width:100%;padding:2rem 1rem;margin-top:2rem}.disclaimer-container{max-width:800px;margin:0 auto}.disclaimer-text{font-size:.6875rem;line-height:1.6;color:var(--text-secondary);text-align:center;margin:0;opacity:.85}@media (max-width:768px){.disclaimer-section{padding:1.5rem 1rem;margin-top:4rem}.disclaimer-text{font-size:.625rem;line-height:1.5}}