  :root{
  --bg:#ffffff;
  --text:#0b0f14;
  --muted:#6a7280;
  --line:#eceff3;
  --soft:#f7f8fa;
  --accent:#0f2f2a;
  --accent2:#0b0f14;
  --shadow:0 18px 55px rgba(11,15,20,.08);
  --radius:18px;
  --radius2:12px;
  --max:1140px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial;
  line-height:1.5;
  letter-spacing:-.01em;
}
a{color:inherit}

.container{
  max-width:var(--max);
  margin:0 auto;
  padding:0 22px;
}

.topbar{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.88);
  backdrop-filter:saturate(140%) blur(14px);
  border-bottom:1px solid var(--line);
}
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 22px;
  max-width:var(--max);
  margin:0 auto;
}
.brand{
  display:flex;
  gap:10px;
  align-items:center;
  text-decoration:none;
}
.brand__mark{
  width:11px;height:11px;
  border-radius:99px;
  background:linear-gradient(135deg,var(--accent),#0d1016);
  box-shadow:0 0 0 6px rgba(15,47,42,.08);
}
.brand__text{
  font-weight:650;
  font-size:14px;
  letter-spacing:.02em;
  text-transform:lowercase;
}
.topbar__right{
  display:flex;
  justify-content:flex-end;
}
.langs{display:flex; gap:6px; align-items:center}
.lang{
  font-size:12px;
  padding:6px 8px;
  border:1px solid var(--line);
  border-radius:999px;
  text-decoration:none;
  color:rgba(11,15,20,.75);
}
.lang[aria-current="page"]{
  border-color:rgba(15,47,42,.22);
  color:rgba(11,15,20,.92);
}
.lang:hover{border-color:rgba(11,15,20,.18)}

.h1{
  font-size:52px;
  line-height:1.02;
  letter-spacing:-.04em;
  margin:0;
}
.h2{
  font-size:26px;
  line-height:1.12;
  letter-spacing:-.03em;
  margin:0;
}
.lead{
  margin:18px 0 0;
  color:rgba(11,15,20,.74);
  font-size:16px;
  max-width:58ch;
}
.muted{color:var(--muted)}
.small{font-size:12px}

.hero{padding:58px 0 8px}
.hero__grid{
  display:grid;
  grid-template-columns:1.35fr .85fr;
  grid-template-areas:
    "copy card"
    "details card";
  gap:34px;
  align-items:start;
}
.hero__copy{grid-area:copy}
.hero__phone{grid-area:card}
.hero__phone{
  align-self:center;
}
.hero__details{
  grid-area:details;
  margin-top:18px;
}
.hero__chips{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.chip{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(11,15,20,.10);
  background:rgba(247,248,250,.9);
  font-size:12px;
  color:rgba(11,15,20,.78);
}
.hero__flow-k{
  display:block;
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(11,15,20,.62);
  margin:0 0 10px;
}
.hero__matrix{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:start;
}
.hero__flow{margin:0}
.hero__features{margin:0; text-align:left}
.hero__features .features{
  margin-top:0;
}
.notes{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
  color:rgba(11,15,20,.74);
  font-size:13px;
}
.notes li{
  padding-left:0;
}
.hero__notes{
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid rgba(236,239,243,.9);
}
.microsteps{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.microsteps li{
  display:grid;
  grid-template-columns:26px 1fr;
  gap:10px;
  align-items:start;
  color:rgba(11,15,20,.78);
  font-size:13px;
}
.microsteps__n{
  width:22px;height:22px;
  border-radius:7px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(11,15,20,.10);
  background:#fff;
  color:rgba(11,15,20,.75);
  font-weight:650;
  font-size:12px;
}

.phone{
  width:100%;
  max-width:468px;
  margin-left:auto;
  position:relative;
}
/* Side buttons */
.phone::before{
  content:"";
  position:absolute;
  left:-7px;
  top:132px;
  width:5px;
  height:64px;
  border-radius:6px;
  background:linear-gradient(180deg, rgba(11,15,20,.22), rgba(11,15,20,.10));
  box-shadow:
    0 84px 0 0 rgba(11,15,20,.18),
    0 152px 0 0 rgba(11,15,20,.12);
}
.phone::after{
  content:"";
  position:absolute;
  right:-7px;
  top:168px;
  width:5px;
  height:44px;
  border-radius:6px;
  background:linear-gradient(180deg, rgba(11,15,20,.22), rgba(11,15,20,.10));
}

.phone__frame{
  position:relative;
  border-radius:46px;
  padding:14px;
  background:linear-gradient(180deg,#f6f7f9,#ffffff);
  border:1px solid rgba(11,15,20,.10);
  box-shadow:
    0 42px 110px rgba(11,15,20,.10),
    0 10px 30px rgba(11,15,20,.06),
    inset 0 0 0 1px rgba(255,255,255,.65);
}
/* Glass reflection */
.phone__frame::after{
  content:"";
  position:absolute;
  inset:10px 10px auto 10px;
  height:42%;
  border-radius:40px;
  background:linear-gradient(135deg, rgba(255,255,255,.62), rgba(255,255,255,0));
  transform:skewY(-10deg);
  pointer-events:none;
  opacity:.55;
}

.phone__screen{
  position:relative;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(236,239,243,.98);
  box-shadow:inset 0 0 0 1px rgba(11,15,20,.04);
  overflow:hidden;
}
.phone__status{
  position:relative;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:linear-gradient(180deg, rgba(247,248,250,.96), rgba(255,255,255,.90));
  border-bottom:1px solid rgba(236,239,243,.92);
}
/* Notch */
.phone__status::before{
  content:"";
  position:absolute;
  top:10px;
  left:50%;
  transform:translateX(-50%);
  width:170px;
  height:30px;
  border-radius:999px;
  background:rgba(11,15,20,.04);
  border:1px solid rgba(11,15,20,.06);
}
.phone__dot{
  width:8px;height:8px;
  border-radius:99px;
  background:rgba(11,15,20,.35);
  position:relative;
  z-index:1;
}
.phone__pill{
  width:68px;height:8px;
  border-radius:999px;
  background:rgba(11,15,20,.18);
  position:relative;
  z-index:1;
}
.phone__badge-row{
  display:flex;
  justify-content:center;
  padding:10px 16px 0;
}
.phone__head{
  padding:10px 16px 8px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
}
.phone__title{
  font-weight:650;
  letter-spacing:-.02em;
  line-height:1.2;
  font-size:14px;
}
.phone__price{
  font-weight:740;
  font-size:16px;
  color:var(--accent2);
  white-space:nowrap;
}
.phone__badge{
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:rgba(7,70,37,.92);
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(22,163,74,.22);
  background:rgba(22,163,74,.10);
  box-shadow:0 10px 24px rgba(22,163,74,.08);
}

.paychip{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(22,163,74,.22);
  background:rgba(22,163,74,.08);
  color:rgba(7,70,37,.92);
  font-size:13px;
}
.paychip__dot{
  width:8px;height:8px;
  border-radius:99px;
  background:rgba(22,163,74,.85);
  box-shadow:0 0 0 6px rgba(22,163,74,.10);
}
.paychip__text{font-weight:650}
.paychip__check{font-weight:800; opacity:.85}
.phone__note{
  padding:0 16px 10px;
  color:rgba(11,15,20,.70);
  font-size:12px;
}
.features{
  margin:14px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.features--compact{margin:0}
.feature{
  padding:10px 12px;
  border-radius:14px;
  background:rgba(247,248,250,.8);
  border:1px solid rgba(236,239,243,.9);
  font-size:13px;
}

.section{
  padding:58px 0;
  border-top:1px solid var(--line);
}
.section__grid{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:30px;
}
.section__head p{margin:10px 0 0}
.section__body{min-width:0}

/* FAQ section: center the heading block relative to the list */
#faq .section__grid{align-items:center}

.btn{
  border:1px solid var(--line);
  background:#fff;
  padding:11px 14px;
  border-radius:999px;
  font-size:13px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  cursor:pointer;
}
.btn--primary{
  background:var(--accent);
  border-color:transparent;
  color:#fff;
}
.btn--primary:hover{filter:saturate(110%) brightness(.98)}
.btn--ghost{
  background:transparent;
}
.btn--ghost:hover{background:var(--soft)}
.btn--wide{width:100%}
.btn--sm{padding:8px 10px; font-size:12px}
.btn__spinner{
  display:inline-block;
  width:16px;
  height:16px;
  border:2px solid rgba(255,255,255,.3);
  border-top-color:#fff;
  border-radius:50%;
  animation:spin .6s linear infinite;
}
@keyframes spin{
  to{transform:rotate(360deg)}
}

.purchase{
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:18px;
  background:#fff;
}
.purchase--hero{
  border:0;
  border-radius:0;
  padding:6px 16px 14px;
  background:transparent;
}
.purchase--hero .purchase__row{padding:12px 0}
.purchase--hero .purchase__row + .purchase__row{border-top:1px solid rgba(236,239,243,.9)}
.purchase--hero .purchase__actions{padding-top:12px}
.purchase__fine{ text-align:center; }
.purchase__content{
  opacity:1;
  transition:opacity .25s ease-in-out;
}
.purchase__content.is-transitioning{
  opacity:0;
}
.coinlist{margin-top:0; animation:fadeIn .3s ease-in-out}
.coinlist__grid{
  margin-top:12px;
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:8px;
  max-height:280px;
  overflow-y:auto;
  overflow-x:hidden;
  padding:2px;
}
.coin{
  width:100%;
  text-align:left;
  border-radius:12px;
  border:1.5px solid rgba(11,15,20,.08);
  background:#fff;
  padding:12px 14px;
  cursor:pointer;
  transition:all .15s ease;
  position:relative;
}
.coin:hover{
  background:var(--soft);
  border-color:rgba(11,15,20,.14);
  transform:translateY(-1px);
  box-shadow:0 2px 8px rgba(11,15,20,.04);
}
.coin.is-selected{
  border-color:rgba(22,163,74,.40);
  background:rgba(22,163,74,.08);
  box-shadow:0 0 0 3px rgba(22,163,74,.12);
}
.coin.is-selected::after{
  content:'✓';
  position:absolute;
  top:8px;
  right:10px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:rgba(22,163,74,1);
  color:#fff;
  font-size:11px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
}
.coin__code{
  display:block;
  font-weight:740;
  letter-spacing:.02em;
  font-size:13px;
  margin-bottom:3px;
}
.coin__name{
  display:block;
  font-size:11px;
  color:rgba(11,15,20,.55);
  line-height:1.3;
}
.coinlist__hint{margin-top:10px}

@keyframes fadeIn{
  from{opacity:0; transform:translateY(4px)}
  to{opacity:1; transform:translateY(0)}
}
.waitbox{margin-top:12px}
.deliverbox{margin-top:12px}
.purchase__row{display:grid; grid-template-columns:140px 1fr; gap:14px; align-items:center; padding:14px 0}
.purchase__row + .purchase__row{border-top:1px solid var(--line)}
.purchase__row--total{align-items:flex-end}
.label{font-size:12px; color:rgba(11,15,20,.72); letter-spacing:.08em; text-transform:uppercase}
.help{font-size:12px; color:var(--muted)}

.qty{display:flex; align-items:center; gap:10px}
.qty__btn{
  width:36px; height:36px;
  border-radius:12px;
  border:1px solid var(--line);
  background:var(--soft);
  font-size:18px;
  cursor:pointer;
}
.qty__btn:hover{border-color:rgba(11,15,20,.18)}
.qty__input{
  width:92px;
  height:36px;
  border-radius:12px;
  border:1px solid var(--line);
  padding:0 12px;
  font-size:14px;
  outline:none;
}
.qty__input:focus{border-color:rgba(15,47,42,.35)}


.total{
  font-size:18px;
  font-weight:720;
  letter-spacing:-.02em;
  text-align:right;
}
.purchase__actions{padding-top:14px}
.notice{
  margin-top:12px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(200,50,50,.22);
  background:rgba(200,50,50,.06);
  color:rgba(140,20,20,.92);
  font-size:13px;
}

.bullets{
  margin:0;
  padding:0 0 0 20px;
  list-style:disc;
  display:grid;
  gap:8px;
}
.bullets li{
  padding:4px 0;
  color:rgba(11,15,20,.85);
  line-height:1.6;
}

.faq{display:grid; gap:10px}
.faq__item{
  border:1px solid var(--line);
  border-radius:var(--radius2);
  padding:12px 14px;
  background:#fff;
}
.faq__item summary{
  cursor:pointer;
  font-weight:650;
  list-style:none;
}
.faq__item p{margin:10px 0 0; color:rgba(11,15,20,.74)}

.footer{
  border-top:1px solid var(--line);
  padding:26px 0 110px;
}
.footer__inner{
  max-width:var(--max);
  margin:0 auto;
  padding:0 22px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:18px;
}
.footer__links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.footer__links a{
  color:rgba(11,15,20,.72);
  text-decoration:none;
  font-size:13px;
}
.footer__links a:hover{color:rgba(11,15,20,.92)}

.sticky-cta{
  position:fixed;
  left:0; right:0;
  bottom:0;
  padding:8px 0;
  border-top:1px solid var(--line);
  background:rgba(255,255,255,.88);
  backdrop-filter:saturate(140%) blur(14px);
}
.sticky-cta__inner{
  max-width:var(--max);
  margin:0 auto;
  padding:0 22px;
  min-height:44px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
}
.sticky-cta__title{font-weight:650; font-size:13px}

.order{padding:44px 0 10px}
.order__status{
  margin-top:12px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:999px;
  border:1px solid var(--line);
  background:var(--soft);
  color:rgba(11,15,20,.80);
  font-size:13px;
}

.panel{
  display:flex;
  gap:14px;
  align-items:center;
  padding:14px;
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:#fff;
}
.panel__title{font-weight:650}
.spinner{
  width:22px;height:22px;
  border-radius:999px;
  border:2px solid rgba(11,15,20,.12);
  border-top-color:rgba(11,15,20,.58);
  animation:spin 900ms linear infinite;
}
@keyframes spin{to{transform:rotate(360deg)}}

.qr{border:1px solid var(--line); border-radius:var(--radius); padding:14px; background:#fff}
.qr + .qr{margin-top:14px}
.qr__top{display:flex; justify-content:space-between; align-items:center; gap:12px}
.qr__title{font-weight:650}
.qr__grid{margin-top:12px; display:grid; grid-template-columns:220px 1fr; gap:14px; align-items:start}
.qr__code{
  width:220px;height:220px;
  border-radius:16px;
  border:1px dashed rgba(11,15,20,.16);
  background:linear-gradient(180deg,#fff, #fbfcfd);
  display:flex; align-items:center; justify-content:center;
}
.qr__img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:12px;
}
.qr__details{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid var(--line);
  display:grid;
  gap:10px;
}
.qr__detail{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:baseline;
  font-size:12px;
}
.qr__detail-label{
  font-weight:650;
  color:rgba(11,15,20,.72);
  letter-spacing:.06em;
  text-transform:uppercase;
}
.qr__detail-value{
  color:rgba(11,15,20,.85);
  font-family:ui-monospace,monospace;
  word-break:break-all;
}
.qr__actions{
  margin-top:8px;
  padding-top:8px;
  border-top:1px solid var(--line);
}
.code{
  display:block;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--soft);
  color:rgba(11,15,20,.85);
  font-size:12px;
  overflow:auto;
}

.steps{display:grid; grid-template-columns:1fr 1fr; gap:12px}
.step{
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:14px;
  background:#fff;
}
.step__k{font-weight:650; margin-bottom:10px}
.step ol{margin:0; padding-left:18px; color:rgba(11,15,20,.74)}
.note{
  margin-top:12px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:14px;
  background:#fff;
}
.note__k{font-weight:650; margin-bottom:8px}

.legal{padding:46px 0 70px}
.legal__head{display:flex; justify-content:space-between; align-items:flex-end; gap:14px}
.back{color:rgba(11,15,20,.72); text-decoration:none; font-size:13px}
.back:hover{color:rgba(11,15,20,.92)}
.legal__body{margin-top:18px}

.reveal{opacity:0; transform:translateY(10px); transition:opacity 520ms ease, transform 520ms ease}
.reveal.is-in{opacity:1; transform:none}

@media (max-width: 920px){
  .hero__grid{
    grid-template-columns:1fr;
    grid-template-areas:
      "copy"
      "card"
      "details";
    gap:18px
  }
  .hero__matrix{grid-template-columns:1fr; gap:14px}
  .section__grid{grid-template-columns:1fr; gap:14px}
  .topbar__inner{padding:12px 16px}
  .purchase__row{grid-template-columns:1fr; gap:10px}
  .total{text-align:left}
  .qr__grid{grid-template-columns:1fr}
  .qr__code{width:100%; height:auto; aspect-ratio:1/1}
  .steps{grid-template-columns:1fr}
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1; transform:none; transition:none}
  .spinner{animation:none}
}

/* ============================================================================
   Chatbot
   ============================================================================ */

.chatbot {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1000;
}

.chatbot-toggle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--accent);
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(15, 47, 42, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}

.chatbot-toggle:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(15, 47, 42, 0.4);
}

.chatbot-toggle:active {
  transform: scale(0.95);
}

.chatbot-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #ef4444;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
}

.chatbot-window {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 380px;
  max-width: calc(100vw - 48px);
  height: 600px;
  max-height: calc(100vh - 120px);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.chatbot-window[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.chatbot-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--soft);
  border-radius: var(--radius) var(--radius) 0 0;
}

.chatbot-header-content {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.chatbot-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.chatbot-header-text {
  flex: 1;
  min-width: 0;
}

.chatbot-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 2px;
}

.chatbot-subtitle {
  font-size: 12px;
  color: var(--muted);
}

.chatbot-close {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}

.chatbot-close:hover {
  background: var(--line);
  color: var(--text);
}

.chatbot-messages {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chatbot-message {
  display: flex;
  gap: 8px;
  animation: messageSlideIn 0.3s ease-out;
}

@keyframes messageSlideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.chatbot-message--user {
  justify-content: flex-end;
}

.chatbot-message--bot {
  justify-content: flex-start;
}

.chatbot-message-content {
  max-width: 75%;
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}

.chatbot-message--user .chatbot-message-content {
  background: var(--accent);
  color: #ffffff;
  border-bottom-right-radius: 4px;
}

.chatbot-message--bot .chatbot-message-content {
  background: var(--soft);
  color: var(--text);
  border-bottom-left-radius: 4px;
}

.chatbot-quick-replies-container {
  padding: 0 20px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.chatbot-quick-reply {
  padding: 10px 16px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 20px;
  font-size: 13px;
  color: var(--text);
  cursor: pointer;
  text-align: left;
  transition: background 0.2s, border-color 0.2s;
  font-family: inherit;
}

.chatbot-quick-reply:hover {
  background: var(--line);
  border-color: var(--accent);
}

.chatbot-quick-reply:active {
  transform: scale(0.98);
}

.chatbot-input-container {
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  background: var(--soft);
  border-radius: 0 0 var(--radius) var(--radius);
}

.chatbot-form {
  display: flex;
  gap: 8px;
  align-items: center;
}

.chatbot-input {
  flex: 1;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 24px;
  font-size: 14px;
  font-family: inherit;
  background: var(--bg);
  color: var(--text);
  outline: none;
  transition: border-color 0.2s;
}

.chatbot-input:focus {
  border-color: var(--accent);
}

.chatbot-send {
  width: 40px;
  height: 40px;
  border: none;
  background: var(--accent);
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}

.chatbot-send:hover {
  background: var(--accent2);
}

.chatbot-send:active {
  transform: scale(0.95);
}

.chatbot-send:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .chatbot {
    bottom: 16px;
    right: 16px;
  }
  
  .chatbot-window {
    width: calc(100vw - 32px);
    height: calc(100vh - 100px);
    max-height: 600px;
    bottom: 76px;
    right: 0;
  }
  
  .chatbot-toggle {
    width: 56px;
    height: 56px;
  }
}


