Reset & base
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Inter", sans-serif;
  color: #333;
  font-size: 1rem;
  font-weight: 200;
}

h1 {
  font-size: 2.5rem;
  color: #000000;
}

h2 {
 font-size: 1rem;
 color: #30C58F;
 font-weight: 600;
 text-align: center;
 margin-top: 100px;
}
h3 {
  font-weight: 500;
  font-size: 1.35rem;
  margin-bottom: 0.5em;
}

p.callout1{
  text-align: center;
  margin: .5em 12%;
  font-size: 2.7em;
  font-weight: 500;
}
p.callout2{
  text-align: center;
  margin: .5em 12% 3em 12%;
  font-size: 1em;
  font-weight: 200;
}

.inter-100 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

/* Utility */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.25em 1.2em;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid #333;
}
.demo-btn {
  background: #84F2C1;
  font-weight: 600;
  font-size: 13px;
  border-radius: 20px;
  border:none;
  color: #303030;
  margin-bottom: 0.5em;
  background-repeat: no-repeat;
  background-position: right 2px center;
  padding: 0.85em 3em 0.85em .75em;
  background-image: url('../images/green/ButtonIcon-DarkGreen.svg');
}
.demo-btn-hero {
  padding: 0.5em 3em 0.5em .75em;
  border: none;
  background-image: url('../images/green/ButtonIcon-LightGreen.svg');
  background-color: #ffffff;
}

/* FlexGrid */
.flexgrid{
  display: flex;
  flex-direction: row !important;
}
.flexgrid.evenly{
  justify-content: space-between;
}
.flexgrid.around{
  justify-content: space-around;
}
.flexgrid.column{
  flex-direction: column !important;
}
.flexgrid .flexitem.leftitem{
  justify-content: left;
  align-items: left;
  text-align: left;
  flex-direction: column;
}
.flexgrid .flexitem.sixty{
  padding-right: .5rem;
  width: 60%;
}
.flexgrid .flexitem.fourty{
  padding-right: .5rem;
  width: 40%;
}
.flexgrid .flexitem.thirty{
  padding-right: .5rem;
  width: 30%;
}
.flexgrid .flexitem.fifty{
  padding-right: .5rem;
  width: 50%;
}
.flexgrid .flexitem.bottomjustify{
  align-content: flex-end;
}



/* Cards */
.supercard {
  /* new square shape */
  width: 95%;
  max-width: 1280px;       /* adjust to taste */
  min-height: 300px;
  margin: 1rem auto;      /* vertically + horizontally center with some breathing room */

  /* styling */
  background-color: #083032;
  background-image: url('../images/background-pattern.png');
  background-repeat: repeat;                                   /* tile it, or use no-repeat */
  background-size: cover;   
  border-radius: 16px;    /* rounded corners */
  
  /* center contents */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  /* inner padding so text doesn’t hug edges */
  position: relative;
}


/* Header */
.site-header {
  position: absolute;
  top: 1rem;            /* distance from top of the hero */
  left: 0;
  right: 0;
  margin: 0 auto;       /* centers between left/right */
  width: 70%;           /* or whatever fixed width you need */
  max-height: 60px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
  z-index: 10;
}
.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  max-width: none;
  border-radius: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.site-header .container {
  display: flex;
  width: 96%;
  align-items: center;
  justify-content: space-between;
  padding: .5em 0 0 0;
}
.logo {
  font-size: 1.5em;
  font-weight: bold;  
  margin-top: 0.2rem; 
}
.main-nav ul {
  list-style: none;
  display: flex;
  gap: 1em;
}
.main-nav a {
  text-decoration: none;
  color: #333;
}

/* Hero */
/* assets/css/style.css */

.hero {
  color: #30C58F;
  padding: 8rem 1.5rem 7rem 1rem;
  text-align: left;
}

