:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-143dba7 *//* FINAL FULLY READABLE CSS - every property is on a separate line */

/* Header/footer removed. Same BizFyle green theme. */

/* BizFyle Bookkeeping & Financial Reporting - readable CSS */

/* Every CSS property is placed on its own line for easy editing. */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --green: #078F00;
  --green2: #43d637;
  --dark-green: #045f00;
  --navy: #082234;
  --navy2: #0f3447;
  --ink: #0d2638;
  --muted: #637483;
  --line: #dce7ec;
  --soft: #f5faf5;
  --white: #fff;
  --shadow: 0 24px 70px rgba(8, 34, 52,.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1180px,calc(100% - 40px));
  margin: auto;
}

.section {
  padding: 100px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(7, 143, 0,.1);
}

h1,
h2,
h3,
p
{
  margin-top: 0;
}

h1,
h2 {
  letter-spacing: -.055em;
  font-weight: 700;
}

h2 {
  font-size: clamp(2.25rem,4.5vw,4rem);
  line-height: 1.08;
  margin: 17px 0 18px;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.section-head {
  max-width: 780px;
}

.section-head.center {
  text-align: center;
  margin: 0 auto 50px;
}

.section-head.center p {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.green {
  color: var(--green);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 56px;
  padding: 0 23px;
  border-radius: 16px;
  font-weight: 800;
  font-size: .9rem;
  transition: .25s ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(145deg,#48d83e 0%,#18b814 38%,#067c00 72%,#034f00 100%);
  border: 1px solid rgba(255, 255, 255,.3);
  box-shadow: inset 4px 4px 9px rgba(255, 255, 255,.42),inset -5px -6px 11px rgba(0, 58, 0,.34),0 15px 32px rgba(7, 143, 0,.28);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: inset 4px 4px 9px rgba(255, 255, 255,.42),inset -5px -6px 11px rgba(0, 58, 0,.34),0 22px 42px rgba(7, 143, 0,.35);
}

.btn-light {
  color: var(--ink);
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0,.12);
}

.btn-light:hover {
  color: var(--green);
  transform: translateY(-3px);
}

.hero {
  position: relative;
  min-height: 790px;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--navy) url("assets/bizfyle-bookkeeping-reporting-hero.png") center/cover no-repeat;
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(5, 25, 39,.98) 0%,rgba(5, 25, 39,.9) 39%,rgba(5, 25, 39,.25) 68%,rgba(5, 25, 39,.06) 100%);
}

.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 45%,rgba(7, 143, 0,.22),transparent 32%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
  padding-top: 76px;
}

.hero .eyebrow {
  color: #79ea70;
}

.hero .eyebrow:before {
  background: #79ea70;
}

.hero h1 {
  font-size: clamp(3rem,6.5vw,5.65rem);
  line-height: .98;
  margin: 23px 0 25px;
}

.hero h1 span {
  color: #69e360;
}

.hero-lead {
  max-width: 630px;
  color: #dce7ec;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  gap: 13px;
  margin-top: 33px;
  flex-wrap: wrap;
}

.hero-proof {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 38px;
}

.hero-proof span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #eff8fb;
  font-size: .78rem;
  font-weight: 700;
}

.tick {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: .7rem;
}

.hero-float {
  position: absolute;
  z-index: 3;
  right: 6%;
  bottom: 52px;
  width: 330px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255,.25);
  border-radius: 22px;
  background: rgba(255, 255, 255,.94);
  color: var(--ink);
  box-shadow: 0 25px 70px rgba(0, 0, 0,.22);
  backdrop-filter: blur(10px);
  animation: float 5s ease-in-out infinite;
}

.hero-float-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .7rem;
  color: #687987;
  font-weight: 700;
}

.status {
  color: var(--green);
  background: #edf9eb;
  padding: 6px 9px;
  border-radius: 99px;
}

.hero-float strong {
  display: block;
  margin-top: 13px;
  font-size: 1.75rem;
  letter-spacing: -.05em;
}

.mini-bars {
  height: 70px;
  display: flex;
  align-items: end;
  gap: 7px;
  margin-top: 12px;
}

.mini-bars i {
  flex: 1;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(#68e65f,var(--green));
}

@keyframes float {
  50% {
    transform: translateY(-11px);
  }
}

.tool-strip {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.tool-in {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.tool-in>span {
  color: #778591;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.tools {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}

.tool {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: .78rem;
  font-weight: 800;
  color: #405565;
  background: #fafcfd;
}

.advantage {
  background: linear-gradient(180deg,#fff,#f7fbf6);
}

.adv-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 65px;
  align-items: center;
}

.collage {
  position: relative;
  min-height: 570px;
}

.collage-main {
  position: absolute;
  inset: 20px 50px 40px 0;
  border-radius: 32px;
  overflow: hidden;
  background: #d9e8df;
  box-shadow: var(--shadow);
}

.collage-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insight-card {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  padding: 21px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(8, 34, 52,.16);
  border: 1px solid var(--line);
}

.insight-card small {
  color: #71808c;
  font-weight: 800;
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.insight-card strong {
  display: block;
  font-size: 1.25rem;
  margin: 8px 0;
}

.insight-card em {
  color: var(--green);
  font-style: normal;
  font-size: .75rem;
  font-weight: 800;
}

.adv-copy h2 {
  font-size: clamp(2.4rem,4.5vw,4.15rem);
}

.adv-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.adv-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}

.adv-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg,#57df4e,var(--green) 70%);
  box-shadow: inset 2px 2px 5px rgba(255, 255, 255,.35);
}

.adv-item h3 {
  font-size: .95rem;
  margin-bottom: 4px;
}

.adv-item p {
  font-size: .76rem;
  line-height: 1.55;
  margin: 0;
}

.included {
  background: #fff;
}

.include-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}

.service-card {
  position: relative;
  min-height: 285px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 13px 35px rgba(8, 34, 52,.055);
  transition: .3s;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(7, 143, 0,.38);
  box-shadow: 0 25px 52px rgba(7, 143, 0,.11);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  color: var(--green);
  background: #eef9ec;
  font-size: 1.35rem;
}

.service-card h3 {
  margin: 23px 0 10px;
  font-size: 1.08rem;
}

.service-card p {
  font-size: .8rem;
  line-height: 1.65;
}

.service-card a {
  position: absolute;
  left: 27px;
  bottom: 24px;
  color: var(--green);
  font-size: .74rem;
  font-weight: 800;
}

.reports {
  color: #fff;
  background: linear-gradient(135deg,var(--navy),var(--navy2) 62%,#075d15);
}

.reports .eyebrow {
  color: #81ec78;
}

.reports .section-head p {
  color: #c9d9e1;
}

.report-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 55px;
  align-items: center;
}

.report-tabs {
  display: grid;
  gap: 10px;
}

.report-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 19px;
  border: 1px solid rgba(255, 255, 255,.13);
  border-radius: 15px;
  color: #c9d9e1;
  background: rgba(255, 255, 255,.055);
  cursor: pointer;
  text-align: left;
  transition: .2s;
}

.report-tab.active,
.report-tab:hover
{
  color: #fff;
  border-color: rgba(106,226,96,.5);
  background: rgba(7, 143, 0,.2);
}

.report-tab b {
  font-size: .85rem;
}

.report-screen {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255,.2);
  border-radius: 28px;
  background: #f7faf8;
  color: var(--ink);
  box-shadow: 0 30px 80px rgba(0, 0, 0,.27);
}

