.elementor-21687 .elementor-element.elementor-element-4411fbc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-edc8124 *//* =========================================================
   BizFyle New Bookkeeping Page - Simple WordPress CSS
   Page wrapper: .bizfyle-new-bookkeeping-page
   Main prefix: .bz-new-bookkeeping-
   Brand green: #078F00
   ========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

/* 1. Base setup */
.bizfyle-new-bookkeeping-page,
.bizfyle-new-bookkeeping-page * {
  box-sizing: border-box;
}

.bizfyle-new-bookkeeping-page {
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Poppins", Arial, sans-serif;
  color: #10212f;
  line-height: 1.55;
  background:
    radial-gradient(circle at top left, rgba(7, 143, 0, 0.14), transparent 31rem),
    linear-gradient(180deg, #fbfffd 0%, #f6fbf8 34%, #ffffff 72%);
}

.bizfyle-new-bookkeeping-page a {
  color: inherit;
  text-decoration: none;
}

.bizfyle-new-bookkeeping-page img,
.bizfyle-new-bookkeeping-page svg {
  max-width: 100%;
}

.bizfyle-new-bookkeeping-page h1,
.bizfyle-new-bookkeeping-page h2,
.bizfyle-new-bookkeeping-page h3,
.bizfyle-new-bookkeeping-page p {
  margin-top: 0;
}

.bz-new-bookkeeping-page-shell {
  overflow-x: hidden;
}

.bz-new-bookkeeping-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* 2. Sticky top announcement bar */
/*.bz-new-bookkeeping-top-announcement {*/
/*  top: 0;*/
  /*z-index: 9999;*/
/*  width: 100%;*/
/*  background: #12324a;*/
/*  border-bottom: 1px solid rgba(255, 255, 255, 0.08);*/
/*}*/

/*.bz-new-bookkeeping-top-announcement-inner {*/
/*  min-height: 44px;*/
/*  padding: 0 24px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  gap: 6px;*/
/*  text-align: center;*/
/*  font-family: "Poppins", Arial, sans-serif;*/
/*  font-size: 14px;*/
/*  line-height: 1.4;*/
/*  color: #ffffff;*/
/*}*/

/*.bz-new-bookkeeping-top-announcement-inner strong {*/
/*  color: #ffb84d;*/
/*  font-weight: 700;*/
/*}*/

/* 3. Buttons */
.bz-new-bookkeeping-btn {
  min-height: 46px;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.bz-new-bookkeeping-btn:hover {
  transform: translateY(-2px);
}

/* Primary button - 3D green style */
.bz-new-bookkeeping-btn-primary {
  background: linear-gradient(145deg, #7df36f 0%, #32c92b 38%, #078F00 72%, #045f00 100%);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 4px 4px 9px rgba(255, 255, 255, 0.45),
    inset -5px -6px 11px rgba(0, 58, 0, 0.34),
    0 14px 30px rgba(7, 143, 0, 0.28);
  text-shadow: 0 2px 4px rgba(0, 45, 0, 0.28);
}

.bz-new-bookkeeping-btn-primary:hover {
  background: linear-gradient(145deg, #8cff7e 0%, #28bd20 38%, #067c00 72%, #034f00 100%);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    inset 4px 4px 9px rgba(255, 255, 255, 0.42),
    inset -6px -7px 12px rgba(0, 45, 0, 0.42),
    0 18px 42px rgba(7, 143, 0, 0.34);
}

/* Secondary button */
.bz-new-bookkeeping-btn-secondary {
  background: #ffffff;
  color: #12324a;
  border-color: #dce7ec;
  box-shadow: 0 10px 24px rgba(16, 33, 47, 0.06);
}

.bz-new-bookkeeping-btn-secondary:hover {
  color: #056d00;
  border-color: rgba(7, 143, 0, 0.45);
}

/* Small icon inside button - same 3D green style */
.bz-new-bookkeeping-btn-icon-3d {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  font-size: 0.82rem;
  line-height: 1;
  color: #ffffff;
  background: linear-gradient(145deg, #7df36f 0%, #32c92b 38%, #078F00 72%, #045f00 100%);
  box-shadow:
    inset 3px 3px 7px rgba(255, 255, 255, 0.5),
    inset -4px -5px 9px rgba(0, 58, 0, 0.34),
    0 8px 16px rgba(7, 143, 0, 0.25);
  text-shadow: 0 1px 3px rgba(0, 45, 0, 0.3);
}

.bz-new-bookkeeping-btn-primary .bz-new-bookkeeping-btn-icon-3d {
  background: linear-gradient(145deg, #8cff7e 0%, #32c92b 38%, #078F00 72%, #045f00 100%);
}

/* 4. Hero section */
.bz-new-bookkeeping-hero {
  position: relative;
  padding: 68px 0 58px;
}

.bz-new-bookkeeping-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: 50px;
}

#hero-color {
    color: #078F00;
}

.bz-new-bookkeeping-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(7, 143, 0, 0.2);
  border-radius: 999px;
  color: #056d00;
  background: rgba(191, 244, 223, 0.4);
  font-size: 0.84rem;
  font-weight: 600;
}

.bz-new-bookkeeping-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6b5f;
  box-shadow: 0 0 0 5px rgba(255, 107, 95, 0.13);
}

.bizfyle-new-bookkeeping-page h1 {
  margin: 20px 0 18px;
  color: #0d2638;
  font-size: clamp(2rem, 3.8vw, 4.5rem);
  line-height: 1.2;
  /*max-width: 600px;*/
  letter-spacing: 0;
  font-weight: 700;
}

.bz-new-bookkeeping-hero-lead {
  max-width: 660px;
  color: #405467;
  font-size: clamp(1.0rem, 1.2vw, 1.1rem);
  font-weight: 400;
}

.bz-new-bookkeeping-hero-lead strong {
  color: #078F00;
  font-weight: 700;
}

.bz-new-bookkeeping-hero-cta {
  margin: 30px 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

.bz-new-bookkeeping-hero-proof {
  max-width: 650px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.bz-new-bookkeeping-proof-card {
  min-height: 94px;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid rgba(220, 231, 236, 0.95);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 34px rgba(16, 33, 47, 0.06);
}

.bz-new-bookkeeping-proof-card strong {
  display: block;
  color: #078F00;
  font-size: 0.9rem;
  line-height: 1.1;
  font-weight: 700;
}

.bz-new-bookkeeping-proof-card span {
  display: block;
  margin-top: 6px;
  color: #5d6d7c;
  font-size: 0.75rem;
  font-weight: 500;
}

/* 5. Hero dashboard visual */
.bz-new-bookkeeping-visual-wrap {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.bz-new-bookkeeping-glow-ring {
  position: absolute;
  width: min(100%, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(191, 244, 223, 0.75), rgba(191, 244, 223, 0.08) 45%, transparent 66%),
    conic-gradient(from 140deg, rgba(7, 143, 0, 0.14), rgba(255, 184, 77, 0.32), rgba(111, 106, 232, 0.15), rgba(7, 143, 0, 0.14));
  animation: bz-new-bookkeeping-slowTurn 18s linear infinite;
}

.bz-new-bookkeeping-dashboard {
  position: relative;
  width: min(100%, 530px);
  padding: 18px;
  border: 1px solid rgba(220, 231, 236, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(16, 33, 47, 0.14);
  transform: rotate(-1deg);
  animation: bz-new-bookkeeping-floatCard 7s ease-in-out infinite;
}

.bz-new-bookkeeping-dashboard-top {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #dce7ec;
}

.bz-new-bookkeeping-window-dots {
  display: flex;
  gap: 7px;
}

.bz-new-bookkeeping-window-dots span {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
}

.bz-new-bookkeeping-window-dots span:nth-child(1) { background: #ff6b5f; }
.bz-new-bookkeeping-window-dots span:nth-child(2) { background: #ffb84d; }
.bz-new-bookkeeping-window-dots span:nth-child(3) { background: #078F00; }

.bz-new-bookkeeping-status-pill {
  padding: 7px 10px;
  border-radius: 999px;
  background: #eaf9e8;
  color: #056d00;
  font-size: 0.78rem;
  font-weight: 700;
}

.bz-new-bookkeeping-dashboard-body {
  padding-top: 17px;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 16px;
}

.bz-new-bookkeeping-chart-panel,
.bz-new-bookkeeping-mini-panel,
.bz-new-bookkeeping-cash-card,
.bz-new-bookkeeping-tax-card {
  border: 1px solid #dce7ec;
  border-radius: 8px;
  background: #ffffff;
}

.bz-new-bookkeeping-chart-panel {
  min-height: 250px;
  padding: 16px;
}

.bz-new-bookkeeping-panel-label {
  display: flex;
  justify-content: space-between;
  color: #5d6d7c;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bz-new-bookkeeping-chart-value {
  margin: 10px 0 4px;
  color: #12324a;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}

.bz-new-bookkeeping-chart-sub {
  margin: 0 0 14px;
  color: #056d00;
  font-size: 0.9rem;
  font-weight: 700;
}

.bz-new-bookkeeping-bar-chart {
  height: 130px;
  padding-top: 15px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 9px;
}

.bz-new-bookkeeping-bar {
  min-height: 28px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #078F00, #88e581);
  transform-origin: bottom;
  animation: bz-new-bookkeeping-barGrow 1.5s cubic-bezier(0.2, 0.85, 0.25, 1) both;
}

.bz-new-bookkeeping-bar:nth-child(2) { background: linear-gradient(180deg, #ffb84d, #ffe0a2); animation-delay: 0.1s; }
.bz-new-bookkeeping-bar:nth-child(3) { animation-delay: 0.2s; }
.bz-new-bookkeeping-bar:nth-child(4) { background: linear-gradient(180deg, #6f6ae8, #c9c7ff); animation-delay: 0.3s; }
.bz-new-bookkeeping-bar:nth-child(5) { animation-delay: 0.4s; }
.bz-new-bookkeeping-bar:nth-child(6) { background: linear-gradient(180deg, #ff6b5f, #ffc1bc); animation-delay: 0.5s; }
.bz-new-bookkeeping-bar:nth-child(7) { animation-delay: 0.6s; }

.bz-new-bookkeeping-side-stack {
  display: grid;
  gap: 13px;
}

.bz-new-bookkeeping-mini-panel {
  padding: 14px;
}

.bz-new-bookkeeping-mini-row {
  padding: 10px 0;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #eef4f6;
}

.bz-new-bookkeeping-mini-row:last-child {
  border-bottom: 0;
}

.bz-new-bookkeeping-mini-row strong {
  display: block;
  color: #12324a;
  font-size: 0.86rem;
  font-weight: 700;
}

.bz-new-bookkeeping-mini-row span {
  display: block;
  color: #5d6d7c;
  font-size: 0.76rem;
  line-height: 1.2;
}

.bz-new-bookkeeping-amount {
  color: #12324a;
  font-size: 0.86rem;
  font-weight: 700;
}

.bz-new-bookkeeping-cash-card {
  position: relative;
  padding: 14px;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(135deg, #0d3145, #078F00);
}

.bz-new-bookkeeping-cash-card::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -50px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255, 184, 77, 0.35);
}

.bz-new-bookkeeping-cash-card span {
  color: #dff8dd;
  font-size: 0.78rem;
  font-weight: 700;
}

.bz-new-bookkeeping-cash-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.55rem;
  line-height: 1;
}

.bz-new-bookkeeping-tax-card {
  position: absolute;
  right: -10px;
  bottom: 34px;
  width: 188px;
  padding: 15px;
  box-shadow: 0 18px 45px rgba(16, 33, 47, 0.09);
  animation: bz-new-bookkeeping-floatSmall 6s ease-in-out infinite;
}

.bz-new-bookkeeping-tax-card strong {
  display: block;
  color: #12324a;
  line-height: 1.15;
}

.bz-new-bookkeeping-tax-card span {
  display: block;
  margin-top: 6px;
  color: #5d6d7c;
  font-size: 0.82rem;
}

.bz-new-bookkeeping-ledger-card {
  position: absolute;
  left: -8px;
  top: 70px;
  width: 172px;
  padding: 12px;
  border: 1px solid #dce7ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16, 33, 47, 0.09);
  animation: bz-new-bookkeeping-floatSmall 5.5s ease-in-out infinite reverse;
}

.bz-new-bookkeeping-ledger-line {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #eef4f6;
  color: #5d6d7c;
  font-size: 0.78rem;
  font-weight: 500;
}

.bz-new-bookkeeping-ledger-line:last-child {
  border-bottom: 0;
}

.bz-new-bookkeeping-ledger-line strong {
  color: #12324a;
  font-weight: 700;
}

/* 6. Green 3D icons */
.bz-new-bookkeeping-mini-icon,
.bz-new-bookkeeping-badge,
.bz-new-bookkeeping-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

.bz-new-bookkeeping-mini-icon,
.bz-new-bookkeeping-badge {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: linear-gradient(135deg, #b6f1ad 0%, #2bbf21 42%, #078F00 74%, #056d00 100%);
  box-shadow: inset 0 2px 7px rgba(255,255,255,.5), 0 14px 24px rgba(7,143,0,.22);
}

.bz-new-bookkeeping-mini-icon-3d,
.bz-new-bookkeeping-badge-icon-3d,
.bz-new-bookkeeping-audit-icon-3d,
.bz-new-bookkeeping-card-icon-3d,
.bz-new-bookkeeping-faq-icon-3d {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.bz-new-bookkeeping-mini-icon-3d::before,
.bz-new-bookkeeping-badge-icon-3d::before {
  content: attr(data-icon);
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0,0,0,.18);
}

.bz-new-bookkeeping-badge-icon-3d::before {
  font-size: 1.05rem;
}

.bz-new-bookkeeping-card-icon-3d,
.bz-new-bookkeeping-audit-icon-3d,
.bz-new-bookkeeping-faq-icon-3d {
  background: linear-gradient(145deg, #f2fff1 0%, #52d348 18%, #078F00 62%, #045f00 100%);
  box-shadow:
    inset 5px 5px 10px rgba(255, 255, 255, 0.58),
    inset -7px -8px 13px rgba(0, 58, 0, 0.34),
    0 13px 24px rgba(7, 143, 0, 0.24);
  text-shadow: 0 2px 5px rgba(0, 45, 0, 0.34);
}

.bz-new-bookkeeping-card-icon-3d {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  font-size: 1.18rem;
}

.bz-new-bookkeeping-audit-icon-3d {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  font-size: 1.04rem;
}

.bz-new-bookkeeping-faq-icon-3d {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  font-size: 1rem;
  transition: transform 0.2s ease;
}

/* 7. Tool logo strip */
.bz-new-bookkeeping-logo-strip {
  padding: 54px 0 86px;
}

.bz-new-bookkeeping-strip-inner {
  display: grid;
  grid-template-columns: minmax(220px, 280px) repeat(4, minmax(170px, 1fr));
  gap: 16px;
  align-items: center;
}

.bz-new-bookkeeping-strip-copy {
  max-width: 260px;
  color: #5b5b5b;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.bz-new-bookkeeping-tool-pill {
  min-height: 94px;
  padding: 1px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  border: 1px solid rgba(7, 143, 0, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: #0c4f00;
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(16, 33, 47, 0.06);
}

.bz-new-bookkeeping-tool-logo-img {
  width: 52px;
  height: 52px;
  display: block;
  flex: 0 0 52px;
  object-fit: contain;
  filter: drop-shadow(0 9px 14px rgba(7, 143, 0, 0.12));
}

.bz-new-bookkeeping-tool-logo-xero {
  width: 52px;
  height: 52px;
  flex-basis: 48px;
}

.bz-new-bookkeeping-tool-logo-stripe {
  width: 52px;
  height: 52px;
  flex-basis: 92px;
}

.bz-new-bookkeeping-tool-logo-payroll {
  width: 52px;
  height: 52px;
  flex-basis: 86px;
}

/* 8. Shared sections and headings */
.bizfyle-new-bookkeeping-page section {
  padding: 82px 0;
}

.bz-new-bookkeeping-section-head {
  max-width: 960px;
  margin-bottom: 34px;
}

.bz-new-bookkeeping-section-head.bz-new-bookkeeping-center,
.bz-new-bookkeeping-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bz-new-bookkeeping-kicker {
  margin-bottom: 11px;
  color: #056d00;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.bizfyle-new-bookkeeping-page h2 {
  margin-bottom: 16px;
  color: #12324a;
  font-size: clamp(1rem, 2.8vw, 3rem);
  line-height: 1.2;
  font-weight: 700;
}

.bizfyle-new-bookkeeping-page h3 {
  margin-bottom: 10px;
  color: #12324a;
  font-size: 1.23rem;
  line-height: 1.2;
  font-weight: 700;
}

.bz-new-bookkeeping-section-head p,
.bz-new-bookkeeping-solution-card p,
.bz-new-bookkeeping-service-card p,
.bz-new-bookkeeping-industry-card p,
.bz-new-bookkeeping-price-card p,
.bz-new-bookkeeping-testimonial p,
.bz-new-bookkeeping-faq-item p {
  color: #5d6d7c;
  font-weight: 400;
}

/* 9. Problem + solution section */
.bz-new-bookkeeping-pain-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
  align-items: stretch;
}

.bz-new-bookkeeping-audit-panel {
  position: relative;
  min-height: 430px;
  padding: 26px;
  overflow: hidden;
  border-radius: 8px;
  background: #12324a;
  color: #ffffff;
}

.bz-new-bookkeeping-audit-panel::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -20%;
  right: -15%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 184, 77, 0.18);
}

.bz-new-bookkeeping-audit-panel h3,
.bz-new-bookkeeping-audit-panel p,
.bz-new-bookkeeping-audit-list {
  position: relative;
  z-index: 1;
}

.bz-new-bookkeeping-audit-panel h3 {
  color: #ffffff;
  font-size: 1.75rem;
}

.bz-new-bookkeeping-audit-panel p,
.bz-new-bookkeeping-audit-item span {
  color: #c8dbe3;
}

.bz-new-bookkeeping-audit-list {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.bz-new-bookkeeping-audit-item {
  padding: 14px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.bz-new-bookkeeping-audit-item strong {
  display: block;
  color: #ffffff;
  font-weight: 700;
}

.bz-new-bookkeeping-audit-item span {
  font-size: 0.9rem;
}

.bz-new-bookkeeping-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.bz-new-bookkeeping-solution-card,
.bz-new-bookkeeping-service-card,
.bz-new-bookkeeping-industry-card,
.bz-new-bookkeeping-price-card,
.bz-new-bookkeeping-testimonial,
.bz-new-bookkeeping-faq-item {
  border: 1px solid #dce7ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(16, 33, 47, 0.06);
}

.bz-new-bookkeeping-solution-card {
  position: relative;
  min-height: 205px;
  padding: 23px;
  overflow: hidden;
}

.bz-new-bookkeeping-solution-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -54px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(191, 244, 223, 0.65);
}

.bz-new-bookkeeping-icon-box {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
}

/* 10. Services */
.bz-new-bookkeeping-services {
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf3 100%);
}

.bz-new-bookkeeping-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bz-new-bookkeeping-service-card {
  min-height: 292px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bz-new-bookkeeping-service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(7, 143, 0, 0.42);
  box-shadow: 0 24px 55px rgba(16, 33, 47, 0.1);
}

.bz-new-bookkeeping-service-card ul,
.bz-new-bookkeeping-price-card ul {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
  list-style: none;
  color: #405467;
  font-size: 0.94rem;
  font-weight: 500;
}

.bz-new-bookkeeping-service-card li,
.bz-new-bookkeeping-price-card li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 9px;
  align-items: start;
}

.bz-new-bookkeeping-check {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(145deg, #dff8dd 0%, #36c72e 28%, #078F00 100%);
  box-shadow:
    inset 2px 2px 5px rgba(255, 255, 255, 0.55),
    inset -3px -3px 7px rgba(0, 50, 0, 0.3),
    0 7px 14px rgba(7, 143, 0, 0.18);
}

.bz-new-bookkeeping-check svg {
  display: none;
}

.bz-new-bookkeeping-check::before {
  content: "✓";
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
}

/* 11. Process */
.bz-new-bookkeeping-process-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 36px;
}

.bz-new-bookkeeping-process-visual {
  position: relative;
  min-height: 470px;
  padding: 26px;
  overflow: hidden;
  border-radius: 8px;
  color: #ffffff;
  background: #0e2b40;
}

.bz-new-bookkeeping-process-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.8), transparent 85%);
}

.bz-new-bookkeeping-orbit {
  position: absolute;
  inset: 52px;
  border: 1px dashed rgba(191, 244, 223, 0.32);
  border-radius: 50%;
  animation: bz-new-bookkeeping-slowTurn 22s linear infinite;
}

.bz-new-bookkeeping-orbit::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 38px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffb84d;
  box-shadow: 0 0 0 10px rgba(255, 184, 77, 0.13);
}

.bz-new-bookkeeping-phone-frame {
  position: relative;
  z-index: 2;
  width: min(270px, 82%);
  margin: 35px auto 0;
  border: 10px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  background: #ffffff;
  color: #10212f;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.bz-new-bookkeeping-phone-screen {
  padding: 18px;
}

.bz-new-bookkeeping-phone-chip {
  width: 68px;
  height: 5px;
  margin: 0 auto 17px;
  border-radius: 999px;
  background: #d7e4e9;
}

.bz-new-bookkeeping-phone-metric {
  margin-bottom: 12px;
  padding: 16px;
  border-radius: 8px;
  background: #f4fbf3;
}

.bz-new-bookkeeping-phone-metric span {
  display: block;
  color: #5d6d7c;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bz-new-bookkeeping-phone-metric strong {
  display: block;
  margin-top: 7px;
  color: #12324a;
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 700;
}

.bz-new-bookkeeping-receipt-row {
  padding: 10px 0;
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid #eef4f6;
}

.bz-new-bookkeeping-receipt-row:last-child {
  border-bottom: 0;
}

.bz-new-bookkeeping-receipt-row .bz-new-bookkeeping-mini-icon {
  width: 40px;
  height: 40px;
}

.bz-new-bookkeeping-receipt-row small {
  color: #5d6d7c;
  font-weight: 500;
}

.bz-new-bookkeeping-process-list {
  display: grid;
  gap: 18px;
}

.bz-new-bookkeeping-step {
  padding: 20px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  border: 1px solid #dce7ec;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 33, 47, 0.055);
}

.bz-new-bookkeeping-step-number {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #12324a;
  background: linear-gradient(135deg, #dff8dd, #fff0c8);
  font-size: 1.25rem;
  font-weight: 700;
}

.bz-new-bookkeeping-step p {
  margin-bottom: 0;
  color: #5d6d7c;
}

/* 12. Industries */
.bz-new-bookkeeping-industries {
  position: relative;
  color: #ffffff;
  background: #0d2638;
}

.bz-new-bookkeeping-industries h2,
.bz-new-bookkeeping-industries h3,
.bz-new-bookkeeping-industries .bz-new-bookkeeping-section-head p {
  color: #ffffff;
}

.bz-new-bookkeeping-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bz-new-bookkeeping-industry-card {
  padding: 22px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.bz-new-bookkeeping-industry-card p {
  color: #c9d9e2;
}

.bz-new-bookkeeping-industry-card .bz-new-bookkeeping-card-icon-3d {
  box-shadow:
    inset 5px 5px 10px rgba(255, 255, 255, 0.42),
    inset -7px -8px 13px rgba(0, 45, 0, 0.36),
    0 13px 24px rgba(0, 0, 0, 0.2);
}

/* 13. Pricing */
#bz-new-bookkeeping-pricing {
  padding-top: 72px;
  padding-bottom: 32px;
}

.bz-new-bookkeeping-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
  margin-bottom: 0;
}

.bz-new-bookkeeping-price-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.bz-new-bookkeeping-price-card.bz-new-bookkeeping-featured,
.bz-new-bookkeeping-price-card.featured {
  transform: none;
  border-color: rgba(7, 143, 0, 0.45);
  box-shadow: 0 18px 48px rgba(16, 33, 47, 0.1);
}

.bz-new-bookkeeping-tag {
  min-height: 29px;
  margin-bottom: 17px;
  padding: 0 10px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eaf9e8;
  color: #056d00;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bz-new-bookkeeping-price-card h3 {
  font-size: 1.45rem;
}

.bz-new-bookkeeping-price-line {
  margin: 18px 0 4px;
  color: #12324a;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 700;
}

.bz-new-bookkeeping-price-line span {
  color: #5d6d7c;
  font-size: 0.95rem;
  font-weight: 500;
}

.bz-new-bookkeeping-price-card .bz-new-bookkeeping-btn {
  width: 100%;
  margin-top: 22px;
}

#bz-new-bookkeeping-pricing + .bz-new-bookkeeping-testimonials {
  padding-top: 44px;
}

/* 14. Testimonials */
.bz-new-bookkeeping-testimonials {
  background: linear-gradient(180deg, #f5fbf4 0%, #ffffff 100%);
}

.bz-new-bookkeeping-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.bz-new-bookkeeping-testimonial {
  padding: 24px;
}

.bz-new-bookkeeping-stars {
  margin-bottom: 14px;
  display: flex;
  gap: 3px;
  color: #ffb84d;
}

.bz-new-bookkeeping-stars svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.bz-new-bookkeeping-person {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bz-new-bookkeeping-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #078F00, #6f6ae8);
  font-weight: 700;
}

.bz-new-bookkeeping-person strong,
.bz-new-bookkeeping-person span {
  display: block;
  line-height: 1.2;
}

.bz-new-bookkeeping-person span {
  color: #5d6d7c;
  font-size: 0.85rem;
  font-weight: 600;
}

/* 15. FAQ */
.bz-new-bookkeeping-faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 34px;
}

.bz-new-bookkeeping-faq-list {
  display: grid;
  gap: 12px;
}

.bz-new-bookkeeping-faq-item {
  padding: 0;
  overflow: hidden;
}

.bz-new-bookkeeping-faq-item summary {
  padding: 19px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #12324a;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.bz-new-bookkeeping-faq-item summary::-webkit-details-marker {
  display: none;
}

.bz-new-bookkeeping-faq-item p {
  padding: 0 20px 20px;
}

.bz-new-bookkeeping-faq-item[open] .bz-new-bookkeeping-faq-icon-3d {
  transform: rotate(45deg);
}

/* 16. CTA */
.bz-new-bookkeeping-cta-section {
  padding-top: 30px;
}

.bz-new-bookkeeping-cta-panel {
  position: relative;
  min-height: 360px;
  padding: 38px;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  border-radius: 8px;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 184, 77, 0.28), transparent 30%),
    linear-gradient(135deg, #0d2638, #056d00);
}

.bz-new-bookkeeping-cta-panel::after {
  content: "";
  position: absolute;
  right: -210px;
  bottom: -250px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(191, 244, 223, 0.12);
}

.bz-new-bookkeeping-cta-panel h2,
.bz-new-bookkeeping-cta-panel p,
.bz-new-bookkeeping-cta-actions,
.bz-new-bookkeeping-cta-panel .bz-new-bookkeeping-kicker {
  position: relative;
  z-index: 1;
}

.bz-new-bookkeeping-cta-panel h2,
.bz-new-bookkeeping-cta-panel .bz-new-bookkeeping-kicker {
  color: #ffffff;
}

.bz-new-bookkeeping-cta-panel p {
  max-width: 650px;
  color: #d0e4e9;
  font-size: 1.05rem;
}

.bz-new-bookkeeping-cta-actions {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bz-new-bookkeeping-cta-panel .bz-new-bookkeeping-btn-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.bz-new-bookkeeping-report-card {
  position: relative;
  z-index: 2;
  padding: 18px;
  border-radius: 8px;
  color: #10212f;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.23);
}

.bz-new-bookkeeping-report-card h3 {
  margin-bottom: 14px;
}

.bz-new-bookkeeping-report-row {
  padding: 11px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  border-top: 1px solid #dce7ec;
  color: #5d6d7c;
  font-weight: 500;
}

.bz-new-bookkeeping-report-row strong {
  color: #12324a;
  font-weight: 700;
}

/* 17. Reveal animation */
.bz-new-bookkeeping-reveal {
  opacity: 1;
  transform: none;
  animation: bz-new-bookkeeping-enterUp 0.7s ease both;
}

.bz-new-bookkeeping-reveal.bz-new-bookkeeping-visible,
.bz-new-bookkeeping-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes bz-new-bookkeeping-slowTurn {
  to { transform: rotate(360deg); }
}

@keyframes bz-new-bookkeeping-floatCard {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-14px) rotate(0.7deg); }
}

@keyframes bz-new-bookkeeping-floatSmall {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes bz-new-bookkeeping-barGrow {
  from { transform: scaleY(0.12); }
  to { transform: scaleY(1); }
}

@keyframes bz-new-bookkeeping-enterUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 18. Responsive */
@media (max-width: 1020px) {
  .bz-new-bookkeeping-strip-inner {
    grid-template-columns: 1fr 1fr;
  }

  .bz-new-bookkeeping-strip-copy {
    grid-column: 1 / -1;
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 1020px) {
  .bz-new-bookkeeping-hero-grid,
  .bz-new-bookkeeping-pain-grid,
  .bz-new-bookkeeping-process-wrap,
  .bz-new-bookkeeping-faq-layout,
  .bz-new-bookkeeping-cta-panel {
    grid-template-columns: 1fr;
  }

  .bz-new-bookkeeping-hero {
    padding-top: 54px;
  }

  .bz-new-bookkeeping-visual-wrap {
    min-height: 500px;
  }

  .bz-new-bookkeeping-services-grid,
  .bz-new-bookkeeping-pricing-grid,
  .bz-new-bookkeeping-testimonial-grid,
  .bz-new-bookkeeping-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .bz-new-bookkeeping-container {
    width: min(100% - 28px, 1180px);
  }

  .bz-new-bookkeeping-top-announcement-inner {
    min-height: auto;
    padding: 10px 14px;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.5;
  }

  .bizfyle-new-bookkeeping-page h1 {
    font-size: clamp(2.15rem, 12vw, 3.4rem);
  }

  .bz-new-bookkeeping-hero-proof,
  .bz-new-bookkeeping-strip-inner,
  .bz-new-bookkeeping-solution-grid,
  .bz-new-bookkeeping-services-grid,
  .bz-new-bookkeeping-pricing-grid,
  .bz-new-bookkeeping-testimonial-grid,
  .bz-new-bookkeeping-industry-grid {
    grid-template-columns: 1fr;
  }

  .bz-new-bookkeeping-hero-cta .bz-new-bookkeeping-btn,
  .bz-new-bookkeeping-cta-actions .bz-new-bookkeeping-btn {
    width: 100%;
  }

  .bz-new-bookkeeping-visual-wrap {
    min-height: 455px;
  }

  .bz-new-bookkeeping-dashboard {
    padding: 12px;
    transform: none;
  }

  .bz-new-bookkeeping-dashboard-body {
    grid-template-columns: 1fr;
  }

  .bz-new-bookkeeping-chart-panel {
    min-height: 220px;
  }

  .bz-new-bookkeeping-bar-chart {
    height: 105px;
  }

  .bz-new-bookkeeping-ledger-card,
  .bz-new-bookkeeping-tax-card {
    display: none;
  }

  .bizfyle-new-bookkeeping-page section {
    padding: 62px 0;
  }

  .bz-new-bookkeeping-audit-panel,
  .bz-new-bookkeeping-process-visual,
  .bz-new-bookkeeping-cta-panel {
    padding: 24px;
  }

  .bz-new-bookkeeping-process-visual {
    min-height: 410px;
  }

  .bz-new-bookkeeping-phone-frame {
    width: min(250px, 92%);
  }

  .bz-new-bookkeeping-step {
    grid-template-columns: 1fr;
  }
   #no-panic {
    font-size: 1.84rem;
}
}

@media (prefers-reduced-motion: reduce) {
  .bizfyle-new-bookkeeping-page *,
  .bizfyle-new-bookkeeping-page *::before,
  .bizfyle-new-bookkeeping-page *::after {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    scroll-behavior: auto;
    transition-duration: 0.01ms;
  }
}/* End custom CSS */