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,
.auth-box select {
  border: 1px solid #dbe3ee;
  border-radius: 6px;
  color: #243044;
  display: block;
  margin-bottom: 14px;
  padding: 14px 16px;
  width: 100%;
}

.auth-box select {
  background: #fff;
}

.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%;
}

.launch-offer-banner {
  align-items: center;
  background: linear-gradient(135deg, #fff 0%, #effff9 100%);
  border: 1px solid rgba(8, 197, 137, .55);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(8, 197, 137, .18);
  color: #0b2b5c;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-bottom: 24px;
  padding: 12px 16px;
  text-decoration: none;
}

.launch-offer-banner:hover,
.launch-offer-banner:focus {
  border-color: #08c589;
  color: #0b2b5c;
  text-decoration: none;
  transform: translateY(-1px);
}

.launch-offer-kicker {
  background: #08c589;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .4px;
  padding: 7px 10px;
  text-transform: uppercase;
}

.launch-offer-banner strong {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.launch-offer-banner em {
  color: #526176;
  font-style: normal;
  font-weight: 800;
}

.home-launch-offer {
  margin-bottom: 28px;
}

.trial-offer-section {
  background: #f7f9ff;
  padding: 34px 0 0;
}

.trial-offer-card {
  align-items: center;
  background: linear-gradient(135deg, #10195a 0%, #1d4ed8 55%, #0bc79b 100%);
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(16, 25, 90, .18);
  color: #fff;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 28px 32px;
}

.trial-offer-card span {
  background: rgba(255, 255, 255, .16);
  border-radius: 999px;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 12px;
  padding: 7px 12px;
  text-transform: uppercase;
}

.trial-offer-card h2 {
  color: #fff;
  font-size: 32px;
  margin: 0 0 8px;
}

.trial-offer-card p {
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
  max-width: 760px;
}

.trial-offer-card .default-btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.ads-launch-offer-banner {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(220px, 1fr) auto;
  margin-bottom: 30px;
  max-width: 720px;
  padding: 18px;
  width: 100%;
}

.ads-launch-offer-banner .launch-offer-kicker {
  align-self: center;
  font-size: 13px;
  padding: 9px 12px;
}

.ads-launch-offer-main {
  align-self: center;
  display: grid;
  gap: 3px;
}

.ads-launch-offer-main strong {
  font-size: 28px;
}

.ads-launch-offer-main em {
  color: #08a977;
  font-size: 16px;
}

.launch-countdown {
  align-items: baseline;
  background: #0b2b5c;
  border-radius: 8px;
  color: #fff;
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-top: 18px;
  min-width: 0;
  padding: 12px 14px;
  width: fit-content;
}

.launch-countdown > span {
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .4px;
  margin-right: 6px;
  text-transform: uppercase;
}

.launch-countdown strong {
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.launch-countdown em {
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  margin-right: 3px;
}

.ads-offer-btn {
  background: #08c589;
  box-shadow: 0 16px 34px rgba(8, 197, 137, .24);
}

.ads-offer-btn:hover,
.ads-offer-btn:focus {
  background: #06a774;
}

@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;
}

.tool-seo-article {
  border-top: 1px solid #e2e8f0;
  margin-top: 26px;
  padding-top: 24px;
}

.tool-seo-article h2 {
  color: #17233a;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 14px;
}

.tool-seo-article p {
  color: #506177;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 14px;
}

.tool-seo-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tool-seo-keywords span {
  background: #e7f9f1;
  border: 1px solid #c8f0df;
  border-radius: 999px;
  color: #087f5b;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
}

.api-landing-hero {
  background: linear-gradient(135deg, #160d5c 0%, #133fd3 100%);
  color: #fff;
  padding: 72px 0;
}

.api-landing-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
}

.api-landing-copy > span,
.api-section-heading > span {
  color: #08c589;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.api-landing-copy h1 {
  color: #fff;
  font-size: 48px;
  line-height: 1.14;
  margin: 0 0 18px;
}

.api-landing-copy p {
  color: rgba(255, 255, 255, .88);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  max-width: 700px;
}

.api-landing-actions,
.api-final-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.api-landing-actions .default-btn i,
.api-final-cta .default-btn i,
.api-secondary-btn i {
  margin-right: 8px;
}

.api-secondary-btn {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 6px;
  color: #12335f;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  text-transform: uppercase;
}

.api-secondary-btn:hover {
  border-color: #08c589;
  color: #08a878;
}

.api-code-card {
  background: #121827;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .26);
  min-width: 0;
  overflow: hidden;
}

.api-code-card-head {
  align-items: center;
  background: #1d2433;
  display: flex;
  gap: 7px;
  padding: 13px 16px;
}

.api-code-card-head span {
  background: #08c589;
  border-radius: 50%;
  display: block;
  height: 10px;
  opacity: .9;
  width: 10px;
}

.api-code-card-head span:nth-child(2) {
  background: #ffd166;
}

.api-code-card-head span:nth-child(3) {
  background: #f72585;
}

.api-code-card pre,
.api-card-panel pre {
  margin: 0;
  overflow-x: auto;
  padding: 22px;
}

.api-code-card code,
.api-card-panel code {
  color: #d7fbe8;
  font-family: Consolas, Monaco, monospace;
  font-size: 13px;
  line-height: 1.8;
}

.api-landing-section {
  background: #fff;
  padding: 64px 0;
}

.api-landing-muted {
  background: #f6f8fc;
}

.api-section-heading {
  margin-bottom: 28px;
  max-width: 780px;
}

.api-section-heading.compact {
  margin-bottom: 22px;
}

.api-section-heading h2,
.api-card-panel h2 {
  color: #17233a;
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.api-section-heading p,
.api-card-panel p {
  color: #607089;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 12px;
}

.api-feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.api-feature-grid article,
.api-card-panel {
  background: #fff;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(28, 39, 58, .04);
  padding: 24px;
}

.api-feature-grid i {
  align-items: center;
  background: #e7f9f1;
  border-radius: 7px;
  color: #08a878;
  display: inline-flex;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  margin-bottom: 18px;
  width: 44px;
}

.api-feature-grid h3 {
  color: #17233a;
  font-size: 18px;
  margin: 0 0 9px;
}

.api-feature-grid p {
  color: #607089;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

.api-two-column {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.api-status-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.api-status-list span {
  background: #fff;
  border: 1px solid #dbe5f0;
  border-radius: 999px;
  color: #12335f;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 12px;
}

.api-benefit-list {
  background: #fff;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  padding: 22px;
}

.api-benefit-list p {
  align-items: flex-start;
  color: #34425a;
  display: flex;
  gap: 11px;
  line-height: 1.6;
  margin: 0 0 14px;
}

.api-benefit-list p:last-child {
  margin-bottom: 0;
}

.api-benefit-list i {
  color: #08a878;
  margin-top: 4px;
}

.api-endpoint-table {
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  overflow: hidden;
}

.api-endpoint-table div {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e5ebf2;
  display: grid;
  gap: 16px;
  grid-template-columns: 80px minmax(260px, .8fr) minmax(0, 1fr);
  padding: 16px 18px;
}

.api-endpoint-table div:last-child {
  border-bottom: 0;
}

.api-endpoint-table strong {
  background: #e7f9f1;
  border-radius: 5px;
  color: #087f5b;
  font-size: 12px;
  padding: 5px 8px;
  text-align: center;
}

.api-endpoint-table code {
  color: #17233a;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.api-endpoint-table span {
  color: #607089;
  font-size: 14px;
}

.api-card-panel pre {
  background: #121827;
  border-radius: 8px;
  margin: 16px 0;
}

.features-hero {
  padding-bottom: 78px;
}

.features-result-card {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
  color: #17233a;
  padding: 24px;
}

.features-result-head {
  align-items: center;
  border-bottom: 1px solid #e1e8f0;
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.features-result-head span {
  align-items: center;
  background: #e7f9f1;
  border-radius: 7px;
  color: #08a878;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.features-result-head strong {
  font-size: 20px;
  overflow-wrap: anywhere;
}

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

.features-result-grid div {
  background: #f8fbff;
  border: 1px solid #e2e9f2;
  border-radius: 7px;
  padding: 13px;
}

.features-result-grid small,
.features-cta span {
  color: #718198;
  display: block;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.features-result-grid b {
  color: #17233a;
  display: block;
  font-size: 15px;
  margin-top: 4px;
  overflow-wrap: anywhere;
}

.features-workflow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.features-status-list span:nth-child(1) {
  border-color: #c8f0df;
  color: #087f5b;
}

.features-status-list span:nth-child(2) {
  border-color: #ffd4dc;
  color: #b4233c;
}

.features-status-list span:nth-child(3) {
  border-color: #ffe7b5;
  color: #9a6200;
}

.features-status-list span:nth-child(4) {
  border-color: #d9cffd;
  color: #5536b8;
}

.features-status-list span:nth-child(5) {
  border-color: #ffc9b8;
  color: #a23b18;
}

.features-status-list span:nth-child(6) {
  border-color: #dbe5f0;
  color: #4d5d73;
}

.features-report-grid,
.features-platform-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.features-report-grid article {
  background: #fff;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  padding: 26px;
}

.features-report-grid i {
  color: #08a878;
  font-size: 24px;
  margin-bottom: 16px;
}

.features-report-grid h3 {
  color: #17233a;
  font-size: 20px;
  margin: 0 0 9px;
}

.features-report-grid p {
  color: #607089;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.features-cta {
  align-items: center;
  background: #f6f8fc;
  border: 1px solid #e1e8f0;
  border-radius: 8px;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 34px;
}

.features-cta span {
  color: #08a878;
  margin-bottom: 8px;
}

.features-cta h2 {
  color: #17233a;
  font-size: 30px;
  margin: 0 0 10px;
}

.features-cta p {
  color: #607089;
  line-height: 1.7;
  margin: 0;
}

.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,
.summary-strip a,
.status-pill {
  background: #eef2f6;
  border-radius: 999px;
  color: #243044;
  display: inline-block;
  font-weight: 800;
  padding: 8px 12px;
  text-decoration: none;
}

.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;
}

.proxy-log-filters {
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr 1.2fr 1fr 1.2fr auto;
  margin-bottom: 18px;
  padding: 18px;
}

.proxy-log-filters label {
  color: #536176;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.proxy-log-filters input,
.proxy-log-filters select {
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  color: #0b2b5c;
  min-height: 44px;
  padding: 8px 10px;
  width: 100%;
}

.proxy-log-filter-actions {
  align-items: end;
  display: flex;
  gap: 10px;
}

.proxy-log-filter-actions .default-btn {
  border: 0;
  border-radius: 8px;
  height: 44px;
  line-height: 44px;
  padding: 0 18px;
}

.proxy-log-filter-actions a {
  align-items: center;
  color: #536176;
  display: inline-flex;
  font-weight: 900;
  min-height: 44px;
}

.proxy-log-summary {
  align-items: center;
  background: #f6fbfa;
  border: 1px solid #d6efe7;
  border-radius: 8px;
  color: #0b2b5c;
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
  padding: 14px 16px;
}

.proxy-log-summary strong {
  align-items: center;
  background: #08c589;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  justify-content: center;
  min-width: 34px;
  padding: 5px 10px;
}

.proxy-log-empty {
  color: #718096;
  font-weight: 800;
  padding: 34px !important;
  text-align: center;
}

.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-filter-form {
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 18px;
}

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

.admin-filter-grid label {
  color: #536176;
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-filter-grid input,
.admin-filter-grid select {
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  color: #0b2b5c;
  display: block;
  margin-top: 6px;
  min-height: 44px;
  padding: 8px 10px;
  width: 100%;
}

.admin-filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.admin-filter-actions .default-btn {
  border: 0;
  border-radius: 8px;
  min-height: 44px;
  padding: 0 18px;
}

.admin-muted-note,
.admin-row-hint {
  color: #718096;
  font-size: 13px;
  font-weight: 700;
}

.admin-muted-note {
  margin: -8px 0 18px;
}

.admin-row-hint {
  display: block;
  margin-top: 3px;
}

.admin-feedback-cell {
  border-left: 3px solid #cbd5e1;
  display: grid;
  gap: 4px;
  max-width: 260px;
  padding-left: 10px;
}

.admin-feedback-cell strong {
  color: #0f172a;
  font-size: 13px;
  font-weight: 900;
}

.admin-feedback-cell span {
  color: #334155;
  font-size: 13px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.admin-feedback-cell time {
  color: #718096;
  font-size: 12px;
  font-weight: 800;
}

.admin-feedback-positive {
  border-color: #10b981;
}

.admin-feedback-negative {
  border-color: #f62669;
}

.result-table tr.admin-feedback-row-satisfied td {
  background: #effdf6;
}

.result-table tr.admin-feedback-row-dissatisfied td {
  background: #fff1f2;
}

.admin-muted {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 3px;
}

.admin-truncate {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
}

.inline-admin-form input[type="number"] {
  width: 110px;
}

.admin-checkbox {
  align-items: center;
  color: #52627a;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
  white-space: nowrap;
}

.admin-checkbox input {
  min-height: auto;
}

.admin-alert {
  border-radius: 8px;
  font-weight: 800;
  margin-bottom: 18px;
  padding: 14px 16px;
}

.admin-alert-success {
  background: #e4f6ec;
  color: #256c41;
}

.admin-alert-error {
  background: #fde8e5;
  color: #a4332a;
}

.admin-danger-btn,
.admin-danger-submit {
  background: #d92d20;
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  padding: 11px 14px;
}

.admin-danger-btn:hover,
.admin-danger-submit:hover {
  background: #b42318;
  color: #fff;
}

.admin-secondary-btn {
  background: #eef2f6;
  box-shadow: none;
  color: #243044;
}

.admin-modal[hidden] {
  display: none;
}

.admin-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 9999;
}

.admin-modal-backdrop {
  background: rgba(15, 23, 42, 0.62);
  inset: 0;
  position: absolute;
}

.admin-modal-panel {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
  max-width: 520px;
  padding: 28px;
  position: relative;
  width: min(100%, 520px);
}

.admin-modal-panel h3 {
  color: #0b2344;
  font-size: 28px;
  margin: 0 0 10px;
}

.admin-modal-panel p {
  color: #52627a;
  line-height: 1.6;
  margin-bottom: 14px;
}

.admin-delete-email {
  background: #fff4cd;
  border-radius: 8px;
  color: #7b5a00 !important;
  font-weight: 900;
  padding: 10px 12px;
}

.admin-delete-form label {
  color: #0b2344;
  display: block;
  font-weight: 900;
  margin-bottom: 8px;
}

.admin-delete-form input {
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.admin-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 18px;
}

.admin-modal-close {
  background: transparent;
  border: 0;
  color: #52627a;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 12px;
}

.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-logout-form {
  margin: 0;
}

.dashboard-logout-form button {
  align-items: center;
  background: #fff5f5;
  border: 1px solid #ffd4d4;
  border-radius: 8px;
  color: #a52828;
  cursor: pointer;
  display: grid;
  font: inherit;
  grid-template-columns: 22px minmax(0, 1fr);
  padding: 11px 12px;
  text-align: left;
  width: 100%;
}

.dashboard-logout-form button:hover {
  background: #ffe9e9;
  border-color: #f2aaaa;
}

.dashboard-logout-form button > i {
  font-size: 16px;
}

.dashboard-logout-form span {
  display: grid;
}

.dashboard-logout-form small {
  color: #8b5a5a;
  font-size: 12px;
  margin-top: 2px;
}

.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;
}

.settings-plan-note {
  background: #eef7ff;
  border: 1px solid #c9dcff;
  border-radius: 8px;
  color: #0f2f68;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 16px;
  padding: 12px 14px;
}

.settings-plan-note-warning {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #92400e;
}

.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-alert a {
  background: #0bc79b;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  margin-left: auto;
  padding: 8px 14px;
  text-transform: uppercase;
}

.dashboard-alert-warning {
  background: #eef7ff;
  border-left-color: #1d4ed8;
  color: #0f2f68;
}

.dashboard-alert-warning i {
  color: #1d4ed8;
}

.dashboard-alert-offer {
  background: linear-gradient(135deg, #fff0f6 0%, #eef4ff 100%);
  border-left-color: #f51f67;
  color: #071a46;
}

.dashboard-alert-offer i {
  color: #f51f67;
}

.dashboard-alert-offer a {
  background: #f51f67;
  box-shadow: 0 10px 22px rgba(245, 31, 103, .2);
}

.dashboard-alert-trial {
  background: linear-gradient(135deg, #ecfff8 0%, #f7fbff 100%);
  border-left-color: #0bc79b;
  color: #063d34;
}

.dashboard-alert-trial i {
  color: #0bc79b;
}

.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,
.campaign-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%;
}

.text-input-panel label span,
.bulk-campaign-field label span {
  color: #738197;
  font-weight: 500;
}

.campaign-input {
  margin-bottom: 18px;
}

.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);
}

.text-input-panel textarea {
  min-height: 260px;
  resize: vertical;
}

.text-input-panel label {
  color: #243044;
  display: block;
  font-weight: 800;
  margin-bottom: 10px;
}

.text-input-meta {
  color: #66758b;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin-top: 9px;
}

.text-input-meta .limit-exceeded {
  color: #c62828;
  font-weight: 800;
}

.text-results-panel {
  min-width: 0;
}

.text-results-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.text-results-heading span {
  color: #08a976;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.text-results-heading strong {
  color: #243044;
  font-size: 15px;
}

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

.text-progress-track {
  background: #e8edf4;
  height: 6px;
  overflow: hidden;
  width: 100%;
}

.text-progress-track span {
  background: #08b981;
  display: block;
  height: 100%;
  transition: width .25s ease;
  width: 0;
}

.text-result-feed {
  border: 1px solid #dbe3ee;
  margin-top: 14px;
  overflow-x: auto;
}

.text-result-table {
  border-collapse: collapse;
  min-width: 1180px;
  width: 100%;
}

.text-result-table th,
.text-result-table td {
  border-bottom: 1px solid #e4e9f0;
  padding: 13px 14px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.text-result-table th {
  background: #f5f7fa;
  color: #536176;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.text-result-table td {
  color: #344054;
  font-size: 13px;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-result-table td:first-child {
  color: #172033;
}

.text-result-table tbody tr:last-child td {
  border-bottom: 0;
}

.text-result-table #text-result-empty td {
  color: #718096;
  padding: 34px;
  text-align: center;
}

.text-result-table #text-result-empty i {
  color: #9aa7b8;
  margin-right: 8px;
}

.text-result-item {
  animation: result-arrive .25s ease both;
}

@keyframes result-arrive {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

.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-campaign-field {
  margin: 0 auto 30px;
  max-width: 720px;
  text-align: left;
}

.bulk-upload-box .bulk-campaign-field label {
  color: #243044;
  cursor: default;
  display: block;
  font-weight: 800;
  margin-bottom: 9px;
}

.bulk-campaign-field input {
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  color: #1f2937;
  font-size: 16px;
  padding: 14px 16px;
  width: 100%;
}

.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-box label.is-dragging {
  background: #eef8ff;
  outline: 2px solid #1769ff;
  outline-offset: 18px;
}

.bulk-upload-box label.has-file .bulk-upload-icon {
  background: #e3f8ef;
  color: #00a66f;
}

.bulk-upload-box label.is-uploading {
  opacity: .65;
  pointer-events: none;
}

.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-file-selected {
  align-items: center;
  background: #f2faf7;
  border: 1px solid #bfe8d8;
  display: flex;
  gap: 14px;
  margin: 24px auto 0;
  max-width: 620px;
  padding: 14px 16px;
  text-align: left;
}

.bulk-file-selected > i {
  color: #00a66f;
  font-size: 25px;
}

.bulk-file-selected span {
  flex: 1;
  min-width: 0;
}

.bulk-file-selected strong,
.bulk-file-selected small {
  display: block;
  overflow-wrap: anywhere;
}

.bulk-file-selected strong {
  color: #172033;
}

.bulk-file-selected small {
  color: #65758b;
  margin-top: 2px;
}

.bulk-file-selected button {
  background: transparent;
  border: 0;
  color: #66758b;
  cursor: pointer;
  font-size: 18px;
  height: 34px;
  width: 34px;
}

.bulk-file-error {
  margin: 18px auto 0;
  max-width: 620px;
}

.verify-chip:disabled {
  box-shadow: none;
  cursor: not-allowed;
  opacity: .48;
}

.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;
}

button.bulk-filter {
  cursor: pointer;
}

.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-page-message {
  align-items: center;
  border: 1px solid;
  display: flex;
  gap: 10px;
  margin: 0 auto 20px;
  max-width: 1080px;
  padding: 14px 18px;
}

.bulk-page-message.success {
  background: #ecfbf5;
  border-color: #aee6d0;
  color: #087956;
}

.bulk-page-message.error {
  background: #fff2f1;
  border-color: #f0c2bd;
  color: #ad2f25;
}

.bulk-toolbar-search {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(260px, 420px) auto;
}

.bulk-toolbar-search label {
  grid-column: 1 / -1;
}

.bulk-toolbar-search input {
  margin: 0;
}

.bulk-toolbar-search button {
  align-items: center;
  background: #fff;
  border: 1px solid #cfd9e6;
  border-radius: 6px;
  color: #263750;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  min-height: 49px;
  padding: 10px 16px;
}

.bulk-toolbar-search button.is-refreshing i {
  animation: fa-spin 1s infinite linear;
}

.bulk-jobs-table-wrap {
  background: #fff;
  border: 1px solid #dbe3ee;
  margin: 0 auto 24px;
  max-width: 1540px;
  overflow-x: auto;
}

.bulk-jobs-table {
  border-collapse: collapse;
  min-width: 1060px;
  width: 100%;
}

.bulk-jobs-table th,
.bulk-jobs-table td {
  border-bottom: 1px solid #e5eaf0;
  padding: 16px 18px;
  text-align: left;
  vertical-align: middle;
}

.bulk-jobs-table th {
  background: #f5f7fa;
  color: #56657a;
  font-size: 12px;
  text-transform: uppercase;
}

.bulk-jobs-table tbody tr:last-child td {
  border-bottom: 0;
}

.bulk-jobs-table td:first-child strong,
.bulk-jobs-table td:first-child small {
  display: block;
}

.bulk-jobs-table td:first-child strong {
  color: #172033;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bulk-jobs-table td:first-child small {
  color: #7b8798;
  font-size: 11px;
  margin-top: 4px;
}

.job-status {
  border-radius: 999px;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
}

.job-status-completed { background: #def7eb; color: #087956; }
.job-status-processing { background: #e7efff; color: #1758ba; }
.job-status-queued { background: #fff4ce; color: #8b5e00; }
.job-status-failed { background: #fee8e6; color: #b52d23; }

.job-progress {
  background: #e7ebf1;
  height: 7px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 150px;
}

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

#bulk-jobs-empty td {
  color: #718096;
  padding: 42px;
  text-align: center;
}

#bulk-jobs-empty i,
#bulk-jobs-empty strong,
#bulk-jobs-empty span {
  display: block;
}

#bulk-jobs-empty i { color: #9aa7b8; font-size: 28px; margin-bottom: 8px; }
#bulk-jobs-empty strong { color: #344054; margin-bottom: 4px; }

.bulk-jobs-no-match {
  color: #718096;
  padding: 28px;
  text-align: center;
}

.bulk-job-actions {
  display: flex;
  gap: 8px;
  white-space: nowrap;
}

.bulk-job-actions a {
  align-items: center;
  background: #edf3ff;
  border: 1px solid #cfddfa;
  border-radius: 6px;
  color: #2459a9;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  padding: 8px 10px;
}

.bulk-job-actions a.download {
  background: #eaf9f3;
  border-color: #bce7d6;
  color: #087956;
}

.bulk-results-page {
  margin: 30px auto;
  max-width: 1540px;
}

.bulk-results-header {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.bulk-results-header h2 {
  color: #172033;
  font-size: 30px;
  margin: 8px 0 4px;
  overflow-wrap: anywhere;
}

.bulk-results-header small,
.bulk-result-progress small {
  color: #738197;
}

.campaign-badge,
.channel-badge {
  align-items: center;
  background: #eaf9f3;
  border: 1px solid #bce7d6;
  border-radius: 999px;
  color: #087956;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  margin-top: 8px;
  padding: 5px 9px;
  white-space: nowrap;
}

.channel-badge {
  background: #edf4ff;
  border-color: #c9dcff;
  color: #2459a9;
  margin: 0;
}

.email-history-page {
  margin: 28px auto;
  max-width: 1540px;
}

.email-history-heading {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.email-history-heading h2 {
  color: #172033;
  font-size: 30px;
  margin: 0 0 6px;
}

.email-history-heading p {
  color: #66758b;
  margin: 0;
}

.history-download,
.history-filter-actions button {
  align-items: center;
  background: #087956;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  padding: 12px 16px;
  white-space: nowrap;
}

.history-filters {
  align-items: end;
  background: #fff;
  border: 1px solid #dbe3ee;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(130px, 1fr)) minmax(220px, 1.4fr) auto;
  margin-bottom: 18px;
  padding: 18px;
}

.history-filters label span {
  color: #52657f;
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.history-filters input,
.history-filters select {
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 6px;
  color: #243044;
  min-height: 44px;
  padding: 9px 11px;
  width: 100%;
}

.history-filter-actions {
  align-items: center;
  display: flex;
  gap: 10px;
}

.history-filter-actions a {
  color: #52657f;
  font-weight: 800;
}

.history-summary {
  color: #52657f;
  margin: 0 0 10px;
}

.history-summary strong {
  color: #172033;
}

.history-table {
  min-width: 1080px;
}

.history-muted {
  color: #8895a8;
}

.history-pages {
  justify-content: flex-end;
  margin-top: 18px;
}

@media (max-width: 1300px) {
  .history-filters {
    grid-template-columns: repeat(3, minmax(160px, 1fr));
  }
}

@media (max-width: 767px) {
  .email-history-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .history-download {
    justify-content: center;
  }

  .history-filters {
    grid-template-columns: 1fr;
  }

  .history-filter-actions {
    justify-content: space-between;
  }

  .bulk-upload-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bulk-results-back {
  color: #167556;
  font-weight: 800;
}

.bulk-results-back i {
  margin-right: 8px;
}

.bulk-download-primary {
  align-items: center;
  background: #087956;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  gap: 9px;
  padding: 13px 18px;
  white-space: nowrap;
}

.bulk-result-progress {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe3ee;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(280px, auto) minmax(220px, 1fr) auto;
  margin-bottom: 20px;
  padding: 18px 20px;
}

.bulk-result-progress > div:first-child {
  align-items: center;
  display: flex;
  gap: 12px;
}

.bulk-result-progress .job-progress {
  margin: 0;
  width: 100%;
}

.bulk-result-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.bulk-result-filters a {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  color: #334155;
  display: inline-flex;
  font-weight: 800;
  gap: 9px;
  padding: 9px 14px;
  white-space: nowrap;
}

.bulk-result-filters a.active {
  background: #344054;
  border-color: #344054;
  color: #fff;
}

.bulk-result-filters b {
  background: #def7eb;
  border-radius: 999px;
  color: #087956;
  min-width: 26px;
  padding: 2px 7px;
  text-align: center;
}

.bulk-result-table-wrap {
  background: #fff;
  border: 1px solid #dbe3ee;
  overflow-x: auto;
}

.bulk-result-empty td {
  color: #718096;
  padding: 38px;
  text-align: center;
}

.bulk-results-footer {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 18px 2px;
}

.bulk-results-footer > span {
  color: #65758b;
}

.bulk-results-footer > a,
.bulk-result-pages a {
  color: #087956;
  font-weight: 800;
}

.bulk-results-footer i,
.bulk-result-pages i {
  margin: 0 7px;
}

.bulk-result-pages {
  align-items: center;
  display: flex;
  gap: 12px;
}

.bulk-result-pages span {
  color: #52657f;
}

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

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

.public-api-doc-shell {
  display: block;
  min-height: 0;
}

.public-api-doc-main {
  margin: 0;
  padding: 42px 28px 58px;
}

.public-api-doc-main .api-doc-panel {
  max-width: 1320px;
}

.public-api-doc-header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #e3e8ef;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: -42px -28px 28px;
  padding: 30px max(28px, calc((100% - 1320px) / 2));
}

.public-api-doc-header span {
  color: #08a878;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 7px;
}

.public-api-doc-header h1 {
  color: #0b2b5c;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 7px;
}

.public-api-doc-header p {
  color: #52657f;
  margin: 0;
}

@media (max-width: 767px) {
  .dashboard-main.public-api-doc-main {
    padding: 28px 14px 42px;
  }

  .public-api-doc-header {
    align-items: flex-start;
    display: grid;
    margin: -28px -14px 22px;
    padding: 24px 18px;
  }

  .public-api-doc-header h1 {
    font-size: 27px;
  }

  .public-api-doc-header .default-btn {
    justify-self: start;
  }
}

.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;
}

.verify-feedback {
  background: #fff;
  border: 1px solid #dbe5f3;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(9, 24, 63, .08);
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 16px;
}

.verify-feedback.is-required {
  border-color: rgba(246, 38, 105, .28);
}

.verify-feedback-copy {
  display: grid;
  gap: 4px;
}

.verify-feedback-copy strong {
  color: #10131d;
  font-size: 16px;
  font-weight: 900;
}

.verify-feedback-copy span {
  color: #59687f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.verify-feedback-copy .verify-feedback-upgrade {
  color: #f62669;
}

.verify-feedback-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.verify-feedback-actions button,
.verify-feedback-detail button {
  align-items: center;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
}

.verify-feedback-actions button {
  background: #eef3fb;
  color: #10254f;
  font-weight: 900;
}

.verify-feedback-actions button:first-child {
  background: #e8fbf3;
  color: #05744d;
}

.verify-feedback-actions button:hover,
.verify-feedback-detail button:hover {
  transform: translateY(-1px);
}

.verify-feedback-detail {
  display: grid;
  gap: 10px;
}

.verify-feedback-detail textarea {
  border: 1px solid #d4dce9;
  border-radius: 8px;
  color: #10254f;
  font-size: 15px;
  line-height: 1.45;
  min-height: 92px;
  padding: 12px;
  resize: vertical;
  width: 100%;
}

.verify-feedback-detail button {
  background: #07163e;
  color: #fff;
  font-weight: 900;
  justify-self: start;
}

.verify-feedback-error {
  background: #fff4f2;
  border-radius: 8px;
  color: #9b2f25;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 12px;
}

.verify-feedback-thanks {
  align-items: center;
  color: #05744d;
  display: flex;
  gap: 10px;
  font-weight: 900;
}

.check-promo-modal {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.check-promo-backdrop {
  background: rgba(4, 12, 36, .62);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.check-promo-panel {
  background: #fff;
  border: 1px solid #dbe5f3;
  border-radius: 14px;
  box-shadow: 0 28px 80px rgba(10, 23, 58, .28);
  max-width: 520px;
  padding: 30px;
  position: relative;
  text-align: left;
  width: min(100%, 520px);
}

.check-promo-close {
  background: #eef3fb;
  border: 0;
  border-radius: 50%;
  color: #0b1d49;
  cursor: pointer;
  font-size: 24px;
  font-weight: 900;
  height: 38px;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 38px;
}

.check-promo-kicker {
  background: #f51f65;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 14px;
  padding: 8px 13px;
  text-transform: uppercase;
}

.check-promo-panel h3 {
  color: #07183f;
  font-size: 30px;
  line-height: 1.12;
  margin: 0 42px 12px 0;
}

.check-promo-panel p {
  color: #4c5d78;
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 22px;
}

.check-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.check-promo-primary,
.check-promo-secondary {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
}

.check-promo-primary {
  background: #0f4df5;
  box-shadow: 0 14px 28px rgba(15, 77, 245, .22);
  color: #fff;
}

.check-promo-primary:hover {
  color: #fff;
}

.check-promo-secondary {
  background: #eef3fb;
  border: 0;
  color: #0b1d49;
  cursor: pointer;
}

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

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

.inbox-pricing-table tr.pricing-discount-offer {
  background: linear-gradient(90deg, rgba(8, 197, 137, .14), rgba(255, 255, 255, .96));
}

.inbox-pricing-table tr.pricing-discount-offer td:first-child {
  border-left: 4px solid #08c589;
}

.inbox-pricing-table tr.pricing-discount-offer small {
  color: #08a977;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-top: 4px;
  text-transform: uppercase;
}

.inbox-pricing-table tr.pricing-discount-offer .default-btn {
  background: #08c589;
  box-shadow: 0 12px 30px rgba(8, 197, 137, .24);
}

.pricing-old-price {
  color: #7a8599;
  display: block;
  font-size: 14px;
  font-weight: 800;
  text-decoration: line-through;
}

.pricing-new-price {
  color: #08a977;
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

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

.ads-landing-hero {
  background: radial-gradient(circle at 15% 10%, rgba(8, 197, 137, .28), transparent 30%), linear-gradient(135deg, #17065d 0%, #123bd7 100%);
  color: #fff;
  overflow: hidden;
  padding: 44px 0 56px;
}

.ads-offer-hero {
  display: grid;
  gap: 26px;
}

.ads-offer-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
}

.ads-offer-card {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
  color: #0b2b5c;
  display: grid;
  min-height: 220px;
  padding: 26px;
  position: relative;
  text-decoration: none;
}

.ads-offer-card:hover,
.ads-offer-card:focus {
  color: #0b2b5c;
  text-decoration: none;
  transform: translateY(-2px);
}

.ads-offer-card-primary {
  background: linear-gradient(135deg, #fff 0%, #edfff8 100%);
  border-color: #08c589;
}

.ads-offer-card-free {
  background: linear-gradient(135deg, #ffffff 0%, #fff2f7 100%);
}

.ads-offer-label {
  align-self: start;
  background: #08c589;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .4px;
  line-height: 1;
  padding: 9px 11px;
  text-transform: uppercase;
  width: fit-content;
}

.ads-offer-card-free .ads-offer-label {
  background: #f62669;
}

.ads-offer-card strong {
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .98;
  margin-top: 20px;
}

.ads-offer-card b {
  color: #f62669;
  display: block;
  font-size: clamp(38px, 5.5vw, 78px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .95;
}

.ads-offer-card-free b {
  color: #08a977;
  font-size: clamp(30px, 4vw, 52px);
}

.ads-offer-card em,
.ads-offer-mini {
  color: #526176;
  font-style: normal;
  font-weight: 900;
}

.ads-offer-mini {
  margin-top: 14px;
}

.ads-hero-message {
  max-width: 1120px;
}

.ads-hero-message .ads-landing-eyebrow {
  margin-bottom: 10px;
}

.ads-hero-message .ads-hero-status-row {
  margin: 0 0 18px;
}

.ads-hero-message h1 {
  color: #fff;
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: .98;
  margin-bottom: 16px;
  max-width: 1100px;
}

.ads-hero-message p {
  color: rgba(255, 255, 255, .9);
  font-size: 21px;
  line-height: 1.55;
  max-width: 980px;
}

.ads-hero-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ads-hero-status-row span {
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 10px 14px;
}

.ads-hero-status-row .status-valid { background: #08c589; }
.ads-hero-status-row .status-invalid { background: #e5484d; }
.ads-hero-status-row .status-catchall { background: #6d5dfc; }
.ads-hero-status-row .status-disposable {
  background: #f62669;
  box-shadow: 0 12px 32px rgba(246, 38, 105, .36);
  transform: scale(1.05);
}
.ads-hero-status-row .status-spamtrap { background: #ff9f1c; }
.ads-hero-status-row .status-unknown { background: #0b2b5c; border: 1px solid rgba(255,255,255,.3); }

.ads-hero-action-grid {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
}

.ads-hero-try-card,
.ads-disposable-card {
  background: rgba(255, 255, 255, .98);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
  color: #0b2b5c;
  padding: 24px;
}

.ads-hero-try-card {
  display: grid;
  gap: 18px;
}

.ads-hero-try-card .ads-landing-eyebrow {
  margin-bottom: 8px;
}

.ads-hero-try-card h2,
.ads-disposable-card h2 {
  color: #0b2b5c;
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 8px;
}

.ads-hero-try-card p,
.ads-disposable-card p,
.ads-disposable-card li {
  color: #526176;
  font-weight: 700;
  line-height: 1.55;
}

.ads-hero-form {
  background: #f5f9fe;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  padding: 12px;
}

.ads-disposable-card {
  background: linear-gradient(135deg, #fff 0%, #fff2f7 100%);
  border: 1px solid rgba(246, 38, 105, .2);
}

.ads-disposable-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
}

.ads-disposable-card li {
  align-items: center;
  display: flex;
  gap: 9px;
  list-style: none;
}

.ads-disposable-card i {
  color: #f62669;
}

.ads-secondary-verify-section {
  display: none;
}

.ads-landing-hero {
  background: #fff;
  color: #0b2b5c;
  padding: 24px 0 36px;
}

.ads-offer-hero {
  gap: 18px;
}

.ads-compact-offer-head {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.ads-compact-offer-head > a {
  color: #10131d;
  font-size: clamp(30px, 3.7vw, 50px);
  font-weight: 900;
  line-height: 1.05;
  text-decoration: none;
}

.ads-compact-offer-head > a span {
  margin-left: 8px;
}

.ads-compact-offer-head .launch-countdown {
  margin-top: 0;
}

.ads-compact-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .85fr);
}

.ads-compact-left {
  display: grid;
  gap: 12px;
}

.ads-compact-right {
  display: grid;
  gap: 28px;
}

.ads-compact-left .ads-hero-try-card {
  border: 8px solid #171ca5;
  box-shadow: none;
  min-height: 360px;
  padding: 30px;
}

.ads-compact-left .ads-hero-message {
  background: linear-gradient(135deg, #17065d 0%, #123bd7 100%);
  max-width: none;
  padding: 16px;
}

.ads-compact-left .ads-hero-message .ads-landing-eyebrow {
  color: #08c589;
  margin-bottom: 12px;
}

.ads-compact-left .ads-hero-status-row {
  margin: 0;
}

.ads-free-compact-card,
.ads-info-block {
  background: #fff;
  border: 6px solid #171ca5;
  border-radius: 4px;
  color: #0b2b5c;
  display: grid;
  padding: 26px;
  text-decoration: none;
}

.ads-free-compact-card:hover,
.ads-free-compact-card:focus,
.ads-info-block:hover,
.ads-info-block:focus {
  color: #0b2b5c;
  text-decoration: none;
  transform: translateY(-2px);
}

.ads-free-compact-card {
  background: linear-gradient(135deg, #fff 0%, #fff4f9 100%);
  min-height: 200px;
}

.ads-free-compact-card .ads-offer-label {
  font-size: 12px;
  padding: 8px 12px;
}

.ads-free-compact-card strong {
  color: #0b2b5c;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  line-height: 1;
  margin-top: 18px;
}

.ads-free-compact-card b {
  color: #08a977;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.05;
}

.ads-free-compact-card em,
.ads-free-compact-card small {
  color: #526176;
  font-style: normal;
  font-weight: 900;
  margin-top: 8px;
}

.ads-info-block {
  border-color: #ef233c;
  min-height: 88px;
}

.ads-info-block span {
  color: #ef233c;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.1;
}

.ads-info-block strong {
  color: #526176;
  font-size: 16px;
  font-weight: 900;
  margin-top: 8px;
}

.ads-landing-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
}

.ads-landing-eyebrow,
.ads-pricing-copy span,
.ads-verify-heading span {
  color: #08c589;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.ads-landing-copy h1 {
  color: #fff;
  font-size: 58px;
  line-height: 1.08;
  margin-bottom: 22px;
}

.ads-landing-copy p {
  color: rgba(255, 255, 255, .9);
  font-size: 19px;
  line-height: 1.75;
  max-width: 680px;
}

.ads-landing-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 34px 0 28px;
}

.ads-landing-secondary {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  min-height: 58px;
  padding: 0 24px;
}

.ads-landing-secondary:hover {
  background: #fff;
  color: #0b2b5c;
}

.ads-landing-proof {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.ads-landing-proof li {
  align-items: center;
  color: rgba(255, 255, 255, .92);
  display: flex;
  font-weight: 800;
  gap: 10px;
  list-style: none;
}

.ads-landing-proof i {
  color: #08c589;
}

.ads-landing-panel {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .24);
  color: #0b2b5c;
  padding: 28px;
}

.ads-result-preview-head {
  align-items: center;
  border-bottom: 1px solid #e6edf6;
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 20px;
}

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

.ads-result-preview-head strong {
  font-size: 21px;
  overflow-wrap: anywhere;
}

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

.ads-result-preview-grid div {
  background: #f6fbfa;
  border: 1px solid #d9eee8;
  border-radius: 8px;
  padding: 16px;
}

.ads-result-preview-grid span {
  color: #66758b;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.ads-result-preview-grid strong {
  color: #10131d;
  display: block;
  font-size: 20px;
}

.ads-result-preview-note {
  align-items: center;
  background: #fff8da;
  border-left: 4px solid #f2b705;
  border-radius: 8px;
  color: #704900;
  display: flex;
  font-weight: 800;
  gap: 12px;
  margin-top: 22px;
  padding: 15px 16px;
}

.ads-verify-section {
  background: #f5f7ff;
  padding: 76px 0;
}

.ads-verify-card {
  background: #fff;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(28, 39, 58, .08);
  margin: 0 auto;
  max-width: 980px;
  padding: 38px;
}

.ads-verify-heading {
  text-align: center;
}

.ads-verify-heading h2,
.ads-pricing-copy h2,
.ads-faq-grid h2 {
  color: #0b2b5c;
  font-size: 38px;
  margin-bottom: 14px;
}

.ads-verify-heading p {
  color: #526176;
  margin: 0 auto 28px;
  max-width: 720px;
}

.ads-unknown-note,
.verify-unknown-credit-note {
  align-items: flex-start;
  background: #fff8da;
  border: 1px solid #f5d667;
  border-left: 4px solid #f2b705;
  border-radius: 8px;
  color: #704900;
  display: flex;
  gap: 12px;
  margin: 0 0 22px;
  padding: 15px 16px;
}

.ads-unknown-note i,
.verify-unknown-credit-note i {
  color: #c48b00;
  flex: 0 0 auto;
  margin-top: 3px;
}

.ads-unknown-note p,
.verify-unknown-credit-note span {
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}

.ads-verify-form {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.ads-verify-form input {
  border: 1px solid #d6dfec;
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(11, 43, 92, .02);
  color: #0b2b5c;
  font-size: 18px;
  min-height: 62px;
  padding: 0 20px;
  width: 100%;
}

.ads-verify-form input:focus {
  border-color: #08c589;
  outline: 3px solid rgba(8, 197, 137, .16);
}

.ads-verify-form .cf-turnstile {
  grid-column: 1 / -1;
}

.ads-landing-result {
  background: #f2ecff;
}

.verify-unknown-credit-note {
  margin: 20px 0 0;
}

.ads-benefits-section,
.ads-faq-section {
  background: #fff;
  padding: 82px 0;
}

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

.ads-benefit-grid article {
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  padding: 28px;
}

.ads-benefit-grid i {
  align-items: center;
  background: #e6fbf4;
  border-radius: 8px;
  color: #08a977;
  display: inline-flex;
  font-size: 22px;
  height: 54px;
  justify-content: center;
  margin-bottom: 18px;
  width: 54px;
}

.ads-benefit-grid h3 {
  color: #0b2b5c;
  font-size: 22px;
  margin-bottom: 10px;
}

.ads-benefit-grid p,
.ads-pricing-copy p,
.ads-faq-list p {
  color: #526176;
  line-height: 1.7;
  margin: 0;
}

.ads-pricing-strip {
  background: #f6fbfa;
  border-bottom: 1px solid #dfe7f2;
  border-top: 1px solid #dfe7f2;
  padding: 76px 0;
}

.ads-pricing-copy {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.ads-pricing-copy div {
  max-width: 700px;
}

.ads-pricing-cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ads-pricing-cards a {
  background: #fff;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  color: #0b2b5c;
  display: grid;
  gap: 10px;
  padding: 26px;
}

.ads-pricing-cards a:hover {
  border-color: #08c589;
  box-shadow: 0 18px 50px rgba(8, 197, 137, .12);
}

.ads-pricing-cards a:first-child {
  border-color: #08c589;
  box-shadow: 0 18px 50px rgba(8, 197, 137, .12);
}

.ads-pricing-cards span {
  color: #08a977;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ads-pricing-cards strong {
  font-size: 25px;
}

.ads-pricing-cards em {
  color: #526176;
  font-style: normal;
  font-weight: 800;
}

.ads-faq-grid {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
}

.ads-faq-list {
  display: grid;
  gap: 14px;
}

.ads-faq-list details {
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  padding: 20px;
}

.ads-faq-list summary {
  color: #0b2b5c;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}

.ads-faq-list p {
  margin-top: 12px;
}

.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;
  }

  .proxy-log-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proxy-log-filter-actions {
    align-items: center;
  }

  .ads-landing-hero {
    padding: 62px 0;
  }

  .ads-landing-grid,
  .ads-faq-grid {
    grid-template-columns: 1fr;
  }

  .ads-offer-grid,
  .ads-hero-action-grid,
  .ads-compact-grid {
    grid-template-columns: 1fr;
  }

  .ads-compact-grid {
    gap: 22px;
  }

  .ads-compact-offer-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ads-compact-right {
    gap: 18px;
  }

  .ads-offer-card {
    min-height: 0;
  }

  .ads-landing-copy h1 {
    font-size: 44px;
  }

  .ads-landing-panel {
    max-width: 620px;
  }

  .ads-benefit-grid,
  .ads-pricing-cards {
    grid-template-columns: 1fr;
  }

  .ads-pricing-copy {
    align-items: flex-start;
    display: grid;
  }
}

@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;
  }

  .proxy-log-filters,
  .proxy-log-filter-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .proxy-log-summary {
    align-items: flex-start;
  }

  .ads-landing-hero,
  .ads-verify-section,
  .ads-benefits-section,
  .ads-pricing-strip,
  .ads-faq-section {
    padding: 48px 0;
  }

  .ads-landing-copy h1 {
    font-size: 36px;
  }

  .ads-landing-copy p,
  .ads-verify-heading p {
    font-size: 16px;
    line-height: 1.75;
  }

  .ads-landing-actions,
  .ads-pricing-copy {
    display: grid;
  }

  .ads-landing-actions .default-btn,
  .ads-landing-secondary,
  .ads-pricing-copy .default-btn {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .ads-landing-panel,
  .ads-verify-card,
  .ads-benefit-grid article,
  .ads-pricing-cards a {
    padding: 20px;
  }

  .ads-result-preview-grid,
  .ads-verify-form {
    grid-template-columns: 1fr;
  }

  .ads-verify-heading h2,
  .ads-pricing-copy h2,
  .ads-faq-grid h2 {
    font-size: 29px;
    line-height: 1.25;
  }

  .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;
  }

  .text-result-feed {
    height: 460px;
  }

  .text-result-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0;
  }

  .text-result-title {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .text-result-title .status-pill {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .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;
  }

  .api-landing-grid,
  .api-two-column,
  .api-feature-grid,
  .features-report-grid,
  .features-platform-grid,
  .features-cta {
    grid-template-columns: 1fr;
  }

  .api-landing-hero {
    padding: 52px 0;
  }

  .api-landing-copy h1 {
    font-size: 36px;
  }

  .api-code-card {
    width: 100%;
  }

  .features-result-card {
    width: 100%;
  }

  .features-cta .api-final-cta {
    margin-top: 0;
  }

  .api-endpoint-table div {
    align-items: start;
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .api-endpoint-table div span {
    grid-column: 2;
  }

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

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

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

@media (max-width: 575px) {
  .api-landing-copy h1 {
    font-size: 30px;
  }

  .api-landing-copy p {
    font-size: 16px;
  }

  .api-landing-actions,
  .api-final-cta {
    display: grid;
  }

  .api-landing-actions .default-btn,
  .api-final-cta .default-btn,
  .api-secondary-btn {
    width: 100%;
  }

  .api-landing-section {
    padding: 44px 0;
  }

  .api-section-heading h2,
  .api-card-panel h2 {
    font-size: 26px;
  }

  .api-code-card pre,
  .api-card-panel pre {
    padding: 16px;
  }

  .features-result-card,
  .features-cta {
    padding: 22px;
  }

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

  .features-cta h2 {
    font-size: 25px;
  }

  .api-code-card code,
  .api-card-panel code {
    font-size: 11px;
  }

  .api-endpoint-table div {
    grid-template-columns: 1fr;
  }

  .api-endpoint-table strong {
    justify-self: start;
  }

  .api-endpoint-table div span {
    grid-column: auto;
  }

  .bulk-results-header,
  .bulk-results-footer {
    align-items: stretch;
    display: grid;
  }

  .bulk-download-primary {
    justify-content: center;
  }

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

  .bulk-result-progress > div:first-child {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .bulk-result-pages {
    justify-content: space-between;
  }

  .bulk-toolbar-search {
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
  }

  .bulk-toolbar-search button span {
    display: none;
  }

  .bulk-toolbar-search button {
    justify-content: center;
    padding: 10px;
    width: 48px;
  }

  .text-results-heading {
    align-items: flex-start;
  }

  .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;
  }
}
.turnstile-field {
  clear: both;
  margin: 14px 0;
  min-height: 65px;
  width: 100%;
}

.turnstile-field .cf-turnstile {
  max-width: 100%;
}

.inbox-email-search .turnstile-field {
  display: flex;
  justify-content: center;
  margin: 12px 0;
}

.tool-input-error,
.tool-input-error ul {
  color: #b42318;
  margin: 0 0 10px;
}

@media (max-width: 575px) {
  .trial-offer-card {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }

  .trial-offer-card h2 {
    font-size: 25px;
  }

  .trial-offer-card .default-btn {
    width: 100%;
  }

  .launch-offer-banner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
    padding: 12px 14px;
    width: 100%;
  }

  .launch-offer-banner strong {
    font-size: 18px;
  }

  .ads-launch-offer-banner {
    padding: 14px;
  }

  .ads-landing-hero {
    padding: 18px 0 30px;
  }

  .ads-compact-offer-head > a {
    font-size: 32px;
  }

  .ads-compact-left .ads-hero-try-card {
    border-width: 5px;
    min-height: 0;
    padding: 18px;
  }

  .ads-free-compact-card,
  .ads-info-block {
    border-width: 5px;
    padding: 18px;
  }

  .ads-info-block span {
    font-size: 28px;
  }

  .ads-offer-card,
  .ads-hero-try-card,
  .ads-disposable-card {
    padding: 18px;
  }

  .ads-offer-card strong {
    font-size: 32px;
  }

  .ads-offer-card b {
    font-size: 44px;
  }

  .ads-hero-message h1 {
    font-size: 38px;
  }

  .ads-hero-message p {
    font-size: 17px;
  }

  .ads-hero-status-row span {
    font-size: 13px;
    padding: 9px 11px;
  }

  .ads-hero-form {
    padding: 10px;
  }

  .ads-launch-offer-main strong {
    font-size: 22px;
  }

  .launch-countdown {
    justify-content: flex-start;
    min-width: 0;
    width: 100%;
  }

  .launch-countdown strong {
    font-size: 22px;
  }
}

/* Email verification ad landing redesign */
.ads-landing-hero {
  background: radial-gradient(circle at 82% 10%, rgba(246, 38, 105, .1), transparent 28%), linear-gradient(180deg, #fbfdff 0%, #f5f9ff 100%);
  color: #09183f;
  overflow: hidden;
  padding: 32px 0 44px;
}

.ads-redesign-hero {
  display: grid;
  gap: 26px;
}

.ads-redesign-badge {
  align-items: center;
  background: #f62669;
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(246, 38, 105, .22);
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  gap: 10px;
  justify-self: center;
  letter-spacing: .3px;
  padding: 14px 26px;
  text-transform: uppercase;
}

.ads-redesign-badge:hover,
.ads-redesign-badge:focus,
.ads-redesign-headline a:hover,
.ads-redesign-headline a:focus,
.ads-redesign-free-card:hover,
.ads-redesign-free-card:focus,
.ads-redesign-side-card:hover,
.ads-redesign-side-card:focus {
  text-decoration: none;
}

.ads-redesign-headline {
  text-align: center;
}

.ads-redesign-headline h1 {
  color: #07163e;
  font-size: clamp(48px, 6.2vw, 92px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .98;
  margin: 0;
}

.ads-redesign-headline h1 span,
.ads-redesign-price a {
  color: #f62669;
}

.ads-redesign-price {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 14px;
}

.ads-redesign-price a {
  font-size: clamp(68px, 8vw, 116px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .9;
}

.ads-redesign-price strong {
  background: #09183f;
  border-radius: 999px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  padding: 18px 24px;
  text-transform: uppercase;
}

.ads-redesign-headline p {
  color: #5d667a;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
  margin: 20px 0 0;
}

.ads-redesign-countdown.launch-countdown {
  align-items: center;
  background: #fff;
  border: 1px solid #e2e8f2;
  border-radius: 999px;
  box-shadow: 0 16px 42px rgba(9, 24, 63, .12);
  color: #09183f;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  margin: 22px auto 0;
  padding: 12px 24px;
  width: auto;
}

.ads-redesign-countdown i,
.ads-redesign-countdown strong {
  color: #f62669;
}

.ads-redesign-countdown > span {
  color: #4a5267;
  font-size: 15px;
  font-weight: 900;
  margin: 0 8px 0 0;
}

.ads-redesign-countdown strong {
  font-size: 28px;
  line-height: 1;
}

.ads-redesign-countdown em {
  color: #09183f;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
}

.ads-redesign-main {
  align-items: stretch;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
  margin-top: 2px;
}

.ads-redesign-try-card,
.ads-redesign-free-card,
.ads-redesign-side-card,
.ads-redesign-status {
  background: rgba(255, 255, 255, .92);
  border: 1px solid #e3eaf5;
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(9, 24, 63, .09);
}

.ads-redesign-try-card {
  padding: 34px;
}

.ads-redesign-chip {
  background: #edf2ff;
  border-radius: 999px;
  color: #123bd7;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.ads-redesign-try-card h2 {
  color: #07163e;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.ads-redesign-try-card p {
  color: #4f5b73;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 22px;
  max-width: 620px;
}

.ads-redesign-form.ads-verify-form {
  background: #f7fbff;
  border: 1px solid #dfe7f2;
  border-radius: 12px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, .95fr);
  padding: 14px;
}

.ads-redesign-form input {
  background: #fff;
  border: 1px solid #d7e1ee;
  border-radius: 10px;
  color: #07163e;
  font-size: 18px;
  min-height: 82px;
  padding: 0 22px;
  width: 100%;
}

.ads-redesign-form .cf-turnstile {
  align-items: center;
  background: #fff;
  border: 1px solid #d7e1ee;
  border-radius: 10px;
  display: flex;
  min-height: 82px;
  overflow: hidden;
  padding: 0 12px;
}

.ads-redesign-form .default-btn {
  background: #123bd7;
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(18, 59, 215, .26);
  color: #fff;
  font-size: 20px;
  grid-column: 1 / -1;
  min-height: 66px;
  width: 100%;
}

.ads-redesign-right {
  display: grid;
  gap: 22px;
}

.ads-redesign-free-card {
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(236,255,247,.96));
  color: #07163e;
  display: grid;
  min-height: 250px;
  padding: 26px;
}

.ads-redesign-free-card > span {
  background: #08b86f;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  justify-self: start;
  padding: 8px 15px;
  text-transform: uppercase;
}

.ads-redesign-free-card div {
  align-items: center;
  display: flex;
  gap: 18px;
  margin: 22px 0 14px;
}

.ads-redesign-free-card strong {
  color: #08b86f;
  font-size: 82px;
  font-weight: 900;
  line-height: .85;
}

.ads-redesign-free-card b {
  color: #07163e;
  font-size: 40px;
  font-weight: 900;
  line-height: .95;
}

.ads-redesign-free-card p {
  align-items: center;
  color: #4f5b73;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  gap: 10px;
  margin: 8px 0;
}

.ads-redesign-free-card p i {
  color: #08b86f;
}

.ads-redesign-free-card em {
  align-items: center;
  border: 2px solid #08b86f;
  border-radius: 10px;
  color: #08a162;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  justify-content: center;
  margin-top: 22px;
  min-height: 54px;
}

.ads-redesign-side-card {
  align-items: center;
  color: #07163e;
  display: grid;
  gap: 18px;
  grid-template-columns: 74px minmax(0, 1fr);
  padding: 24px;
}

.ads-redesign-side-card > i {
  align-items: center;
  border-radius: 50%;
  display: flex;
  font-size: 30px;
  height: 74px;
  justify-content: center;
  width: 74px;
}

.ads-redesign-side-card strong {
  display: block;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 7px;
}

.ads-redesign-side-card span {
  color: #4f5b73;
  font-size: 16px;
  font-weight: 800;
}

.ads-redesign-disposable {
  border-color: rgba(246, 38, 105, .24);
}

.ads-redesign-disposable > i {
  background: rgba(246, 38, 105, .12);
  color: #f62669;
}

.ads-redesign-disposable strong {
  color: #f62669;
}

.ads-redesign-unknown {
  border-color: rgba(255, 159, 28, .28);
}

.ads-redesign-unknown > i {
  background: rgba(255, 159, 28, .14);
  color: #ff9f1c;
}

.ads-redesign-unknown strong {
  color: #f08a00;
}

.ads-redesign-status {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 190px repeat(6, minmax(0, 1fr));
  padding: 24px 28px;
}

.ads-redesign-status > strong {
  color: #07163e;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
  text-transform: uppercase;
}

.ads-redesign-status span {
  align-items: center;
  border-radius: 12px;
  color: #07163e;
  display: flex;
  font-size: 16px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 64px;
  padding: 12px;
  text-align: center;
}

.ads-redesign-status i {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.ads-redesign-status .status-valid { background: rgba(8, 197, 137, .08); }
.ads-redesign-status .status-valid i { background: #08b86f; }
.ads-redesign-status .status-invalid { background: rgba(229, 72, 77, .08); }
.ads-redesign-status .status-invalid i { background: #e5484d; }
.ads-redesign-status .status-catchall { background: rgba(109, 93, 252, .08); }
.ads-redesign-status .status-catchall i { background: #6d5dfc; }
.ads-redesign-status .status-disposable { background: rgba(246, 38, 105, .08); }
.ads-redesign-status .status-disposable i { background: #f62669; }
.ads-redesign-status .status-spamtrap { background: rgba(255, 159, 28, .08); }
.ads-redesign-status .status-spamtrap i { background: #ff9f1c; }
.ads-redesign-status .status-unknown { background: rgba(9, 24, 63, .06); }
.ads-redesign-status .status-unknown i { background: #09183f; }

@media (max-width: 1199px) {
  .ads-redesign-status {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ads-redesign-status > strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  .ads-redesign-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .ads-redesign-badge {
    justify-self: start;
  }

  .ads-redesign-headline {
    text-align: left;
  }

  .ads-redesign-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .ads-redesign-countdown.launch-countdown {
    align-items: flex-start;
    border-radius: 14px;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .ads-redesign-form.ads-verify-form {
    grid-template-columns: 1fr;
  }

  .ads-redesign-status {
    grid-template-columns: 1fr;
  }

  .ads-redesign-status span {
    justify-content: flex-start;
  }
}

/* Corrected two-column hero composition */
.ads-redesign-top {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 410px);
}

.ads-redesign-top .ads-redesign-headline {
  text-align: left;
}

.ads-redesign-top .ads-redesign-headline h1 {
  font-size: clamp(54px, 5.7vw, 88px);
  max-width: 940px;
}

.ads-redesign-top .ads-redesign-price {
  justify-content: flex-start;
}

.ads-redesign-top .ads-redesign-countdown.launch-countdown {
  margin-left: 0;
  margin-right: 0;
}

.ads-redesign-top .ads-redesign-free-card {
  align-self: end;
  margin-bottom: 8px;
}

.ads-redesign-main {
  grid-template-columns: minmax(0, 1.38fr) minmax(330px, .62fr);
}

.ads-redesign-right {
  align-content: center;
}

@media (max-width: 1199px) {
  .ads-redesign-top {
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 360px);
  }

  .ads-redesign-top .ads-redesign-headline h1 {
    font-size: clamp(48px, 5.3vw, 72px);
  }
}

@media (max-width: 991px) {
  .ads-redesign-top {
    grid-template-columns: 1fr;
  }

  .ads-redesign-top .ads-redesign-free-card {
    align-self: stretch;
    margin-bottom: 0;
  }
}

/* Cleaner email verification campaign hero */
.ads-landing-hero {
  background: linear-gradient(180deg, #fbfdff 0%, #f3f7fc 100%);
  padding: 30px 0 36px;
}

.ads-redesign-hero {
  gap: 18px;
}

.ads-redesign-badge {
  font-size: 14px;
  justify-self: start;
  padding: 12px 22px;
}

.ads-redesign-top {
  align-items: stretch;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 420px);
}

.ads-redesign-top .ads-redesign-headline {
  background: rgba(255, 255, 255, .9);
  border: 1px solid #e3eaf5;
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(9, 24, 63, .08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.ads-redesign-top .ads-redesign-headline h1 {
  font-size: clamp(44px, 4.3vw, 68px);
  line-height: 1.04;
  max-width: 740px;
}

.ads-redesign-headline p {
  font-size: 19px;
  font-weight: 700;
  max-width: 760px;
}

.ads-redesign-offers {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
  max-width: 760px;
}

.ads-redesign-offers a {
  border-radius: 18px;
  display: grid;
  gap: 6px;
  padding: 20px 22px;
}

.ads-redesign-offers span {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.ads-redesign-offers strong {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.1;
}

.ads-redesign-offer-primary {
  background: #07163e;
  color: #fff;
}

.ads-redesign-offer-primary span {
  color: #60f0b1;
}

.ads-redesign-offer-secondary {
  background: #fff3f7;
  border: 1px solid rgba(246, 38, 105, .2);
  color: #07163e;
}

.ads-redesign-offer-secondary span,
.ads-redesign-offer-secondary strong {
  color: #f62669;
}

.ads-redesign-countdown.launch-countdown {
  box-shadow: 0 14px 34px rgba(9, 24, 63, .08);
  margin-top: 22px;
  padding: 11px 20px;
}

.ads-redesign-free-card {
  border-color: rgba(8, 184, 111, .24);
  min-height: 0;
  padding: 30px;
}

.ads-redesign-free-card div {
  gap: 14px;
  margin: 22px 0 12px;
}

.ads-redesign-free-card strong {
  font-size: clamp(56px, 5vw, 76px);
}

.ads-redesign-free-card b {
  font-size: clamp(28px, 2.6vw, 36px);
}

.ads-redesign-free-card em {
  margin-top: 18px;
}

.ads-redesign-main {
  gap: 24px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
}

.ads-redesign-try-card {
  padding: 28px;
}

.ads-redesign-right {
  gap: 18px;
}

.ads-redesign-side-card {
  border-radius: 20px;
  padding: 22px;
}

.ads-redesign-status {
  border-radius: 20px;
  gap: 12px;
  grid-template-columns: 170px repeat(6, minmax(0, 1fr));
  padding: 18px;
}

.ads-redesign-status span {
  font-size: 14px;
  min-height: 54px;
}

@media (max-width: 1199px) {
  .ads-redesign-status {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .ads-redesign-top,
  .ads-redesign-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .ads-landing-hero {
    padding: 22px 0 28px;
  }

  .ads-redesign-top .ads-redesign-headline,
  .ads-redesign-free-card,
  .ads-redesign-try-card {
    padding: 22px;
  }

  .ads-redesign-top .ads-redesign-headline h1 {
    font-size: 38px;
  }

  .ads-redesign-offers {
    grid-template-columns: 1fr;
  }

  .ads-redesign-status {
    grid-template-columns: 1fr;
  }
}

.home-trial-note {
  align-items: center;
  background: linear-gradient(135deg, #f7fbff 0%, #eefdf6 100%);
  border: 1px solid rgba(8, 184, 111, .28);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(9, 24, 63, .08);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 26px auto 0;
  max-width: 760px;
  padding: 20px 22px;
  text-align: left;
}

.home-trial-note span {
  color: #08a66b;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.home-trial-note strong {
  color: #08265a;
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}

.home-trial-note p {
  color: #4d5e78;
  font-size: 15px;
  line-height: 1.55;
  margin: 8px 0 0;
}

.home-trial-note a {
  background: #08c394;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(8, 195, 148, .24);
  color: #fff;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  min-width: 132px;
  padding: 14px 18px;
  text-align: center;
  text-transform: uppercase;
}

.home-trial-note a:hover {
  background: #07163e;
  color: #fff;
}

@media (max-width: 575px) {
  .home-trial-note {
    align-items: stretch;
    flex-direction: column;
    padding: 18px;
  }

  .home-trial-note strong {
    font-size: 19px;
  }
}