.screen-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 2px 3px 16px;
}

.screen-head strong {
  font-size: .9rem;
}

.screen-head span {
  font-size: .66rem;
  color: var(--green);
  font-weight: 800;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  margin: 14px 0;
}

.metric {
  padding: 14px;
  border: 1px solid #e1ebe5;
  border-radius: 15px;
  background: #fff;
}

.metric small {
  color: #788690;
  font-size: .6rem;
  font-weight: 800;
  text-transform: uppercase;
}

.metric strong {
  display: block;
  font-size: 1.25rem;
  margin-top: 6px;
}

.metric em {
  color: var(--green);
  font-size: .65rem;
  font-weight: 800;
  font-style: normal;
}

.chart {
  padding: 17px;
  border: 1px solid #e1ebe5;
  border-radius: 18px;
  background: #fff;
}

.chart-head {
  display: flex;
  justify-content: space-between;
  font-size: .7rem;
  font-weight: 800;
}

.chart svg {
  width: 100%;
  height: 180px;
  margin-top: 12px;
}

.chart-grid line {
  stroke: #e6eee9;
}

.chart-area {
  fill: url(#area);
}

.chart-line {
  fill: none;
  stroke: var(--green);
  stroke-width: 4;
  stroke-linecap: round;
}

.report-note {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-top: 12px;
  padding: 11px 13px;
  border-radius: 13px;
  background: #eaf8e8;
  color: #355243;
  font-size: .68rem;
}

.pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(7, 143, 0,.35);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 9px rgba(7, 143, 0,0);
  }
}

.ai {
  background: #f5faf5;
}

.ai-panel {
  position: relative;
  overflow: hidden;
  padding: 56px;
  border-radius: 34px;
  color: #fff;
  background: linear-gradient(135deg,#082234 0%,#0f3447 58%,#056d00 100%);
  box-shadow: var(--shadow);
}

.ai-panel:after {
  content: "AI";
  position: absolute;
  right: -15px;
  top: -95px;
  font-size: 18rem;
  font-weight: 800;
  color: rgba(255, 255, 255,.035);
}

.ai-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: end;
}

.ai-top h2 {
  margin-bottom: 0;
}

.ai-top p {
  color: #d4e1e7;
  margin-bottom: 7px;
}

.questions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 13px;
  margin-top: 40px;
}

.question {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255,.15);
  border-radius: 18px;
  background: rgba(255, 255, 255,.08);
  backdrop-filter: blur(8px);
  animation: cardfloat 6s ease-in-out infinite;
}

.question:nth-child(2) {
  animation-delay: -2s;
}

.question:nth-child(3) {
  animation-delay: -4s;
}

.question span {
  display: block;
  color: #8bea82;
  font-size: .66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.question strong {
  display: block;
  margin-top: 10px;
  font-size: .87rem;
  line-height: 1.5;
}

@keyframes cardfloat {
  50% {
    transform: translateY(-7px);
  }
}

.ai-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  color: #deebef;
  font-size: .74rem;
}

.human-stack {
  display: flex;
}

.human-stack i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-left: -8px;
  border: 3px solid #0d3043;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-style: normal;
  font-size: .65rem;
  font-weight: 800;
}

.human-stack i:first-child {
  margin-left: 0;
}

.process {
  background: #fff;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
}

.step {
  position: relative;
  padding: 27px 23px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}

.step:not(:last-child):after {
  content: "";
  position: absolute;
  z-index: 2;
  right: -21px;
  top: 43px;
  width: 28px;
  border-top: 2px dashed #b9d6bd;
}

.step-num {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(145deg,#4add3f,var(--green));
  font-weight: 800;
  font-size: .8rem;
}

.step h3 {
  margin: 20px 0 9px;
  font-size: 1rem;
}

.step p {
  font-size: .76rem;
  line-height: 1.6;
  margin: 0;
}

.human {
  background: linear-gradient(180deg,#f7faf7,#fff);
}

.human-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center;
}

.human-photo {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border-radius: 30px;
  background: url("https://images.pexels.com/photos/3769021/pexels-photo-3769021.jpeg?auto=compress&amp;cs=tinysrgb&amp;w=1200") center/cover;
  box-shadow: var(--shadow);
}

.human-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 50%,rgba(6,31,45,.65));
}

