@charset "utf-8";
/* CSS Document */

/* =========================================
FREE VS PAID ACCOUNTING SOFTWARE PAGE CSS
A. K. Softwares And Services
========================================= */

.busy-investment-page{
  width:100%;
  overflow:hidden;
  background:#ffffff;
}

/* HERO */

.busy-investment-hero{
  position:relative;
  padding:140px 0 100px;
  background:
  linear-gradient(135deg,#081120 0%,#0d1f3a 50%,#13284b 100%);
  color:#fff;
  text-align:center;
}

.busy-page-badge{
  display:inline-block;
  padding:10px 22px;
  border-radius:50px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.15);
  font-size:.85rem;
  font-weight:600;
  margin-bottom:24px;
  backdrop-filter:blur(10px);
}

.busy-investment-hero h1{
  font-size:clamp(2.5rem,5vw,4.8rem);
  line-height:1.1;
  font-weight:800;
  margin-bottom:24px;
  color:#fff;
}

.busy-investment-hero h1 span{
  background:linear-gradient(90deg,#6c3de8,#9f7bff);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.busy-investment-hero p{
  max-width:900px;
  margin:auto;
  color:rgba(255,255,255,.82);
  font-size:1.1rem;
  line-height:1.8;
}

/* SECTION */

.busy-section{
  padding:50px 0;
}

.busy-alt-bg{
  background:#f8faff;
}

.busy-section-head{
  text-align:center;
  margin-bottom:60px;
}

.busy-section-head span{
  display:inline-block;
  color:#6c3de8;
  font-weight:700;
  margin-bottom:14px;
  text-transform:uppercase;
  letter-spacing:1px;
}

.busy-section-head h2{
  font-size:clamp(2rem,4vw,3rem);
  color:#081120;
  line-height:1.2;
}

/* CARD */

.busy-card{
  background:#fff;
  padding:40px;
  border-radius:24px;
  box-shadow:0 10px 40px rgba(0,0,0,.06);
  border:1px solid rgba(0,0,0,.05);
}

.busy-card p{
  color:#4b5563;
  line-height:1.9;
  margin-bottom:20px;
  font-size:1.02rem;
}

/* GRID */

.busy-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:28px;
}

.busy-feature-card,
.busy-list-card,
.edition-card,
.faq-card{
  background:#fff;
  padding:34px;
  border-radius:22px;
  border:1px solid rgba(0,0,0,.06);
  transition:.35s ease;
  box-shadow:0 8px 30px rgba(0,0,0,.04);
}

.busy-feature-card:hover,
.busy-list-card:hover,
.edition-card:hover,
.faq-card:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 40px rgba(108,61,232,.12);
}

.busy-feature-card h3,
.busy-list-card h3,
.edition-card h3,
.faq-card h3{
  font-size:1.2rem;
  margin-bottom:14px;
  color:#081120;
}

.busy-feature-card p,
.busy-list-card p,
.edition-card p,
.faq-card p{
  color:#5c667a;
  line-height:1.8;
}

/* TABLE */

.busy-table-wrap{
  overflow:auto;
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 40px rgba(0,0,0,.05);
}

.busy-table{
  width:100%;
  border-collapse:collapse;
  min-width:850px;
}

