.elementor-2847 .elementor-element.elementor-element-6279496.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-6279496 */ /* =====================================================
   DIGITAL MARKETER FOR SMALL BUSINESS
   Safe prefix: dm-
   ===================================================== */

.dm-small-business {
  --dm-black: #101010;
  --dm-dark: #181818;
  --dm-text: #222;
  --dm-muted: #686868;
  --dm-border: #e5e5e5;
  --dm-light: #f7f7f3;
  --dm-lime: #b6ff3b;
  --dm-white: #fff;

  background: #fff;
  color: var(--dm-text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.75;
  overflow: hidden;
}

.dm-small-business *,
.dm-small-business *::before,
.dm-small-business *::after {
  box-sizing: border-box;
}

.dm-container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

/* HERO */

.dm-hero {
  background: var(--dm-black);
  color: white;
  padding: 90px 0;
}

.dm-label {
  display: inline-block;
  background: var(--dm-lime);
  color: #111;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.3;
}

.dm-hero h1 {
  max-width: 1000px;
  margin: 25px 0;
  color: white;
  font-size: clamp(40px, 6vw, 70px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.dm-intro {
  max-width: 850px;
  color: #d5d5d5;
  font-size: 20px;
  line-height: 1.7;
}

.dm-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.dm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 12px;
  background: var(--dm-lime);
  color: #111 !important;
  text-decoration: none !important;
  font-weight: 800;
  transition: transform .2s ease;
}

.dm-btn:hover {
  transform: translateY(-2px);
}

.dm-btn-outline {
  background: white;
}

/* MAIN */

.dm-main {
  padding: 65px 0;
}

.dm-main section {
  margin: 75px 0;
}

.dm-main h2 {
  max-width: 900px;
  margin: 12px 0 22px;
  color: #111;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.15;
  letter-spacing: -.035em;
}

.dm-main h3 {
  color: #151515;
  font-size: 22px;
  line-height: 1.3;
  margin: 32px 0 12px;
}

.dm-main p {
  max-width: 850px;
  margin: 0 0 20px;
  font-size: 17px;
}

.dm-main a {
  color: #507900;
  font-weight: 700;
}

.dm-section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: 50%;
  background: var(--dm-lime);
  color: #111;
  font-weight: 900;
}

/* AUTHOR */

.dm-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  margin-bottom: 35px;
  background: var(--dm-light);
  border: 1px solid var(--dm-border);
  border-radius: 16px;
}

.dm-author div {
  display: flex;
  flex-direction: column;
}

.dm-author span {
  color: var(--dm-muted);
  font-size: 14px;
}

/* IMAGE */

.dm-featured-image {
  margin: 0 0 45px;
}

.dm-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  border-radius: 24px;
}

.dm-featured-image figcaption {
  padding-top: 10px;
  color: #777;
  font-size: 13px;
}

/* HIGHLIGHT */

.dm-highlight {
  margin: 30px 0;
  padding: 25px;
  background: #f5f5ef;
  border-left: 5px solid var(--dm-lime);
  border-radius: 14px;
}

/* TOC */

.dm-toc {
  padding: 30px;
  margin: 50px 0;
  background: #fafafa;
  border: 1px solid var(--dm-border);
  border-radius: 22px;
}

.dm-toc h2 {
  margin-top: 0;
  font-size: 27px;
}

.dm-toc ul {
  margin: 0;
  padding-left: 22px;
}

.dm-toc li {
  margin: 7px 0;
}

/* CARDS */

.dm-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.dm-card {
  padding: 30px;
  border: 1px solid var(--dm-border);
  border-radius: 22px;
  background: white;
  box-shadow: 0 10px 35px rgba(0,0,0,.04);
}

.dm-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--dm-lime);
  color: #111;
  font-weight: 900;
}

.dm-card h3 {
  margin-top: 20px;
}

/* SERVICES */

.dm-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.dm-services article {
  padding: 26px;
  border: 1px solid var(--dm-border);
  border-radius: 18px;
  background: white;
}

.dm-services h3 {
  margin-top: 0;
}

/* LIST */

.dm-list {
  max-width: 800px;
  padding-left: 24px;
}

.dm-list li {
  margin: 8px 0;
}

.dm-list li::marker {
  color: #659300;
}

/* LINKS */

.dm-link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.dm-link-grid a {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 24px;
  background: var(--dm-black);
  color: white !important;
  border-radius: 18px;
  text-decoration: none;
}