.human-label {
  position: absolute;
  z-index: 2;
  left: 25px;
  bottom: 25px;
  color: #fff;
}

.human-label strong {
  display: block;
  font-size: 1.15rem;
}

.human-label span {
  font-size: .73rem;
  color: #dbe8ed;
}

.human-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 27px;
}

.human-point {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.human-point strong {
  display: block;
  font-size: .82rem;
}

.human-point span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .7rem;
  line-height: 1.5;
}

.bf-testimonial-section {
  padding: 78px 0;
  background: #ffffff;
}

.bf-testimonial-card {
  max-width: 1060px;
  margin: 0 auto;
  padding: 55px 65px;
  border-radius: 26px;
  color: #ffffff;
  background: var(--navy);
  text-align: center;
  box-shadow: 0 26px 70px rgba(8, 34, 52, 0.15);
}

.bf-testimonial-mark {
  color: #8bea82;
  font: 800 6rem/1 Georgia, serif;
  opacity: 0.4;
  margin-bottom: -28px;
}

.bf-testimonial-quote {
  max-width: 980px;
  margin: 0 auto 34px;
  color: #ffffff;
  font-size: clamp(1.55rem, 3.4vw, 2.65rem);
  line-height: 1.35;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.bf-testimonial-person {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
  text-align: left;
}

.bf-testimonial-avatar {
  width: 78px;
  height: 78px;
  min-width: 78px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ffffff;
  background: #ffffff;
  flex-shrink: 0;
}

.bf-testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.bf-testimonial-info strong {
  display: block;
  color: #13e000;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
}

.bf-testimonial-info span {
  display: block;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  margin-top: 4px;
}

.bf-testimonial-info h4 {
  color: #dce7ec;
  font-size: 1.1rem;
  font-weight: 800;
  margin: 4px 0 0;
  line-height: 1.2;
}

@media (max-width: 760px) {
  .bf-testimonial-card {
    padding: 38px 24px;
  }

  .bf-testimonial-quote {
    font-size: 1.35rem;
  }

  .bf-testimonial-person {
    gap: 13px;
  }

  .bf-testimonial-avatar {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }

  .bf-testimonial-info h4 {
    font-size: 1rem;
  }
}

.faq {
  background: #f6faf6;
}

.faq-layout {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 70px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
}

.faq summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  cursor: pointer;
  font-size: .85rem;
  font-weight: 800;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary:after {
  content: "+";
  color: var(--green);
  font-size: 1.2rem;
}

.faq details[open] summary:after {
  content: "−";
}

.faq details p {
  padding: 0 22px 20px;
  margin: 0;
  font-size: .76rem;
  line-height: 1.65;
}

.cta {
  padding: 75px 0;
  background: #fff;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 50px;
  align-items: center;
  padding: 58px;
  border-radius: 32px;
  color: #fff;
  background: linear-gradient(90deg,rgba(4,78,0,.97),rgba(7, 143, 0,.85) 55%,rgba(8, 34, 52,.38)),url("https://images.pexels.com/photos/3184436/pexels-photo-3184436.jpeg?auto=compress&amp;cs=tinysrgb&amp;w=1600") center/cover;
  box-shadow: 0 30px 80px rgba(7, 143, 0,.2);
}

.cta h2 {
  font-size: clamp(2.35rem,4vw,3.65rem);
}

.cta p {
  color: #e6f5e4;
}

.cta-card {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255,.6);
  border-radius: 22px;
  color: var(--ink);
  background: rgba(255, 255, 255,.94);
  backdrop-filter: blur(10px);
}

.cta-card h3 {
  font-size: 1rem;
}

.cta-row {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  font-size: .72rem;
  column-gap: 10px !important;
}

.cta-row strong {
  color: var(--green);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s ease,transform .75s ease;
}

.reveal.show {
  opacity: 1;
  transform: none;
}

@media(max-width:980px) {
  .hero-float {
    display: none;
  }
  .hero:before {
    background: rgba(5, 25, 39,.78);
  }
  .adv-grid,
  .report-layout,
  .human-grid,
  .faq-layout,
  .cta-panel,
  .ai-top
  {
    grid-template-columns: 1fr;
  }
  .include-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .steps {
    grid-template-columns: repeat(2,1fr);
  }
  .step:after {
    display: none;
  }
  .questions {
    grid-template-columns: 1fr;
  }
  .ai-top {
    gap: 10px;
  }
  .report-tabs {
    grid-template-columns: repeat(2,1fr);
  }
  .cta-panel {
    gap: 25px;
  }
}

