.budly-shell{--forest:#234b32;--leaf:#4f7b58;--paper:#fffdf7;--cream:#f4f0e4;--line:#d9ddcf;display:grid;grid-template-columns:.82fr 1.18fr;min-height:680px;max-width:1100px;margin:32px auto;border-radius:26px;overflow:hidden;background:var(--paper);box-shadow:0 22px 65px #13271a33;color:#17261d;font:16px/1.5 Georgia,serif}.budly-brand{padding:64px;background:linear-gradient(150deg,#1f472e,#102c1c);color:#f7f1df;display:flex;flex-direction:column;justify-content:center}.budly-eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#d8ba70;font:700 12px Arial,sans-serif}.budly-brand h2{font-size:52px;line-height:1.03;color:#f7f1df;margin:18px 0}.budly-brand>a{color:#f4d791;margin-top:34px}.budly-promise{margin-top:20px;color:#d8ba70}.budly-promise span{color:#eef1ea;margin-left:8px}.budly-chat{display:flex;flex-direction:column;min-height:680px}.budly-chat header{height:82px;padding:17px 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px;font-family:Arial,sans-serif}.budly-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--forest);color:white;font:bold 20px Georgia}.budly-chat header>span:nth-child(2){display:flex;flex-direction:column}.budly-chat small{color:#657168}.budly-chat header button{margin-left:auto;border:0;background:none;color:var(--forest)}.budly-messages{flex:1;padding:25px;display:flex;flex-direction:column;gap:13px;overflow:auto;max-height:520px}.budly-message{max-width:82%;padding:13px 17px;border-radius:18px}.budly-bot{align-self:flex-start;background:#edf0e8}.budly-user{align-self:flex-end;background:var(--forest);color:white}.budly-label{text-transform:uppercase;letter-spacing:.1em;color:var(--leaf);font:700 11px Arial,sans-serif;margin-bottom:5px}.budly-composer{padding:16px 24px;border-top:1px solid var(--line);display:flex;gap:10px}.budly-composer>div{flex:1;display:grid;gap:7px}.budly-composer input,.budly-composer select{width:100%;padding:12px;border:1px solid #c8cdbf;border-radius:11px;background:white}.budly-composer button,.budly-card a{border:0;border-radius:11px;padding:12px 16px;background:var(--forest);color:white;text-decoration:none;font-weight:700}.budly-fine{font:11px Arial,sans-serif;color:#657168;padding:0 24px 16px;margin:0}.budly-card{align-self:flex-start;max-width:90%;border:1px solid var(--line);border-radius:16px;padding:18px;background:white}.budly-card h3{margin:3px 0}.budly-price{font:bold 18px Arial,sans-serif;color:var(--forest)}.budly-policies{max-width:820px;margin:auto}.budly-policies h2{margin-top:30px;padding-top:18px;border-top:1px solid #ddd}@media(max-width:760px){.budly-shell{display:block;margin:0;border-radius:0}.budly-brand{padding:28px}.budly-brand h2{font-size:34px}.budly-brand>p,.budly-promise{display:none}.budly-chat{min-height:72vh}.budly-message{max-width:92%}}
.budly-floating-button {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px 11px 11px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: #173c2d;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .24);
  font-family: inherit;
  line-height: 1.1;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease;
}

.budly-floating-button:hover,
.budly-floating-button:focus-visible {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 15px 34px rgba(0, 0, 0, .3);
}

.budly-floating-button strong,
.budly-floating-button small {
  display: block;
}

.budly-floating-button small {
  margin-top: 3px;
  color: #dce9df;
  font-size: 11px;
  font-weight: 500;
}

.budly-floating-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #e5ba55;
  color: #173c2d;
  font-weight: 800;
}

@media (max-width: 520px) {
  .budly-floating-button {
    right: 12px;
    bottom: 12px;
  }
}

