.agent-page .hero {
  padding-bottom: 62px;
}

.agent-page .hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
}

.agent-page .hero-title {
  max-width: 760px;
}

.agent-page .lead {
  max-width: 620px;
}

.hero-demo-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.hero-visual {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.agent-max-shot {
  position: relative;
  width: min(100%, 350px);
  margin: 0 0 0 auto;
}

.agent-max-screen {
  position: relative;
  aspect-ratio: 929 / 1693;
  overflow: hidden;
  border: 1px solid rgba(20, 28, 45, 0.14);
  border-radius: 30px;
  background: #fff;
  box-shadow:
    0 30px 70px rgba(13, 21, 48, 0.2),
    0 8px 22px rgba(79, 70, 229, 0.1);
}

.agent-max-screen img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.max-chat-overlay {
  position: absolute;
  top: 14.2%;
  right: 3.6%;
  bottom: 7.4%;
  left: 3.6%;
  pointer-events: none;
}

.max-chat-thread {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  scroll-behavior: smooth;
}

.max-chat-thread::before {
  flex: 1 1 auto;
  min-height: 0;
  content: "";
}

.max-chat-bubble {
  flex: 0 0 auto;
  max-width: 86%;
  padding: 9px 11px 7px;
  border-radius: 18px;
  color: #141924;
  background: #fff;
  box-shadow: 0 2px 10px rgba(34, 70, 96, 0.13);
  font-size: 12.72px;
  font-weight: 600;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.max-chat-bubble.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.max-chat-bubble span {
  display: block;
  margin-top: 4px;
  color: #6b7280;
  font-size: 10.8px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

.max-chat-bubble-user {
  align-self: flex-end;
  border-bottom-right-radius: 5px;
  background: #defaff;
}

.max-chat-bubble-user span {
  color: #3a8592;
}

.max-chat-bubble-agent {
  align-self: flex-start;
  border-bottom-left-radius: 5px;
}

.max-chat-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 7px;
}

.max-chat-links span {
  display: inline-flex;
  width: fit-content;
  margin: 0;
  padding: 4px 6px;
  border: 1px solid #cfe7f4;
  border-radius: 999px;
  color: #24556f;
  background: #eaf8fe;
  font-size: 10.08px;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
}

.max-chat-typing {
  display: inline-flex;
  flex: 0 0 auto;
  align-self: flex-start;
  gap: 4px;
  width: fit-content;
  padding: 13px 14px;
  border-radius: 18px 18px 18px 5px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(34, 70, 96, 0.13);
}

.max-chat-typing i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7b8794;
  animation: typingDot 1s ease-in-out infinite;
}

.max-chat-typing i:nth-child(2) {
  animation-delay: 0.16s;
}

.max-chat-typing i:nth-child(3) {
  animation-delay: 0.32s;
}

.agent-demo-phone {
  width: min(100%, 386px);
  margin-left: auto;
}

.phone-frame {
  overflow: hidden;
  padding: 7px;
  border: 1px solid rgba(20, 28, 45, 0.22);
  border-radius: 34px;
  background: #141925;
  box-shadow:
    0 30px 70px rgba(13, 21, 48, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.phone-screen {
  display: flex;
  height: 586px;
  max-height: 586px;
  min-height: 586px;
  overflow: hidden;
  flex-direction: column;
  border-radius: 27px;
  background: #fff;
}

.max-statusbar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  min-height: 27px;
  padding: 8px 20px 2px;
  color: #3e454f;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.telegram-topbar {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: 25px 48px minmax(0, 1fr) 24px;
  gap: 10px;
  align-items: center;
  padding: 9px 12px 13px;
  border-bottom: 1px solid #edf2f7;
  background: #fff;
}

.max-back {
  position: relative;
  width: 24px;
  height: 24px;
}

.max-back::before {
  position: absolute;
  inset: 4px 3px;
  border-bottom: 3px solid #252a33;
  border-left: 3px solid #252a33;
  transform: rotate(45deg);
  content: "";
}

.telegram-avatar {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e8edf4;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 7px rgba(26, 35, 54, 0.12);
}

.telegram-avatar::before,
.telegram-avatar::after {
  position: absolute;
  content: "";
}

.telegram-avatar::before {
  top: 15px;
  left: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7d5bff;
  box-shadow: 17px 0 0 #ff347f;
}

.telegram-avatar::after {
  left: 14px;
  top: 24px;
  width: 20px;
  height: 12px;
  border-bottom: 2px solid #bbc4d3;
  border-radius: 0 0 20px 20px;
}

.telegram-avatar span {
  display: none;
}

.telegram-contact {
  min-width: 0;
}

.telegram-contact strong,
.telegram-contact span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.telegram-contact strong {
  color: #111827;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
}

.telegram-contact span {
  margin-top: 2px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
  text-transform: lowercase;
}

.max-actions {
  display: grid;
  place-items: center;
}

.max-actions span {
  position: relative;
  display: block;
  width: 22px;
  height: 28px;
}

.max-actions span::before {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2f3540;
  box-shadow: 0 7px 0 #2f3540, 0 14px 0 #2f3540;
  content: "";
}

.telegram-thread {
  position: relative;
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 14px 12px;
  background-color: #8fd8fb;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='%232c8ec2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' opacity='.28'%3E%3Cpath d='M22 24l6 12 13 2-10 9 2 13-11-7-12 7 3-13-10-9 13-2z'/%3E%3Ccircle cx='138' cy='38' r='18'/%3E%3Cpath d='M126 38h30M138 20c7 10 7 26 0 36M72 112c17-18 34-18 51 0M82 118c10 8 20 8 30 0M52 58c14 2 24 12 26 26M46 74h30M118 142l22-10 12 20-23-6-15 15z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 180px 180px;
  scrollbar-width: none;
}

.telegram-thread > * {
  position: relative;
  z-index: 1;
}

.telegram-thread::-webkit-scrollbar {
  display: none;
}

.max-date-chip {
  align-self: center;
  padding: 5px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(75, 141, 181, 0.42);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  backdrop-filter: blur(5px);
}

.telegram-message {
  position: relative;
  display: grid;
  max-width: 86%;
  gap: 5px;
  padding: 12px 13px 7px;
  border-radius: 18px;
  color: #141924;
  background: #fff;
  box-shadow: 0 2px 10px rgba(34, 70, 96, 0.13);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.telegram-message::after {
  position: absolute;
  bottom: 0;
  width: 12px;
  height: 14px;
  background: inherit;
  content: "";
}

.telegram-message.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.telegram-message-user {
  align-self: flex-end;
  border-bottom-right-radius: 5px;
  color: #111827;
  background: #defaff;
}

.telegram-message-user::after {
  right: -5px;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.telegram-message-agent {
  align-self: flex-start;
  border-bottom-left-radius: 5px;
  background: #fff;
}

.telegram-message-agent::after {
  left: -5px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.telegram-author {
  display: none;
}

.telegram-text {
  color: currentColor;
  font-size: 13.4px;
  line-height: 1.34;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.telegram-time {
  justify-self: end;
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.78;
}

.telegram-message-user .telegram-time {
  color: #3a8592;
}

.telegram-message-user .telegram-time::after {
  content: " ✓";
}

.telegram-typing {
  display: inline-flex;
  align-self: flex-start;
  gap: 4px;
  width: fit-content;
  padding: 13px 14px;
  border-radius: 18px 18px 18px 5px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(34, 70, 96, 0.13);
}

.telegram-typing i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7b8794;
  animation: typingDot 1s ease-in-out infinite;
}

.telegram-typing i:nth-child(2) {
  animation-delay: 0.16s;
}

.telegram-typing i:nth-child(3) {
  animation-delay: 0.32s;
}

.telegram-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 7px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.telegram-metrics.is-visible,
.telegram-recommendations.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.telegram-metric {
  min-width: 0;
  padding: 8px;
  border: 1px solid #dcecf4;
  border-radius: 12px;
  background: #f4fbfe;
}

.telegram-metric span,
.telegram-metric strong {
  display: block;
}

.telegram-metric span {
  color: #6b7280;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
}

.telegram-metric strong {
  margin-top: 3px;
  color: #111827;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.12;
  white-space: nowrap;
}

.telegram-metric.is-bad strong {
  color: #d7263d;
}

.telegram-metric.is-good strong {
  color: #0f8f58;
}

.telegram-metric.is-warning strong {
  color: #1d72b8;
}

.telegram-recommendations {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.telegram-recommendation {
  min-height: 22px;
  padding: 5px 7px;
  border: 1px solid #cfe7f4;
  border-radius: 999px;
  color: #24556f;
  background: #eaf8fe;
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1.15;
}

.telegram-composer {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: 32px minmax(0, 1fr) 28px 30px;
  gap: 8px;
  align-items: center;
  padding: 8px 10px 9px;
  border-top: 1px solid #edf2f7;
  background: #fff;
}

.composer-field {
  display: flex;
  min-width: 0;
  min-height: 40px;
  align-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: #fff;
  padding: 0 4px;
}

.composer-field span {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #111827;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.composer-field span:empty::before {
  color: #8b929c;
  content: "Сообщение";
}

.composer-cursor {
  width: 1px;
  height: 22px;
  margin-left: 2px;
  background: #2b8fd3;
  animation: cursorBlink 0.85s steps(2, start) infinite;
}

.composer-field span:empty + .composer-cursor {
  display: none;
}

.composer-tool {
  position: relative;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: transparent;
}

.composer-tool::before,
.composer-tool::after {
  position: absolute;
  content: "";
}

.composer-sticker::before {
  left: 5px;
  top: 5px;
  width: 22px;
  height: 22px;
  border: 2px solid #5d6673;
  border-radius: 8px;
  transform: rotate(-8deg);
}

.composer-sticker::after {
  left: 11px;
  top: 15px;
  width: 11px;
  height: 6px;
  border-bottom: 2px solid #5d6673;
  border-radius: 0 0 12px 12px;
  box-shadow: -4px -7px 0 -2px #5d6673, 8px -7px 0 -2px #5d6673;
  transform: rotate(-8deg);
}

.composer-clip::before {
  left: 9px;
  top: 5px;
  width: 11px;
  height: 21px;
  border: 3px solid #5d6673;
  border-left-width: 2px;
  border-radius: 999px;
  transform: rotate(28deg);
}

.composer-clip::after {
  left: 14px;
  top: 8px;
  width: 6px;
  height: 14px;
  border: 2px solid #5d6673;
  border-left: 0;
  border-radius: 0 999px 999px 0;
  transform: rotate(28deg);
}

.composer-mic::before {
  left: 11px;
  top: 4px;
  width: 9px;
  height: 16px;
  border: 3px solid #5d6673;
  border-radius: 999px;
}

.composer-mic::after {
  left: 15px;
  bottom: 5px;
  width: 3px;
  height: 8px;
  border-radius: 999px;
  background: #5d6673;
}

.max-system-nav {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
  min-height: 45px;
  padding: 7px 40px 10px;
  background: #fff;
}

.max-system-nav span {
  position: relative;
  display: block;
  width: 28px;
  height: 26px;
}

.max-system-nav span::before {
  position: absolute;
  content: "";
}

.max-system-nav span:first-child::before {
  left: 8px;
  top: 5px;
  width: 2px;
  height: 17px;
  border-radius: 999px;
  background: #9aa1aa;
  box-shadow: 6px 0 0 #9aa1aa, 12px 0 0 #9aa1aa;
}

.max-system-nav span:nth-child(2)::before {
  left: 4px;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 3px solid #9aa1aa;
  border-radius: 50%;
}

.max-system-nav span:last-child::before {
  left: 8px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-bottom: 3px solid #9aa1aa;
  border-left: 3px solid #9aa1aa;
  transform: rotate(45deg);
}

.demo-note {
  max-width: 340px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.agent-page .section-header,
.agent-page .section-head,
.agent-faq-head,
.agent-contact-copy {
  display: block;
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.agent-page .section-header h2,
.agent-page .section-head h2,
.agent-faq-head h2,
.agent-contact-copy h2 {
  max-width: 760px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 1.1;
}

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

.agent-chat-example {
  gap: 10px;
}

.agent-chat-example .chat-prompt,
.agent-chat-example .chat-answer {
  margin: 0;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.45;
}

.agent-chat-example .chat-prompt {
  width: fit-content;
  max-width: 100%;
  padding: 9px 12px;
  border: 1px solid rgba(79, 70, 229, 0.18);
  color: var(--primary-dark);
  background: #eef2ff;
  font-weight: 800;
}

.agent-chat-example .chat-answer {
  padding: 11px 12px;
  color: #334155;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.integration-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: -8px 0 28px;
  padding: 16px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: #fff;
}

.integration-strip p {
  width: 100%;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.integration-label {
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.agent-faq-section {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.agent-faq-grid {
  display: grid;
  gap: 0;
  align-items: start;
}

.agent-faq-head {
  margin-bottom: 34px;
}

.agent-faq-head h2 {
  margin-top: 16px;
}

.agent-faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.agent-faq-item {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.agent-faq-item summary {
  position: relative;
  min-height: 68px;
  padding: 20px 58px 20px 22px;
  color: var(--ink);
  font-family: var(--font-text);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.agent-faq-item summary::-webkit-details-marker {
  display: none;
}

.agent-faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 28px;
  height: 28px;
  border: 1px solid #d4ddff;
  border-radius: 50%;
  color: var(--primary-dark);
  background: #eef2ff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  content: "+";
  transform: translateY(-50%);
}

.agent-faq-item[open] summary::after {
  content: "-";
}

.agent-faq-item p {
  margin: -6px 22px 22px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.58;
}

.agent-contact-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.agent-contact-copy h2 {
  max-width: 680px;
}

.agent-contact-copy p {
  margin-top: 16px;
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.56;
}

.agent-contact-form {
  display: grid;
  gap: 14px;
  width: min(100%, 560px);
  padding: 24px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.agent-contact-form label {
  display: grid;
  gap: 7px;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.agent-contact-form input,
.agent-contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  background: #fff;
  padding: 13px 14px;
  outline: none;
}

.agent-contact-form textarea {
  resize: vertical;
}

.agent-contact-form input::placeholder,
.agent-contact-form textarea::placeholder {
  color: #94a3b8;
}

.agent-contact-form input:focus,
.agent-contact-form textarea:focus {
  border-color: rgba(79, 70, 229, 0.55);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.12);
}

.agent-contact-form .btn {
  width: fit-content;
}

.form-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  max-width: min(420px, calc(100vw - 36px));
  padding: 14px 16px;
  border: 1px solid rgba(79, 70, 229, 0.3);
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
  font-size: 14px;
  font-weight: 700;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes typingDot {
  0%,
  70%,
  100% {
    opacity: 0.34;
    transform: translateY(0);
  }
  35% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@keyframes cursorBlink {
  0%,
  45% {
    opacity: 1;
  }
  46%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .agent-page .hero-grid,
  .agent-contact-grid {
    grid-template-columns: 1fr;
  }

  .agent-demo-phone {
    margin-right: auto;
    margin-left: 0;
  }

  .agent-max-shot {
    margin-right: auto;
    margin-left: 0;
  }

  .agent-question-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .agent-page .hero {
    padding-top: 42px;
  }

  .agent-page .hero-grid {
    gap: 24px;
  }

  .agent-page .hero-title {
    font-size: 34px;
  }

  .agent-page .hero .lead {
    margin-top: 16px;
  }

  .agent-page .hero-actions {
    margin-top: 24px;
  }

  .agent-page .hero-chips {
    display: none;
  }

  .hero-visual {
    justify-content: center;
  }

  .agent-max-shot {
    width: min(100%, 314px);
    margin: 0 auto;
  }

  .max-chat-overlay {
    top: 14.2%;
    right: 3.6%;
    bottom: 7.4%;
    left: 3.6%;
  }

  .max-chat-thread {
    gap: 8px;
  }

  .max-chat-bubble {
    max-width: 88%;
    padding: 8px 10px 6px;
    font-size: 11.76px;
  }

  .agent-demo-phone {
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .phone-screen {
    height: 520px;
    max-height: 520px;
    min-height: 520px;
  }

  .telegram-message {
    max-width: 94%;
  }

  .agent-question-grid {
    grid-template-columns: 1fr;
  }

  .agent-page .section-header,
  .agent-page .section-head,
  .agent-faq-head,
  .agent-contact-copy {
    margin-bottom: 32px;
  }

  .agent-page .section-header h2,
  .agent-page .section-head h2,
  .agent-faq-head h2,
  .agent-contact-copy h2 {
    font-size: 30px;
  }

  .agent-contact-copy p {
    font-size: 16px;
  }

  .agent-contact-form {
    padding: 18px;
  }

  .agent-contact-form .btn {
    width: 100%;
  }
}