@media(max-width:650px) {
  .container {
    width: min(100% - 28px,1180px);
  }
  .section {
    padding: 75px 0;
  }
  .hero {
    min-height: 720px;
    background-position: 63% center;
  }
  .hero h1 {
    font-size: 3.25rem;
  }
  .hero-copy {
    padding-top: 70px;
  }
  .hero-proof {
    gap: 12px;
  }
  .tool-in {
    padding: 20px 0;
    display: block;
  }
  .tools {
    margin-top: 15px;
  }
  .collage {
    min-height: 430px;
  }
  .collage-main {
    inset: 0 20px 55px 0;
  }
  .insight-card {
    width: 260px;
  }
  .include-grid,
  .steps,
  .human-points
  {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 250px;
  }
  .report-tabs {
    grid-template-columns: 1fr;
  }
  .metrics {
    grid-template-columns: 1fr;
  }
  .ai-panel,
  .cta-panel
  {
    padding: 30px 22px;
    border-radius: 24px;
  }
  .ai-panel:after {
    font-size: 10rem;
  }
  .human-photo {
    min-height: 420px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-float,
  .question,
  .pulse
  {
    animation: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Review refinements */

.hero {
  min-height: 760px;
  background: linear-gradient(135deg,#061b29 0%,#0b3044 60%,#075313 100%);
}

.hero:before {
  background: radial-gradient(circle at 78% 28%,rgba(70,218,59,.18),transparent 28%);
}

.hero:after {
  background: radial-gradient(circle at 15% 55%,rgba(7, 143, 0,.22),transparent 30%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  gap: 52px;
  align-items: center;
  padding-top: 75px;
}

.hero-copy {
  padding-top: 0;
}

.hero h1 {
  font-size: clamp(3rem,5.6vw,5.25rem);
}

.video-shell {
  position: relative;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255,.2);
  border-radius: 30px;
  background: rgba(255, 255, 255,.08);
  box-shadow: 0 34px 85px rgba(0, 0, 0,.28);
  backdrop-filter: blur(10px);
}

.video-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 21px;
  background: linear-gradient(145deg,#0d3145,#071d2c);
}

.video-placeholder:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255, 255, 255,.025) 1px,transparent 1px);
  background-size: 32px 32px;
}

.video-orbit {
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(103,228,94,.24);
  border-radius: 50%;
  animation: spin 18s linear infinite;
}

.video-orbit:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #65e05c;
  box-shadow: 0 0 25px #65e05c;
}

.video-play {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(255, 255, 255,.45);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg,#4ee143,#078F00 70%);
  box-shadow: inset 3px 3px 7px rgba(255, 255, 255,.38),0 20px 45px rgba(7, 143, 0,.35);
  font-size: 1.45rem;
}

.video-caption {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 20px;
}

.video-caption strong,
.video-caption span
{
  display: block;
}

.video-caption strong {
  font-size: .84rem;
}

.video-caption span {
  margin-top: 4px;
  color: #bcd0da;
  font-size: .66rem;
}

.video-badge {
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255,.18);
  border-radius: 999px;
  color: #bdebb9;
  background: rgba(7, 143, 0,.18);
  font-size: .61rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.include-grid {
  gap: 20px;
}

.service-card {
  isolation: isolate;
  min-height: 305px;
  padding: 28px;
  border-color: #d8e6dc;
  background: linear-gradient(155deg,#fff 0%,#fbfefb 68%,#edf9eb 100%);
  box-shadow: 0 17px 42px rgba(8, 34, 52,.075);
}

.service-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg,#55df4a,#078F00);
  transform: scaleX(.23);
  transform-origin: left;
  transition: .35s ease;
}

.service-card:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -38px;
  bottom: -42px;
  width: 125px;
  height: 125px;
  border: 1px solid rgba(7, 143, 0,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(7, 143, 0,.035),0 0 0 40px rgba(7, 143, 0,.025);
  transition: .35s ease;
}

.service-card:hover:before {
  transform: scaleX(1);
}

.service-card:hover:after {
  transform: scale(1.15);
}

.service-icon {
  width: 58px;
  height: 58px;
  border: 1px solid #cdeac9;
  color: #fff;
  background: linear-gradient(145deg,#66e75c,#078F00 70%,#045f00);
  box-shadow: inset 2px 2px 6px rgba(255, 255, 255,.42),0 12px 25px rgba(7, 143, 0,.2);
  transition: .35s ease;
}

.service-card:hover .service-icon {
  transform: rotate(-6deg) scale(1.08);
}

.service-card h3 {
  font-size: 1.13rem;
  color: #0a2b3f;
}

.service-card p {
  max-width: 290px;
}

.service-card a {
  display: flex;
  align-items: center;
  gap: 7px;
}

.service-card a:before {
  content: "";
  width: 22px;
  border-top: 2px solid var(--green);
}

.reports-flow {
  position: relative;
  min-height: 510px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255,.18);
  border-radius: 30px;
  background: rgba(255, 255, 255,.075);
  box-shadow: 0 30px 80px rgba(0, 0, 0,.22);
  backdrop-filter: blur(10px);
}

.flow-track {
  position: absolute;
  left: 84px;
  right: 84px;
  top: 50%;
  height: 3px;
  background: linear-gradient(90deg,rgba(105,226,96,.25),#69e260,rgba(105,226,96,.25));
}

.flow-track:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #7ced72;
  box-shadow: 0 0 0 7px rgba(105,226,96,.15),0 0 24px #69e260;
  animation: dataTravel 5.5s ease-in-out infinite;
}

.flow-stage {
  position: absolute;
  z-index: 2;
  width: 160px;
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255,.16);
  border-radius: 19px;
  background: #0c2a3d;
  text-align: center;
  box-shadow: 0 18px 42px rgba(0, 0, 0,.2);
}

.flow-stage:nth-child(1) {
  left: 25px;
  top: 60px;
}

.flow-stage:nth-child(2) {
  left: 50%;
  top: 175px;
  transform: translateX(-50%);
}

.flow-stage:nth-child(3) {
  right: 25px;
  top: 60px;
}

.flow-stage:nth-child(4) {
  right: 25px;
  bottom: 35px;
  background: #fff;
  color: var(--ink);
}

.flow-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg,#55df4b,#078F00);
  font-size: 1.15rem;
}

.flow-stage:nth-child(4) .flow-icon {
  box-shadow: 0 10px 24px rgba(7, 143, 0,.22);
}

.flow-stage strong {
  display: block;
  font-size: .78rem;
}

.flow-stage span {
  display: block;
  margin-top: 6px;
  color: #9eb4c0;
  font-size: .61rem;
  line-height: 1.5;
}

.flow-stage:nth-child(4) span {
  color: #70808b;
}

.flow-docs {
  position: absolute;
  left: 28px;
  bottom: 35px;
  display: flex;
  gap: 8px;
}

.flow-doc {
  width: 62px;
  height: 78px;
  padding: 10px 7px;
  border: 1px solid rgba(255, 255, 255,.14);
  border-radius: 10px;
  background: rgba(255, 255, 255,.08);
  animation: docLift 4s ease-in-out infinite;
}

