html {
  font-size: 16px;
}

body {
  color: #243044;
  margin: 0;
  overflow-x: hidden;
}

.header-section {
  overflow: visible;
}

.header-section .container {
  max-width: 1460px;
}

.header-section .navbar {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 80px;
  justify-content: space-between;
}

.navbar-brand {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 80px;
  margin-right: 22px;
  padding: 0;
}

.navbar-brand img {
  max-height: 58px;
  max-width: 250px;
  width: auto;
}

.mobile-menu-toggle {
  align-items: center;
  background: #eef2f6;
  border: 0;
  border-radius: 8px;
  display: none;
  flex: 0 0 46px;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 46px;
}

.mobile-menu-toggle span {
  background: #0b2b5c;
  border-radius: 999px;
  display: block;
  height: 2px;
  margin: 3px 0;
  width: 20px;
}

.slicknav_menu {
  display: none !important;
}

.menu-wrap {
  align-items: center;
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
}

#mainmenu {
  flex: 0 1 auto;
  min-width: 0;
}

#mainmenu ul.nav {
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

#mainmenu ul.nav > li > a {
  color: #263b5e;
  font-size: 12px;
  line-height: 80px;
  padding: 0 12px;
  position: relative;
  white-space: nowrap;
}

#mainmenu ul.nav > li > a::after {
  background: #08c589;
  border-radius: 999px;
  bottom: 22px;
  content: "";
  height: 3px;
  left: 12px;
  opacity: 0;
  position: absolute;
  right: 12px;
  transform: scaleX(.35);
  transition: opacity .2s ease, transform .2s ease;
}

#mainmenu ul.nav > li > a:hover,
#mainmenu ul.nav > li > a:focus,
#mainmenu ul.nav > li > a.active {
  color: #08a878;
}

#mainmenu ul.nav > li > a:hover::after,
#mainmenu ul.nav > li > a:focus::after,
#mainmenu ul.nav > li > a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.free-tools-nav {
  position: static !important;
}

.free-tools-toggle {
  display: none;
}

.free-tools-mega {
  background: #fff;
  border: 1px solid #e0e6ed;
  border-radius: 8px;
  box-shadow: 0 24px 65px rgba(20, 34, 58, .18);
  left: 50%;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: fixed;
  top: 82px;
  transform: translate(-50%, 10px);
  transition: opacity .18s ease, transform .18s ease;
  visibility: hidden;
  width: min(1120px, calc(100vw - 40px));
  z-index: 999;
}

.free-tools-nav:hover > .free-tools-mega,
.free-tools-nav:focus-within > .free-tools-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.free-tools-mega-head {
  align-items: center;
  border-bottom: 1px solid #e7ebf1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 0 2px 14px;
}

.free-tools-mega-head strong,
.free-tools-mega-head span {
  display: block;
}

.free-tools-mega-head strong {
  color: #14213a;
  font-size: 17px;
}

.free-tools-mega-head span {
  color: #718198;
  font-size: 12px;
  margin-top: 2px;
}

.free-tools-mega-head > a {
  color: #087f5b;
  font-size: 12px;
  font-weight: 900;
}