.hero .heroimg img{
  width: 110%;
  margin-left: -40px;
}
.hero .herotext{
  margin-left: 2%;
  margin-top: 6%;
  padding-right: 60px !important;
  line-height: 24px;
}
/* if you have existing hero h1/p styles, you can leave them or tweak as needed */
.hero h1 {
  margin-bottom: 0.5rem;
  font-size: 3.5rem;
  line-height: 4rem;
}
.hero h1 {
  color: #30C58F;  /* adjust for contrast */
}
.hero p{
  color: #30C58F;  /* adjust for contrast */
  margin: 20px 0 30px 0;
}
.hero-img-left {
  position: absolute;
  left: 0px;
}
.hero-img-left.files{
  width: 180px;
  top: 150px;
}
.hero-img-left.notification{
  width: 220px;
  top: 400px;
}
.hero-img-right {
  position: absolute;
  right: 0px;
}
.hero-img-right.requests{
  width: 180px;
  top: 130px;
}
.hero-img-right.notification-item{
  width: 220px;
  top: 420px;
}

/* Stats */
.statswrapper{
 margin: 20px 0 0 0;  
}
.stat-caption{
  text-align: center;
  font-size: 12px;
  margin-top: 1.25rem;
  font-weight: 300;
  color: #555555;
}
.stats {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0 0.75rem 0;
  text-align: center;
}
.stat strong {
  display: block;
  font-size: 2.5em;
  font-weight: 400;
}
.stat span {
  color: #666;
}

/* Deliver */
.deliver{
  margin-bottom: 5em;
}
.deliver .timeline{
  
  min-height: 496px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.deliver .t-1{
  background-image: url('../images/green/timeline-1.svg');
}
.deliver .t-1 .card{
  
}
.deliver .t-2{
  background-image: url('../images/green/timeline-2.svg');
}
.deliver .t-3{
  background-image: url('../images/green/timeline-3.svg');
}
.deliver .t-4{
  background-image: url('../images/green/timeline-4.svg');
}
.deliver .card{
  line-height: 1.6;
  background-color: none;
  padding: 6rem;
  text-align: left;
  background-repeat: no-repeat;
  background-position: top center;
  background-size:20%;  
}
.deliver .image{
  align-content: center;
  text-align: center;
}

/* Grids */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  gap: 2.5em;
  margin-top: 1.5em;
}
.grid-2 {
  padding: 10px ;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 2em;
  margin-top: 2em;
}

/* Cards */
/* .card, .feature-item {
  background: #f9f9f9;
  padding: 1.5em;
  border-radius: 6px;
}
.card h3, .feature-item h3 {
  margin-bottom: 0.5em;
} */