.busy-table thead{
  background:linear-gradient(90deg,#6c3de8,#8d67ff);
}

.busy-table thead th{
  padding:22px;
  color:#fff;
  text-align:left;
  font-size:1rem;
}

.busy-table tbody td{
  padding:20px 22px;
  border-bottom:1px solid #edf2f7;
  color:#4b5563;
  line-height:1.7;
}

.busy-table tbody tr:hover{
  background:#f9f7ff;
}

/* FEATURES */

.busy-feature-list{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:28px;
}

/* FAQ */

.faq-wrap{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:28px;
}

/* CONCLUSION */

.busy-conclusion{
  background:linear-gradient(135deg,#081120,#12284d);
  padding:60px;
  border-radius:30px;
  color:#fff;
  text-align:center;
}

.busy-conclusion span{
  color:#b8a6ff;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight:700;
}

.busy-conclusion h2{
  font-size:clamp(2rem,4vw,3rem); 
  margin:20px 0;
}

.busy-conclusion p{
  max-width:900px;
  margin:0 auto 18px;
  color:rgba(255,255,255,.82);
  line-height:1.9;
}

/* RESPONSIVE */

@media(max-width:768px){

  .busy-investment-hero{
    padding:110px 0 80px;
  }

  .busy-section{
    padding:70px 0;
  }

  .busy-card,
  .busy-feature-card,
  .busy-list-card,
  .edition-card,
  .faq-card{
    padding:26px;
  }

  .busy-conclusion{
    padding:40px 24px;
  }

}
/* ===========================
HIDDEN COST SECTION CSS
=========================== */

.hidden-cost-section{
  padding:0px 0;
  background:#f8faff;
}

.section-heading{
  text-align:center;
  margin-bottom:55px;
}

.section-heading span{
  display:inline-block;
  font-size:.85rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#6c3de8;
  margin-bottom:14px;
}

.section-heading h2{
  font-size:clamp(2rem,4vw,3.2rem);
  color:#081120;
  margin-bottom:18px;
  line-height:1.2;
}

.section-heading p{
  max-width:850px;
  margin:auto;
  color:#5b6475;
  line-height:1.8;
  font-size:1.03rem;
}

.hidden-cost-table-wrap{
  overflow-x:auto;
  background:#fff;
  border-radius:28px;
  box-shadow:0 14px 40px rgba(0,0,0,.06);
  border:1px solid rgba(0,0,0,.05);
}

.hidden-cost-table{
  width:100%;
  border-collapse:collapse;
  min-width:850px;
}

.hidden-cost-table thead{
  background:linear-gradient(90deg,#6c3de8,#8d67ff);
}

.hidden-cost-table thead th{
  color:#fff;
  text-align:left;
  padding:24px;
  font-size:1rem;
  font-weight:700;
}

.hidden-cost-table tbody td{
  padding:22px 24px;
  border-bottom:1px solid #edf2f7;
  color:#4b5563;
  line-height:1.8;
  font-size:.98rem;
}

.hidden-cost-table tbody tr:hover{
  background:#faf7ff;
}

.hidden-cost-bottom{
  margin-top:30px;
  background:#fff;
  padding:30px;
  border-radius:22px;
  border-left:5px solid #6c3de8;
  box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.hidden-cost-bottom p{
  color:#4b5563;
  line-height:1.9;
  font-size:1rem;
  margin:0;
}

/* RESPONSIVE */

@media(max-width:768px){

  .hidden-cost-section{
    padding:70px 0;
  }

  .hidden-cost-bottom{
    padding:24px;
  }

  .hidden-cost-table thead th,
  .hidden-cost-table tbody td{
    padding:18px;
  }

}
/* FAQ SECTION */

.busy-faq-section{
    position:relative;
    padding:100px 0;
    background:#f8f9fc;
    overflow:hidden;
}

.busy-faq-container{
    width:min(1180px,92%);
    margin:auto;
}

.busy-faq-heading{
    text-align:center;
    margin-bottom:60px;
}

.busy-faq-tag{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:rgba(106,90,249,.1);
    color:#6a5af9;
    font-size:.82rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:18px;
}

.busy-faq-heading h2{
    font-size:clamp(2rem,4vw,3.4rem);
    line-height:1.1;
    font-weight:800;
    color:#111827;
    margin-bottom:18px;
}

.busy-faq-heading p{
    max-width:760px;
    margin:auto;
    font-size:1.05rem;
    line-height:1.8;
    color:#667085;
}

.busy-faq-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(1,1fr));
    gap:28px;
}

.busy-faq-card{
    position:relative;
    background:#fff;
    border:1px solid rgba(0,0,0,.06);
    border-radius:28px;
    padding:34px;
    transition:.35s ease;
    overflow:hidden;
    box-shadow:0 10px 40px rgba(0,0,0,.04);
}

.busy-faq-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,
    rgba(106,90,249,.06),
    rgba(0,194,168,.04));
    opacity:0;
    transition:.35s ease;
}