.free-tools-mega-grid {
  display: grid;
  gap: 6px 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.free-tools-mega-item {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #243044;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
  min-width: 0;
  padding: 9px;
}

.free-tools-mega-item:hover {
  background: #f3fbf8;
  border-color: #c9eee1;
  color: #087f5b;
}

.free-tools-mega-item > i {
  align-items: center;
  background: #e7f9f1;
  border-radius: 6px;
  color: #08a878;
  display: inline-flex;
  font-size: 13px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.free-tools-mega-item span,
.free-tools-mega-item strong,
.free-tools-mega-item small {
  display: block;
  min-width: 0;
}

.free-tools-mega-item strong {
  color: inherit;
  font-size: 12px;
  line-height: 1.3;
}

.free-tools-mega-item small {
  color: #7b899c;
  font-size: 10px;
  line-height: 1.35;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.free-tools-mega-cta {
  align-items: center;
  background: #f1f6ff;
  border-radius: 6px;
  color: #40516b;
  display: flex;
  font-size: 12px;
  gap: 16px;
  justify-content: space-between;
  margin-top: 14px;
  padding: 11px 14px;
}

.free-tools-mega-cta strong {
  color: #17233a;
}

.free-tools-mega-cta a {
  background: #1559d6;
  border-radius: 5px;
  color: #fff;
  flex: 0 0 auto;
  font-weight: 800;
  padding: 8px 12px;
}

.inbox-actions {
  align-items: center;
  flex: 0 0 auto;
  display: flex;
  gap: 12px;
  margin-left: 14px;
}

.inbox-actions a:not(.default-btn) {
  background: #eef2f6;
  border-radius: 999px;
  color: #0b2b5c;
  font-weight: 700;
  line-height: 1;
  padding: 18px 22px;
  white-space: nowrap;
}

.inbox-actions a.dashboard-header-link {
  background: #08c589;
  box-shadow: 0 10px 28px rgba(8, 197, 137, .24);
  color: #fff;
}

.inbox-actions a.dashboard-header-link:hover,
.inbox-actions a.dashboard-header-link:focus {
  background: #07a977;
  color: #fff;
}

.link-button {
  background: transparent;
  border: 0;
  color: #243044;
  cursor: pointer;
  font-weight: 700;
  padding: 0;
}

.default-btn {
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}

.inbox-actions .default-btn {
  line-height: 1;
  min-height: 0;
  padding: 18px 28px;
}

.auth-box input {
  border: 1px solid #dbe3ee;
  border-radius: 6px;
  color: #243044;
  display: block;
  margin-bottom: 14px;
  padding: 14px 16px;
  width: 100%;
}

.inbox-hero-template .hero-content h1 {
  color: #fff;
}

.hero-video-card {
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  overflow: hidden;
}

.hero-video-card video {
  display: block;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  width: 100%;
}

@media (max-width: 1199px) {
  .navbar-brand img {
    max-width: 210px;
  }

  #mainmenu ul.nav > li > a {
    font-size: 11px;
    padding: 0 8px;
  }

  .inbox-actions {
    gap: 8px;
    margin-left: 10px;
  }

  .inbox-actions a:not(.default-btn),
  .inbox-actions .default-btn {
    padding: 15px 16px;
  }
}

.tools-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.tool-tile,
.tool-menu a {
  align-items: center;
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  color: #243044;
  display: flex;
  gap: 12px;
  font-weight: 700;
  padding: 16px;
}

.tool-tile i,
.tool-menu a i {
  align-items: center;
  background: #e7f9f2;
  border-radius: 8px;
  color: #08a878;
  display: inline-flex;
  flex: 0 0 36px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.tool-tile:hover,
.tool-menu a:hover,
.tool-menu a.active {
  border-color: #08c589;
  color: #08a878;
}

.tool-layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: 280px minmax(0, 1fr);
}

.tool-menu {
  display: grid;
  gap: 8px;
}

.tool-result {
  background: #f6f8fb;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px;
}

.tool-result pre {
  background: #171922;
  border-radius: 8px;
  color: #fff;
  padding: 16px;
  white-space: pre-wrap;
}

.tool-page {
  background: #f7f9fc;
  padding: 36px 0 56px;
}

.tool-page-heading {
  margin-bottom: 24px;
  text-align: left;
}

.tool-page-heading > span {
  color: #087f5b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tool-page-heading h1 {
  color: #14213a;
  font-size: 34px;
  line-height: 1.2;
  margin: 5px 0 6px;
}

.tool-page-heading p {
  color: #64748b;
  margin: 0;
}

.tool-layout {
  grid-template-columns: 330px minmax(0, 1fr);
}

.tool-menu {
  align-content: start;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  padding-right: 4px;
  position: sticky;
  top: 100px;
}

.tool-menu a {
  min-width: 0;
  padding: 11px 12px;
}

.tool-menu a span,
.tool-menu a strong,
.tool-menu a small {
  display: block;
  min-width: 0;
}

.tool-menu a strong {
  color: inherit;
  font-size: 13px;
}

.tool-menu a small {
  color: #8090a5;
  font-size: 10px;
  line-height: 1.35;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tool-workspace {
  background: #fff;
  border: 1px solid #e1e7ee;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(28, 39, 58, .04);
  min-width: 0;
  padding: 24px;
}

.tool-workspace-heading {
  align-items: center;
  display: flex;
  gap: 13px;
  margin-bottom: 20px;
}

.tool-workspace-heading > i {
  align-items: center;
  background: #e7f9f1;
  border-radius: 7px;
  color: #08a878;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.tool-workspace-heading h2 {
  color: #17233a;
  font-size: 21px;
  margin: 0 0 2px;
}

.tool-workspace-heading p {
  color: #718198;
  font-size: 13px;
  margin: 0;
}

.tool-form label {
  color: #34425a;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.tool-form textarea {
  border: 1px solid #ced8e4;
  border-radius: 6px;
  color: #243044;
  display: block;
  margin-bottom: 14px;
  min-height: 220px;
  padding: 14px;
  resize: vertical;
  width: 100%;
}

.tool-form textarea:focus {
  border-color: #08a878;
  box-shadow: 0 0 0 3px rgba(8, 168, 120, .1);
  outline: 0;
}

.tool-form .default-btn i,
.contact-form .default-btn i {
  margin-right: 8px;
}

.tool-result-values {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.tool-result-values p {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin: 0;
  padding: 11px 12px;
}

.tool-result-values span,
.tool-result-values strong {
  display: block;
}

.tool-result-values span {
  color: #718198;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.tool-result-values strong {
  color: #1e2a40;
  margin-top: 3px;
}

.tool-plan-cta {
  align-items: center;
  background: #eef5ff;
  border: 1px solid #ccdefb;
  border-radius: 7px;
  display: grid;
  gap: 13px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-top: 22px;
  padding: 15px 17px;
}

.tool-plan-cta > i {
  color: #1559d6;
  font-size: 18px;
}

.tool-plan-cta strong,
.tool-plan-cta span {
  display: block;
}

.tool-plan-cta strong {
  color: #17233a;
  font-size: 13px;
}

.tool-plan-cta span {
  color: #5d6d83;
  font-size: 11px;
  margin-top: 2px;
}

.tool-plan-cta a {
  background: #1559d6;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 9px 12px;
}

.contact-page {
  background: #f7f9fc;
  padding: 48px 0 64px;
}

.contact-layout {
  align-items: start;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  max-width: 1080px;
}

.contact-intro {
  padding-top: 18px;
}

.contact-eyebrow {
  color: #087f5b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-intro h1 {
  color: #14213a;
  font-size: 42px;
  line-height: 1.15;
  margin: 7px 0 14px;
}

.contact-intro > p {
  color: #64748b;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.contact-detail {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.contact-detail > i {
  align-items: center;
  background: #e7f9f1;
  border-radius: 7px;
  color: #087f5b;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.contact-detail strong,
.contact-detail span {
  display: block;
}

.contact-detail strong {
  color: #718198;
  font-size: 10px;
  text-transform: uppercase;
}

.contact-detail span {
  color: #243044;
  font-size: 13px;
}

.contact-note {
  align-items: flex-start;
  border-top: 1px solid #dfe6ee;
  color: #68788e;
  display: flex;
  font-size: 12px;
  gap: 10px;
  line-height: 1.6;
  margin-top: 30px;
  padding-top: 18px;
}

.contact-note i {
  color: #1559d6;
  margin-top: 3px;
}

.contact-form-panel {
  background: #fff;
  border: 1px solid #e1e7ee;
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(28, 39, 58, .08);
  min-height: 470px;
  padding: 28px;
}

.contact-form-heading h2 {
  color: #17233a;
  font-size: 23px;
  margin: 0 0 3px;
}

.contact-form-heading p {
  color: #7b899c;
  font-size: 12px;
  margin: 0 0 22px;
}

.contact-form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form > label,
.contact-form-grid label,
.contact-form label > span:first-child {
  display: block;
}

.contact-form label > span:first-child {
  color: #34425a;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #ced8e4;
  border-radius: 6px;
  color: #243044;
  margin-bottom: 14px;
  padding: 11px 12px;
  width: 100%;
}

.contact-form textarea {
  min-height: 165px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #1769ff;
  box-shadow: 0 0 0 3px rgba(23, 105, 255, .1);
  outline: 0;
}

.contact-validation,
.contact-form .field-validation-error {
  color: #c12548;
  display: block;
  font-size: 11px;
  margin: -9px 0 10px;
}

.contact-honeypot {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 0;
}

.contact-response-copy {
  color: #7b899c;
  display: inline-block;
  font-size: 11px;
  margin-left: 12px;
}

.contact-success {
  padding: 62px 16px;
  text-align: center;
}

.contact-success > span {
  align-items: center;
  background: #e7f9f1;
  border-radius: 50%;
  color: #087f5b;
  display: inline-flex;
  font-size: 24px;
  height: 64px;
  justify-content: center;
  margin-bottom: 18px;
  width: 64px;
}

.contact-success h2 {
  color: #17233a;
  font-size: 26px;
  margin-bottom: 8px;
}

.contact-success p {
  color: #64748b;
  line-height: 1.7;
  margin: 0 auto 22px;
  max-width: 480px;
}

.summary-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  margin-bottom: 22px;
}

.summary-strip span,
.status-pill {
  background: #eef2f6;
  border-radius: 999px;
  color: #243044;
  display: inline-block;
  font-weight: 800;
  padding: 8px 12px;
}

.status-valid {
  background: #e4f6ec;
  color: #256c41;
}

.status-invalid {
  background: #fde8e5;
  color: #a4332a;
}

.status-catchall,
.status-disposable,
.status-unknown {
  background: #fff4cd;
  color: #7b5a00;
}

.result-table td {
  vertical-align: top;
}

.admin-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.admin-nav a {
  background: #eef2f6;
  border-radius: 999px;
  color: #243044;
  font-weight: 800;
  padding: 10px 14px;
}

.admin-edit-form,
.inline-admin-form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-edit-form {
  background: #f6f8fb;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 16px;
}

.admin-edit-form input,
.admin-edit-form select,
.inline-admin-form select,
.result-table input {
  border: 1px solid #dbe3ee;
  border-radius: 6px;
  min-height: 40px;
  padding: 8px 10px;
}

.narrow-copy,
.auth-box {
  max-width: 760px;
}

.legal-copy {
  color: #30415c;
}

.legal-updated {
  background: #eef2f6;
  border-radius: 999px;
  color: #52657f;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
  padding: 8px 12px;
}

.legal-intro {
  color: #0b2b5c;
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.legal-section {
  border-top: 1px solid #e3e8ef;
  padding: 24px 0 4px;
}

.legal-section h3 {
  color: #0b2b5c;
  font-size: 24px;
  margin-bottom: 12px;
}

.legal-section p,
.legal-section li {
  font-size: 16px;
  line-height: 1.8;
}

.legal-section ul {
  margin: 0 0 18px;
  padding-left: 22px;
}

.auth-box form {
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  padding: 24px;
}

.auth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.auth-links a {
  color: #08a878;
  font-weight: 800;
}

.account-message {
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  padding: 24px;
}

.account-message h3 {
  color: #0b2b5c;
  margin-bottom: 10px;
}

.resend-confirmation-form {
  background: #f6f8fb;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  margin-top: 18px;
  padding: 16px;
}

.dashboard-shell {
  background: #f7f8fb;
  color: #1f2937;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  min-height: 100vh;
}

.dashboard-sidebar {
  background: #fff;
  border-right: 1px solid #e7ebf1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px 12px;
}

.dashboard-logo {
  align-items: center;
  background: #f6f8fb;
  border-radius: 8px;
  display: flex;
  height: 56px;
  justify-content: center;
  padding: 8px 12px;
}

.dashboard-logo img {
  max-height: 44px;
  max-width: 200px;
}

.dashboard-nav {
  display: grid;
  gap: 5px;
}

.dashboard-nav a,
.dashboard-nav-parent {
  align-items: center;
  border-radius: 8px;
  color: #4b5563;
  display: flex;
  font-weight: 800;
  gap: 10px;
  padding: 12px 10px;
}

.dashboard-nav a i,
.dashboard-nav-parent i {
  color: #6b7280;
  width: 18px;
}

.dashboard-nav a:hover,
.dashboard-nav a.active,
.dashboard-nav-parent:hover,
.dashboard-nav-parent.active {
  background: #eef2f6;
  color: #0b2b5c;
}

.dashboard-nav a:hover i,
.dashboard-nav a.active i,
.dashboard-nav-parent:hover i,
.dashboard-nav-parent.active i {
  color: #08a878;
}

.dashboard-nav-group {
  display: grid;
  gap: 4px;
}

.dashboard-nav-parent {
  justify-content: flex-start;
}

.dashboard-nav-parent span {
  flex: 1 1 auto;
}

.dashboard-nav-parent .nav-chevron {
  color: #4b5563;
  margin-left: auto;
  text-align: right;
  width: 14px;
}

.dashboard-subnav {
  border-left: 2px solid #111827;
  display: grid;
  gap: 4px;
  margin-left: 18px;
  padding-left: 10px;
}

.dashboard-subnav a {
  font-weight: 700;
  padding: 10px 12px;
}

.dashboard-account {
  background: #f6f8fb;
  border-radius: 8px;
  margin-top: auto;
  padding: 14px;
}

.dashboard-account strong,
.dashboard-account span {
  display: block;
  overflow-wrap: anywhere;
}

.dashboard-account strong {
  color: #0b2b5c;
  font-size: 14px;
}

.dashboard-account span {
  color: #74839a;
  font-size: 13px;
  margin-top: 4px;
}

.dashboard-sidebar-actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.dashboard-settings-link,
.dashboard-support-link {
  align-items: center;
  background: #f6f8fb;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #4b5563;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin-top: 0;
  padding: 12px;
}

.dashboard-settings-link:hover,
.dashboard-settings-link.active,
.dashboard-support-link:hover,
.dashboard-support-link.active {
  background: #eef2f6;
  border-color: #dce4ed;
  color: #0b2b5c;
}

.dashboard-settings-link > i:first-child,
.dashboard-support-link > i:first-child {
  color: #08a878;
  font-size: 18px;
}

.dashboard-settings-link > i:last-child,
.dashboard-support-link > i:last-child {
  color: #8290a2;
  font-size: 12px;
}

.dashboard-settings-link span,
.dashboard-settings-link strong,
.dashboard-settings-link small,
.dashboard-support-link span,
.dashboard-support-link strong,
.dashboard-support-link small {
  display: block;
  min-width: 0;
}

.dashboard-settings-link strong,
.dashboard-support-link strong {
  color: inherit;
  font-size: 14px;
}

.dashboard-settings-link small,
.dashboard-support-link small {
  color: #74839a;
  font-size: 11px;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-support-link > i:first-child {
  color: #1559d6;
}

.dashboard-main {
  min-width: 0;
  padding: 22px 24px 36px;
}

.settings-dashboard-main {
  background: #f7f9fc;
}

.settings-success {
  align-items: center;
  background: #e7f9f1;
  border: 1px solid #bdebd7;
  border-radius: 6px;
  color: #087f5b;
  display: flex;
  font-weight: 800;
  gap: 10px;
  margin: 0 auto 18px;
  max-width: 1180px;
  padding: 13px 16px;
}

.settings-layout {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr);
  margin: 0 auto;
  max-width: 1180px;
}

.settings-profile,
.settings-plan-panel {
  background: #fff;
  border: 1px solid #e1e7ee;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(28, 39, 58, .04);
  padding: 24px;
}

.settings-section-heading {
  align-items: center;
  display: flex;
  gap: 13px;
  margin-bottom: 22px;
}

.settings-section-heading > span {
  align-items: center;
  background: #e7f9f1;
  border-radius: 7px;
  color: #087f5b;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.settings-section-heading > span.plan-icon {
  background: #eef5ff;
  color: #1559d6;
}

.settings-section-heading h2 {
  color: #18243a;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 2px;
}

.settings-section-heading p {
  color: #718198;
  font-size: 13px;
  margin: 0;
}

.settings-form-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 20px;
}

.settings-form-grid label,
.settings-form-grid label > span,
.settings-form-grid label > small {
  display: block;
}

.settings-form-grid label > span:first-child {
  color: #34425a;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.settings-form-grid input {
  background: #fff;
  border: 1px solid #ced8e4;
  border-radius: 6px;
  color: #1f2b40;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.settings-form-grid input:focus {
  border-color: #1769ff;
  box-shadow: 0 0 0 3px rgba(23, 105, 255, .1);
  outline: 0;
}

.settings-form-grid input[readonly] {
  background: #f4f6f9;
  color: #65758b;
}

.settings-email-field {
  grid-column: 1 / -1;
}

.settings-form-grid label > small {
  color: #8492a6;
  font-size: 11px;
  margin-top: 6px;
}

.settings-form-grid .field-validation-error,
.settings-validation {
  color: #c12548;
  font-size: 12px;
  margin-top: 5px;
}

.settings-plan-list {
  border-bottom: 1px solid #e6ebf1;
  border-top: 1px solid #e6ebf1;
  margin: 0 0 20px;
}

.settings-plan-list > div {
  align-items: baseline;
  border-bottom: 1px solid #edf1f5;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 13px 0;
}

.settings-plan-list > div:last-child {
  border-bottom: 0;
}

.settings-plan-list dt {
  color: #718198;
  font-size: 12px;
  font-weight: 700;
}

.settings-plan-list dd {
  color: #1e2a40;
  font-size: 13px;
  font-weight: 900;
  margin: 0;
  text-align: right;
}

.auth-name-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.support-dashboard-main {
  background: #f7f9fc;
}

.support-success {
  align-items: flex-start;
  background: #e7f9f1;
  border: 1px solid #bdebd7;
  border-radius: 7px;
  color: #087f5b;
  display: flex;
  gap: 12px;
  margin: 0 auto 18px;
  max-width: 1080px;
  padding: 15px 17px;
}

.support-success > i {
  font-size: 18px;
  margin-top: 2px;
}

.support-success strong,
.support-success span {
  display: block;
}

.support-success span {
  color: #477566;
  font-size: 12px;
  margin-top: 2px;
}

.support-layout {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) 300px;
  margin: 0 auto;
  max-width: 1080px;
}

.support-form-panel,
.support-info-panel {
  background: #fff;
  border: 1px solid #e1e7ee;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(28, 39, 58, .04);
  padding: 24px;
}

.support-account-row {
  background: #f5f8fb;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-bottom: 18px;
  padding: 12px 14px;
}

.support-account-row span {
  color: #53647c;
  font-size: 12px;
}

.support-account-row i {
  color: #08a878;
  margin-right: 7px;
}

.support-form-panel > label,
.support-form-panel > label > span:first-child {
  display: block;
}

.support-form-panel > label > span:first-child {
  color: #34425a;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 7px;
}

.support-form-panel input,
.support-form-panel select,
.support-form-panel textarea {
  background: #fff;
  border: 1px solid #ced8e4;
  border-radius: 6px;
  color: #243044;
  display: block;
  margin-bottom: 16px;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.support-form-panel textarea {
  min-height: 190px;
  resize: vertical;
}

.support-form-panel input:focus,
.support-form-panel select:focus,
.support-form-panel textarea:focus {
  border-color: #1769ff;
  box-shadow: 0 0 0 3px rgba(23, 105, 255, .1);
  outline: 0;
}

.support-form-panel .field-validation-error {
  color: #c12548;
  display: block;
  font-size: 11px;
  margin: -11px 0 12px;
}

.support-info-panel {
  display: grid;
  gap: 0;
}

.support-info-panel > div {
  align-items: flex-start;
  border-bottom: 1px solid #e7ebf1;
  display: grid;
  gap: 11px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 16px 0;
}

.support-info-panel > div:first-child {
  padding-top: 0;
}

.support-info-panel > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.support-info-panel i {
  align-items: center;
  background: #eef5ff;
  border-radius: 6px;
  color: #1559d6;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.support-info-panel span,
.support-info-panel strong {
  display: block;
}

.support-info-panel span {
  color: #718198;
  font-size: 12px;
  line-height: 1.55;
}

.support-info-panel strong {
  color: #243044;
  font-size: 13px;
  margin-bottom: 2px;
}

.dashboard-topbar {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e7ebf1;
  display: flex;
  justify-content: space-between;
  margin: -22px -24px 22px;
  padding: 18px 24px;
}

.dashboard-topbar span {
  color: #74839a;
  font-size: 13px;
  font-weight: 800;
}

.dashboard-topbar h1 {
  color: #111827;
  font-size: 22px;
  line-height: 1.2;
  margin: 4px 0 0;
}

.dashboard-top-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.credit-pill {
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  color: #111827 !important;
  padding: 10px 12px;
}

.dashboard-alert {
  align-items: center;
  background: #fffbe8;
  border-left: 5px solid #ffc107;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(28, 39, 58, .06);
  color: #8a6100;
  display: flex;
  font-weight: 700;
  gap: 12px;
  margin-bottom: 24px;
  padding: 16px 18px;
}

.dashboard-alert i {
  color: #ffc107;
}

.dashboard-metrics {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}

.dashboard-card,
.dashboard-panel {
  background: #fff;
  border: 1px solid #e7ebf1;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(28, 39, 58, .04);
}

.dashboard-card {
  min-height: 145px;
  padding: 24px;
}

.dashboard-card span {
  color: #737b87;
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
}

.dashboard-card strong {
  color: #111827;
  display: block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}

.dashboard-card small {
  background: #eef2f6;
  border-radius: 999px;
  color: #737b87;
  display: inline-block;
  font-weight: 800;
  padding: 6px 10px;
}

.dashboard-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
}

.dashboard-panel {
  padding: 22px;
}

.dashboard-panel h2 {
  align-items: center;
  color: #111827;
  display: flex;
  font-size: 18px;
  gap: 10px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.dashboard-panel h2 i {
  color: #08a878;
}

.quick-actions {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.quick-actions a {
  align-items: center;
  border: 1px solid #e7ebf1;
  border-radius: 8px;
  color: #374151;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 86px;
  padding: 14px;
  text-align: center;
}

.quick-actions a:hover {
  border-color: #08c589;
  color: #08a878;
}

.quick-actions i {
  color: #0f58ff;
  font-size: 18px;
}

.dashboard-jobs {
  display: grid;
  gap: 12px;
}

.dashboard-job {
  border: 1px solid #e7ebf1;
  border-radius: 8px;
  padding: 14px;
}

.dashboard-job strong,
.dashboard-job span {
  display: block;
}

.dashboard-job strong {
  color: #111827;
  margin-bottom: 4px;
  overflow-wrap: anywhere;
}

.dashboard-job span {
  color: #737b87;
  font-size: 13px;
}

.job-progress {
  background: #edf1f5;
  border-radius: 999px;
  height: 8px;
  margin-top: 12px;
  overflow: hidden;
}

.job-progress span {
  background: #08c589;
  display: block;
  height: 100%;
}

.dashboard-empty {
  background: #f6f8fb;
  border-radius: 8px;
  color: #737b87;
  font-weight: 700;
  margin: 0;
  padding: 18px;
}

.dashboard-verification-main {
  background: #fff;
}

.verify-single-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 150px);
  padding: 32px 0;
}

.dashboard-verify-card {
  background: #fff;
  border: 1px solid #e7ebf1;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(28, 39, 58, .08);
  padding: 28px;
}

.dashboard-verify-card h2,
.bulk-heading h2 {
  color: #111827;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 22px;
}

.single-card {
  max-width: 680px;
  width: 100%;
}

.verify-mode-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.verify-mode-actions.centered {
  justify-content: center;
}

.verify-chip {
  align-items: center;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  min-height: 38px;
  padding: 10px 16px;
  text-decoration: none;
  white-space: nowrap;
}

.verify-chip:hover,
.verify-chip:focus {
  color: #fff;
  filter: brightness(.96);
}

.verify-chip.green {
  background: #08a84f;
}

.verify-chip.blue {
  background: #1769ff;
}

.verify-chip.purple {
  background: #a216f5;
}

.verify-chip.danger {
  background: #ff7682;
}

.verify-chip.neutral {
  background: #fff;
  border: 1px solid #dbe3ee;
  color: #243044;
}

.verify-chip.neutral:hover,
.verify-chip.neutral:focus {
  color: #243044;
}

.verify-chip.muted {
  margin-left: auto;
}

.dashboard-note {
  align-items: center;
  background: #fff8bd;
  border-left: 4px solid #ffb703;
  border-radius: 8px;
  color: #794600;
  display: flex;
  font-size: 18px;
  gap: 14px;
  line-height: 1.5;
  margin-bottom: 28px;
  padding: 14px 18px;
}

.dashboard-note i {
  color: #ffb703;
}

.dashboard-single-form {
  display: grid;
  gap: 18px;
}

.dashboard-single-form input,
.text-verify-grid textarea,
.bulk-toolbar input {
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  color: #1f2937;
  font-size: 16px;
  padding: 14px 16px;
  width: 100%;
}

.verify-black-btn {
  align-items: center;
  background: #181818;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  width: max-content;
}

.dashboard-inline-result {
  box-shadow: none;
}

.text-card {
  box-shadow: 0 4px 12px rgba(28, 39, 58, .04);
  margin: 42px 0;
}

.text-verify-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.text-verify-grid textarea {
  min-height: 440px;
  resize: vertical;
}

.text-results-panel h3 {
  color: #111827;
  font-size: 20px;
  margin-bottom: 8px;
}

.text-results-panel p {
  color: #111827;
  font-size: 18px;
  margin-bottom: 12px;
}

.text-results-panel table {
  border: 2px solid #1f1f1f;
  min-height: 360px;
  width: 100%;
}

.text-results-panel th,
.text-results-panel td {
  border-bottom: 1px solid #e7ebf1;
  padding: 14px 16px;
}

.text-verify-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  grid-column: 1 / -1;
  justify-content: flex-end;
}

.bulk-verify-page {
  margin: 24px auto;
  max-width: 1540px;
}

.bulk-heading {
  margin-bottom: 34px;
  text-align: center;
}

.bulk-heading h2 {
  font-size: 42px;
  margin-bottom: 10px;
}

.bulk-heading p {
  color: #52657f;
  font-size: 20px;
  margin-bottom: 18px;
}

.bulk-upload-box {
  border: 2px dashed #cfd6e3;
  border-radius: 8px;
  margin: 0 auto 30px;
  max-width: 1080px;
  min-height: 520px;
  padding: 58px;
  position: relative;
  text-align: center;
}

.bulk-refund-note {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.bulk-file-input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.bulk-upload-box label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

.bulk-upload-icon {
  align-items: center;
  background: #eef0f4;
  border-radius: 50%;
  color: #96a0af;
  display: inline-flex;
  font-size: 48px;
  height: 112px;
  justify-content: center;
  width: 112px;
}

.bulk-upload-box label strong {
  color: #111827;
  font-size: 28px;
}

.bulk-upload-box label em {
  color: #52657f;
  font-size: 18px;
  font-style: normal;
}

.bulk-upload-box label b {
  align-items: center;
  background: #1769ff;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(23, 105, 255, .25);
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  gap: 10px;
  margin-top: 14px;
  padding: 18px 38px;
}

.bulk-support-strip {
  align-items: center;
  background: #f6f8fb;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
  margin: 28px auto 0;
  max-width: 900px;
  padding: 22px;
}

.bulk-support-strip span {
  color: #52657f;
  font-weight: 700;
}

.bulk-support-strip i {
  color: #08c589;
  margin-right: 8px;
}

.bulk-submit {
  margin-top: 22px;
}

.bulk-toolbar {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto 24px;
  max-width: 1540px;
}

.bulk-toolbar strong,
.bulk-toolbar label {
  color: #243044;
  display: block;
  font-weight: 800;
  margin-bottom: 10px;
}

.bulk-filter {
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  color: #243044;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  margin-right: 8px;
  padding: 12px 20px;
}

.bulk-filter.active {
  background: #4b5563;
  color: #fff;
}

.bulk-filter b {
  background: #e8fff4;
  border-radius: 999px;
  color: #08a878;
  padding: 0 10px;
}

.bulk-warning {
  border: 1px solid #ffc107;
  border-radius: 8px;
  color: #9a5300;
  font-weight: 800;
  margin: 0 auto;
  max-width: 1540px;
  padding: 18px 22px;
}

.bulk-warning i {
  color: #ff7a00;
  margin-right: 12px;
}

.api-dashboard-main {
  background: #f7f9fc;
}

.api-doc-panel,
.api-settings-panel {
  margin: 18px auto 26px;
  max-width: 1540px;
}

.api-mode-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 18px;
  max-width: 1540px;
}

.api-doc-panel > h2 {
  color: #111827;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.api-doc-panel > p,
.api-doc-card p,
.api-key-card p,
.api-logs-heading p,
.api-log-retention p {
  color: #52657f;
  margin-bottom: 0;
}

.api-doc-card,
.api-key-card,
.api-logs-card,
.api-log-retention {
  background: #fff;
  border: 1px solid #e7ebf1;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(28, 39, 58, .04);
}

.api-doc-card {
  margin-top: 18px;
  padding: 22px;
}

.api-doc-card h3,
.api-key-card h2,
.api-logs-heading h2 {
  color: #111827;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.api-doc-card code,
.api-doc-card pre,
.api-key-display {
  background: #f6f8fb;
  border: 1px solid #e7ebf1;
  border-radius: 8px;
  color: #243044;
  display: block;
  font-family: Consolas, Monaco, monospace;
  line-height: 1.6;
  margin-top: 12px;
  overflow-x: auto;
  padding: 14px 16px;
}

.api-key-card {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 22px;
  padding: 24px;
}

.api-danger {
  color: #e11d48;
  display: block;
  margin-top: 16px;
}

.api-key-display {
  margin-bottom: 8px;
  max-width: 520px;
}

.api-log-retention {
  align-items: flex-start;
  background: #eef6ff;
  border-left: 4px solid #1769ff;
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
  padding: 20px 24px;
}

.api-log-retention i {
  color: #1769ff;
  font-size: 18px;
  margin-top: 3px;
}

.api-logs-card {
  padding: 24px;
}

.api-logs-heading {
  align-items: center;
  display: flex;
  gap: 14px;
}

.api-logs-heading > span {
  align-items: center;
  background: #f1ddff;
  border-radius: 8px;
  color: #a216f5;
  display: inline-flex;
  font-size: 22px;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.api-log-tools {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin: 28px 0 20px;
}

.api-log-tools input {
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  margin-right: auto;
  min-height: 48px;
  min-width: 320px;
  padding: 12px 16px;
}

.api-log-table-wrap {
  border: 1px solid #e7ebf1;
  border-radius: 8px;
  overflow-x: auto;
}

.api-log-table {
  border-collapse: collapse;
  min-width: 820px;
  width: 100%;
}

.api-log-table th,
.api-log-table td {
  border-bottom: 1px solid #e7ebf1;
  color: #243044;
  padding: 16px 18px;
  text-align: left;
}

.api-log-table th {
  background: #f8fafc;
  color: #74839a;
  font-weight: 800;
  text-transform: uppercase;
}

.api-empty {
  color: #74839a !important;
  height: 220px;
  text-align: center !important;
}

.api-empty i,
.api-empty span {
  display: block;
}

.api-empty i {
  color: #c4ccd8;
  font-size: 42px;
  margin-bottom: 12px;
}

.api-doc-panel {
  color: #172033;
}

.api-doc-intro {
  align-items: flex-end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.api-doc-eyebrow {
  color: #087f5b;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.api-doc-intro h2 {
  color: #111827;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.api-doc-intro p {
  color: #52657f;
  font-size: 16px;
  margin: 0;
  max-width: 680px;
}

.api-doc-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.api-doc-facts span {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe5ed;
  border-radius: 6px;
  color: #52657f;
  display: inline-flex;
  font-size: 12px;
  gap: 7px;
  padding: 9px 11px;
}

.api-doc-facts i {
  color: #08a878;
}

.api-doc-facts b {
  color: #243044;
}

.api-doc-notice {
  align-items: flex-start;
  background: #ecfdf5;
  border: 1px solid #b8eed8;
  border-left: 4px solid #08a878;
  border-radius: 6px;
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
  padding: 15px 18px;
}

.api-doc-notice i {
  color: #087f5b;
  margin-top: 3px;
}

.api-doc-notice p {
  color: #27594a;
  margin: 0;
}

.api-doc-notice code,
.api-endpoint-body p code {
  background: rgba(8, 168, 120, .1);
  border-radius: 4px;
  color: #087f5b;
  font-family: Consolas, Monaco, monospace;
  padding: 2px 5px;
}

.api-doc-list {
  display: grid;
  gap: 12px;
}

.api-endpoint {
  background: #fff;
  border: 1px solid #dfe5ed;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(28, 39, 58, .04);
  overflow: hidden;
}

.api-endpoint[open] {
  border-color: #c8d3e0;
  box-shadow: 0 8px 22px rgba(28, 39, 58, .07);
}

.api-endpoint > summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  list-style: none;
  min-height: 72px;
  padding: 15px 20px;
}

.api-endpoint > summary::-webkit-details-marker {
  display: none;
}

.api-endpoint > summary:hover {
  background: #f8fafc;
}

.api-endpoint-title b,
.api-endpoint-title small {
  display: block;
}

.api-endpoint-title b {
  color: #16223a;
  font-size: 16px;
  line-height: 1.35;
}

.api-endpoint-title small {
  color: #718198;
  font-size: 13px;
  margin-top: 2px;
}

.api-chevron {
  color: #718198;
  font-size: 18px;
  transition: transform .2s ease;
}

.api-endpoint[open] .api-chevron {
  transform: rotate(180deg);
}

.api-method {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: Consolas, Monaco, monospace;
  font-size: 11px;
  font-weight: 900;
  justify-content: center;
  min-width: 50px;
  padding: 6px 8px;
}

.api-method.get {
  background: #e8f1ff;
  color: #1559d6;
}

.api-method.post {
  background: #e7f9f1;
  color: #087f5b;
}

.api-endpoint-body {
  border-top: 1px solid #e7ebf1;
  padding: 22px 20px 24px;
}

.api-endpoint-body > p {
  color: #52657f;
  margin: 0 0 18px;
}

.api-endpoint-body h4,
.api-code-heading h4 {
  color: #1b263b;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 8px;
}

.api-url-row {
  align-items: center;
  background: #f7f9fc;
  border: 1px solid #dfe5ed;
  border-radius: 6px;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  min-height: 48px;
  padding: 7px 9px;
}

.api-url-row code {
  color: #25334a;
  flex: 1 1 auto;
  font-family: Consolas, Monaco, monospace;
  font-size: 13px;
  min-width: 0;
  overflow-x: auto;
  padding: 3px 0;
  white-space: nowrap;
}

.api-copy {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 5px;
  color: #52657f;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  min-height: 34px;
  padding: 7px 9px;
}

.api-copy:hover {
  background: #e9eef5;
  color: #1559d6;
}

.api-copy.copied {
  color: #087f5b;
}

.api-code-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr);
}

.api-code-section {
  min-width: 0;
}

.api-code-section + .api-code-section.api-code-wide,
.api-code-wide {
  margin-top: 20px;
}

.api-code-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 34px;
}

.api-code-heading h4 {
  margin: 0;
}

.api-code-section pre[class*="language-"] {
  background: #172033;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
  color: #e5edf8;
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
  max-height: 430px;
  min-height: 96px;
  overflow: auto;
  padding: 16px 18px;
  text-shadow: none;
}

.api-code-section code[class*="language-"] {
  color: #e5edf8;
  font-family: Consolas, Monaco, monospace;
  text-shadow: none;
  white-space: pre;
}

.api-code-section .token.property,
.api-code-section .token.tag,
.api-code-section .token.constant,
.api-code-section .token.symbol {
  color: #77d9ba;
}

.api-code-section .token.string,
.api-code-section .token.char,
.api-code-section .token.attr-value {
  color: #ffd479;
}

.api-code-section .token.boolean,
.api-code-section .token.number,
.api-code-section .token.function {
  color: #8eb8ff;
}

.api-code-section .token.keyword,
.api-code-section .token.operator {
  color: #ff91ae;
}

.api-code-section .api-code-tall {
  max-height: 620px;
}

.api-definition-list {
  border-top: 1px solid #e7ebf1;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 20px 0 0;
}

.api-definition-list > div {
  padding: 16px 16px 0 0;
}

.api-definition-list dt {
  color: #243044;
  font-size: 13px;
  margin-bottom: 4px;
}

.api-definition-list dd {
  color: #65758b;
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.api-table-wrap {
  border: 1px solid #dfe5ed;
  border-radius: 6px;
  margin-bottom: 20px;
  overflow-x: auto;
}

.api-fields-table {
  border-collapse: collapse;
  min-width: 720px;
  width: 100%;
}

.api-fields-table th,
.api-fields-table td {
  border-bottom: 1px solid #e4e9f0;
  color: #52657f;
  font-size: 12px;
  line-height: 1.5;
  padding: 11px 13px;
  text-align: left;
  vertical-align: top;
}

.api-fields-table thead th {
  background: #f2f5f9;
  color: #243044;
  font-weight: 900;
}

.api-fields-table tbody tr:last-child td {
  border-bottom: 0;
}

.api-fields-table td:first-child,
.api-fields-table td:nth-child(2) {
  color: #243044;
  white-space: nowrap;
}

.api-fields-table td code {
  background: #edf2f7;
  border-radius: 4px;
  color: #293750;
  font-family: Consolas, Monaco, monospace;
  padding: 2px 5px;
}

.api-required {
  background: #e7f9f1;
  border-radius: 999px;
  color: #087f5b;
  display: inline-block;
  font-size: 10px;
  font-weight: 900;
  padding: 3px 8px;
}

.api-fields-table .api-field-group th {
  font-size: 10px;
  letter-spacing: 0;
  padding: 7px 13px;
  text-transform: uppercase;
}

.api-field-group.status th {
  background: #eef5ff;
  color: #1559d6;
}

.api-field-group.progress th {
  background: #eafaf3;
  color: #087f5b;
}

.api-field-group.phases th {
  background: #fff7d6;
  color: #9a6200;
}

.api-field-group.results th {
  background: #f7efff;
  color: #7b2cbf;
}

.api-status {
  border-radius: 4px;
  display: inline-block;
  font-size: 10px;
  margin-right: 3px;
  padding: 2px 6px;
}

.api-status.queued {
  background: #eef2f7;
  color: #52657f;
}

.api-status.processing {
  background: #fff7d6;
  color: #9a6200;
}

.api-status.completed {
  background: #e7f9f1;
  color: #087f5b;
}

.api-response-statuses {
  align-items: flex-start;
  border-top: 1px solid #e7ebf1;
  display: grid;
  gap: 10px;
  grid-template-columns: 80px minmax(0, 1fr);
  margin-top: 20px;
  padding-top: 16px;
}

.api-response-statuses > strong {
  color: #243044;
  font-size: 13px;
  padding-top: 4px;
}

.api-response-statuses > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.api-result-tag {
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  padding: 7px 10px;
}

.api-result-tag.valid,
.api-result-tag.success {
  background: #e7f9f1;
  border-color: #bdebd7;
  color: #087f5b;
}

.api-result-tag.invalid {
  background: #fff0f3;
  border-color: #ffd0d9;
  color: #c12548;
}

.api-result-tag.catchall {
  background: #eef5ff;
  border-color: #cadfff;
  color: #1559d6;
}

.api-result-tag.disposable {
  background: #f7efff;
  border-color: #e7d2fb;
  color: #7b2cbf;
}

.api-result-tag.spamtrap {
  background: #fff1e7;
  border-color: #ffd8bd;
  color: #b45309;
}

.api-result-tag.unknown,
.api-result-tag.queued {
  background: #eef2f7;
  border-color: #dce3ec;
  color: #52657f;
}

.api-result-tag.processing {
  background: #fff7d6;
  border-color: #f1df95;
  color: #906100;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 18px;
}

.footer-brand img {
  display: block;
  max-height: 58px;
  max-width: 250px;
  width: auto;
}

.external-login-form {
  background: transparent !important;
  border: 0 !important;
  margin-bottom: 18px;
  padding: 0 !important;
}

.google-login-btn {
  align-items: center;
  background: #f4f8ff;
  border: 2px solid #4285f4;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(66, 133, 244, 0.16);
  color: #163766;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  min-height: 58px;
  padding: 14px 18px;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  width: 100%;
}

.google-login-btn i {
  color: #db4437;
  flex: 0 0 20px;
  font-size: 19px;
  width: 20px;
}

.google-login-btn:hover {
  background: #eaf2ff;
  border-color: #246fdf;
  box-shadow: 0 8px 20px rgba(66, 133, 244, 0.24);
  color: #0b2b5c;
  transform: translateY(-1px);
}

.google-login-btn:focus-visible {
  outline: 3px solid rgba(66, 133, 244, 0.28);
  outline-offset: 3px;
}

.auth-divider {
  align-items: center;
  color: #6c7d94;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 14px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.auth-divider::before,
.auth-divider::after {
  background: #dbe3ee;
  content: "";
  flex: 1;
  height: 1px;
}

.auth-divider span {
  white-space: nowrap;
}

.inbox-email-search .d-search-content h2 {
  color: #0b2b5c;
}

.inbox-email-search .search-box .form-group {
  width: 70%;
}

.inbox-email-search .search-box .form-control {
  border-right: 1px solid #e5e5e5;
  width: 100%;
}

.inbox-limits li {
  text-transform: none;
}

.verify-progress {
  align-items: center;
  background: #f6fbfa;
  border: 1px solid #d6efe7;
  border-radius: 8px;
  display: flex;
  gap: 14px;
  margin-top: 24px;
  padding: 16px 18px;
  text-align: left;
}

.verify-spinner-wrap {
  align-items: center;
  background: #08c589;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 42px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.verify-progress p {
  color: #0b2b5c;
  font-weight: 800;
  margin: 0;
}

.inline-verify-result {
  background: #eee5fb;
  border-radius: 8px;
  margin-top: 28px;
  padding: 28px;
  text-align: left;
}

.verify-result-heading {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 26px;
}

.verify-result-heading span {
  align-items: center;
  background: #5b247e;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 52px;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.verify-result-heading h3 {
  color: #10131d;
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
  overflow-wrap: anywhere;
}

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

.verify-result-field span {
  color: #74839a;
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.verify-result-field strong {
  background: #f9fffd;
  border: 2px solid #d4d8db;
  border-radius: 8px;
  color: #10131d;
  display: block;
  font-size: 19px;
  font-weight: 500;
  min-height: 58px;
  overflow-wrap: anywhere;
  padding: 16px 14px;
}

.verify-error {
  background: #fde8e5;
  border: 1px solid #f2c2bc;
  border-radius: 8px;
  color: #8c2720;
  font-weight: 800;
  padding: 16px;
}

.inbox-pricing-table td strong {
  color: #0b2b5c;
  font-size: 20px;
}

.inbox-pricing-table .status-pill {
  white-space: nowrap;
}

.home-pricing-section {
  padding-top: 110px;
}

.cookie-consent {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  bottom: 18px;
  box-shadow: 0 18px 60px rgba(28, 39, 58, .16);
  display: none;
  gap: 18px;
  justify-content: space-between;
  left: 50%;
  max-width: 1120px;
  padding: 16px;
  position: fixed;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  z-index: 9999;
}

.cookie-consent p {
  margin: 0;
}

.cookie-secondary {
  background: #eef2f6;
  border: 0;
  border-radius: 999px;
  color: #243044;
  cursor: pointer;
  font-weight: 800;
  margin-right: 8px;
  padding: 12px 18px;
}

.page-header.padding {
  height: auto;
  min-height: 190px;
  padding: 46px 0 34px;
}

.page-header .page-content h4 {
  margin-bottom: 10px;
}

.page-header .page-content h2 {
  margin-bottom: 10px;
}

.page-header .page-content p {
  margin: 0 auto;
  max-width: 760px;
}

.page-header + .content-section.padding {
  padding-top: 50px;
}

@media (max-width: 991px) {
  .header-section {
    background: #fff;
    position: relative;
    z-index: 1000;
  }

  .header-section .container {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .header-section .navbar {
    height: 86px;
    position: relative;
  }

  .navbar-brand {
    height: 86px;
    margin-right: 0;
    position: relative;
    z-index: 2;
  }

  .navbar-brand img {
    max-height: 58px;
    max-width: min(240px, calc(100vw - 92px));
  }

  .mobile-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
  }

  .menu-wrap {
    background: #fff;
    border-top: 1px solid #e3e8ef;
    box-shadow: 0 24px 60px rgba(28, 39, 58, .16);
    display: none !important;
    left: -18px;
    padding: 12px 18px 18px;
    position: absolute;
    right: -18px;
    top: 86px;
    z-index: 2;
  }

  .mobile-menu-open .menu-wrap {
    display: block !important;
  }

  #mainmenu {
    display: block !important;
    width: 100%;
  }

  #mainmenu ul.nav {
    display: grid;
    gap: 4px;
    justify-content: stretch;
    width: 100%;
  }

  #mainmenu ul.nav > li {
    display: block;
    width: 100%;
  }

  #mainmenu ul.nav > li > a {
    border-radius: 8px;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding: 13px 12px;
    white-space: normal;
  }

  #mainmenu ul.nav > li > a::after {
    bottom: 6px;
    left: 12px;
    right: auto;
    width: 42px;
  }

  #mainmenu li ul {
    box-shadow: none;
    display: none;
    opacity: 1;
    position: static;
    visibility: visible;
    width: 100%;
  }

  #mainmenu li:hover > ul {
    display: block;
  }

  .tool-layout {
    grid-template-columns: 1fr;
  }

  .inbox-actions {
    border-top: 1px solid #e3e8ef;
    display: flex;
    gap: 10px;
    margin: 12px 0 0;
    padding-top: 14px;
  }

  .inbox-actions a:not(.default-btn),
  .inbox-actions .default-btn {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 46px;
    padding: 12px 16px;
  }

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

  .inbox-hero-template.hero-section.hero-2 {
    min-height: 0;
    padding: 64px 0 74px;
  }

  .inbox-hero-template .hero-content {
    margin-bottom: 32px;
    text-align: left;
  }

  .inbox-hero-template .hero-content h1 {
    font-size: 42px;
    line-height: 1.18;
  }

  .inbox-hero-template .hero-content p {
    max-width: 100%;
  }

  .hero-video-card video {
    max-height: 320px;
    object-fit: cover;
  }

  .domain-search-section.inbox-email-search {
    padding-bottom: 70px;
  }

  .inbox-email-search .d-search-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .inbox-email-search .d-search-content h2 {
    font-size: 34px;
    line-height: 1.22;
  }

  .inbox-email-search .search-box .form-inline {
    display: grid;
    gap: 12px;
  }

  .inbox-email-search .search-box .form-group {
    margin: 0;
    width: 100%;
  }

  .inbox-email-search .search-box .form-control {
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    height: 64px;
    padding: 0 22px;
  }

  .inbox-email-search .search-box .default-btn {
    border-radius: 8px;
    height: 56px;
    line-height: 56px;
    margin: 0;
    padding: 0 22px;
    width: 100%;
  }

  .inbox-limits {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    justify-content: center;
    margin-top: 22px;
  }

  .home-pricing-section {
    padding-top: 64px;
  }

  .host-pricing-wrap .tab-nav {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 18px;
    width: 100%;
  }

  .host-pricing-wrap .tab-nav a {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 56px;
    padding: 10px;
    text-align: center;
  }

  .inbox-pricing-table,
  .inbox-pricing-table tbody,
  .inbox-pricing-table tr,
  .inbox-pricing-table td {
    display: block;
    width: 100%;
  }

  .inbox-pricing-table thead {
    display: none;
  }

  .inbox-pricing-table tr {
    background: #fff;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    margin-bottom: 14px;
    overflow: hidden;
    padding: 12px 14px;
  }

  .inbox-pricing-table td {
    align-items: center;
    border: 0 !important;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    min-height: 44px;
    padding: 8px 0 !important;
    text-align: right;
    white-space: normal;
  }

  .inbox-pricing-table td::before {
    color: #74839a;
    content: attr(data-label);
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .inbox-pricing-table td strong {
    font-size: 24px;
  }

  .inbox-pricing-table td:last-child {
    display: block;
    padding-top: 14px !important;
    text-align: left;
  }

  .inbox-pricing-table td:last-child::before {
    display: none;
  }

  .inbox-pricing-table .default-btn {
    display: block;
    text-align: center;
    width: 100%;
  }

  .dashboard-shell {
    display: block;
    min-height: 0;
  }

  .dashboard-sidebar {
    border-bottom: 1px solid #e7ebf1;
    border-right: 0;
    padding: 14px 18px;
  }

  .dashboard-logo {
    height: 54px;
    justify-content: flex-start;
  }

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

  .dashboard-nav a {
    font-size: 13px;
    padding: 10px;
  }

  .dashboard-account {
    margin-top: 4px;
  }

  .dashboard-main {
    padding: 18px;
  }

  .dashboard-topbar {
    align-items: flex-start;
    gap: 14px;
    margin: -18px -18px 18px;
    padding: 16px 18px;
  }

  .dashboard-top-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

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

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .verify-single-wrap {
    min-height: 0;
    padding: 18px 0;
  }

  .text-verify-grid {
    grid-template-columns: 1fr;
  }

  .text-verify-actions {
    justify-content: flex-start;
  }

  .bulk-upload-box {
    min-height: 0;
    padding: 34px 18px;
  }

  .bulk-toolbar {
    align-items: stretch;
    display: grid;
  }

  .api-key-card {
    display: grid;
  }

  .api-log-tools {
    justify-content: flex-start;
  }

  .api-log-tools input {
    margin-right: 0;
    min-width: 0;
    width: 100%;
  }

  .settings-layout {
    grid-template-columns: 1fr;
  }

  .api-doc-intro {
    align-items: flex-start;
    display: grid;
  }

  .api-doc-facts {
    justify-content: flex-start;
  }

  .api-code-grid,
  .api-definition-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .header-height {
    height: 0;
  }

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

  .inbox-hero-template .hero-content h1 {
    font-size: 35px;
  }

  .inbox-hero-template .hero-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .hero-video-card {
    border-radius: 8px;
  }

  .hero-video-card video {
    aspect-ratio: 16 / 9;
    max-height: none;
  }

  .inbox-email-search .d-search-content {
    padding: 32px 14px;
  }

  .inbox-email-search .d-search-content h2 {
    font-size: 30px;
  }

  .section-heading h2 {
    font-size: 30px;
    line-height: 1.25;
  }

  .inline-verify-result {
    padding: 20px;
  }

  .verify-result-heading {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .verify-result-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-nav,
  .dashboard-metrics,
  .quick-actions {
    grid-template-columns: 1fr;
  }

  .dashboard-topbar {
    display: block;
  }

  .dashboard-top-actions {
    justify-content: flex-start;
    margin-top: 14px;
  }

  .dashboard-top-actions .default-btn,
  .credit-pill {
    text-align: center;
    width: 100%;
  }

  .dashboard-card,
  .dashboard-panel {
    padding: 18px;
  }

  .dashboard-verify-card {
    padding: 18px;
  }

  .dashboard-note {
    align-items: flex-start;
    font-size: 15px;
  }

  .verify-mode-actions,
  .text-verify-actions {
    display: grid;
  }

  .verify-chip,
  .verify-black-btn {
    justify-content: center;
    width: 100%;
  }

  .text-verify-grid textarea {
    min-height: 300px;
  }

  .bulk-heading h2 {
    font-size: 32px;
  }

  .bulk-upload-icon {
    font-size: 34px;
    height: 86px;
    width: 86px;
  }

  .bulk-upload-box label strong {
    font-size: 22px;
  }

  .bulk-support-strip {
    display: grid;
    gap: 12px;
    justify-content: stretch;
    text-align: left;
  }

  .bulk-filter {
    margin-bottom: 8px;
  }

  .api-mode-actions,
  .api-log-tools {
    display: grid;
  }

  .api-doc-card,
  .api-key-card,
  .api-logs-card,
  .api-log-retention {
    padding: 18px;
  }

  .api-doc-intro h2 {
    font-size: 25px;
  }

  .api-doc-facts {
    display: grid;
    width: 100%;
  }

  .api-doc-facts span {
    width: 100%;
  }

  .api-doc-notice {
    padding: 14px;
  }

  .api-endpoint > summary {
    gap: 10px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 13px;
  }

  .api-endpoint-title small {
    display: none;
  }

  .api-endpoint-body {
    padding: 18px 13px;
  }

  .api-url-row {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .api-url-row code {
    flex-basis: calc(100% - 62px);
  }

  .api-url-row .api-copy {
    margin-left: auto;
  }

  .api-code-section pre[class*="language-"] {
    font-size: 11px;
    padding: 14px;
  }

  .api-response-statuses {
    grid-template-columns: 1fr;
  }

  .settings-profile,
  .settings-plan-panel {
    padding: 18px;
  }

  .settings-form-grid,
  .auth-name-grid {
    grid-template-columns: 1fr;
  }

  .settings-email-field {
    grid-column: auto;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .free-tools-mega-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .free-tools-nav {
    position: relative !important;
  }

  .free-tools-nav > a {
    padding-right: 48px !important;
  }

  .free-tools-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: #263b5e;
    cursor: pointer;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 2px;
    top: 1px;
    width: 42px;
    z-index: 3;
  }

  .free-tools-toggle i {
    transition: transform .2s ease;
  }

  .free-tools-expanded .free-tools-toggle i {
    transform: rotate(180deg);
  }

  .free-tools-mega,
  .free-tools-nav:hover > .free-tools-mega,
  .free-tools-nav:focus-within > .free-tools-mega {
    border: 0;
    border-radius: 6px;
    box-shadow: none;
    display: none;
    left: auto;
    margin: 4px 0 8px;
    max-height: 58vh;
    opacity: 1;
    overflow-y: auto;
    padding: 12px;
    pointer-events: auto;
    position: static;
    top: auto;
    transform: none;
    visibility: visible;
    width: 100%;
  }

  .free-tools-nav.free-tools-expanded > .free-tools-mega {
    display: block;
  }

  .free-tools-mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .free-tools-mega-head,
  .free-tools-mega-cta {
    align-items: flex-start;
    gap: 10px;
  }

  .tool-layout {
    grid-template-columns: 1fr;
  }

  .tool-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 430px;
    overflow-y: auto;
    position: static;
  }

  .contact-layout {
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .support-layout {
    grid-template-columns: 1fr;
  }

  .contact-intro {
    padding-top: 0;
  }
}

@media (max-width: 575px) {
  .free-tools-mega-grid,
  .tool-menu,
  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .free-tools-mega-head,
  .free-tools-mega-cta {
    display: grid;
  }

  .free-tools-mega-head > a,
  .free-tools-mega-cta a {
    justify-self: start;
  }

  .tool-page {
    padding: 28px 0 42px;
  }

  .tool-page-heading h1,
  .contact-intro h1 {
    font-size: 31px;
  }

  .tool-workspace,
  .contact-form-panel {
    padding: 18px;
  }

  .tool-plan-cta {
    align-items: start;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .tool-plan-cta a {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .contact-page {
    padding: 32px 0 48px;
  }

  .support-form-panel,
  .support-info-panel {
    padding: 18px;
  }

  .contact-response-copy {
    display: block;
    margin: 10px 0 0;
  }
}