.flow-doc:nth-child(2) {
  animation-delay: -1.3s;
}

.flow-doc:nth-child(3) {
  animation-delay: -2.6s;
}

.flow-doc i {
  display: block;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 5px;
  background: rgba(255, 255, 255,.25);
}

.flow-doc i:first-child {
  width: 60%;
  background: #69e260;
}

.flow-caption {
  position: absolute;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  width: 190px;
  color: #cadddf;
  text-align: center;
  font-size: .64rem;
  line-height: 1.55;
}

.flow-caption strong {
  display: block;
  color: #fff;
  font-size: .74rem;
  margin-bottom: 4px;
}

@keyframes dataTravel {
  0% {
    left: 0;
  }
  45% {
    left: 50%;
  }
  100% {
    left: calc(100% - 15px);
  }
}

@keyframes docLift {
  50% {
    transform: translateY(-8px);
    border-color: rgba(105,226,96,.5);
  }
}

.process-map {
  position: relative;
  min-height: 520px;
  margin-top: 20px;
}

.map-line {
  position: absolute;
  inset: 70px 8% 55px;
  width: 84%;
  height: 360px;
  overflow: visible;
}

.map-line path {
  fill: none;
  stroke: #b9dabb;
  stroke-width: 3;
  stroke-dasharray: 9 9;
}

.map-line .map-progress {
  stroke: #078F00;
  stroke-dasharray: 8 220;
  animation: pathMove 5s linear infinite;
}

.map-node {
  position: absolute;
  width: 235px;
  padding: 22px;
  border: 1px solid #d9e8dc;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(8, 34, 52,.09);
}

.map-node:nth-of-type(1) {
  left: 0;
  top: 0;
}

.map-node:nth-of-type(2) {
  right: 12%;
  top: 30px;
}

.map-node:nth-of-type(3) {
  left: 15%;
  bottom: 0;
}

.map-node:nth-of-type(4) {
  right: 0;
  bottom: 20px;
}

.map-symbol {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(145deg,#58e04e,#078F00);
  box-shadow: inset 2px 2px 6px rgba(255, 255, 255,.4),0 12px 25px rgba(7, 143, 0,.2);
  font-size: 1.2rem;
}

.map-node h3 {
  margin-bottom: 7px;
  font-size: .94rem;
  color: #0b3044;
}

.map-node p {
  margin: 0;
  font-size: .7rem;
  line-height: 1.55;
}

.map-node small {
  position: absolute;
  right: 16px;
  top: 14px;
  color: #078F00;
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.map-center {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  transform: translate(-50%,-50%);
  border: 1px solid #c7e6c4;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg,#0f3447,#078F00);
  box-shadow: 0 0 0 14px #f0f8ef,0 24px 55px rgba(8, 34, 52,.18);
  text-align: center;
  font-size: .75rem;
  font-weight: 800;
}

.map-center:after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 2px dashed rgba(7, 143, 0,.35);
  border-radius: 50%;
  animation: spin 12s linear infinite;
}

@keyframes pathMove {
  to {
    stroke-dashoffset: -230;
  }
}

.human-point {
  position: relative;
  overflow: hidden;
  min-height: 128px;
  padding: 19px;
  border: 1.5px solid rgba(7, 143, 0,.38);
  background: linear-gradient(145deg,#fff,#f3fbf2);
  box-shadow: 0 12px 30px rgba(7, 143, 0,.075);
  transition: .3s ease;
}

.human-point:after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -28px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(7, 143, 0,.07);
}

.human-point:hover {
  transform: translateY(-5px);
  border-color: #078F00;
  box-shadow: 0 20px 40px rgba(7, 143, 0,.13);
}

.human-point strong {
  color: #078F00;
  font-size: .86rem;
}

.human-point span {
  color: #4e6473;
}

@media(max-width:980px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 130px 0 70px;
  }
  .hero {
    min-height: auto;
  }
  .video-shell {
    max-width: 720px;
  }
  .reports-flow {
    min-height: 560px;
  }
  .process-map {
    min-height: 760px;
  }
  .map-node:nth-of-type(1) {
    left: 0;
    top: 0;
  }
  .map-node:nth-of-type(2) {
    right: 0;
    top: 0;
  }
  .map-node:nth-of-type(3) {
    left: 0;
    bottom: 0;
  }
  .map-node:nth-of-type(4) {
    right: 0;
    bottom: 0;
  }
  .map-line {
    display: none;
  }
}

@media(max-width:650px) {
  .hero-grid {
    padding-top: 105px;
  }
  .video-play {
    width: 68px;
    height: 68px;
  }
  .video-orbit {
    width: 230px;
    height: 230px;
  }
  .reports-flow {
    min-height: 720px;
  }
  .flow-track {
    display: none;
  }
  .flow-stage {
    width: calc(50% - 36px);
  }
  .flow-stage:nth-child(1) {
    left: 18px;
    top: 25px;
  }
  .flow-stage:nth-child(2) {
    left: auto;
    right: 18px;
    top: 25px;
    transform: none;
  }
  .flow-stage:nth-child(3) {
    left: 18px;
    right: auto;
    top: 245px;
  }
  .flow-stage:nth-child(4) {
    right: 18px;
    top: 245px;
    bottom: auto;
  }
  .flow-docs {
    left: 18px;
    bottom: 55px;
  }
  .flow-caption {
    right: 18px;
    left: auto;
    bottom: 65px;
    transform: none;
    width: 155px;
  }
  .process-map {
    display: grid;
    gap: 14px;
    min-height: auto;
  }
  .map-node {
    position: relative!important;
    inset: auto!important;
    width: 100%;
  }
  .map-center {
    position: relative;
    left: auto;
    top: auto;
    margin: 12px auto;
    transform: none;
  }
  .map-line {
    display: none;
  }
}

