.inline-chat-section{scroll-behavior:auto!important;scroll-snap-type:none!important}body:has(.inline-chat-section){scroll-behavior:auto!important;scroll-snap-type:none!important}.inline-chat-section *{scroll-behavior:auto!important}.inline-chat-textarea{scroll-margin:0!important}.inline-chat-section{background:var(--off-white);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem 4rem;display:flex;scroll-snap-align:none!important}.inline-chat-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.875rem;font-weight:600}.inline-chat-h1{font-family:var(--font-head);text-align:center;color:var(--ink);max-width:900px;margin-bottom:1.25rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:400;line-height:1.1}.inline-chat-h1 em{color:var(--accent);font-style:italic}.inline-chat-description{color:var(--ink-light);text-align:center;max-width:600px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.inline-chat-container{background:var(--white);border-radius:24px;flex-direction:column;width:100%;max-width:800px;height:600px;display:flex;overflow:hidden;box-shadow:0 4px 24px #00000014}.inline-chat-messages{flex-direction:column;flex:1;padding:2rem;display:flex;overflow-y:auto}.inline-chat-messages::-webkit-scrollbar{width:6px}.inline-chat-messages::-webkit-scrollbar-track{background:0 0}.inline-chat-messages::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.inline-chat-messages::-webkit-scrollbar-thumb:hover{background:#bbb}.inline-chat-welcome{text-align:center;color:var(--ink);flex-direction:column;align-items:center;padding:2rem;display:flex}.inline-chat-avatar{background:var(--accent-dim);width:72px;height:72px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.inline-chat-welcome h3{font-family:var(--font-head);color:var(--ink);margin-bottom:.75rem;font-size:1.75rem}.inline-chat-welcome p{color:var(--ink-light);max-width:450px;font-size:1rem;line-height:1.6}.inline-message{gap:.75rem;max-width:85%;margin-bottom:1.25rem;animation:.3s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.inline-message.user{flex-direction:row-reverse;margin-left:auto}.inline-message-avatar{background:var(--accent-dim);width:36px;height:36px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.inline-message.user .inline-message-avatar{background:var(--accent);color:var(--white)}.inline-message-content{word-wrap:break-word;padding:.875rem 1.125rem;font-size:.95rem;line-height:1.5}.inline-message.assistant .inline-message-content{background:var(--off-white);color:var(--ink);border-radius:4px 18px 18px}.inline-message.user .inline-message-content{background:var(--accent);color:var(--white);border-radius:18px 4px 18px 18px}.inline-message-content strong{color:var(--accent);font-weight:600}.inline-message.user .inline-message-content strong{color:var(--white)}.inline-message-content p{margin:0 0 .75rem}.inline-message-content p:last-child{margin-bottom:0}.inline-message-content ul{margin:.5rem 0;padding-left:1.25rem}.inline-message-content li{margin:.35rem 0;line-height:1.5}.inline-message-content br{content:"";margin:.35rem 0;display:block}.inline-message.typing-indicator .inline-message-content{gap:6px;padding:1rem 1.125rem;display:flex}.inline-message.typing-indicator span{background:#ccc;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both bounce}.inline-message.typing-indicator span:first-child{animation-delay:-.32s}.inline-message.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.inline-chat-input-wrapper{background:var(--white);border-top:1px solid var(--border);gap:.75rem;padding:1.25rem 2rem 1.5rem;display:flex}.inline-chat-textarea{border:1px solid var(--border);font-family:var(--font-body);resize:none;border-radius:12px;outline:none;flex:1;min-height:50px;max-height:150px;padding:.875rem 1.125rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.inline-chat-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2168691a}.inline-chat-textarea::placeholder{color:#999}.inline-chat-textarea:disabled{background:var(--off-white);cursor:not-allowed}.inline-chat-send-button{background:var(--accent);height:50px;color:var(--white);cursor:pointer;font-family:var(--font-body);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;min-width:100px;padding:0 1.5rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.inline-chat-send-button:hover:not(:disabled){background:#1a5253;transform:translateY(-1px)}.inline-chat-send-button:active:not(:disabled){transform:translateY(0)}.inline-chat-send-button:disabled{cursor:not-allowed;background:#ccc}.inline-chat-send-button:focus{outline:none;box-shadow:0 0 0 3px #21686933}.inline-button-text{white-space:nowrap}@media (max-width:768px){.inline-chat-section{min-height:auto;padding:4rem 1rem 2rem}.inline-chat-container{height:500px;max-height:60vh}.inline-chat-messages,.inline-chat-welcome{padding:1rem}.inline-chat-welcome h3{font-size:1.5rem}.inline-chat-welcome p{font-size:.9rem}.inline-chat-input-wrapper{padding:1rem}.inline-chat-send-button{min-width:80px;padding:0 1rem}.inline-chat-send-button svg{display:none}.inline-message{max-width:95%}}@media (max-width:480px){.inline-chat-container{border-radius:16px;height:450px}.inline-message-avatar{width:28px;height:28px}.inline-message-avatar svg{width:16px;height:16px}.inline-message-content{padding:.75rem .875rem;font-size:.875rem}}.lead-capture-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.lead-capture-modal{background:var(--white);border-radius:20px;width:100%;max-width:480px;padding:2.5rem;animation:.3s slideUp;box-shadow:0 10px 40px #00000026}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.lead-capture-header{text-align:center;margin-bottom:2rem}.lead-capture-avatar{background:var(--accent-dim);width:72px;height:72px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex}.lead-capture-header h2{font-family:var(--font-head);color:var(--ink);margin-bottom:.75rem;font-size:1.75rem;font-weight:500}.lead-capture-header p{color:var(--ink-light);font-size:1rem;line-height:1.6}.lead-capture-form{flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;display:flex}.lead-capture-field{flex-direction:column;gap:.5rem;display:flex}.lead-capture-field label{color:var(--ink);font-size:.875rem;font-weight:500}.lead-capture-field input{border:1px solid var(--border);font-family:var(--font-body);border-radius:10px;outline:none;padding:.875rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.lead-capture-field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2168691a}.lead-capture-field input:disabled{background:var(--off-white);cursor:not-allowed}.lead-capture-submit{background:var(--accent);color:var(--white);font-family:var(--font-body);cursor:pointer;border:none;border-radius:12px;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:500;transition:all .2s}.lead-capture-submit:hover:not(:disabled){background:#1a5253;transform:translateY(-1px)}.lead-capture-submit:active:not(:disabled){transform:translateY(0)}.lead-capture-submit:disabled{cursor:not-allowed;background:#ccc}.lead-capture-disclaimer{color:var(--ink-light);text-align:center;font-size:.8rem;line-height:1.5}.end-chat-button{border:1px solid var(--border);background:var(--white);color:var(--ink);font-family:var(--font-body);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.end-chat-button:hover{background:var(--off-white);border-color:#bbb}.end-chat-button:disabled{opacity:.5;cursor:not-allowed}.chat-closed-message{text-align:center;color:var(--ink);flex-direction:column;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex}.chat-closed-icon{color:#2e7d32;background:#e8f5e9;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.25rem;display:flex}.chat-closed-message h3{font-family:var(--font-head);color:var(--ink);margin-bottom:.75rem;font-size:1.5rem}.chat-closed-message p{color:var(--ink-light);max-width:400px;font-size:1rem;line-height:1.6}
.byp-hero{background:var(--ink);justify-content:center;align-items:center;min-height:calc(100svh - 80px);padding:clamp(1.5rem,4vh,3.5rem) clamp(1rem,3vw,2rem);display:flex}.byp-hero-card{background:#04161e;border:1px solid #ffd16614;border-radius:clamp(16px,1.5vw,28px);grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:stretch;gap:clamp(1.5rem,3vw,3rem);width:100%;max-width:1280px;padding:clamp(1.75rem,3vw,2.75rem);display:grid;box-shadow:0 20px 60px #00000059}.byp-info{flex-direction:column;justify-content:center;gap:clamp(.9rem,1.4vw,1.25rem);min-width:0;display:flex}.byp-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-gold);align-self:flex-start;align-items:center;gap:.5rem;font-size:clamp(.7rem,.4vw + .55rem,.78rem);font-weight:500;display:inline-flex}.byp-eyebrow:before,.byp-eyebrow:after{content:"";background:var(--accent-gold);width:28px;height:1px}.byp-h1{font-family:var(--font-head);color:var(--white);letter-spacing:-.01em;margin:0;font-size:clamp(2rem,2.8vw + .5rem,3.25rem);font-weight:300;line-height:1.1}.byp-h1 em{color:var(--accent-gold);font-style:italic}.byp-desc{color:#ffffffa6;max-width:42ch;margin:0;font-size:clamp(.95rem,.4vw + .75rem,1.0625rem);line-height:1.65}.byp-trust{color:var(--accent-gold);background:#ffd1661a;border:1px solid #ffd16633;border-radius:999px;align-self:flex-start;align-items:center;gap:.55rem;padding:.45rem .85rem;font-size:clamp(.7rem,.4vw + .55rem,.8125rem);font-weight:600;display:inline-flex}.byp-trust-dot{background:var(--accent-gold);border-radius:50%;width:7px;height:7px;animation:2.4s ease-in-out infinite byp-trust-pulse;box-shadow:0 0 0 4px #ffd1662e}@keyframes byp-trust-pulse{0%,to{box-shadow:0 0 0 4px #ffd1662e}50%{box-shadow:0 0 0 7px #ffd16614}}.byp-benefits{flex-direction:column;gap:clamp(.55rem,.8vw,.75rem);margin:0;padding:0;list-style:none;display:flex}.byp-benefits li{color:#ffffffd9;align-items:flex-start;gap:.7rem;font-size:clamp(.875rem,.35vw + .7rem,.975rem);line-height:1.5;display:flex}.byp-benefit-mark{background:var(--accent-gold);width:20px;height:20px;color:var(--ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.15rem;font-size:.65rem;font-weight:700;display:inline-flex}.byp-chat{height:clamp(440px,100svh - 14rem,620px);min-height:0;display:flex}.inline-chat-container-fill{background:var(--white);border:1px solid #ffffff0f;border-radius:14px;overflow:hidden;width:100%!important;max-width:none!important;height:100%!important;box-shadow:0 12px 36px #00000047!important}.inline-chat-container-fill .inline-chat-messages:not(.has-messages){justify-content:center;align-items:center;padding:1.5rem 2rem;overflow-y:hidden}.inline-chat-container-fill .inline-chat-welcome{max-width:360px;padding:0}.inline-chat-container-fill .inline-chat-welcome h3{margin-bottom:.5rem;font-size:clamp(1.25rem,.9vw + .85rem,1.625rem)}.inline-chat-container-fill .inline-chat-welcome p{font-size:.9375rem;line-height:1.55}.inline-chat-container-fill .inline-chat-avatar{width:56px;height:56px;margin-bottom:1rem}.inline-chat-container-fill .inline-chat-messages.has-messages{padding:1.5rem 1.75rem}.inline-chat-container-fill .inline-chat-input-wrapper{background:var(--white);align-items:flex-end;gap:.5rem;padding:1rem 1.25rem 1.25rem}.inline-chat-container-fill .inline-chat-textarea{box-sizing:content-box;border-radius:10px;min-height:22px;padding:.7rem .95rem;font-size:.9375rem}.inline-chat-container-fill .inline-chat-send-button{border-radius:10px;align-self:flex-end;min-width:0;height:auto;padding:.7rem 1.1rem;font-size:.9375rem}@media (max-width:960px){.byp-hero{align-items:flex-start;min-height:0;padding:2rem 1rem}.byp-hero-card{grid-template-columns:1fr;gap:1.5rem;padding:1.75rem}.byp-chat{height:min(68vh,540px)}}@media (max-width:520px){.byp-hero-card{border-radius:14px;padding:1.5rem}}