.dm-link-grid span {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}

/* MISTAKES */

.dm-mistakes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.dm-mistakes article {
  padding: 25px;
  border: 1px solid var(--dm-border);
  border-radius: 18px;
}

.dm-mistakes strong {
  display: inline-block;
  color: #5d8500;
  font-size: 14px;
}

/* FAQ */

.dm-faq details {
  border-bottom: 1px solid var(--dm-border);
}

.dm-faq summary {
  cursor: pointer;
  padding: 21px 5px;
  color: #111;
  font-size: 18px;
  font-weight: 800;
}

.dm-faq p {
  padding: 0 5px 20px;
}

/* CHECKLIST */

.dm-checklist {
  display: grid;
  gap: 13px;
  padding: 28px;
  background: var(--dm-light);
  border-radius: 22px;
}

.dm-checklist label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.dm-checklist input {
  width: 18px;
  height: 18px;
  accent-color: #83b900;
}

/* TRUST */

.dm-trust {
  padding: 45px;
  background: #f4f4ef;
  border-radius: 25px;
}

.dm-trust h2 {
  margin-top: 20px;
}

/* CTA */

.dm-cta {
  padding: 55px;
  background: var(--dm-black);
  border-radius: 30px;
  color: white;
}

.dm-cta h2 {
  max-width: 800px;
  color: white;
}

.dm-cta p {
  color: #ccc;
}

/* MOBILE */

@media (max-width: 800px) {

  .dm-hero {
    padding: 65px 0;
  }

  .dm-hero h1 {
    font-size: 42px;
  }

  .dm-intro {
    font-size: 17px;
  }

  .dm-grid,
  .dm-services,
  .dm-mistakes,
  .dm-link-grid {
    grid-template-columns: 1fr;
  }

  .dm-author {
    flex-direction: column;
    align-items: flex-start;
  }

  .dm-featured-image img {
    max-height: 350px;
  }

  .dm-trust,
  .dm-cta {
    padding: 30px 22px;
  }

  .dm-buttons {
    flex-direction: column;
  }

  .dm-btn {
    width: 100%;
  }

}

@media (max-width: 480px) {

  .dm-container {
    width: min(100% - 22px, 1120px);
  }

  .dm-main {
    padding: 45px 0;
  }

  .dm-main section {
    margin: 55px 0;
  }

  .dm-hero h1 {
    font-size: 36px;
  }

  .dm-main h2 {
    font-size: 30px;
  }

} /* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6279496 *//* ==========================================
   SMALL BUSINESS DIGITAL MARKETER PAGE
   Prefix: smb-dm-
   ========================================== */

.smb-dm-page {
  --smb-black: #101010;
  --smb-dark: #171717;
  --smb-text: #202020;
  --smb-muted: #666;
  --smb-border: #e7e7e7;
  --smb-light: #f7f7f4;
  --smb-white: #ffffff;
  --smb-lime: #b6ff3b;
  --smb-radius: 22px;

  color: var(--smb-text);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.75;
  overflow: hidden;
}

.smb-dm-page *,
.smb-dm-page *::before,
.smb-dm-page *::after {
  box-sizing: border-box;
}

.smb-dm-container {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.smb-dm-hero {
  background: var(--smb-black);
  color: white;
  padding: 95px 0 90px;
}

.smb-dm-eyebrow {
  display: inline-block;
  color: #111;
  background: var(--smb-lime);
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
}

.smb-dm-hero h1 {
  max-width: 950px;
  margin: 25px 0 24px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: white;
}

.smb-dm-lead {
  max-width: 820px;
  font-size: 20px;
  line-height: 1.75;
  color: #d6d6d6;
}

.smb-dm-hero-links,
.smb-dm-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.smb-dm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 12px;
  background: var(--smb-lime);
  color: #101010 !important;
  font-weight: 800;
  text-decoration: none !important;
  transition: .2s ease;
}

.smb-dm-btn:hover {
  transform: translateY(-2px);
}

.smb-dm-btn-light {
  background: white;
  color: #111 !important;
}

.smb-dm-content {
  padding: 70px 0;
}

.smb-dm-content > section {
  margin: 80px 0;
}

.smb-dm-content h2 {
  color: #111;
  font-size: clamp(29px, 4vw, 44px);
  line-height: 1.15;
  letter-spacing: -.03em;
  margin: 0 0 22px;
}

.smb-dm-content h3 {
  color: #161616;
  font-size: 23px;
  line-height: 1.3;
  margin: 38px 0 12px;
}