@media(prefers-reduced-motion:reduce) {
  .video-orbit,
  .flow-track:after,
  .flow-doc,
  .map-line .map-progress,
  .map-center:after
  {
    animation: none;
  }
}

/* 2026-07 review: offer, human-first positioning, and merged close workflow */

.hero-offer-note {
  margin-top: 11px;
  color: #d9e7dc;
  font-size: .62rem;
  font-weight: 600;
}

.hero-proof {
  margin-top: 24px;
}

.adv-copy {
  align-self: center;
}

.catchup-strip {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 15px;
  align-items: center;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid #cfe2d1;
  border-radius: 16px;
  background: #f1faf0;
}

.catchup-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--green);
  font-size: .68rem;
  font-weight: 800;
}

.catchup-strip strong,
.catchup-strip span
{
  display: block;
}

.catchup-strip strong {
  font-size: .82rem;
}

.catchup-strip span {
  margin-top: 3px;
  color: var(--muted);
  font-size: .68rem;
}

.catchup-strip a {
  color: var(--green);
  font-size: .68rem;
  font-weight: 800;
}

.reports .report-layout {
  align-items: center;
}

.close-flow {
  position: relative;
  overflow: hidden;
  min-height: 505px;
  padding: 25px;
  border-radius: 28px;
  color: #fff;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.close-flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255,.12);
}

.close-flow-head strong {
  font-size: .73rem;
}

.close-flow-head span {
  color: #8bea82;
  font-size: .52rem;
  font-weight: 800;
}

.close-stages {
  position: relative;
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-left: 18px;
}

.close-stages:before {
  content: "";
  position: absolute;
  left: 39px;
  top: 27px;
  bottom: 27px;
  width: 2px;
  background: rgba(255, 255, 255,.14);
}

.close-stages:after {
  content: "";
  position: absolute;
  left: 39px;
  top: 27px;
  width: 2px;
  height: 75px;
  background: #78e871;
  box-shadow: 0 0 13px rgba(120,232,113,.75);
  animation: closeScan 4.5s ease-in-out infinite;
}

.close-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 13px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255,.13);
  border-radius: 14px;
  background: #103448;
}

.close-stage i {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--green);
  font-size: .68rem;
  font-style: normal;
  font-weight: 800;
}

.close-stage strong,
.close-stage span
{
  display: block;
}

.close-stage strong {
  font-size: .65rem;
}

.close-stage span {
  margin-top: 3px;
  color: #b9ccd4;
  font-size: .51rem;
}

.close-stage em {
  color: #8bea82;
  font-size: .49rem;
  font-style: normal;
  font-weight: 800;
}

.close-human-note {
  margin-top: 16px;
  padding: 13px;
  border: 1px solid rgba(120,232,113,.3);
  border-radius: 13px;
  color: #dce9ee;
  background: rgba(7, 143, 0,.15);
  font-size: .58rem;
  line-height: 1.55;
}

.close-human-note b {
  color: #8bea82;
}

@keyframes closeScan {
  50% {
    transform: translateY(275px);
  }
}

.human-tech-note {
  margin-top: 17px;
  padding: 14px 16px;
  border-left: 4px solid var(--green);
  border-radius: 0 10px 10px 0;
  color: #365064;
  background: #edf4f6;
  font-size: .68rem;
  line-height: 1.55;
}

.human-tech-note strong {
  color: var(--green);
}

.cta {
  padding: 84px 0;
  background: var(--navy);
}

.cta-panel {
  padding: 50px;
  border: 1px solid rgba(255, 255, 255,.16);
  border-radius: 25px;
  background: transparent;
  box-shadow: none;
}

.cta p {
  color: #c9d9e0;
}

.cta-actions {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.cta .btn-primary {
  color: #fff;
}

.cta-wa {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  background: #25d366;
  border-color: #25d366;
}

.cta-wa:hover {
  color: #fff;
  background: #20bc5a;
}

.cta-wa svg {
  width: 21px;
  height: 21px;
}

.cta-note {
  margin-top: 14px!important;
  color: #91a8b3!important;
  font-size: .54rem!important;
  line-height: 1.55!important;
}

.cta-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255,.2);
  background: #fff;
}

.cta-card:after {
  content: "";
  position: absolute;
  right: -35px;
  top: -35px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 17px solid rgba(7, 143, 0,.08);
  animation: ctaOrbit 6s ease-in-out infinite;
}

.cta-card h3 {
  position: relative;
  z-index: 2;
}

.cta-row {
  position: relative;
  z-index: 2;
}

.cta-row:before {
  content: "\2713";
  display: grid;
  width: 19px;
  height: 19px;
  margin-right: 8px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: .5rem;
}

.cta-row {
  display: grid;
  grid-template-columns: 19px 1fr auto;
  align-items: center;
  justify-content: initial;
}

@keyframes ctaOrbit {
  50% {
    transform: translate(-8px,8px) rotate(18deg);
  }
}

@media(max-width:760px) {
  .catchup-strip {
    grid-template-columns: auto 1fr;
  }
  .catchup-strip a {
    grid-column: 2;
  }
  .close-stage {
    grid-template-columns: 42px 1fr;
  }
  .close-stage em {
    display: none;
  }
  .cta-panel {
    padding: 29px 22px;
  }
  .cta-actions {
    display: grid;
  }
  .cta-actions .btn {
    width: 100%;
  }
}

/* Review polish 2: section contrast, five reasons, strong catch-up, contained testimonial */

.advantage {
  background: #edf3f7;
}

.included {
  background: #fff;
}

.reports {
  background: #f5f8fa;
}

.human {
  background: #edf3f7;
}

.faq {
  background: #f7faf7;
}

