.wr-hero--form .wr-hero__inner{grid-template-columns:1fr 440px;align-items:center;}@media (max-width:860px){.wr-hero--form .wr-hero__inner{grid-template-columns:1fr;}}.wr-hero__trust{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.7rem;}.wr-hero__trust li{display:flex;gap:0.6rem;align-items:baseline;font-size:0.95rem;color:var(--wise-text);line-height:1.45;}.wr-hero__trust li b{color:var(--wise-navy);font-weight:700;}.wr-hero__trust li::before{content:"\2713";color:var(--wise-teal-light);font-weight:800;flex:none;font-size:0.85rem;}.wr-chat{background:#fff;border:1px solid var(--wise-border);border-radius:16px;box-shadow:0 24px 60px rgba(10,22,40,0.14),0 2px 6px rgba(10,22,40,0.05);overflow:hidden;text-align:left;}.wr-chat__head{display:flex;align-items:center;gap:0.7rem;padding:0.85rem 1.05rem;border-bottom:1px solid var(--wise-border-light);}.wr-chat__name{font-size:0.9rem;font-weight:700;color:var(--wise-navy);line-height:1.2;}.wr-chat__status{font-size:0.74rem;color:var(--wise-text-light);display:flex;align-items:center;gap:0.35rem;margin-top:0.12rem;}.wr-chat__status i{width:0.45rem;height:0.45rem;border-radius:50%;background:var(--wise-success);flex:none;}.wr-chat__body{padding:1.1rem 1.1rem 1.2rem;margin:0;max-width:none;}.wr-chat__bubble{font-size:0.92rem;line-height:1.55;color:var(--wise-text);background:var(--wise-teal-soft);padding:0.7rem 0.9rem;border-radius:14px 14px 14px 4px;max-width:92%;}.wr-chat__composer{margin-top:0.9rem;}.wr-chat__composer textarea{width:100%;min-height:96px;padding:0.75rem 0.85rem;font-family:inherit;font-size:0.95rem;color:var(--wise-text);background:var(--wise-bg-alt);border:1px solid var(--wise-border);box-shadow:inset 0 1px 3px rgba(10,22,40,0.07);border-radius:12px;resize:vertical;line-height:1.55;box-sizing:border-box;transition:border-color 0.15s ease,box-shadow 0.15s ease;}.wr-chat__composer textarea:focus{outline:none;border-color:var(--wise-teal-light);box-shadow:0 0 0 3px rgba(42,107,102,0.16);}.wr-chat__composer textarea::placeholder{color:var(--wise-text-light);opacity:1;}.wr-chat__more{display:grid;grid-template-rows:0fr;opacity:0;margin-top:0;transition:grid-template-rows 0.45s cubic-bezier(.22,.61,.36,1),opacity 0.35s ease,margin 0.45s ease;}.wr-chat__more > div{overflow:hidden;min-height:0;}.wr-chat.is-open .wr-chat__more{grid-template-rows:1fr;opacity:1;margin-top:0.9rem;}.wr-chat__more .wr-chat__bubble{margin-bottom:0.9rem;}.wr-chat__field{margin:0 0 0.75rem;}.wr-chat__field label{display:block;font-size:0.8rem;font-weight:700;color:var(--wise-navy);margin-bottom:0.35rem;letter-spacing:0.01em;}.wr-chat__opt{color:var(--wise-text-light);font-weight:500;}.wr-chat__field input,.wr-chat__field select{width:100%;padding:0.68rem 0.8rem;font-family:inherit;font-size:0.95rem;color:var(--wise-text);background:var(--wise-bg-alt);border:1px solid var(--wise-border);box-shadow:inset 0 1px 3px rgba(10,22,40,0.07);border-radius:10px;box-sizing:border-box;transition:border-color 0.15s ease,box-shadow 0.15s ease;}.wr-chat__field input:focus,.wr-chat__field select:focus{outline:none;border-color:var(--wise-teal-light);box-shadow:0 0 0 3px rgba(42,107,102,0.16);}.wr-chat__field input.is-error{border-color:#DC2626;box-shadow:0 0 0 3px rgba(220,38,38,0.14);}.wr-chat__row2{display:grid;grid-template-columns:1fr 1fr;gap:0.7rem;}.wr-chat .wire-form-submit{width:100%;padding:0.85rem 2rem;font-size:1rem;font-weight:700;color:#fff;background:var(--wise-teal-light);border:none;border-radius:9999px;cursor:pointer;transition:background 0.2s ease,box-shadow 0.2s ease;margin-top:1rem;font-family:inherit;}.wr-chat .wire-form-submit:hover{background:var(--wise-teal);box-shadow:0 8px 22px rgba(42,107,102,0.32);}.wr-chat .wire-form-submit:disabled{opacity:0.7;cursor:default;}.wr-chat__note{font-size:0.78rem;color:var(--wise-text-light);text-align:center;margin:0.7rem 0 0;}.wr-chat__done{padding:1.1rem 1.05rem 1.3rem;}@media (prefers-reduced-motion:reduce){.wr-chat__more{transition:opacity 0.2s ease;}}