.busy-faq-card:hover{
    transform:translateY(-8px);
    border-color:rgba(106,90,249,.2);
    box-shadow:0 24px 60px rgba(106,90,249,.12);
}

.busy-faq-card:hover::before{
    opacity:1;
}

.busy-faq-card h3{
    position:relative;
    z-index:2;
    font-size:1.15rem;
    line-height:1.5;
    font-weight:700;
    color:#111827;
    margin-bottom:16px;
}

.busy-faq-card p{
    position:relative;
    z-index:2;
    color:#667085;
    font-size:.98rem;
    line-height:1.9;
}

/* RESPONSIVE */

@media(max-width:768px){

.busy-faq-section{
    padding:75px 0;
}

.busy-faq-card{
    padding:28px;
}

.busy-faq-heading{
    margin-bottom:45px;
}

.busy-faq-heading p{
    font-size:.95rem;
    line-height:1.7;
}

}
/* CONCLUSION SECTION */

.busy-conclusion-section{
    position:relative;
    padding:10px 0;
    background:
    linear-gradient(135deg,#f8faff 0%,#ffffff 100%);
    overflow:hidden;
}

.busy-conclusion-container{
    width:min(1100px,92%);
    margin:auto;
}

.busy-conclusion-box{
    position:relative;
    background:#fff;
    border-radius:34px;
    padding:70px;
    border:1px solid rgba(0,0,0,.06);
    box-shadow:
    0 10px 50px rgba(15,23,42,.06);
    overflow:hidden;
}

.busy-conclusion-box::before{
    content:'';
    position:absolute;
    top:-120px;
    right:-120px;
    width:320px;
    height:320px;
    background:
    radial-gradient(circle,
    rgba(108,92,231,.18),
    transparent 70%);
}

.busy-conclusion-box::after{
    content:'';
    position:absolute;
    bottom:-120px;
    left:-120px;
    width:320px;
    height:320px;
    background:
    radial-gradient(circle,
    rgba(0,194,168,.15),
    transparent 70%);
}

.busy-conclusion-tag{
    position:relative;
    z-index:2;
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 22px;
    border-radius:60px;
    background:rgba(108,92,231,.1);
    color:#6c5ce7;
    font-size:.82rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:24px;
}

.busy-conclusion-box h2{
    position:relative;
    z-index:2;
    font-size:clamp(2.3rem,4vw,4rem);
    line-height:1.15;
    font-weight:800;
    color:#101828;
    margin-bottom:28px;
    max-width:900px;
}

.busy-conclusion-box h2 span{
    background:linear-gradient(135deg,#6c5ce7,#00c2a8);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.busy-conclusion-box p{
    position:relative;
    z-index:2;
    font-size:1.05rem;
    line-height:2;
    color:#667085;
    margin-bottom:24px;
}

.busy-conclusion-highlight{
    position:relative;
    z-index:2;
    margin-top:45px; text-align: center;
    padding:35px;
    border-radius:26px;
    background:
    linear-gradient(135deg,
    #6c5ce7 0%,
    #4f46e5 100%);
    box-shadow:
    0 20px 50px rgba(108,92,231,.25);
}

.busy-conclusion-highlight h3{
    font-size:1.5rem;
    line-height:1.7;
    color:#fff;
    font-weight:700;
    margin:0;
}

/* RESPONSIVE */

@media(max-width:991px){

.busy-conclusion-box{
    padding:50px 34px;
}

.busy-conclusion-highlight{
    padding:28px;
}

.busy-conclusion-highlight h3{
    font-size:1.2rem;
    line-height:1.6;
}

}

@media(max-width:768px){

.busy-conclusion-section{
    padding:80px 0;
}

.busy-conclusion-box{
    padding:40px 24px;
    border-radius:26px;
}

.busy-conclusion-box h2{
    font-size:2rem;
}

.busy-conclusion-box p{
    font-size:.96rem;
    line-height:1.9;
}

.busy-conclusion-highlight{
    margin-top:30px;
}

.busy-conclusion-highlight h3{
    font-size:1.05rem;
}

}
.cta-btn {
    display: inline-block;
    padding: 16px 34px;
    background: #fff;
    color: #111827;
    font-weight: 700;
    border-radius: 14px; 
}