.catchup-strip {
  margin-top: 30px;
  padding: 27px 30px;
  border: 0;
  border-radius: 21px;
  color: #fff;
  background: var(--navy);
  box-shadow: 0 22px 48px rgba(8, 34, 52,.14);
}

.catchup-icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  font-size: .8rem;
}

.catchup-strip strong {
  color: #fff;
  font-size: 1.05rem;
}

.catchup-strip span {
  margin-top: 5px;
  color: #c7d7df;
  font-size: .79rem;
  line-height: 1.55;
}

.catchup-strip a {
  padding: 11px 15px;
  border: 1px solid rgba(120,232,113,.35);
  border-radius: 10px;
  color: #8bea82;
  background: rgba(7, 143, 0,.14);
  font-size: .72rem;
}

.catchup-strip a:hover {
  color: #fff;
  background: var(--green);
}

.cta-wa {
  color: var(--green)!important;
  background: #fff!important;
  border: 2px solid var(--green)!important;
  box-shadow: none;
}

.cta-wa:hover {
  color: #fff!important;
  background: var(--green)!important;
}

.cta-wa svg {
  color: currentColor;
}

@media(max-width:760px) {
  
.catchup-strip {
    padding: 23px 20px;
  }
}

/* =====================================================
Final Review Fix — Font weights + workflow tab colors
===================================================== */

/* Hero bottom spacing */

.hero {
  min-height: auto;
  padding-bottom: 20px;
}

.hero-grid {
  padding-top: 75px;
  padding-bottom: 20px;
}

/* Make the How It Works / reports left side fully visible */

.reports {
  color: var(--ink);
  background: #f5f8fa;
}

.reports .eyebrow {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.reports .eyebrow::before {
  background: var(--green);
}

.reports .section-head h2 {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.reports .section-head p {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.75;
}

.report-tabs {
  gap: 11px;
}

.report-tab {
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(8, 34, 52, 0.05);
}

.report-tab b {
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
}

.report-tab span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

/* Active and hover workflow buttons: green text, not white */

.report-tab.active,
.report-tab:hover {
  color: var(--green);
  background: #ffffff;
  border-color: var(--green);
}

.report-tab.active b,
.report-tab:hover b {
  color: var(--green);
}

.report-tab.active span,
.report-tab:hover span {
  color: var(--green);
}

.close-flow-head strong,
.close-stage strong,
.close-human-note {
  font-weight: 700;
}

.close-flow-head span,
.close-stage em {
  letter-spacing: 0.09em;
}

@media (max-width: 980px) {
  .hero-grid {
    padding-bottom: 20px;
  }
}

@media (max-width: 760px) {
  .why-list-item {
    grid-template-columns: 60px 1fr;
    gap: 16px;
    padding: 18px;
    border-radius: 20px;
  }
  .why-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 24px;
  }
  .why-content strong {
    font-size: 0.95rem;
  }
  .why-content span {
    font-size: 0.78rem;
    line-height: 1.6;
  }
}

/* =========================================
WHY CHOOSE BIZFYLE - COMPACT 4 LIST ITEMS
========================================= */

.adv-copy h2 {
  font-weight: 700;
}

.adv-copy p {
  font-weight: 500;
}

.why-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 20px;
}

.why-list-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 15px;
  padding: 14px 18px;
  border: 1px solid #d9e3e7;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(8, 34, 52, 0.055);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.why-list-item:hover {
  transform: translateY(-3px);
  border-color: var(--green);
  box-shadow: 0 12px 24px rgba(7, 143, 0, 0.09);
}

.why-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(145deg, #58e04e, var(--green));
  box-shadow: inset 2px 2px 6px rgba(255, 255, 255, 0.35), 0 10px 20px rgba(7, 143, 0, 0.18);
}

.why-content strong {
  display: block;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.28;
  margin-bottom: 4px;
}

.why-content span {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 760px) {
  .why-list {
    gap: 11px;
  }
  .why-list-item {
    grid-template-columns: 46px 1fr;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 16px;
  }
  .why-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 19px;
  }
  .why-content strong {
    font-size: 0.82rem;
  }
  .why-content span {
    font-size: 0.66rem;
    line-height: 1.45;
  }
}

/* Title font-weight refinement */

h1,
h2,
h3,
.section-head h2,
.adv-copy h2,
.service-card h3,
.cta h2 {
  font-weight: 700;
}

/* =====================================================
   2026-07 CTA + Video Embed Update
   ===================================================== */

.btn,
.btn:hover,
.btn:focus,
.btn:focus-visible,
.btn:active {
  text-decoration: none;
}

.btn:focus,
.btn:focus-visible,
.btn:active {
  outline: none;
}

.hero-actions .btn-primary:hover,
.hero-actions .btn-primary:focus-visible,
.hero-actions .btn-primary:active,
.cta-actions .btn-primary:hover,
.cta-actions .btn-primary:focus-visible,
.cta-actions .btn-primary:active {
  color: #ffffff;
  background: linear-gradient(145deg, #55e849 0%, #13a910 38%, #056f00 72%, #023f00 100%);
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-3px);
  box-shadow: inset 4px 4px 9px rgba(255, 255, 255, 0.42), inset -6px -7px 12px rgba(0, 45, 0, 0.42), 0 22px 42px rgba(7, 143, 0, 0.35);
}

.hero-actions .btn-primary:active,
.cta-actions .btn-primary:active {
  transform: translateY(-1px);
}

.hero-actions .btn-light:hover,
.hero-actions .btn-light:focus-visible,
.hero-actions .btn-light:active {
  color: #078F00;
  background: #f7fff6;
  border-color: rgba(7, 143, 0, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(7, 143, 0, 0.16);
}

.hero-actions .btn-light:active {
  transform: translateY(-1px);
}

.btn:focus-visible {
  box-shadow: 0 0 0 4px rgba(120, 232, 113, 0.28), 0 18px 38px rgba(7, 143, 0, 0.18);
}

.video-embed {
  background: #071d2c;
}

.video-cover {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  background: #071d2c;
  font-family: "Poppins", Arial, sans-serif;
}

.video-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(5, 25, 39, 0.14), rgba(5, 25, 39, 0.32));
  pointer-events: none;
}

