body {
  background: #f3f4f6;
  color: #111827;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.app-shell {
  max-width: 980px;
  margin: 32px auto;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.topbar {
  padding: 20px 28px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 20px;
  font-weight: 700;
  background: #f9fafb;
}

.topbar {

  position: relative;

  text-align: center;

  padding: 18px 24px;

  border-bottom: 1px solid #e5e7eb;

  background: #fff;

}

.blog-link {
  position: absolute;
  top: 80%;
  right: 28px;
  transform: translateY(-50%);
  color: #475569;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: color .2s ease;
}

.blog-link:hover {
  color: #2563eb;
}

.hero {
  padding: 42px 24px 36px;
  background: linear-gradient(180deg, #ffffff, #f9fafb);
}

.cx-box {
  display: none;
  max-width: 680px;
  margin: 0 auto 36px;
  padding: 18px;
  text-align: center;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  color: #64748b;
  background: #f8fafc;
  font-size: 15px;
  font-weight: 600;
}

.headline {
  text-align: center;
  margin-bottom: 36px;
}

.headline h1 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}

.headline p {
  font-size: 18px;
  color: #64748b;
  margin: 0;
}

.tool-card {
  max-width: 680px;
  margin: 0 auto 36px;
  padding: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  text-align: center;
}

.tool-title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.record-btn {
  border: 0;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  padding: 13px 34px;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.25);
}

.record-btn:hover {
  background: #1d4ed8;
}

.record-btn.recording {
  background: #dc2626;
  box-shadow: 0 10px 22px rgba(220, 38, 38, 0.22);
}

.timer {
  margin-top: 22px;
  color: #475569;
  font-size: 17px;
  font-weight: 600;
}

.status-text {
  margin-top: 12px;
  color: #64748b;
  font-size: 14px;
}

audio {
  width: 100%;
  margin-top: 24px;
  display: none;
}

.drop-zone {
  max-width: 680px;
  margin: 0 auto;
  padding: 20px;
  border: 2px dashed #cbd5e1;
  border-radius: 18px;
  background: #f8fafc;
  text-align: center;
  color: #475569;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

.drop-zone:hover,
.drop-zone.dragover {
  border-color: #2563eb;
  background: #eff6ff;
  color: #1d4ed8;
}

.seo-strip {
  padding: 18px 24px;
  text-align: center;
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.content {
  padding: 48px 28px;
  max-width: 820px;
  margin: 0 auto;
}

.content h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 14px;
}

.content p {
  font-size: 17px;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 32px;
}

.privacy-note {
  margin: 16px auto 0;
  max-width: 520px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #f0fdf4;
  color: #166534;
  font-size: 14px;
  font-weight: 600;
}

.faq-section {
  padding-top: 10px;
}

.faq-item {
  margin-bottom: 28px;
}

.faq-item h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #111827;
}

.faq-item p {
  margin-bottom: 0;
}

.tool-note {
  margin-top: 8px;
  color: #92400e;
  font-size: 13px;
}

.topbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}

.logo {
  height: 100px;
  width: auto;
  display: block;
}

.site-footer {
  margin-top: 40px;
  padding: 40px 20px;
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.footer-brand {
  font-size: 20px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
}

.footer-text {
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
}

.footer-contact {
  margin-top: 20px;
  margin-bottom: 18px;
  font-size: 14px;
  color: #475569;
}

.footer-contact a,
.footer-links a {
  color: #2563eb;
  text-decoration: none;
}

.footer-contact a:hover,
.footer-links a:hover {
  text-decoration: underline;
}

.footer-links {
  margin-bottom: 18px;
  color: #94a3b8;
  font-size: 14px;
}

.footer-links span {
  margin: 0 10px;
}

.footer-copyright {
  color: #94a3b8;
  font-size: 13px;
  margin-bottom: 0;
}

.permission-note {
  margin-top: 14px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.share-box {
  margin-top: 28px;
  text-align: center;
  animation: fadeIn .35s ease;
}

.share-title {
  margin-bottom: 12px;
  color: #64748b;
  font-size: 15px;
  font-weight: 500;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: #2563eb;
  color: #fff;
  border: 0;
  border-radius: 999px;

  padding: 12px 24px;

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

  cursor: pointer;

  transition: all .2s ease;
  box-shadow: 0 8px 18px rgba(37, 99, 235, .18);
}

.share-btn:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
}

.share-btn:active {
  transform: translateY(0);
}

.story-section {
  padding-top: 20px;
}

.story-card {
  padding: 34px;
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #f9fafb;
}

.story-card h2 {
  margin-bottom: 16px;
}

.story-card p {
  margin-bottom: 18px;
}

.story-link {
  display: inline-flex;
  color: #2563eb;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.story-link:hover {
  text-decoration: underline;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/**
  Blog Related Begins
*/

.blog-content {
  max-width: 820px;
  padding-top: 52px;
  padding-bottom: 64px;
}

.blog-content article {
  color: #334155;
}

.blog-content h1 {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}

.blog-content h2 {
  font-size: 25px;
  font-weight: 800;
  color: #0f172a;
  margin-top: 38px;
  margin-bottom: 14px;
}

.blog-content h3 {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin-top: 30px;
  margin-bottom: 10px;
}

.blog-content p,
.blog-content li {
  font-size: 17px;
  line-height: 1.75;
  color: #475569;
}

.blog-content a {
  color: #2563eb;
  font-weight: 700;
}

.blog-content ul,
.blog-content ol {
  margin-bottom: 24px;
}

.blog-content blockquote {
  border-left: 4px solid #2563eb;
  background: #eff6ff;
  padding: 16px 20px;
  border-radius: 12px;
  margin: 28px 0;
}

.site-footer {
  max-width: 820px;
  margin: 42px auto 32px;
  color: #64748b;
  font-size: 14px;
}

.site-footer a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

.site-footer a:hover {
  text-decoration: underline;
}

/**
  Blog Related Ends
*/

@media (max-width: 768px) {
  .app-shell {
    margin: 14px;
    border-radius: 20px;
  }

  .hero {
    padding: 32px 16px;
  }

  .headline h1 {
    font-size: 26px;
  }

  .headline p {
    font-size: 16px;
  }

  .tool-card {
    padding: 26px 18px;
  }
}