.rwm-chat{align-items:flex-end;bottom:24px;display:flex;justify-content:flex-end;position:fixed;right:24px;z-index:1000}.rwm-chat-panel{background:#fff;border:1px solid rgba(23,42,145,.16);border-radius:18px;box-shadow:0 24px 70px #1e212a2e;display:flex;flex-direction:column;height:min(680px,calc(100vh - 48px));overflow:hidden;width:min(420px,calc(100vw - 48px))}.rwm-chat-panel[hidden],.rwm-chat-launcher[hidden],.rwm-chat-start[hidden],.rwm-chat-thread[hidden],.rwm-chat-reply[hidden]{display:none}.rwm-chat-header{align-items:flex-start;background:#172a91;color:#fff;display:flex;justify-content:space-between;gap:12px;padding:18px}.rwm-chat-header-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.rwm-chat-header h2{color:#fff;font-size:1rem;letter-spacing:0;margin:0}.rwm-chat-header p{color:#ffffffc7;font-size:.8rem;margin:4px 0 0}.rwm-chat-icon-button,.rwm-chat-launcher,.rwm-chat-send,.rwm-chat-new{align-items:center;border:0;cursor:pointer;display:inline-flex;justify-content:center}.rwm-chat-icon-button{background:#ffffff1f;border-radius:999px;color:#fff;height:32px;width:32px}.rwm-chat-new{background:#ffffff1f;border-radius:999px;color:#fff;font:inherit;font-size:.72rem;font-weight:700;min-height:32px;padding:0 10px}.rwm-chat-new[hidden]{display:none}.rwm-chat-body{background:#f8f7f1;flex:1;min-height:0;overflow:hidden}.rwm-chat-start{display:grid;gap:10px;padding:16px}.rwm-chat-intro{background:#fff;border:1px solid rgba(23,42,145,.1);border-radius:10px;box-shadow:0 8px 20px #1e212a0f;color:#5b6375;display:grid;font-size:.82rem;gap:2px;padding:12px}.rwm-chat-intro strong{color:#172a91;font-size:.86rem}.rwm-chat-input,.rwm-chat-textarea,.rwm-chat-reply-input{background:#fff;border:1px solid rgba(30,33,42,.14);border-radius:10px;color:#1e212a;font:inherit;outline:none;padding:11px 12px;width:100%}.rwm-chat-textarea{min-height:120px;resize:vertical}.rwm-chat-primary{background:#ffaa9a;border:0;border-radius:999px;color:#172a91;cursor:pointer;font:inherit;font-weight:700;padding:12px 16px}.rwm-chat-thread{display:flex;flex-direction:column;gap:10px;height:100%;overflow-y:auto;padding:16px}.rwm-chat-message{border-radius:18px;max-width:82%;padding:10px 12px}.rwm-chat-message p{color:inherit;font-size:.9rem;line-height:1.45;margin:0;white-space:pre-wrap}.rwm-chat-message span{display:block;font-size:.68rem;margin-top:5px;opacity:.68}.rwm-chat-message.is-visitor{align-self:flex-end;background:#172a91;border-bottom-right-radius:6px;color:#fff}.rwm-chat-message.is-admin{align-self:flex-start;background:#fff;border:1px solid rgba(30,33,42,.1);border-bottom-left-radius:6px;color:#1e212a}.rwm-chat-message.is-agent{align-self:flex-start;background:linear-gradient(135deg,#eff8ff,#fff);border:1px solid rgba(56,189,248,.22);border-bottom-left-radius:6px;box-shadow:0 8px 24px #172a9114;color:#1e212a}.rwm-chat-message-label{color:#172a91;font-size:.62rem;font-weight:800;letter-spacing:0;margin-bottom:4px;text-transform:uppercase}.rwm-chat-agent-body{display:grid;gap:8px}.rwm-chat-agent-body p,.rwm-chat-agent-body ul{margin:0}.rwm-chat-agent-body ul{display:grid;gap:6px;padding-left:18px}.rwm-chat-agent-body li{font-size:.9rem;line-height:1.45}.rwm-chat-message-link{align-items:center;background:#fff;border:1px solid rgba(56,189,248,.32);border-radius:999px;box-shadow:0 4px 14px #172a9114;color:#172a91;display:inline-flex;font-size:.78rem;font-weight:800;line-height:1;margin-left:4px;max-width:100%;padding:7px 11px;text-decoration:none;vertical-align:middle}.rwm-chat-message-link:hover{background:#f0f9ff}.rwm-chat-thinking{color:#6d7483}.rwm-chat-reply{align-items:flex-end;background:#fff;border-top:1px solid rgba(30,33,42,.1);display:flex;gap:10px;padding:12px}.rwm-chat-reply-input{max-height:96px;min-height:44px;resize:vertical}.rwm-chat-send{background:#172a91;border-radius:10px;color:#fff;font:inherit;font-size:.8rem;font-weight:700;min-height:44px;padding:0 14px}.rwm-chat-launcher{background:#172a91;border-radius:999px;box-shadow:0 16px 34px #172a9147;color:#fff;height:58px;width:58px}.rwm-chat-launcher svg{fill:currentColor;height:28px;width:28px}@media(max-width:560px){.rwm-chat{bottom:16px;left:16px;right:16px}.rwm-chat-panel{height:min(620px,calc(100vh - 32px));width:100%}}:root{--primary: #172a91;--secondary: #eba49e;--tertiary: #2c388e;--quaternary: #ed838c;--base: #ffffff;--contrast: #1e212a;--bg-pink: #fbe5ce;--surface: #f8f7f1;--btn-peach: #ffaa9a;--text-color: var(--primary);--font-main: "sofia-pro", sans-serif;--font-accent: "cooper-black-std", serif;--content-width: 1280px;--shadow-soft: 0 20px 50px rgba(23, 42, 145, .08);--shadow-card: 0 12px 32px rgba(30, 33, 42, .08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{background-color:var(--base);color:var(--text-color);font-family:var(--font-main);font-size:16px;font-weight:300;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-main);font-weight:700;line-height:1.2;color:var(--primary);letter-spacing:-.03em}a{color:inherit;text-decoration:none;transition:color .25s ease,background-color .25s ease,border-color .25s ease}img{max-width:100%;height:auto;display:block}ul{list-style:none;padding:0;margin:0}p{color:var(--primary)}section{scroll-margin-top:96px}.container{max-width:var(--content-width);margin:0 auto;padding:0 40px}@media(max-width:767px){.container{padding:0 20px}}.btn{display:inline-block;padding:18px 28px;background-color:var(--btn-peach);color:var(--primary);font-family:var(--font-main);font-weight:700;font-size:17px;border-radius:30px;transition:all .25s ease;border:none;cursor:pointer;text-align:center;text-decoration:none;line-height:1.2}.btn:hover{background-color:var(--primary);color:#fff;transform:translateY(-1px);box-shadow:0 10px 24px #172a912e}strong{font-weight:700!important}strong>*{font-weight:700!important}.eyebrow{font-size:.98rem;font-weight:600;line-height:1.2;letter-spacing:.02em;text-transform:uppercase}.section-title{font-size:clamp(2.1rem,3.3vw,2.7rem);font-weight:900;line-height:1.05}.js [data-reveal]{--reveal-delay: 0ms;--reveal-duration: .72s;opacity:0;transform:translate3d(0,34px,0);transition:opacity var(--reveal-duration) cubic-bezier(.22,1,.36,1),transform var(--reveal-duration) cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay);will-change:opacity,transform}.js [data-reveal=left]{transform:translate3d(-34px,0,0)}.js [data-reveal=right]{transform:translate3d(34px,0,0)}.js [data-reveal=zoom]{transform:translate3d(0,24px,0) scale(.96)}.js [data-reveal].is-revealed{opacity:1;transform:translateZ(0) scale(1)}@media(prefers-reduced-motion:reduce){.js [data-reveal]{opacity:1;transform:none;transition:none}}