.video-cover:hover .video-thumbnail,
.video-cover:focus-visible .video-thumbnail {
  transform: scale(1.04);
}

.video-cover:hover .video-play,
.video-cover:focus-visible .video-play {
  transform: scale(1.08);
  box-shadow: inset 3px 3px 7px rgba(255, 255, 255, 0.38), 0 24px 52px rgba(7, 143, 0, 0.42);
}

.video-cover:focus,
.video-cover:focus-visible,
.video-cover:active {
  outline: none;
}

.video-cover:focus-visible {
  box-shadow: inset 0 0 0 4px rgba(120, 232, 113, 0.45);
}

.video-thumbnail {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.video-embed .video-badge {
  right: 18px;
  top: 18px;
  color: #bdebb9;
  background: rgba(7, 143, 0, 0.30);
  border-color: rgba(255, 255, 255, 0.22);
}

.video-embed .video-play {
  z-index: 2;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.video-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

@media (max-width: 650px) {
  .video-cover .video-badge {
    right: 12px;
    top: 12px;
    font-size: 0.55rem;
  }
}


.cta-actions .cta-wa:focus-visible,
.cta-actions .cta-wa:active {
  outline: none;
  color: #ffffff !important;
  background: #078F00 !important;
  border-color: #078F00 !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(7, 143, 0, 0.22);
}

/* Fix video thumbnail bottom gap */
.video-placeholder {
  aspect-ratio: 16 / 9;
  display: block;
  padding: 0;
}

.video-placeholder img,
.video-placeholder iframe,
.video-thumbnail,
.video-thumbnail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: 0;
}

.video-placeholder {
  position: relative;
  overflow: hidden;
}

/* =====================================================
   Integrated Industries Section
   Scoped classes only — does not affect other sections
===================================================== */

.bf-industries-section {
  padding: 92px 0;
  background: linear-gradient(180deg, #f7faf7 0%, #ffffff 100%);
}

.bf-industries-head {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.bf-industries-kicker {
  margin-bottom: 11px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.bf-industries-title {
  max-width: 780px;
  margin: 0 auto 12px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.bf-industries-title span {
  color: var(--green);
}

.bf-industries-lead {
  max-width: 680px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
}

.bf-industries-feature {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  overflow: hidden;
  margin: 0 0 28px;
  border: 1px solid #d9e6ec;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 22px 65px rgba(16, 33, 47, 0.08);
}

.bf-industries-feature-media {
  position: relative;
  height: 330px;
  min-height: 100%;
  background: #10212f;
}

.bf-industries-feature-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bf-industries-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(7, 143, 0, 0.08));
}

.bf-industries-feature-copy {
  padding: 44px 54px;
}

.bf-industries-feature-copy .bf-industries-kicker {
  margin-bottom: 14px;
}

.bf-industries-feature-copy h3 {
  margin: 0;
  color: #0d2434;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.bf-industries-feature-copy p {
  max-width: 720px;
  margin: 22px 0 0;
  color: #667583;
  font-size: 1.18rem;
  line-height: 1.75;
  font-weight: 500;
}

.bf-industries-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.bf-industry-card {
  position: relative;
  min-height: 285px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
  border: 1px solid #dce7ec;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(16, 33, 47, 0.055);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.bf-industry-card:hover {
  transform: translateY(-4px);
  border-color: rgba(7, 143, 0, 0.30);
  box-shadow: 0 22px 48px rgba(7, 143, 0, 0.10);
}

.bf-industry-card-top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.bf-industry-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(145deg, #7df36f, var(--green) 68%, var(--dark-green));
  box-shadow: inset 2px 2px 6px rgba(255, 255, 255, 0.40), 0 10px 22px rgba(7, 143, 0, 0.20);
  font-size: 1.3rem;
  font-weight: 800;
}

.bf-industry-icon-dark {
  color: #101820;
}

.bf-industry-icon-dark svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: currentColor;
}

.bf-industry-icon-dark span {
  color: #101820;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 800;
}

.bf-industry-image-icon img {
  width: 72%;
  height: 72%;
  display: block;
  object-fit: contain;
}

.bf-industry-card h3 {
  margin: 0 0 8px;
  color: #12324a;
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.bf-industry-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
  font-weight: 500;
}

.bf-industry-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
}

.bf-industry-tags span {
  padding: 6px 9px;
  border-radius: 7px;
  color: #056d00;
  background: #effaed;
  font-size: 0.68rem;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .bf-industries-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .bf-industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bf-industries-feature {
    grid-template-columns: 1fr;
  }

  .bf-industries-feature-media {
    height: 260px;
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .bf-industries-section {
    padding: 56px 0;
  }

  .bf-industries-head {
    text-align: left;
  }

  .bf-industries-title {
    font-size: 1.85rem;
    line-height: 1.15;
    letter-spacing: 0;
  }

  .bf-industries-lead {
    font-size: 0.92rem;
  }

  .bf-industries-feature {
    border-radius: 24px;
  }

  .bf-industries-feature-media {
    height: 220px;
  }

  .bf-industries-feature-copy {
    padding: 28px 26px 32px;
  }

  .bf-industries-feature-copy h3 {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
    line-height: 1.12;
    letter-spacing: 0;
  }

  .bf-industries-feature-copy p {
    margin-top: 16px;
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .bf-industries-grid {
    grid-template-columns: 1fr;
  }

  .bf-industry-card {
    min-height: auto;
  }

  .bf-industry-card-top {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
  }

  .bf-industry-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 1.15rem;
  }
}/* End custom CSS */