.budly-starters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.budly-starters button {
  min-height: 46px;
  padding: 9px 11px;
  border: 1px solid #c9d8ce;
  border-radius: 12px;
  background: #f5faf6;
  color: #173c2d;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.budly-starters button:hover,
.budly-starters button:focus-visible {
  border-color: #4f7c64;
  background: #e9f3ec;
}

@media (max-width: 600px) {
  .budly-starters {
    grid-template-columns: 1fr;
  }
}

.budly-composer button.budly-secondary {
  border: 1px solid #c9d8ce;
  background: #f5faf6;
  color: #173c2d;
}

.budly-composer button:disabled {
  cursor: wait;
  opacity: .62;
}
.budly-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.budly-choice-grid button,.budly-inline-actions button{min-height:44px}.budly-inline-actions{display:flex;gap:8px;margin-top:10px}.budly-memory-card h4{margin-bottom:2px}.budly-memory-card small{display:block;color:#657168}.budly-composer button.budly-danger-secondary{border:1px solid #9b3434;background:#fff6f6;color:#7b2020}.budly-composer label{display:grid;gap:5px;font-family:Arial,sans-serif}.budly-composer label:has(input[type=checkbox]){display:flex;align-items:flex-start;gap:9px}.budly-composer input[type=checkbox]{width:auto;margin-top:4px}.budly-composer input:focus-visible,.budly-composer button:focus-visible,.budly-card button:focus-visible{outline:3px solid #d8ba70;outline-offset:2px}.budly-card button{border:1px solid #c9d8ce;border-radius:9px;padding:8px 12px;background:#f5faf6;color:#173c2d;font-weight:700;cursor:pointer}
@media(max-width:600px){.budly-choice-grid{grid-template-columns:1fr}.budly-composer{display:grid;grid-template-columns:1fr}.budly-composer>button{width:100%}.budly-composer button,.budly-card button{min-height:48px}}
@media(prefers-reduced-motion:reduce){.budly-floating-button{transition:none}.budly-floating-button:hover,.budly-floating-button:focus-visible{transform:none}}

/* v1.3.4-R1 reconciled production presentation. */
.budly-experience{--budly-green:#174b29;--budly-gold:#c99a22;--budly-ink:#13231a;--budly-line:#dce3d8;width:min(92vw,1360px);margin:28px auto;padding:26px 38px 24px;color:var(--budly-ink);background:#fffdf9;border:1px solid #e9e2d4;border-radius:28px;box-shadow:0 22px 70px rgba(40,48,39,.12);box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;overflow:hidden}
.budly-experience *{box-sizing:border-box}.budly-hero-heading{text-align:center;margin:0 0 20px}.budly-title-ornament,.budly-title-row,.budly-tagline-row{display:flex;align-items:center;justify-content:center}.budly-title-ornament{gap:14px;margin-bottom:2px}.budly-title-ornament span{width:90px;height:1px;background:var(--budly-gold)}.budly-title-ornament b{color:var(--budly-gold);font-size:20px}.budly-title-row{gap:18px}.budly-title-row i{display:block;width:62px;height:2px;background:var(--budly-gold)}.budly-hero-heading h1{margin:0;color:var(--budly-green);font-size:clamp(48px,5.8vw,86px);line-height:.94;font-weight:900}.budly-hero-heading>p{margin:8px 0 22px;font-size:clamp(16px,1.45vw,22px)}.budly-tagline-row{gap:18px}.budly-tagline-row i{display:block;width:74px;height:1px;background:var(--budly-gold)}.budly-tagline-row h2{margin:0;color:var(--budly-green);font:400 clamp(24px,2.4vw,38px)/1.15 Georgia,serif;background:transparent!important}
.budly-main-grid{display:grid;grid-template-columns:minmax(300px,35%) minmax(0,65%);gap:40px;align-items:start}.budly-mascot-column{min-width:0;align-self:stretch;display:flex;flex-direction:column}.budly-mascot-stage{height:585px;display:flex;align-items:flex-end;justify-content:center;overflow:visible}.budly-mascot-stage img{display:block;width:auto;height:100%;max-width:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 18px 18px rgba(21,57,31,.14))}.budly-guide-card{margin:10px auto 0;max-width:320px;padding:16px 18px;display:grid;grid-template-columns:34px 1fr;gap:12px;border:1px solid #e1dacb;border-radius:16px;background:#fffdf9}.budly-guide-icon{width:30px;height:30px;border:2px solid var(--budly-gold);border-radius:50%;display:grid;place-items:center;color:var(--budly-gold)}.budly-guide-card p{margin:5px 0;font-size:13px;line-height:1.45}.budly-guide-card b{color:var(--budly-gold);font-size:13px}
.budly-interaction-panel{min-width:0;padding-top:4px}.budly-welcome-card{display:grid;grid-template-columns:74px 1fr;gap:18px;align-items:center;padding:22px 26px;margin:0 0 18px;border-radius:20px;background:#fff;box-shadow:0 8px 26px rgba(40,55,42,.1);border:1px solid #efede5}.budly-welcome-card img{width:74px;height:74px;border-radius:50%;object-fit:cover;border:2px solid #e4d5a6}.budly-welcome-card h3{margin:0 0 6px;color:var(--budly-green);font-size:25px}.budly-welcome-card p{margin:3px 0;font-size:16px;line-height:1.42}.budly-hero-starters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 14px;margin-bottom:22px}.budly-hero-starters button{min-height:50px;padding:11px 14px;border:1.5px solid #7b9a81;border-radius:999px;background:#fff;color:var(--budly-green);font:700 14px/1.2 Arial,sans-serif;cursor:pointer;display:flex;gap:9px;align-items:center;justify-content:center;transition:.18s ease}.budly-hero-starters button:hover,.budly-hero-starters button:focus-visible,.budly-hero-starters button.is-selected{background:#edf5ee;border-color:var(--budly-green);transform:translateY(-1px)}
.budly-experience .budly-chat{display:flex;flex-direction:column;min-height:0;border-top:1px solid var(--budly-line);padding-top:14px}.budly-chat-status{display:flex;align-items:center;gap:10px;padding:0 0 10px}.budly-chat-status>span:nth-child(2){display:flex;flex-direction:column}.budly-chat-status small{color:#667269}.budly-chat-status button{margin-left:auto;border:0;background:none;color:var(--budly-green);font-weight:700;cursor:pointer}.budly-experience .budly-messages{display:flex;flex-direction:column;gap:10px;max-height:280px;overflow:auto;padding:0 0 10px}.budly-experience .budly-composer{display:block;padding:0;margin:0;border-top:0}.budly-experience .budly-composer>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.budly-experience .budly-composer>button{display:block;width:100%;min-height:54px;margin-top:13px}.budly-trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 30px;margin-top:22px;font-size:13px}.budly-trust-row span{flex-basis:100%;text-align:center;color:#758078}.budly-dedicated-page{margin:0;background:#f3ead0}.budly-dedicated-main{min-height:100vh;padding:1px 0}
@media(max-width:1100px){.budly-experience{width:94vw;padding:28px}.budly-main-grid{grid-template-columns:minmax(270px,34%) minmax(0,66%);gap:24px}.budly-mascot-stage{height:500px}.budly-hero-starters{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.budly-experience{width:calc(100% - 18px);margin:9px auto;padding:22px 15px;border-radius:18px}.budly-title-ornament span{width:46px}.budly-title-row{gap:9px}.budly-title-row i{width:30px}.budly-hero-heading h1{font-size:47px}.budly-main-grid{display:block}.budly-mascot-stage{height:390px;margin-bottom:8px}.budly-guide-card{display:none}.budly-welcome-card{grid-template-columns:54px 1fr;padding:17px 15px}.budly-welcome-card img{width:54px;height:54px}.budly-hero-starters{grid-template-columns:1fr}.budly-hero-starters button{justify-content:flex-start}.budly-experience .budly-composer>div{grid-template-columns:1fr}}