/* Comparison table */
.comparison .supercard{
  background-color: #30C58F;
  background-image: none;
  color: #000000;
  padding: 5px;
}
.comparison .supercard.txcompare{
  background-color: #ffffff;
  color: #000000;
  margin: 0;
}
.comparison .flexitem.fifty{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: inherit;
  padding: 2em;
}
.comparison h4 { 
  text-align: left; 
  font-size: 1.4em;
  font-weight: 400;
  margin-bottom: .25em;
}
.comparison .bullet{
  text-align: left;
  margin-bottom: 2em;
  padding-left: 2.5em;
  background-image: url('../images/comparison/Without.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0 .5em;
}
.comparison .txcompare .bullet{
  background-image: url('../images/comparison/With.png');
}
.comparison .with, .comparison .without{
  width: 100%;
  text-align: left;
  margin-bottom: 2em;
}
.comparison .with h4, .comparison .without h4{
  font-weight: 600;
}
.comparison .without{
  margin-top: 0px;
}
.comparison .without h4{
  color: #ffffff;
}


/* Target Clients */
.targetclient{
  background-color: #f7f6f6;
  padding: 3rem 0;
}
.targetclient h2{ 
  margin-top: 0;
}
.targetclient .accountants {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.targetclient .accountants img{
  width: 90%;
} 
.targetclient .card{
  text-align: center;
  width: 110%;
  display: block;
  background-color: #ffffff;
  padding: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 15px;  
}
.targetclient .card h4{
  background-color: #CFF7D3;
  border-radius: 12px;
  padding: .5em .3em;
  font-weight: 400;
  margin-top: 1px;
}
.targetclient .right .card{
  margin-left: -20px;
}
/* leftside */


/* FAQ */
.faq .wrap{
  width: 50%;
  margin: 0 auto;
}

.faq-question {
  all: unset; /* resets button to behave like plain text */
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 1.5rem 0 1.5rem 0rem;
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
  transition: color 0.3s;
  color: #000000; /* default text color */
  background-color: transparent; /* no background color */
  background-image: url('../images/green/ChevronDown.svg');
  background-position: right 20px;
  background-repeat: no-repeat;
  background-size:25px;      
}

.faq-question:hover {
  color: #000000; /* or your brand accent color */
  background-color: transparent; /* keep background consistent */
}


.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0.5rem 0 1rem;
}




/* Footer CTA */
.supercard.footer{
  margin-top: 5rem;
  padding: 3rem 0 4rem 0;
  background-color: #083032;
}
.footer h1{
  font-weight: 400;
  font-size: 2.2rem;
  color: #ffffff;
  text-align: left;
  line-height: 3rem;
}
.footer .logo{
  width: 100px;
}
.footer p{
  margin-top: 10px;
  font-size: 1.2rem;
  text-align: left;
  color: #ffffff;
}
.footer .copyright{
  font-size: 1rem;
  text-align: right;
}





@media (max-width: 768px) {
  /*
   * Hero  
  */
  .main-nav{
    display: none;
  }
  .hero {
    padding: 7rem 0.5rem 3rem 0.5rem;
  }
  .hero h1 {
    margin-bottom: 0.5rem;
    font-size: 2.0rem;
    line-height: 2.5rem;
  }
  .hero-img-left.files {
    width: 135px;
    top: 90px;
  }
  .hero-img-left.notification {
    width: 170px;
    top: 295px;
  }  
  .hero-img-right.requests{
    width: 120px;
    top: 90px;
  }
  .hero-img-right.notification-item{
    width: 170px;
    top: 300px;
  }  


  .deliver .card{
    line-height: 1.6;
    background-color: none;
    padding: 3em 0 0.25em 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size:20%;  
  }
  
  .deliver p.card{
    font-size: .9em;
  }
  .comparison .without{
    margin-top: -40px;
  }
  .faq-question {
    width: 96%;
  } 
  .targetclient .container{
    height: 450px;
  } 
  .targetclient .forty{
    width: 35%;
    margin-top: 6rem;
  } 
  .targetclient .right .card{
    margin-left: 0px;
  } 
}

@media (max-width: 500px) {
  .hero.supercard{
    padding-top: 6rem;
  }
  header .demo-btn{
    display: none;
  }
  .hero-img-left {
    display: none;
  }
  .hero-img-right {
    display: none;
  }
  .hero .heroimg img{
    display: none;
  }  
  .comparison .without{
    margin-top: 10px;
  }
  .flexgrid{
    flex-direction: column !important;
    text-align: center;
  }
  .hero .flexitem.fifty.herotext .flexitem.thirty{
    width: 100%;
  }   
  .flexgrid .flexitem.sixty {
    width: 100%;
  } 
  .flexgrid .flexitem.fourty {
    width: 100%;
  }
  .faq .wrap{
    width: 100%;
  }
  .flexgrid .flexitem.thirty{
    width: 100%;
  }
  .flexgrid .flexitem.thirty.around, .flexgrid .flexitem.thirty.evenly{
    width: 93%;
  }  
  .flexgrid .flexitem.fifty{
    width: 100%;
  }  
  .targetclient .container{
    height: auto;
  }
  .targetclient .forty{
    width: 100%;
    margin: 1rem 0;
  } 
  .targetclient .card{
    margin: 15px 0;
  }   
  .hero p {
    width: 90%;
    line-height: 1.6;
  }
  h1 {
    font-size: 1rem;
  }
  p.callout1{
    font-size: 1.7em;
    margin: 0.5em 2%;
  }
  .stats.container{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .stat strong {
    font-size: 1.2rem;
  }
  .stat span {
    font-size: 11px;
    line-height: 1;
  }  
  .stat-caption{
    text-align: center;
    font-size: 11px;
    font-weight: 300;
    color: #555555;
    padding: 0 10px;
  }
  .deliver .card{
    padding: 4em 0 0.25em 0;
    background-size:17%;  
  }  
  .deliver .card.process, .deliver .card.track{
    background-size:17%;
  }
  table td:first-child {
    padding-left: 0px;
    background-image: none !important;
  }   
  .faq-question {
    width: 85%;
    padding-right: 30px;
  }   
}