.smb-dm-content p {
  max-width: 850px;
  margin: 0 0 20px;
  font-size: 17px;
}

.smb-dm-content a {
  color: #4b7600;
  font-weight: 700;
}

.smb-dm-author-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px 24px;
  margin-bottom: 35px;
  border: 1px solid var(--smb-border);
  border-radius: 16px;
  background: var(--smb-light);
}

.smb-dm-author-box div {
  display: flex;
  flex-direction: column;
}

.smb-dm-author-box span {
  color: var(--smb-muted);
  font-size: 14px;
}

.smb-dm-highlight {
  padding: 25px;
  margin: 30px 0;
  border-left: 5px solid var(--smb-lime);
  border-radius: 14px;
  background: #f5f5f1;
}

.smb-dm-toc {
  padding: 30px;
  margin-top: 45px;
  border: 1px solid var(--smb-border);
  border-radius: var(--smb-radius);
  background: #fafafa;
}

.smb-dm-toc h2 {
  font-size: 26px;
}

.smb-dm-toc ul {
  margin: 0;
  padding-left: 22px;
}

.smb-dm-toc li {
  margin: 7px 0;
}

.smb-dm-card-grid,
.smb-dm-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 35px 0;
}

.smb-dm-card,
.smb-dm-service {
  padding: 30px;
  border: 1px solid var(--smb-border);
  border-radius: var(--smb-radius);
  background: white;
  box-shadow: 0 10px 35px rgba(0,0,0,.045);
}

.smb-dm-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--smb-lime);
  color: #111;
  font-weight: 900;
}

.smb-dm-card h3,
.smb-dm-service h3 {
  margin-top: 20px;
}

.smb-dm-card p,
.smb-dm-service p {
  font-size: 16px;
}

.smb-dm-service a {
  display: inline-block;
  margin-top: 8px;
}

.smb-dm-checklist {
  padding-left: 25px;
  margin: 25px 0;
}

.smb-dm-checklist li {
  margin: 9px 0;
}

.smb-dm-checklist li::marker {
  color: #5d8d00;
}

.smb-dm-price-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 30px;
}

.smb-dm-price-links a {
  display: block;
  padding: 20px;
  border-radius: 15px;
  background: var(--smb-black);
  color: white !important;
  text-decoration: none;
}

.smb-dm-faq {
  margin-top: 30px;
}

.smb-dm-faq details {
  border-bottom: 1px solid var(--smb-border);
}

.smb-dm-faq summary {
  cursor: pointer;
  padding: 22px 5px;
  font-size: 18px;
  font-weight: 800;
  color: #111;
}

.smb-dm-faq p {
  padding: 0 5px 20px;
  margin: 0;
}

.smb-dm-checklist-box {
  display: grid;
  gap: 13px;
  padding: 28px;
  border-radius: var(--smb-radius);
  background: #f5f5f1;
}

.smb-dm-checklist-box label {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 600;
}

.smb-dm-checklist-box input {
  width: 18px;
  height: 18px;
  accent-color: #83bd00;
}

.smb-dm-trust {
  padding: 45px;
  border-radius: var(--smb-radius);
  background: #f4f4ef;
}

.smb-dm-source {
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 15px !important;
}

.smb-dm-cta {
  margin-top: 90px !important;
  padding: 55px;
  border-radius: 30px;
  background: var(--smb-black);
  color: white;
}

.smb-dm-cta h2 {
  color: white;
  max-width: 800px;
}

.smb-dm-cta p {
  color: #d0d0d0;
}

@media (max-width: 760px) {

  .smb-dm-container {
    width: min(100% - 24px, 1120px);
  }

  .smb-dm-hero {
    padding: 65px 0;
  }

  .smb-dm-hero h1 {
    font-size: 42px;
  }

  .smb-dm-lead {
    font-size: 17px;
  }

  .smb-dm-content {
    padding: 45px 0;
  }

  .smb-dm-content > section {
    margin: 55px 0;
  }

  .smb-dm-card-grid,
  .smb-dm-service-grid,
  .smb-dm-price-links {
    grid-template-columns: 1fr;
  }

  .smb-dm-author-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .smb-dm-trust,
  .smb-dm-cta {
    padding: 28px 22px;
  }

  .smb-dm-btn {
    width: 100%;
  }

  .smb-dm-cta-buttons {
    flex-direction: column;
  }

}/* End custom CSS */