/* accounting-bookkeeping.css -- styles used only on accounting-bookkeeping.html.
   Generated by tools/split-css.js from the original style.css. */


.round-icon.teal {
  background: radial-gradient(circle at 35% 30%, #39e8ff, #0584ba 74%);
  box-shadow: 0 0 28px rgba(0, 213, 255, .42);
}

.accounting-hero {
  min-height: 430px;
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.accounting-hero::before {
  content: "";
  position: absolute;
  inset: -22px -40px -28px;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 35%, rgba(0, 106, 255, .26), transparent 18rem),
    linear-gradient(90deg, rgba(1, 7, 22, .9), rgba(1, 7, 22, .4) 52%, rgba(1, 7, 22, .2));
}

.accounting-hero h1 {
  margin: 0;
  max-width: 540px;
  font-size: clamp(45px, 4.3vw, 61px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.accounting-hero h1 span {
  color: var(--cyan);
}

.accounting-visual {
  position: relative;
  min-height: 402px;
  overflow: hidden;
  border-radius: 0 0 14px 14px;
}

.accounting-visual img {
  position: absolute;
  right: -8px;
  top: 20px;
  width: min(100%, 560px);
  height: 362px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.04);
  mask-image: linear-gradient(90deg, transparent 0%, black 17%, black 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 17%, black 100%);
}

.service-intro {
  min-height: 86px;
  margin: -6px 0 28px;
  padding: 19px 30px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 18px;
}

.service-intro p {
  margin: 0;
  max-width: 780px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 800;
  color: #f4f9ff;
}

.accounting-card-grid .service-card {
  min-height: 178px;
  padding-top: 19px;
}

.accounting-card-grid .card-heading {
  margin-bottom: 20px;
}

.included-panel {
  min-height: 148px;
  padding: 25px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 230px;
  align-items: center;
  gap: 36px;
}

.included-panel > ul:first-child {
  border-right: 1px solid rgba(143, 172, 255, .26);
  padding-right: 26px;
}

.software-logos {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.software-logos::before {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  border: 1px dashed rgba(0, 216, 255, .62);
  border-radius: 50%;
  right: 53px;
}

.qb-logo,
.xero-logo {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-weight: 800;
  box-shadow: 0 0 20px rgba(0, 206, 255, .22);
}

.qb-logo {
  background: #24b73c;
  font-size: 24px;
}

.xero-logo {
  margin-left: -5px;
  background: #20c7e6;
  font-size: 20px;
}

.logo-name {
  position: relative;
  z-index: 2;
  margin: 0 3px 0 -3px;
  color: white;
  font-size: 14px;
  line-height: .9;
  font-weight: 700;
  text-align: center;
}

.acct-cta {
  min-height: 105px;
  margin-bottom: 21px;
  padding: 22px 34px;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 22px;
}

.acct-cta h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.1;
}

.acct-cta p {
  margin: 6px 0 0;
  color: #f0f6ff;
  font-size: 15px;
}

/* Client testimonials (copied from index.html's homepage review section) */
.testimonials {
  width: min(100% - 96px, 1080px);
  margin-left: auto;
  margin-right: auto;
}

.video-embed {
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 16 / 9;
  margin: 0 auto clamp(28px, 4vw, 40px);
  border-radius: 9px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 12px 24px rgba(0,0,0,.27);
}

.video-embed-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.testimonial-marquee {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.testimonial-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: testimonial-scroll 48s linear infinite;
}

.testimonial-marquee:hover .testimonial-track,
.testimonial-marquee:focus-within .testimonial-track {
  animation-play-state: paused;
}

@keyframes testimonial-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.marquee-card {
  flex: 0 0 340px;
  width: 340px;
  min-height: 190px;
  padding: 20px 24px;
}

.marquee-card .avatar {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
}

.marquee-card p {
  font-size: 14px;
  line-height: 1.55;
}

.marquee-card .stars {
  font-size: 20px;
}

.marquee-card .person strong {
  font-size: 14px;
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-track {
    animation: none;
  }
}

@media (max-width: 980px) {

  .accounting-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 24px;
  }
  .accounting-hero::before {
    inset: -8px -28px -12px;
    background:
      linear-gradient(180deg, rgba(1, 7, 22, .38), rgba(1, 7, 22, .88)),
      radial-gradient(circle at 70% 38%, rgba(0, 106, 255, .28), transparent 18rem);
  }
  .accounting-hero h1 {
    max-width: 680px;
  }
  .accounting-visual {
    min-height: 345px;
    margin-top: -5px;
  }
  .accounting-visual img {
    right: 0;
    width: 100%;
    height: 330px;
    object-position: center;
    mask-image: linear-gradient(180deg, black 0%, black 72%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, black 0%, black 72%, transparent 100%);
  }
  .service-intro,
  .included-panel,
  .acct-cta {
    grid-template-columns: 1fr;
  }
  .service-intro {
    margin-top: 0;
  }
  .included-panel {
    padding: 24px;
    gap: 18px;
  }
  .included-panel > ul:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(143, 172, 255, .26);
    padding: 0 0 16px;
  }
  .acct-cta {
    justify-items: start;
  }
}

@media (max-width: 620px) {
  .accounting-hero {
    padding-top: 18px;
  }
  .accounting-hero h1 {
    font-size: 42px;
  }
  .accounting-visual {
    min-height: 238px;
  }
  .accounting-visual img {
    height: 235px;
    right: -25px;
  }
  .service-intro {
    padding: 20px;
    text-align: center;
    justify-items: center;
  }
  .service-intro p {
    font-size: 15px;
  }
  .software-logos {
    justify-content: center;
  }
  .acct-cta {
    padding: 22px 20px;
    text-align: center;
    justify-items: center;
  }
  .marquee-card {
    flex-basis: 285px;
    width: 285px;
    padding: 18px 20px;
  }
}