.responsive-hero-bg[data-astro-cid-dukdwugy]{background-image:var(--hero-bg-mobile)}@media(min-width:768px){.responsive-hero-bg[data-astro-cid-dukdwugy]{background-image:var(--hero-bg-desktop)}}.premium-hero-bg[data-astro-cid-palafdyz]{background-image:linear-gradient(90deg,#000000eb,#00000094,#00000026),var(--hero-bg-mobile)}@media(min-width:768px){.premium-hero-bg[data-astro-cid-palafdyz]{background-image:linear-gradient(90deg,#000000eb,#00000094,#00000026),var(--hero-bg-desktop)}}.premium-editorial-hero[data-astro-cid-sb73eyco]{background-image:var(--premium-bg-mobile)}@media(min-width:768px){.premium-editorial-hero[data-astro-cid-sb73eyco]{background-image:var(--premium-bg-desktop)}}.premium-about-bg[data-astro-cid-zsov6f23]{background-image:linear-gradient(90deg,#0000000d,#00000073),var(--about-bg-mobile)}@media(min-width:768px){.premium-about-bg[data-astro-cid-zsov6f23]{background-image:linear-gradient(90deg,#0000000d,#00000073),var(--about-bg-desktop)}}.premium-cta-bg[data-astro-cid-ianifgej]{background-image:var(--cta-bg-mobile)}@media(min-width:768px){.premium-cta-bg[data-astro-cid-ianifgej]{background-image:var(--cta-bg-desktop)}}.conversation-widget{position:fixed;right:16px;bottom:80px;z-index:50;font-family:var(--font-sans),system-ui,sans-serif}.conversation-bubble{display:grid;width:60px;height:60px;cursor:pointer;place-items:center;border:0;border-radius:999px;background:rgb(var(--color-primary-500));color:#fff;box-shadow:0 18px 45px #00000047;transition:transform .2s ease,background .2s ease}.conversation-bubble-icon{width:30px;height:30px}.conversation-bubble:hover{background:rgb(var(--color-primary-600));transform:translateY(-2px)}.conversation-panel{position:fixed;right:16px;bottom:80px;display:none;width:min(420px,calc(100vw - 32px));max-height:min(720px,calc(100vh - 112px));overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:#101010;color:#fff;box-shadow:0 24px 80px #0006}.conversation-widget[data-state=open] .conversation-panel,.conversation-widget[data-state=collecting] .conversation-panel,.conversation-widget[data-state=submitting] .conversation-panel,.conversation-widget[data-state=success] .conversation-panel,.conversation-widget[data-state=error] .conversation-panel{display:flex;flex-direction:column}.conversation-widget[data-state=open] .conversation-bubble,.conversation-widget[data-state=collecting] .conversation-bubble,.conversation-widget[data-state=submitting] .conversation-bubble,.conversation-widget[data-state=success] .conversation-bubble,.conversation-widget[data-state=error] .conversation-bubble{display:none}.conversation-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(255,255,255,.1);padding:18px 18px 14px}.conversation-eyebrow{margin:0 0 4px;color:rgb(var(--color-primary-400));font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.conversation-header h2{margin:0;font-size:18px;line-height:1.2}.conversation-close{display:grid;width:34px;height:34px;flex:0 0 auto;cursor:pointer;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0f;color:#fff;font-size:24px;line-height:1}.conversation-body{min-height:0;overflow:auto;padding:18px}.conversation-intro{margin:0 0 14px;color:#d4d4d4;font-size:14px;line-height:1.5}.conversation-progress{margin:0 0 14px;color:#a3a3a3;font-size:12px;font-weight:800}.conversation-messages{display:grid;gap:12px}.conversation-message{max-width:92%;border-radius:18px;padding:12px 14px;font-size:14px;line-height:1.45}.conversation-message.bot{justify-self:start;border-bottom-left-radius:6px;background:#ffffff14;color:#f5f5f5}.conversation-message.user{justify-self:end;border-bottom-right-radius:6px;background:rgb(var(--color-primary-500));color:#fff}.conversation-field{display:grid;gap:10px;margin-top:4px}.conversation-option-helper{color:#cfcfcf;font-size:12px;font-weight:800}.conversation-input,.conversation-textarea{width:100%;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:#1f1f1f;color:#fff;padding:12px 13px;font:inherit;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-text-fill-color:#fff}.conversation-input:focus,.conversation-textarea:focus{border-color:rgb(var(--color-primary-400));box-shadow:0 0 0 3px rgb(var(--color-primary-500) / .18)}.conversation-textarea{min-height:96px;resize:vertical}.conversation-input::-moz-placeholder,.conversation-textarea::-moz-placeholder{color:#8a8a8a}.conversation-input::placeholder,.conversation-textarea::placeholder{color:#8a8a8a}.conversation-options{display:grid;grid-template-columns:1fr;gap:9px}.conversation-option{cursor:pointer;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#ffffff0f;color:#fff;padding:13px 14px;text-align:left;font-weight:800;transition:border-color .2s ease,background .2s ease}.conversation-option:hover,.conversation-option.is-selected{border-color:rgb(var(--color-primary-400));background:rgb(var(--color-primary-500) / .18)}.conversation-feedback{display:none;margin:14px 0 0;border-radius:12px;background:#ef444424;color:#fecaca;padding:10px 12px;font-size:13px}.conversation-feedback.is-visible{display:block}.conversation-success{display:grid;gap:10px;text-align:left}.conversation-success strong{color:#fff;font-size:18px}.conversation-success span{color:#d4d4d4}.conversation-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid rgba(255,255,255,.1);padding:14px 18px 18px}.conversation-action{cursor:pointer;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff14;color:#fff;padding:10px 15px;font-size:13px;font-weight:900}.conversation-action.primary{border-color:rgb(var(--color-primary-500));background:rgb(var(--color-primary-500))}.conversation-action:disabled{cursor:not-allowed;opacity:.55}@media(max-width:640px){.conversation-widget{right:14px;bottom:76px}.conversation-panel{inset:auto 10px 10px;width:auto;max-height:calc(100vh - 20px);border-radius:20px}}
