:root {
  --tmp-navy: #03172a;
  --tmp-navy-2: #052640;
  --tmp-teal: #027884;
  --tmp-gold: #f3b83b;
  --tmp-gold-2: #d8901b;
  --tmp-ink: #07172e;
  --tmp-muted: #607083;
  --tmp-line: #d9e3ec;
  --tmp-soft: #f5f8fb;
  --tmp-white: #fff;
}

body.tax-mastery-wpbakery-site {
  margin: 0;
  color: var(--tmp-ink);
  background: var(--tmp-white);
  font-family: Arial, Helvetica, sans-serif;
}

.tmp-page-shell {
  overflow-x: hidden;
}

.tmp-page-shell .vc_row {
  margin-left: 0;
  margin-right: 0;
}

.tmp-page-shell .wpb_content_element {
  margin-bottom: 0;
}

.tmp-topbar,
.tmp-hero,
.tmp-proof,
.tmp-demo,
.tmp-footer {
  color: var(--tmp-white);
  background-color: var(--tmp-navy-2);
}

.tmp-topbar {
  border-bottom: 1px solid rgba(243, 184, 59, 0.25);
}

.tmp-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  min-height: 70px;
  margin: 0 auto;
  padding: 12px 28px;
}

.tmp-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 160px;
  color: var(--tmp-white);
  line-height: 0.9;
}

.tmp-logo::before {
  content: "";
  width: 42px;
  height: 48px;
  border: 3px solid var(--tmp-gold);
  border-radius: 12px 12px 18px 18px;
}

.tmp-logo strong {
  display: block;
  font-size: 2rem;
}

.tmp-logo span {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
}

.tmp-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  font-weight: 800;
}

.tmp-menu a,
.tmp-footer a {
  color: inherit;
  text-decoration: none;
}

.tmp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none !important;
}

.tmp-gold {
  color: var(--tmp-ink) !important;
  background: linear-gradient(180deg, #ffd064 0%, var(--tmp-gold) 58%, var(--tmp-gold-2) 100%);
  box-shadow: 0 9px 20px rgba(216, 144, 27, 0.28);
}

.tmp-outline {
  color: var(--tmp-white) !important;
  border: 1px solid var(--tmp-gold);
}

.tmp-hero {
  padding: 58px max(28px, calc((100vw - 1180px) / 2)) 68px !important;
  border-bottom: 6px solid var(--tmp-gold);
}

.tmp-hero h1 {
  max-width: 560px;
  margin: 0 0 18px;
  color: var(--tmp-white);
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: 0.98;
}

.tmp-hero h1 span,
.tmp-eyebrow {
  color: var(--tmp-gold);
}

.tmp-eyebrow {
  margin: 0 0 10px;
  font-weight: 900;
}

.tmp-lede {
  font-size: 1.08rem;
}

.tmp-hero p {
  max-width: 520px;
  color: #dcecf6;
}

.tmp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.tmp-hero-image img {
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.38));
}

.tmp-benefits {
  position: relative;
  z-index: 2;
  max-width: 1030px;
  margin: -36px auto 0 !important;
  padding: 0 28px;
}

.tmp-benefits > .wpb_column {
  padding: 0 !important;
  background: var(--tmp-white);
  border-top: 1px solid rgba(6, 35, 58, 0.1);
  border-bottom: 1px solid rgba(6, 35, 58, 0.1);
  box-shadow: 0 18px 50px rgba(5, 23, 42, 0.17);
}

.tmp-benefits > .wpb_column:first-child {
  border-radius: 8px 0 0 8px;
  border-left: 1px solid rgba(6, 35, 58, 0.1);
}

.tmp-benefits > .wpb_column:last-child {
  border-radius: 0 8px 8px 0;
  border-right: 1px solid rgba(6, 35, 58, 0.1);
}

.tmp-benefit {
  min-height: 76px;
  display: grid;
  place-items: center;
  color: var(--tmp-ink);
  text-align: center;
  font-weight: 900;
}

.tmp-features {
  max-width: 1130px;
  margin: 0 auto !important;
  padding: 46px 28px;
}

.tmp-features h2,
.tmp-pricing h2,
.tmp-contact h2 {
  color: var(--tmp-ink);
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.05;
}

.tmp-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(88px, 1fr));
  gap: 12px;
}

.tmp-feature-grid::before,
.tmp-feature-grid::after {
  display: none;
}

.tmp-feature-grid .vc_column-inner {
  padding: 0 !important;
}

.tmp-feature-grid > .vc_column_container {
  width: auto !important;
}

.tmp-feature {
  min-height: 106px;
  display: grid;
  place-items: center;
  padding: 12px 8px;
  text-align: center;
  color: var(--tmp-ink);
  background: var(--tmp-white);
  border: 1px solid rgba(6, 35, 58, 0.09);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(5, 23, 42, 0.08);
  font-weight: 900;
}

.tmp-proof {
  padding: 28px max(28px, calc((100vw - 1110px) / 2)) !important;
}

.tmp-proof h2 {
  color: var(--tmp-white);
}

.tmp-proof .vc_column-inner {
  padding: 8px !important;
}

