*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f4f6f9;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #1f2937;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
}

p {
  margin: 0;
}

.app-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 2rem 0;
}
.app-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-header__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}
.app-header__subtitle {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #6b7280;
}
.app-header__version {
  padding: 0.45rem 0.85rem;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
  font-size: 0.85rem;
  color: #6b7280;
  font-weight: 600;
}

.footer {
  margin-top: 5rem;
  background: #ffffff;
  border-top: 1px solid #e6e9ef;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  padding: 2rem 0;
}

.footer__brand,
.footer__center,
.footer__product {
  display: flex;
  flex-direction: column;
}

.footer__brand {
  flex: 1;
}

.footer__center {
  flex: 1.4;
  text-align: center;
}

.footer__product {
  flex: 1;
  align-items: flex-end;
}

.footer__brand img {
  width: 130px;
  height: auto;
}
@media (width < 768px) {
  .footer__brand img {
    width: 90px;
  }
}

.footer__brand p,
.footer__center p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #64748b;
}

.footer__brand a {
  margin-top: 0.75rem;
  color: #d71920;
  font-size: 0.9rem;
  text-decoration: none;
  transition: 0.2s;
}

.footer__brand a:hover {
  opacity: 0.75;
}

.footer__title {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
}

.footer__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(215, 25, 32, 0.08);
  color: #d71920;
  font-size: 0.85rem;
  font-weight: 700;
}

.footer__product small {
  margin-top: 0.75rem;
  color: #64748b;
  font-size: 0.85rem;
}

.footer__version {
  margin-top: 0.35rem;
  color: #94a3b8;
  font-size: 0.82rem;
}

@media (max-width: 991px) {
  .footer__content {
    flex-direction: column;
    text-align: center;
  }
  .footer__product {
    align-items: center;
  }
}
.app-card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}
.app-card .card-body {
  padding: 2.5rem;
}
.app-card__title {
  margin-bottom: 24px;
  font-size: 1.25rem;
  font-weight: 600;
}

.app-preview__canvas {
  min-height: 320px;
  background: #fff;
  border: 1px dashed #e5e7eb;
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #6b7280;
}

.preview-email {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 40px;
  min-height: 420px;
}
.preview-email__body {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
}

#signaturePreview {
  margin-top: 30px;
}

.app {
  min-height: calc(100vh - 90px);
}/*# sourceMappingURL=main.css.map */