:root {
  --ink: #071728;
  --ink-2: #0d2236;
  --ink-3: #152d44;
  --silver: #c7ccd4;
  --silver-2: #e6e9ee;
  --muted: #667085;
  --text: #111827;
  --bg: #f7f8fb;
  --card: #ffffff;
  --line: #e7ebf0;
  --accent: #6d28d9;
  --accent-soft: #f3eeff;
  --green: #0f9f62;
  --yellow: #ffc928;
  --red: #ef4444;
  --purple: #6d28d9;
  --purple-dark: #3b0f83;
  --shadow: 0 26px 80px rgba(7, 23, 40, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 8% 0%, rgba(7, 23, 40, .10), transparent 30%),
    radial-gradient(circle at 92% 4%, rgba(199, 204, 212, .32), transparent 28%),
    var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { max-width: 100%; display: block; }

.navbar {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 78px;
  padding: 0 clamp(16px, 5vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.88);
  border-bottom: 1px solid rgba(7,23,40,.08);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 22px; font-weight: 900; letter-spacing: -.04em; }
.brand-mark { width: 44px; height: 44px; border-radius: 14px; box-shadow: 0 14px 32px rgba(7,23,40,.20); }
.brand-name { color: var(--ink); }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 800; color: #344054; }
.nav-links a:not(.nav-cta):hover { color: var(--purple); }
.nav-cta { padding: 11px 18px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--purple-dark), var(--purple)); box-shadow: 0 14px 30px rgba(109,40,217,.24); }
.menu-btn { display: none; width: 42px; height: 42px; border: 0; border-radius: 14px; color: var(--ink); background: #edf1f5; font-size: 24px; }

.hero {
  width: min(1260px, calc(100% - 32px));
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 48px;
  align-items: center;
  padding: 40px 0 34px;
}
.hero-copy h1 { max-width: 720px; margin: 14px 0 18px; font-size: clamp(44px, 5.8vw, 80px); line-height: .94; letter-spacing: -.075em; font-weight: 900; color: var(--ink); }
.hero-copy p { max-width: 630px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.72; font-weight: 600; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 999px; color: var(--purple); background: var(--accent-soft); border: 1px solid #e5d8ff; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 0; border-radius: 999px; font-weight: 900; cursor: pointer; }
.btn.primary { color: #fff; background: linear-gradient(135deg, var(--purple-dark), var(--purple)); box-shadow: 0 18px 40px rgba(109,40,217,.25); }
.btn.secondary { color: var(--ink); background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(7,23,40,.07); }
.hero-points, .stats-row { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-points span { padding: 10px 13px; border-radius: 999px; color: #344054; background: rgba(255,255,255,.88); border: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.stats-row { margin-top: 28px; gap: 14px; }
.stats-row div { min-width: 124px; padding: 16px 18px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 28px rgba(7,23,40,.05); }
.stats-row strong, .stats-row span { display: block; }
.stats-row strong { font-size: 22px; font-weight: 900; color: var(--ink); }
.stats-row span { margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 800; }

.hero-showcase { position: relative; min-height: 570px; display: grid; place-items: center; }
.image-shell { width: min(100%, 780px); overflow: hidden; border-radius: 32px; background: #fff; border: 1px solid rgba(109,40,217,.14); box-shadow: 0 38px 95px rgba(7,23,40,.20), 0 0 0 8px rgba(109,40,217,.04); transform: rotate(-1.2deg); }
.browser-bar { height: 46px; display: flex; align-items: center; gap: 8px; padding: 0 16px; background: linear-gradient(180deg,#fff,#f4f6f8); border-bottom: 1px solid var(--line); }
.browser-bar span { width: 10px; height: 10px; border-radius: 50%; background: #c9ced7; }
.browser-bar p { margin: 0 0 0 8px; color: #667085; font-size: 13px; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.image-shell img { width: 100%; height: auto; }
.floating-card { position: absolute; padding: 14px 16px; border-radius: 20px; background: rgba(255,255,255,.94); border: 1px solid rgba(7,23,40,.10); box-shadow: 0 18px 45px rgba(7,23,40,.14); backdrop-filter: blur(12px); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: var(--muted); font-size: 12px; font-weight: 800; }
.floating-card strong { margin-top: 4px; font-size: 20px; font-weight: 900; color: var(--ink); }
.order-card { top: 50px; right: 0; }
.promo-card { left: 0; top: 135px; }
.whatsapp-card { left: 36px; bottom: 62px; }

.merchant-strip { width: min(1120px, calc(100% - 32px)); margin: 12px auto 74px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.merchant-strip span { padding: 12px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(7,23,40,.05); font-weight: 900; color: #344054; }
.section, .split, .cta { width: min(1180px, calc(100% - 32px)); margin: 0 auto 88px; }
.section-head { max-width: 700px; margin: 0 auto 34px; text-align: center; }
.section-head h2, .split-copy h2, .cta h2 { margin: 14px 0 12px; font-size: clamp(32px, 4vw, 52px); line-height: 1.02; letter-spacing: -.06em; font-weight: 900; color: var(--ink); }
.section-head p, .split-copy p, .cta p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; font-weight: 600; }
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature, .pricing article, .dashboard-card, .faq-grid details { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 38px rgba(7,23,40,.06); }
.feature { padding: 24px; }
.feature > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 18px; background: #eef1f5; font-size: 25px; }
.feature h3 { margin: 18px 0 8px; font-size: 19px; letter-spacing: -.03em; color: var(--ink); }
.feature p { margin: 0; color: var(--muted); line-height: 1.55; font-weight: 600; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.timeline { margin-top: 26px; display: grid; gap: 12px; }
.timeline div { display: flex; align-items: center; gap: 12px; padding: 14px; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.timeline b { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 999px; color: #fff; background: var(--purple); }
.timeline span { font-weight: 800; color: #344054; }
.dashboard-card { padding: 24px; }
.dash-brand { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.dash-brand img { width: 48px; height: 48px; border-radius: 16px; }
.dash-brand div { margin-right: auto; }
.dash-brand small { display: block; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.dash-brand h3 { margin: 4px 0 0; font-size: 24px; letter-spacing: -.04em; color: var(--ink); }
.dash-brand > span { padding: 9px 12px; border-radius: 999px; background: var(--accent-soft); color: var(--purple); font-weight: 900; }
.dash-metrics { margin-top: 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.dash-metrics div, .order-list div { padding: 14px; border-radius: 18px; background: #f8fafc; border: 1px solid var(--line); }
.dash-metrics strong, .dash-metrics span { display: block; }
.dash-metrics strong { font-size: 25px; font-weight: 900; color: var(--ink); }
.dash-metrics span { margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 800; }
.order-list { margin-top: 14px; display: grid; gap: 10px; }
.order-list div { display: flex; justify-content: space-between; gap: 14px; font-weight: 800; }
.order-list b { color: var(--ink); }
.mvp-section { padding: 58px 28px; border-radius: 38px; background: linear-gradient(135deg,#ffffff,#eef1f5); border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(7,23,40,.07); }
.mvp-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.mvp-grid div { padding: 18px; border-radius: 20px; background: #fff; border: 1px solid var(--line); font-weight: 900; text-align: center; color: var(--ink); }
.pricing { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pricing article { position: relative; padding: 28px; }
.pricing article.popular { border-color: rgba(109,40,217,.34); box-shadow: 0 22px 60px rgba(109,40,217,.16); transform: translateY(-8px); }
.pricing label { position: absolute; top: 20px; right: 20px; padding: 8px 10px; border-radius: 999px; color: #fff; background: var(--purple); font-size: 12px; font-weight: 900; }
.pricing h3 { margin: 0 0 10px; font-size: 25px; letter-spacing: -.04em; color: var(--ink); }
.price { margin: 0 0 10px; font-size: 36px; font-weight: 900; letter-spacing: -.05em; color: var(--ink); }
.price span { color: var(--muted); font-size: 14px; letter-spacing: 0; }
.pricing p:not(.price) { color: var(--muted); line-height: 1.55; font-weight: 600; }
.pricing ul { margin: 20px 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.pricing li {
    position: relative;
    padding-left: 24px;
}

.pricing li::before {
    content: "➜";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--green);
    font-weight: 900;
}
.faq-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.faq-grid details { padding: 20px; }
.faq-grid summary { cursor: pointer; font-weight: 900; font-size: 17px; color: var(--ink); }
.faq-grid p { margin: 12px 0 0; color: var(--muted); line-height: 1.55; font-weight: 600; }
.cta { display: grid; grid-template-columns: minmax(320px, 1fr) minmax(500px, 560px); gap: 28px; align-items: center; padding: 42px; border-radius: 40px; color: #fff; background: radial-gradient(circle at top right, rgba(255,255,255,.10), transparent 30%), linear-gradient(135deg,var(--ink),var(--ink-2)); box-shadow: 0 24px 80px rgba(7,23,40,.24); }
.cta .eyebrow { color: #fff; background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.18); }
.cta h2 { color: #fff; }
.cta p { color: rgba(255,255,255,.72); }
.lead-form { display: grid; gap: 12px; width: 100%; min-width: 0; padding: 18px; border-radius: 26px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); }
.lead-form input, .lead-form select { width: 100%; min-width: 0; height: 52px; border: 1px solid rgba(255,255,255,.24); border-radius: 16px; padding: 0 14px; outline: none; background: rgba(255,255,255,.95); color: var(--text); font-weight: 800; font-size: 14px; }
.lead-form .btn.primary { background: #fff; color: var(--ink); box-shadow: none; }
.lead-form small { min-height: 18px; color: #fff; font-weight: 800; }
footer { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 40px; display: flex; justify-content: space-between; align-items: center; gap: 14px; color: var(--muted); border-top: 1px solid var(--line); font-weight: 700; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; }
.footer-brand img { width: 34px; height: 34px; border-radius: 11px; }
footer strong { color: var(--ink); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .cta { grid-template-columns: 1fr; }
}

@media (max-width: 1040px) {
  .menu-btn { display: block; }
  .nav-links { position: fixed; top: 78px; left: 16px; right: 16px; display: none; flex-direction: column; align-items: stretch; gap: 8px; padding: 14px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.show { display: flex; }
  .nav-links a { padding: 12px 14px; border-radius: 14px; }
  .nav-cta { text-align: center; }
  .hero, .split, .cta { grid-template-columns: 1fr; }
  .hero { text-align: center; }
  .hero-copy p, .hero-copy h1 { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-points, .stats-row { justify-content: center; }
  .features, .pricing { grid-template-columns: repeat(2, 1fr); }
  .pricing article.popular { transform: none; }
}
@media (max-width: 720px) {
  .navbar { height: 68px; padding: 0 16px; }
  .brand { font-size: 19px; }
  .brand-mark { width: 38px; height: 38px; }
  .nav-links { top: 68px; }
  .hero { width: min(100% - 24px, 1180px); margin-top: 12px; padding-top: 20px; gap: 22px; }
  .hero-copy h1 { font-size: 44px; }
  .hero-copy p { font-size: 16px; }
  .hero-showcase { min-height: auto; }
  .image-shell { transform: none; border-radius: 22px; }
  .floating-card { display: none; }
  .browser-bar p { font-size: 11px; }
  .stats-row div { flex: 1 1 120px; }
  .features, .pricing, .faq-grid, .dashboard-row, .dash-metrics, .mvp-grid { grid-template-columns: 1fr; }
  .merchant-strip { margin-bottom: 54px; }
  .section, .split, .cta { margin-bottom: 62px; }
  .cta { width: calc(100% - 24px); padding: 24px; border-radius: 30px; }
  footer { flex-direction: column; text-align: center; }
}


/* FormulÃ¡rio de criaÃ§Ã£o da loja */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.address-field {
  display: grid;
  gap: 8px;
}

.file-field {
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 52px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 16px;
  background: rgba(255,255,255,.95);
  color: var(--text);
  font-weight: 800;
}

.file-field span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 900;
}

.file-field input {
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.mini-btn {
  min-height: 42px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 14px;
  padding: 0 14px;
  color: #fff;
  background: rgba(255,255,255,.12);
  font-weight: 900;
  cursor: pointer;
}

.mini-btn:disabled {
  opacity: .72;
  cursor: wait;
}

.lead-form small.error {
  color: #fecaca;
}

@media (max-width: 720px) {
  .form-grid { grid-template-columns: 1fr; }
  .lead-form { padding: 14px; }
  .lead-form input, .lead-form select { font-size: 14px; }
  .file-field { min-height: 58px; }
}


.walio-action-button{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    width:100%;
    padding:14px 18px;

    border:none;
    border-radius:14px;

    background:#25D366;
    color:#fff;

    font-weight:700;
    font-size:15px;

    text-decoration:none;
    cursor:pointer;

    transition:.2s;
    box-shadow:0 10px 25px rgba(37,211,102,.28);
}

.walio-action-button:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 30px rgba(37,211,102,.35);
}

.walio-action-button::before{
    content:"💬";
    font-size:18px;
}

/* ==========================================================================
   Walio â€” chat comercial
   ========================================================================== */

.walio-launcher {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px 8px 9px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
  box-shadow: 0 20px 55px rgba(59, 15, 131, .34);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.walio-launcher:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 65px rgba(59, 15, 131, .40);
}

.walio-launcher-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  font-size: 20px;
}

.walio-launcher-label {
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.walio-notification {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 10px;
  font-weight: 900;
}

.walio-notification:not([hidden]) {
  display: grid;
}

.walio-chat {
  position: fixed;
  right: 22px;
  bottom: 94px;
  z-index: 119;
  width: min(390px, calc(100vw - 28px));
  height: min(650px, calc(100vh - 125px));
  min-height: 510px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(7, 23, 40, .12);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 32px 100px rgba(7, 23, 40, .28);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px) scale(.97);
  transform-origin: bottom right;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.walio-chat.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.walio-header {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 14px 16px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 32%),
    linear-gradient(135deg, var(--ink), var(--purple-dark));
}

.walio-avatar {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  background: rgba(255,255,255,.14);
  font-size: 20px;
  font-weight: 900;
}

.walio-header-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.walio-header-copy strong {
  font-size: 17px;
  font-weight: 900;
}

.walio-header-copy span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.75);
  font-size: 11px;
  font-weight: 700;
}

.walio-header-copy i {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #35d07f;
  box-shadow: 0 0 0 4px rgba(53,208,127,.15);
}

.walio-close {
  width: 38px;
  height: 38px;
  margin-left: auto;
  flex: 0 0 auto;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: rgba(255,255,255,.10);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.walio-intro {
  display: grid;
  gap: 4px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  background: #faf8ff;
}

.walio-intro strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.walio-intro span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
  font-weight: 600;
}

.walio-messages {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding: 16px;
  background:
    radial-gradient(circle at 100% 0, rgba(109,40,217,.06), transparent 28%),
    #f7f8fb;
  scrollbar-width: thin;
}

.walio-message {
  width: 100%;
  display: flex;
}

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

.walio-message-assistant {
  justify-content: flex-start;
}

.walio-message-bubble {
  max-width: 84%;
  padding: 11px 13px;
  border-radius: 18px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 650;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.walio-message-assistant .walio-message-bubble {
  color: #263444;
  background: #fff;
  border: 1px solid var(--line);
  border-bottom-left-radius: 6px;
  box-shadow: 0 7px 20px rgba(7,23,40,.05);
}

.walio-message-user .walio-message-bubble {
  color: #fff;
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
  border-bottom-right-radius: 6px;
  box-shadow: 0 8px 24px rgba(109,40,217,.20);
}

.walio-typing {
  align-items: center;
  gap: 4px;
  padding: 9px 16px;
  color: var(--muted);
  background: #f7f8fb;
  font-size: 11px;
  font-weight: 700;
}

.walio-typing:not([hidden]) {
  display: flex;
}

.walio-typing > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--purple);
  animation: walioTyping 1s infinite ease-in-out;
}

.walio-typing > span:nth-child(2) { animation-delay: .15s; }
.walio-typing > span:nth-child(3) { animation-delay: .3s; }
.walio-typing small { margin-left: 4px; }

@keyframes walioTyping {
  0%, 60%, 100% { transform: translateY(0); opacity: .45; }
  30% { transform: translateY(-4px); opacity: 1; }
}

.walio-quick-replies {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 10px 12px 4px;
  background: #fff;
  scrollbar-width: none;
}

.walio-quick-replies::-webkit-scrollbar {
  display: none;
}

.walio-quick-replies button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #dfd5fb;
  border-radius: 999px;
  color: var(--purple);
  background: var(--accent-soft);
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.walio-quick-replies button:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.walio-form {
  display: grid;
  grid-template-columns: 1fr 46px;
  gap: 9px;
  align-items: end;
  padding: 10px 12px;
  background: #fff;
}

.walio-form textarea {
  width: 100%;
  min-height: 46px;
  max-height: 112px;
  resize: none;
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 17px;
  padding: 13px 14px;
  outline: none;
  color: var(--text);
  background: #f8fafc;
  font: inherit;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 650;
}

.walio-form textarea:focus {
  border-color: rgba(109,40,217,.45);
  box-shadow: 0 0 0 4px rgba(109,40,217,.08);
}

.walio-form button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
  font-size: 19px;
  cursor: pointer;
}

.walio-form button:disabled,
.walio-form textarea:disabled {
  opacity: .62;
  cursor: not-allowed;
}

.walio-powered {
  padding: 0 12px 10px;
  color: #98a2b3;
  background: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: 800;
}

@media (max-width: 720px) {
  .walio-launcher {
    right: 14px;
    bottom: 14px;
    min-height: 54px;
    padding-right: 14px;
  }

  .walio-launcher-icon {
    width: 38px;
    height: 38px;
  }

  .walio-chat {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100dvh;
    min-height: 0;
    max-height: none;
    border: 0;
    border-radius: 0;
    transform: translateY(100%);
  }

  .walio-chat.open {
    transform: translateY(0);
  }

  .walio-header {
    padding-top: max(14px, env(safe-area-inset-top));
  }

  .walio-form {
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }
}

/* Oculta o botÃ£o flutuante quando o chat estiver aberto */
body.walio-chat-open .walio-launcher {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
}

@media (max-width: 720px) {
  body.walio-chat-open {
    overflow: hidden;
  }
}