.tmp-proof .wpb_single_image,
.tmp-proof .wpb_text_column {
  background: rgba(1, 87, 103, 0.78);
  border: 1px solid rgba(14, 183, 203, 0.55);
  border-radius: 8px;
}

.tmp-proof .wpb_single_image {
  padding: 12px;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.tmp-proof .wpb_text_column {
  padding: 16px;
  border-radius: 0 0 8px 8px;
}

.tmp-proof h3 {
  margin: 0 0 8px;
  color: var(--tmp-white);
}

.tmp-proof p {
  color: #d9edf6;
}

.tmp-clock {
  width: 96px;
  height: 96px;
  margin: 0 auto 14px;
  border: 3px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(7, 74, 91, 0.6);
}

.tmp-pricing {
  max-width: 1080px;
  margin: 0 auto !important;
  padding: 30px 28px 18px;
}

.tmp-center {
  text-align: center;
  color: var(--tmp-muted);
}

.tmp-plan {
  position: relative;
  min-height: 285px;
  overflow: hidden;
  text-align: center;
  background: var(--tmp-white);
  border: 1px solid rgba(6, 35, 58, 0.16);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(5, 23, 42, 0.11);
}

.tmp-plan h3 {
  margin: 0;
  padding: 10px;
  color: var(--tmp-white);
  background: linear-gradient(180deg, #07828b 0%, #045f67 100%);
  font-size: 0.94rem;
  text-transform: uppercase;
}

.tmp-plan strong {
  display: block;
  margin-top: 14px;
  color: #096d75;
  font-size: 2.5rem;
}

.tmp-plan p {
  color: var(--tmp-muted);
}

.tmp-plan ul {
  display: inline-grid;
  gap: 7px;
  margin: 0 0 16px;
  padding: 0 20px;
  text-align: left;
  list-style: none;
  font-weight: 800;
}

.tmp-plan li::before {
  content: "✓";
  color: var(--tmp-teal);
  margin-right: 8px;
}

.tmp-plan .tmp-button {
  margin-bottom: 16px;
}

.tmp-popular {
  border-color: var(--tmp-gold-2);
}

.tmp-popular em {
  display: block;
  padding: 5px 8px;
  color: #362100;
  background: var(--tmp-gold);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.tmp-service {
  max-width: 1100px;
  margin: 16px auto 10px !important;
  padding: 14px !important;
  color: var(--tmp-white);
  background-color: #057181;
  border-radius: 8px;
}

.tmp-service h2 {
  color: var(--tmp-white);
}

.tmp-service img {
  border-radius: 6px;
}

.tmp-demo {
  padding: 28px max(28px, calc((100vw - 1180px) / 2)) !important;
}

.tmp-demo h2 {
  color: var(--tmp-white);
  font-size: clamp(2rem, 4vw, 2.6rem);
}

.tmp-demo p,
.tmp-demo li {
  color: #dcecf7;
  font-weight: 700;
}

.tmp-calendar {
  min-height: 260px;
  padding: 24px;
  color: var(--tmp-ink);
  background: #f8fbfd;
  border-radius: 8px;
}

.tmp-calendar p {
  color: var(--tmp-muted);
}

.tmp-times {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}

.tmp-times span {
  display: block;
  padding: 9px;
  text-align: center;
  background: var(--tmp-white);
  border: 1px solid #d5e0e8;
  border-radius: 6px;
}

.tmp-contact {
  max-width: 1030px;
  margin: 0 auto !important;
  padding: 30px 28px;
}

.tmp-contact a {
  color: #016b8c;
  font-weight: 900;
}

.tmp-form-note {
  min-height: 155px;
  padding: 22px;
  color: var(--tmp-muted);
  background: #fbfdff;
  border: 1px dashed #b8c8d7;
  border-radius: 8px;
}

.tmp-footer {
  padding: 28px max(28px, calc((100vw - 1030px) / 2)) !important;
}

.tmp-footer h2 {
  color: var(--tmp-white);
}

.tmp-footer p {
  color: #dcecf6;
}

@media (max-width: 1024px) {
  .tmp-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tmp-hero,
  .tmp-demo {
    text-align: center;
  }

  .tmp-hero p,
  .tmp-hero h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .tmp-actions {
    justify-content: center;
  }

  .tmp-feature-grid {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
  }
}

@media (max-width: 767px) {
  .tmp-nav {
    padding: 16px 18px;
  }

  .tmp-menu {
    gap: 14px;
    font-size: 0.9rem;
  }

  .tmp-hero,
  .tmp-features,
  .tmp-pricing,
  .tmp-contact,
  .tmp-demo,
  .tmp-footer {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .tmp-benefits {
    margin-top: 0 !important;
    padding: 0 18px;
  }

  .tmp-benefits > .wpb_column,
  .tmp-benefits > .wpb_column:first-child,
  .tmp-benefits > .wpb_column:last-child {
    border-radius: 0;
  }

  .tmp-feature-grid {
    grid-template-columns: 1fr;
  }

  .tmp-service {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }

  .tmp-button {
    width: 100%;
    max-width: 320px;
  }
}
