:root {
  --bg: #f6f9fc;
  --surface: #ffffff;
  --surface-soft: #eef7fb;
  --ink: #132238;
  --muted: #607083;
  --line: #dbe7ef;
  --blue: #1768d7;
  --blue-dark: #0f3f8f;
  --cyan: #11a7c9;
  --green: #17a765;
  --shadow: 0 20px 55px rgba(15, 63, 143, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(17, 167, 201, 0.14), transparent 34rem),
    linear-gradient(180deg, #f7fbff 0%, var(--bg) 45%, #ffffff 100%);
  font-family: "Poppins", sans-serif;
}

img,
iframe {
  max-width: 100%;
}

.site-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(219, 231, 239, 0.85);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-dark);
  font-size: 1.16rem;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(23, 104, 215, 0.24);
}

.nav-wrap {
  display: flex;
  align-items: center;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  background: #edf7fc;
  border: 1px solid rgba(219, 231, 239, 0.9);
  border-radius: 999px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  color: #31516f;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  transform: translateY(-1px);
}

#nav-wrap .nav-link {
  color: #31516f;
}

#nav-wrap .nav-link:hover,
#nav-wrap .nav-link.active,
#mobile-menu .nav-link:hover,
#mobile-menu .nav-link.active {
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
}

.header-cta,
.btn-main,
.btn-ghost,
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-cta,
.btn-main {
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  box-shadow: 0 14px 32px rgba(23, 104, 215, 0.2);
}

.btn-whatsapp {
  color: #ffffff;
  background: var(--green);
  box-shadow: 0 14px 32px rgba(23, 167, 101, 0.2);
}

.btn-ghost {
  color: var(--blue-dark);
  background: #ffffff;
  border: 1px solid var(--line);
}

.header-cta:hover,
.btn-main:hover,
.btn-ghost:hover,
.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--blue-dark);
  background: #edf7fc;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.nav-icon {
  width: 24px;
  height: 24px;
}

.hidden {
  display: none !important;
}

.mobile-menu {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 14px;
  padding: 12px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.mobile-menu .nav-link {
  width: 100%;
  justify-content: flex-start;
  margin: 2px 0;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0 78px;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(23, 104, 215, 0.12), rgba(17, 167, 201, 0.04)),
    radial-gradient(circle at 82% 18%, rgba(23, 104, 215, 0.2), transparent 26rem);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 48px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.contact-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 5vw, 4.75rem);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.hero-stats div {
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(219, 231, 239, 0.9);
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(19, 34, 56, 0.06);
}

.hero-stats strong {
  display: block;
  color: var(--blue-dark);
  font-size: 1.35rem;
  font-weight: 800;
}

.hero-stats span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.84rem;
}

.hero-visual {
  position: relative;
  min-height: 470px;
}

.visual-card {
  border-radius: 28px;
  background: linear-gradient(150deg, #ffffff, #eaf8fd);
  border: 1px solid rgba(219, 231, 239, 0.9);
  box-shadow: var(--shadow);
}

.visual-card-main {
  display: grid;
  place-items: center;
  min-height: 430px;
  padding: 34px;
}

.visual-card-main img {
  width: min(92%, 420px);
}

.floating-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: var(--blue-dark);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 18px 45px rgba(15, 63, 143, 0.14);
}

.floating-badge i {
  color: var(--cyan);
}

.badge-top {
  top: 42px;
  left: -18px;
}

.badge-bottom {
  right: -16px;
  bottom: 58px;
}

.section-block {
  padding: 86px 0;
}

.services-section {
  background: #ffffff;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading.align-left {
  margin: 0;
  text-align: left;
}

.section-heading h2,
.contact-card h2 {
  font-size: clamp(1.85rem, 3.4vw, 3rem);
}

