/*
Theme Name: SMTasker GeneratePress
Theme URI: http://127.0.0.1:8888
Description: SMTasker GeneratePress child theme.
Author: SMTasker
Version: 2.2.67
Template: generatepress
Text Domain: smtasker-generatepress
*/

@import url("assets/smtasker-blog.css");
@import url("assets/smtasker-hub.css?v=2.2.67");

:root {
  --smt-page-ink: #151523;
  --smt-page-muted: #74768d;
  --smt-page-line: #ece5ff;
  --smt-page-purple: #6d3bea;
  --smt-page-purple-dark: #543593;
  --smt-page-cyan: #24b7dd;
  --smt-page-shadow: 0 28px 90px rgba(76, 49, 145, 0.12);
}

.gb-element-f0594603 {
  background:
    radial-gradient(circle at 12% 18%, rgba(124, 58, 237, 0.07), transparent 24rem),
    radial-gradient(circle at 90% 24%, rgba(61, 123, 255, 0.055), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #fbf7ff 100%) !important;
  border-bottom: 1px solid rgba(141, 92, 255, 0.09);
  box-shadow: inset 0 -16px 50px rgba(66, 52, 99, 0.035);
  overflow: hidden;
}

.gb-element-fe517c67 {
  padding: 150px 30px 74px !important;
}

.gb-shape-fab0093a svg {
  color: #ffffff !important;
}

.gb-text-9449d7f6 {
  color: var(--smt-page-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
}

@media (max-width: 767px) {
  .gb-element-fe517c67 {
    padding: 126px 22px 58px !important;
  }

  .gb-text-9449d7f6 {
    font-size: 40px;
  }
}

body:has(.smt-static-page),
body:has(.smt-contact-page) {
  background:
    radial-gradient(circle at 8% 12%, rgba(109, 59, 234, 0.07), transparent 27rem),
    radial-gradient(circle at 92% 18%, rgba(36, 183, 221, 0.06), transparent 24rem),
    linear-gradient(180deg, #fff 0%, #fbf9ff 48%, #fff 100%) !important;
  color: var(--smt-page-ink);
}

body:has(.smt-static-page) .site-content,
body:has(.smt-static-page) .content-area,
body:has(.smt-static-page) .site-main,
body:has(.smt-static-page) .inside-article,
body:has(.smt-contact-page) .site-content,
body:has(.smt-contact-page) .content-area,
body:has(.smt-contact-page) .site-main,
body:has(.smt-contact-page) .inside-article {
  background: transparent !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

body:has(.smt-static-page) .entry-header,
body:has(.smt-static-page) .page-header,
body:has(.smt-static-page) .inside-article > header,
body:has(.smt-contact-page) .entry-header,
body:has(.smt-contact-page) .page-header,
body:has(.smt-contact-page) .inside-article > header {
  display: none !important;
}

body:has(.smt-static-page) .gb-element-f0594603,
body:has(.smt-contact-page) .gb-element-f0594603 {
  display: none !important;
}

.smt-static-page,
.smt-static-page *,
.smt-contact-page,
.smt-contact-page * {
  box-sizing: border-box;
}

.smt-static-page,
.smt-contact-page {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
  padding: 130px 24px 72px;
}

.smt-static-wrap {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

.smt-static-hero {
  margin: 0 auto 38px;
  max-width: 920px;
  position: relative;
  text-align: center;
}

.smt-static-hero::before {
  background-image: radial-gradient(circle, rgba(109, 59, 234, 0.12) 1.15px, transparent 1.15px);
  background-size: 32px 32px;
  content: "";
  height: 310px;
  inset: -62px -120px auto;
  opacity: 0.34;
  pointer-events: none;
  position: absolute;
  -webkit-mask-image: radial-gradient(circle at 50% 28%, #000, transparent 72%);
  mask-image: radial-gradient(circle at 50% 28%, #000, transparent 72%);
}

.smt-static-kicker {
  background: #f3efff;
  border: 1px solid #e6dcff;
  border-radius: 999px;
  color: var(--smt-page-purple);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 18px;
  padding: 12px 18px;
  position: relative;
  z-index: 1;
}

.smt-static-hero h1 {
  color: var(--smt-page-ink);
  font-size: clamp(46px, 7vw, 82px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
  position: relative;
  z-index: 1;
}

.smt-static-hero p {
  color: var(--smt-page-muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
  margin: 24px auto 0;
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.smt-static-summary {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto 30px;
  max-width: 1080px;
}

.smt-static-summary div {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--smt-page-line);
  border-radius: 22px;
  box-shadow: 0 18px 52px rgba(76, 49, 145, 0.08);
  padding: 22px;
}

.smt-static-summary strong {
  color: var(--smt-page-ink);
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 7px;
}

.smt-static-summary span {
  color: var(--smt-page-muted);
  display: block;
  font-size: 14px;
  line-height: 1.45;
}

.smt-static-card,
.smt-contact-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--smt-page-line);
  border-radius: 30px;
  box-shadow: var(--smt-page-shadow);
  margin: 0 auto;
  max-width: 960px;
  padding: clamp(28px, 4vw, 52px);
}

.smt-static-card {
  color: var(--smt-page-muted);
  font-size: 18px;
  line-height: 1.72;
}

.smt-static-card h2 {
  border-bottom: 1px solid var(--smt-page-line);
  color: var(--smt-page-ink);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 2.1em 0 0.65em;
  padding-bottom: 0.35em;
}

.smt-static-card h2:first-child {
  margin-top: 0;
}

.smt-static-card p,
.smt-static-card li {
  margin-bottom: 0.72em;
}

.smt-static-card ul,
.smt-static-card ol {
  padding-left: 1.35em;
}

.smt-static-card a {
  color: var(--smt-page-purple);
  font-weight: 800;
}

.smt-policy-content {
  margin: 0 auto;
  max-width: 820px;
}

.smt-policy-content > div:first-child {
  margin: 0;
}

.smt-policy-content h2:first-child,
.smt-policy-content > div:first-child h2:first-child {
  margin-top: 0;
}

.smt-policy-content [style] {
  color: inherit !important;
  font-family: inherit !important;
}

.smt-static-note {
  background: #f7f3ff;
  border: 1px solid #e3d8ff;
  border-radius: 20px;
  color: #4a3d6d;
  margin: 0 0 28px;
  padding: 18px 20px;
}

.smt-static-note-danger {
  background: #fff7fb;
  border-color: #f2d2e7;
  color: #5e3151;
}

.smt-static-note p:last-child {
  margin-bottom: 0;
}

.smt-contact-grid-simple {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
}

.smt-contact-page + .smt-blog-footer {
  margin-top: clamp(48px, 6vw, 96px);
}

body:has(.smt-static-page) .smt-scroll-top {
  align-items: center;
  background: linear-gradient(135deg, var(--smt-page-purple), var(--smt-page-purple-dark)) !important;
  border: 0;
  border-radius: 999px;
  bottom: 26px;
  box-shadow: 0 20px 46px rgba(76, 49, 145, 0.22);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: max(24px, calc((100vw - 1180px) / 2 + 24px));
  transform: translateY(14px);
  transition: opacity 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  width: 52px;
  z-index: 60;
}

body:has(.smt-static-page) .smt-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body:has(.smt-static-page) .smt-scroll-top:hover,
body:has(.smt-static-page) .smt-scroll-top:focus {
  box-shadow: 0 24px 56px rgba(76, 49, 145, 0.3);
  outline: 0;
}

body:has(.smt-static-page) .smt-scroll-top:focus-visible {
  outline: 3px solid rgba(109, 59, 234, 0.28);
  outline-offset: 4px;
}

body:has(.smt-static-page) .smt-scroll-top span {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  height: 13px;
  margin-top: 6px;
  transform: rotate(45deg);
  width: 13px;
}

.smt-contact-card h2 {
  color: var(--smt-page-ink);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 16px;
}

.smt-contact-card p {
  color: var(--smt-page-muted);
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 24px;
}

.smt-contact-card .wpcf7-form p {
  margin-bottom: 16px;
}

.smt-contact-card input[type="text"],
.smt-contact-card input[type="email"],
.smt-contact-card input[type="tel"],
.smt-contact-card textarea {
  background: #fbf9ff;
  border: 1px solid var(--smt-page-line);
  border-radius: 18px;
  box-shadow: none;
  color: var(--smt-page-ink);
  font: inherit;
  min-height: 54px;
  padding: 14px 16px;
  width: 100%;
}

.smt-contact-card textarea {
  min-height: 150px;
  resize: vertical;
}

.smt-contact-card input[type="submit"],
.smt-static-button {
  background: linear-gradient(135deg, var(--smt-page-purple), var(--smt-page-purple-dark)) !important;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(109, 59, 234, 0.22);
  color: #fff !important;
  display: inline-flex;
  font-weight: 900;
  min-height: 52px;
  padding: 0 24px;
  text-decoration: none;
}

.smt-contact-side-card {
  background:
    radial-gradient(circle at 18% 12%, rgba(109, 59, 234, 0.16), transparent 12rem),
    rgba(255, 255, 255, 0.94);
  border: 1px solid var(--smt-page-line);
  border-radius: 30px;
  box-shadow: var(--smt-page-shadow);
  padding: 30px;
}

.smt-contact-side-card h3 {
  color: var(--smt-page-ink);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 12px;
}

.smt-contact-side-card p,
.smt-contact-side-card li {
  color: var(--smt-page-muted);
  font-size: 15px;
  line-height: 1.5;
}

.smt-contact-side-card ul {
  margin: 18px 0 0;
  padding-left: 1.2em;
}

@media (max-width: 900px) {
  .smt-static-summary,
  .smt-contact-grid-simple {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .smt-static-page,
  .smt-contact-page {
    padding: 110px 18px 70px;
  }

  .smt-static-card,
  .smt-contact-card,
  .smt-contact-side-card {
    border-radius: 24px;
    padding: 24px 20px;
  }

  body:has(.smt-static-page) .smt-scroll-top {
    bottom: 18px;
    height: 46px;
    right: 18px;
    width: 46px;
  }

  .smt-static-hero h1 {
    font-size: 40px;
  }
}

/* Keep the global GeneratePress footer visible on every page. */
.site-footer {
  display: block !important;
}

/* Header global SMTasker - pentru toate paginile */
.header-wrap {
  background: rgba(255, 255, 255, 0.82) !important;
  border-bottom: 1px solid rgba(141, 92, 255, 0.08) !important;
  box-shadow: 0 18px 48px rgba(42, 34, 74, 0.05) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

body.admin-bar .header-wrap {
  top: 32px;
}

.header-wrap,
.site-header {
  display: block !important;
}

body.home .site-header,
body.smt-kb-body .site-header {
  display: block !important;
}

/* Fallback for older saved content while the global GeneratePress header takes over. */
body.home .gb-container-smt-nav,
body.home .smt-nav,
body.home .gb-container-smt-footer,
body.home .smt-footer,
body.smt-kb-body .gb-container-smt-nav,
body.smt-kb-body .smt-nav {
  display: none !important;
}

.header-wrap .site-header,
#site-navigation,
#site-navigation .inside-navigation {
  background: transparent !important;
}

.inside-header {
  align-items: center !important;
  display: flex !important;
  gap: 28px !important;
  justify-content: center !important;
  margin: 0 auto !important;
  min-height: 92px !important;
  padding: 0 !important;
  position: relative !important;
  width: min(1180px, calc(100% - 48px)) !important;
}

.site-branding {
  left: 0 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 3;
}

.main-title,
.main-title a {
  color: #202033 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  margin: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

.main-title a {
  align-items: center;
  display: inline-flex !important;
  gap: 10px;
}

.main-title a::before {
  background:
    url("https://smtasker.com/wp-content/themes/smtasker-generatepress/assets/smtasker-robot-logo-mark.svg") center / 39px auto no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 255, 0.92));
  border-radius: 14px;
  box-shadow: 0 18px 44px rgba(124, 58, 237, 0.18), 0 8px 18px rgba(91, 54, 217, 0.10), inset 0 0 0 1px rgba(124, 58, 237, 0.08);
  content: "";
  display: inline-block;
  height: 42px;
  width: 54px;
}

#site-navigation {
  flex: 1 1 100% !important;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

#site-navigation .inside-navigation,
#primary-menu {
  min-height: 0 !important;
  padding: 0 !important;
  pointer-events: none;
  width: 100%;
}

#primary-menu a {
  pointer-events: auto;
}

#primary-menu > ul {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center;
  min-height: 42px;
  position: relative;
  width: 100%;
}

.main-navigation .main-nav ul li a {
  background: transparent !important;
  color: #6f7286 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  padding: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap;
}

.main-navigation .main-nav ul li:not(.nav-button) a:hover,
.main-navigation .main-nav ul li:not(.nav-button) a:focus,
.main-navigation .main-nav ul li.current-menu-item:not(.nav-button) > a {
  color: #5b36d9 !important;
}

body.home .main-navigation .main-nav ul li.current-menu-item:not(.nav-button) > a,
body.home .main-navigation .main-nav ul li.current_page_item:not(.nav-button) > a {
  color: #6f7286 !important;
}

body.home .main-navigation .main-nav ul li:not(.nav-button) a:hover,
body.home .main-navigation .main-nav ul li:not(.nav-button) a:focus {
  color: #5b36d9 !important;
}

body.home:has(#features:target) .main-navigation .main-nav ul li:not(.nav-button) a[href$="#features"],
body.home:has(#how-it-works:target) .main-navigation .main-nav ul li:not(.nav-button) a[href$="#how-it-works"],
body.home:has(#pricing:target) .main-navigation .main-nav ul li:not(.nav-button) a[href$="#pricing"],
body.home:has(#faq:target) .main-navigation .main-nav ul li:not(.nav-button) a[href$="#faq"] {
  color: #5b36d9 !important;
}

.main-navigation .main-nav ul li.nav-button {
  margin-left: 0 !important;
  pointer-events: auto;
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.main-navigation .main-nav ul li.nav-login {
  margin-left: 0 !important;
  pointer-events: auto;
  position: absolute !important;
  right: 158px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.main-navigation .main-nav ul li.nav-login a {
  color: #252238 !important;
  font-weight: 700 !important;
}

.main-navigation .main-nav ul li.nav-login a:hover,
.main-navigation .main-nav ul li.nav-login a:focus,
.main-navigation .main-nav ul li.nav-login.current-menu-item > a {
  color: #5b36d9 !important;
}

.main-navigation .main-nav ul li.nav-button a {
  align-items: center;
  background: #fff !important;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(62, 45, 96, 0.08), inset 0 0 0 1px rgba(98, 73, 146, 0.08);
  color: #252238 !important;
  display: inline-flex !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  gap: 9px;
  height: 42px;
  justify-content: center;
  padding: 0 18px !important;
}

.main-navigation .main-nav ul li.nav-button a::after {
  border-right: 1.8px solid currentColor;
  border-top: 1.8px solid currentColor;
  content: "";
  display: inline-block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
}

#mobile-menu-control-wrapper {
  background: transparent !important;
}

.menu-toggle {
  background: #fff !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 30px rgba(62, 45, 96, 0.08), inset 0 0 0 1px rgba(98, 73, 146, 0.08);
  color: #252238 !important;
  line-height: 1 !important;
  padding: 12px 14px !important;
}

.site-content {
  padding-top: 92px;
}

body.home .site-content,
body.smt-blog-body .site-content,
body.smt-single-body .site-content,
body.smtasker-echo-kb .site-content,
body.smt-kb-body .site-content,
body:has(.smt-static-page) .site-content,
body:has(.smt-contact-page) .site-content {
  padding-top: 0 !important;
}

body.smt-kb-404-body,
body.error404 {
  background:
    radial-gradient(circle at 18% 0, rgba(124, 58, 237, 0.10), transparent 28rem),
    radial-gradient(circle at 86% 12%, rgba(61, 123, 255, 0.08), transparent 24rem),
    linear-gradient(180deg, #fff 0%, #fbf9ff 100%) !important;
}

body.smt-kb-404-body .site,
body.smt-kb-404-body #page,
body.smt-kb-404-body .site-content,
body.smt-kb-404-body .content-area,
body.smt-kb-404-body .site-main,
body.smt-kb-404-body .inside-article,
body.smt-kb-404-body .no-results,
body.smt-kb-404-body .not-found,
body.smt-kb-404-body .page-content,
body.smt-kb-404-body .entry-content,
body.error404 .site,
body.error404 #page,
body.error404 .site-content,
body.error404 .content-area,
body.error404 .site-main,
body.error404 .inside-article,
body.error404 .no-results,
body.error404 .not-found,
body.error404 .page-content,
body.error404 .entry-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.smt-kb-404-body .site-content,
body.error404 .site-content {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  min-height: 58vh;
  padding: 160px 24px 112px !important;
}

body.smt-kb-404-body .content-area,
body.smt-kb-404-body .site-main,
body.error404 .content-area,
body.error404 .site-main {
  float: none !important;
  margin: 0 auto !important;
  max-width: 760px !important;
  width: 100% !important;
}

body.smt-kb-404-body .inside-article,
body.error404 .inside-article {
  margin: 0 auto !important;
  padding: clamp(34px, 5vw, 58px) !important;
  text-align: center;
}

body.smt-kb-404-body .entry-header,
body.smt-kb-404-body .page-header,
body.error404 .entry-header,
body.error404 .page-header {
  margin: 0 0 16px !important;
}

body.smt-kb-404-body .entry-title,
body.smt-kb-404-body .page-title,
body.error404 .entry-title,
body.error404 .page-title {
  color: #151522 !important;
  font-size: clamp(34px, 5vw, 54px) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.04 !important;
  margin: 0 !important;
  text-align: center !important;
}

body.smt-kb-404-body .entry-content,
body.smt-kb-404-body .entry-content p,
body.error404 .entry-content,
body.error404 .entry-content p {
  color: #6f7286;
  font-size: 17px;
  line-height: 1.65;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
  text-align: center;
}

body.smt-kb-404-body .search-form,
body.error404 .search-form {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 26px auto 0;
  max-width: 560px;
}

body.smt-kb-404-body .search-field,
body.error404 .search-field {
  background: #fbf9ff;
  border: 1px solid rgba(141, 92, 255, 0.18);
  border-radius: 999px;
  box-shadow: none;
  color: #151522;
  font: inherit;
  min-height: 52px;
  padding: 0 18px;
  width: 100%;
}

body.smt-kb-404-body .search-submit,
body.error404 .search-submit {
  background: linear-gradient(135deg, #7c3aed, #5b36d9) !important;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(109, 59, 234, 0.22);
  color: #fff !important;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 52px;
  padding: 0 24px;
}

body.smt-kb-404-body .search-submit:hover,
body.smt-kb-404-body .search-submit:focus,
body.error404 .search-submit:hover,
body.error404 .search-submit:focus {
  background: linear-gradient(135deg, #3d7bff, #5b36d9) !important;
}

body.smt-kb-404-body .site-footer,
body.error404 .site-footer {
  margin-top: 0;
}

@media (max-width: 992px) {
  #site-navigation {
    display: none !important;
  }

  .inside-header {
    justify-content: space-between !important;
    min-height: 74px !important;
    width: min(1180px, calc(100% - 36px)) !important;
  }

  .site-branding {
    position: static !important;
    transform: none !important;
  }

  .site-content {
    padding-top: 74px;
  }

  body.home .site-content,
  body.smt-blog-body .site-content,
  body.smt-single-body .site-content,
  body.smtasker-echo-kb .site-content,
  body.smt-kb-body .site-content,
  body:has(.smt-static-page) .site-content,
  body:has(.smt-contact-page) .site-content {
    padding-top: 0 !important;
  }

  body.smt-kb-404-body .site-content,
  body.error404 .site-content {
    padding-top: 124px !important;
  }
}

@media (max-width: 782px) {
  body.admin-bar .header-wrap {
    top: 46px;
  }
}

@media (max-width: 620px) {
  body.smt-kb-404-body .site-content,
  body.error404 .site-content {
    padding: 104px 18px 78px !important;
  }

  body.smt-kb-404-body .search-form,
  body.error404 .search-form {
    grid-template-columns: 1fr;
  }
}

.smt-site-footer{--ink:#151522;--muted:#6f7286;--pink:#7c3aed;--violet:#5b36d9;--blue:#3d7bff;--shadow-soft:0 18px 45px rgba(70,49,112,.08);width:min(100%,1360px);margin:0 auto;padding:74px 0 0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(180deg,#fff,#fbf7ff),#fff;border-top-left-radius:32px;border-top-right-radius:32px;box-shadow:0 -16px 50px rgba(66,52,99,.06);overflow:hidden}
.smt-site-footer *{box-sizing:border-box}
.smt-site-footer .wrap{width:min(1120px,calc(100% - 64px));margin:0 auto}
.smt-site-footer .brand{display:inline-flex;align-items:center;gap:10px;margin-bottom:34px;color:#202033;text-decoration:none;font-size:20px;font-weight:900;line-height:1}
.smt-site-footer .mark{width:64px;height:50px;display:inline-block;flex:0 0 64px;color:transparent;background:url("https://smtasker.com/wp-content/themes/smtasker-generatepress/assets/smtasker-robot-logo-mark.svg") center/46px auto no-repeat,linear-gradient(135deg,rgba(255,255,255,.98),rgba(247,242,255,.92));border-radius:16px;box-shadow:0 18px 44px rgba(124,58,237,.18),0 8px 18px rgba(91,54,217,.10),inset 0 0 0 1px rgba(124,58,237,.08);font-size:0;overflow:hidden}
.smt-site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(130px, .75fr));
  gap: 36px;
  align-items: start;
  padding-bottom: 58px;
}
.smt-site-footer h3{margin:0 0 10px;font-size:20px;font-weight:900}
.smt-site-footer p{margin:0 0 22px;color:var(--muted);font-size:13px;line-height:1.55}
.smt-site-footer .email{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:center;width:310px;max-width:100%;height:52px;padding:5px 5px 5px 18px;border-radius:999px;background:#fff;border:1px solid rgba(141,92,255,.12);box-shadow:var(--shadow-soft);color:#a8a2b6;font-size:13px}
.smt-site-footer .email button{display:grid;place-items:center;width:42px;height:42px;min-width:42px;padding:0;border:0;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--pink),var(--violet));font-size:24px;font-weight:900;line-height:1;cursor:pointer}
.smt-site-footer .email button:hover{background:linear-gradient(135deg,var(--blue),var(--violet))}
.smt-site-footer .footer-col h4{margin:0 0 17px;font-size:13px;font-weight:900}
.smt-site-footer .footer-col a{display:block;margin-bottom:12px;color:var(--muted);font-size:12px;text-decoration:none}
.smt-site-footer .footer-col a:hover{color:var(--violet)}
.smt-site-footer .footer-bottom{display:flex;justify-content:flex-start;align-items:center;padding:22px 0 38px;border-top:1px solid rgba(141,92,255,.09);color:var(--muted);font-size:12px}
.smt-site-footer .watermark{height:212px;margin-top:-8px;overflow:hidden;color:rgba(124,58,237,.12);font-size:196px;line-height:.82;font-weight:900;letter-spacing:0;white-space:nowrap}
@media(max-width:980px){.smt-site-footer .wrap{width:min(100% - 36px,720px)}.smt-site-footer .footer-grid{grid-template-columns:1fr;gap:24px}.smt-site-footer .watermark{height:auto;margin-top:0;padding-bottom:36px;overflow:visible;font-size:clamp(72px,18vw,150px);line-height:.9;text-align:center}}
@media(max-width:620px){.smt-site-footer .footer-bottom{display:grid;grid-template-columns:1fr;gap:12px;text-align:left}.smt-site-footer .watermark{font-size:clamp(58px,17vw,88px)}}
.smt-site-footer .smt-footer-newsletter-form #mailpoet_form_1 {
  width: 310px;
  max-width: 100%;
  border-radius: 999px;
  text-align: left;
}

.smt-site-footer .smt-footer-newsletter-form #mailpoet_form_1 form.mailpoet_form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  width: 310px;
  max-width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 5px 5px 5px 18px !important;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(141, 92, 255, .12);
  box-shadow: var(--shadow-soft);
}

.smt-site-footer .smt-footer-newsletter-form .mailpoet_paragraph {
  margin: 0 !important;
  line-height: 1 !important;
}

.smt-site-footer .smt-footer-newsletter-form input.mailpoet_text {
  width: 100% !important;
  height: 42px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #202033;
  font-size: 13px !important;
  outline: none;
}

.smt-site-footer .smt-footer-newsletter-form input.mailpoet_submit {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  font-size: 0 !important;
  color: transparent !important;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m13 6 6 6-6 6'/%3E%3C/svg%3E") center / 18px 18px no-repeat, linear-gradient(135deg, var(--pink), var(--violet)) !important;
}

.smt-site-footer .smt-footer-newsletter-form .mailpoet_form_loading,
.smt-site-footer .smt-footer-newsletter-form .mailpoet-has-font-size,
.smt-site-footer .smt-footer-newsletter-form .mailpoet_spacer {
  display: none !important;
}

.smt-site-footer .smt-footer-newsletter-form .mailpoet_message {
  grid-column: 1 / -1;
  padding: 8px 0 0 !important;
  margin: 0 !important;
  font-size: 12px;
}
.smt-site-footer .footer-col ul,
.smt-site-footer .footer-col .menu,
.smt-site-footer .footer-col .smt-footer-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.smt-site-footer .footer-col li,
.smt-site-footer .footer-col .menu-item {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.smt-site-footer .footer-col li::marker {
  content: "" !important;
  font-size: 0 !important;
}

.smt-site-footer .footer-col li::before,
.smt-site-footer .footer-col .menu-item::before {
  content: none !important;
  display: none !important;
}

.smt-site-footer .footer-col ul a,
.smt-site-footer .footer-col .menu a,
.smt-site-footer .footer-col .smt-footer-menu a {
  display: block;
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: var(--muted);
  font-size: 12px;
  text-decoration: none;
}

.smt-site-footer .footer-col ul a:hover,
.smt-site-footer .footer-col .menu a:hover,
.smt-site-footer .footer-col .smt-footer-menu a:hover {
  color: var(--violet);
}