.section-heading p:not(.eyebrow),
.contact-card > p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 16px 45px rgba(19, 34, 56, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.service-image {
  display: grid;
  place-items: center;
  min-height: 210px;
  padding: 28px;
  background: linear-gradient(160deg, #eef8fe, #ffffff);
}

.service-image img {
  width: min(100%, 220px);
  height: 170px;
  object-fit: contain;
}

.service-content {
  padding: 26px;
}

.service-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 12px;
}

.service-content h3,
.advantage-item h3 {
  margin: 16px 0 8px;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 800;
}

.service-content p,
.advantage-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.pricing-section {
  background:
    radial-gradient(circle at 84% 8%, rgba(17, 167, 201, 0.12), transparent 24rem),
    linear-gradient(180deg, #f7fbff, #ffffff);
}

.pricing-panel {
  padding: clamp(26px, 4vw, 46px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 251, 255, 0.94)),
    radial-gradient(circle at top right, rgba(17, 167, 201, 0.16), transparent 22rem);
  border: 1px solid rgba(219, 231, 239, 0.95);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(15, 63, 143, 0.12);
}

.pricing-panel .section-heading {
  margin-bottom: 34px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 16px 45px rgba(19, 34, 56, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(17, 167, 201, 0.42);
  box-shadow: var(--shadow);
}

.pricing-featured {
  border-color: rgba(23, 104, 215, 0.42);
  box-shadow: 0 22px 62px rgba(23, 104, 215, 0.16);
}

.featured-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
}

.pricing-label {
  display: inline-flex;
  width: max-content;
  padding: 7px 11px;
  color: var(--blue-dark);
  background: #eaf5ff;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.pricing-top h3 {
  margin: 18px 0 10px;
  color: var(--ink);
  font-size: 1.35rem;
  font-weight: 800;
}

.pricing-top p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.price {
  margin: 24px 0;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.price strong {
  display: block;
  margin-top: 4px;
  color: var(--blue-dark);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.1;
  font-weight: 800;
}

.pricing-features {
  display: grid;
  gap: 12px;
  margin: 0 0 26px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.pricing-features li {
  display: flex;
  gap: 10px;
  line-height: 1.55;
}

.pricing-features i {
  margin-top: 4px;
  color: var(--green);
}

.pricing-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: auto;
  padding: 0 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pricing-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(23, 104, 215, 0.2);
}

.pricing-note {
  max-width: 780px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
  text-align: center;
}

.advantage-section {
  background: linear-gradient(180deg, #f5fbff, #ffffff);
}

.advantage-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 42px;
  align-items: start;
}

.advantage-list {
  display: grid;
  gap: 16px;
}

.advantage-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(19, 34, 56, 0.06);
}

.advantage-item span {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  color: var(--blue);
  background: #eaf5ff;
  border-radius: 14px;
}

.advantage-item h3 {
  margin-top: 0;
}

.contact-section {
  padding-top: 70px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 24px;
  align-items: stretch;
}

.contact-card,
.map-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.contact-card {
  padding: clamp(28px, 4vw, 42px);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-info {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.contact-info p {
  display: flex;
  gap: 10px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact-info i {
  margin-top: 5px;
  color: var(--cyan);
}

.map-card {
  min-height: 420px;
  overflow: hidden;
}

.map-frame {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  border: 0;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 64px 0 24px;
  color: #dceafe;
  background:
    radial-gradient(circle at 12% 0%, rgba(17, 167, 201, 0.28), transparent 26rem),
    linear-gradient(135deg, #0b1d33 0%, #10243d 52%, #0d3955 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 38%);
  pointer-events: none;
}

.footer-main,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) minmax(130px, 0.65fr) minmax(170px, 0.8fr) minmax(240px, 1fr);
  gap: 34px;
}

.footer-logo {
  color: #ffffff;
}

.footer-logo .brand-mark {
  box-shadow: 0 16px 36px rgba(17, 167, 201, 0.26);
}

.footer-brand p,
.footer-contact p,
.footer-bottom p {
  margin: 0;
  color: #b9c9dc;
  line-height: 1.8;
}

.footer-brand p {
  max-width: 360px;
  margin-top: 18px;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

.footer-social a:hover {
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  transform: translateY(-2px);
}

.footer-column,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-column h3,
.footer-contact h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
}

.footer-column a {
  color: #dceafe;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-column a:hover {
  color: #67e8f9;
  transform: translateX(3px);
}

.footer-contact p {
  display: flex;
  gap: 10px;
}

.footer-contact p i {
  margin-top: 6px;
  color: #67e8f9;
}

.footer-whatsapp {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding: 12px 16px;
  color: #ffffff;
  background: rgba(23, 167, 101, 0.92);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(23, 167, 101, 0.24);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

.chatbot-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
}

.chatbot-toggle {
  position: relative;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border: 0;
  border-radius: 20px;
  box-shadow: 0 20px 46px rgba(23, 104, 215, 0.32);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chatbot-toggle:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(23, 104, 215, 0.38);
}

.chatbot-toggle i {
  font-size: 1.45rem;
}

.chatbot-notification {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 11px;
  height: 11px;
  background: #22c55e;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 76px;
  width: min(370px, calc(100vw - 32px));
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(15, 63, 143, 0.24);
}

.chatbot-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #0f3f8f, #11a7c9);
}

.chatbot-header strong {
  display: block;
  font-size: 1rem;
}

.chatbot-header p {
  margin: 4px 0 0;
  color: #dff7ff;
  font-size: 0.82rem;
}

.chatbot-status {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 7px;
  background: #22c55e;
  border-radius: 999px;
}

.chatbot-close {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  cursor: pointer;
}

.chatbot-messages {
  height: 300px;
  padding: 18px;
  overflow-y: auto;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.chat-message {
  max-width: 86%;
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.55;
}

.chat-message.bot {
  background: #eef7fb;
  border-bottom-left-radius: 6px;
}

.chat-message.user {
  margin-left: auto;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border-bottom-right-radius: 6px;
}

.chat-message.typing {
  color: var(--muted);
  font-style: italic;
}

.chat-message a {
  color: inherit;
  font-weight: 800;
}

.chatbot-quick-replies {
  display: flex;
  gap: 8px;
  padding: 0 18px 14px;
  background: #ffffff;
}

.chatbot-quick-replies button {
  flex: 1;
  min-height: 38px;
  padding: 0 10px;
  color: var(--blue-dark);
  background: #eaf5ff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.chatbot-form {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.chatbot-form input {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  color: var(--ink);
  background: #f6f9fc;
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: none;
}

.chatbot-form input:focus {
  border-color: rgba(17, 167, 201, 0.65);
  box-shadow: 0 0 0 4px rgba(17, 167, 201, 0.12);
}

.chatbot-form button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

@media (max-width: 980px) {
  .header-cta {
    display: none;
  }

  .hero-grid,
  .advantage-grid,
  .contact-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .visual-card-main {
    min-height: 360px;
  }

  .service-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(100% - 24px, 1120px);
  }

  .header-inner {
    min-height: 66px;
  }

  .nav-wrap {
    display: none;
  }

  .nav-toggle {
    display: grid;
  }

  .hero-section {
    padding: 52px 0 58px;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .btn-main,
  .btn-ghost,
  .btn-whatsapp {
    width: 100%;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 320px;
  }

  .visual-card-main {
    min-height: 300px;
    padding: 22px;
    border-radius: 22px;
  }

  .floating-badge {
    position: static;
    margin-top: 12px;
    width: 100%;
    justify-content: center;
  }

  .section-block {
    padding: 58px 0;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .service-content {
    padding: 22px;
  }

  .advantage-item {
    grid-template-columns: 1fr;
  }

  .map-card,
  .map-frame {
    min-height: 320px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-whatsapp {
    width: 100%;
    justify-content: center;
  }

  .chatbot-widget {
    right: 14px;
    bottom: 14px;
  }

  .chatbot-panel {
    bottom: 72px;
  }
}

@media (max-width: 420px) {
  .brand {
    font-size: 1rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .hero-subtitle,
  .section-heading p:not(.eyebrow),
  .contact-card > p {
    font-size: 0.95rem;
  }
}
