body {
  font-family: "Noto Sans", sans-serif;
}

.con{
  max-width: 1500px;
  
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cardd{
  flex: 1;
}

@keyframes slideUpFade {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

#report-section {
  flex: 2;
  animation: slideUpFade 0.6s ease-out forwards;
}

#downloadBtn{
  margin-bottom: 20px;
  padding: 10px 25px;
  --width: 30%;
  width: 100%;
  --background-color: #4986ee !important;
  background-color: #198754 !important;
  --border: 1px solid #0D6EFD !important;
  border: 1px solid #198754 !important;
}


.metric-card {
  background: white;
  border-radius: 16px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.metric-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.1) !important;
  border-color: #a7e6bf;
}

.metric-icon {
  font-size: 2rem;
}

.metric-label {
  font-weight: 500;
  color: #555;
}

.metric-value-outer {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
  --margin-top: 8px;
}

.metric-value-outer > .metric-unit {
  font-size: 1.3rem;
  
  --font-weight: bold;
  font-weight: 400;

}

.metric-value {
  font-size: 2rem;
  font-weight: bold;
  color: #198754;
}

.metric-card {
  position: relative;
  min-height: 175px;

  --box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.1) !important;
  
}



/* .metric-card .metric-value {
  filter: blur(8px);
  user-select: none;
} */

.metric-value {
  filter: blur(8px);
  transition: filter 2s ease;
  --letter-spacing: 0.1em;
  --font-family: 'Courier New', monospace;
}

.metric-value.unlocked {
  filter: none !important;
  --font-family: 'Noto Sans', sans-serif;
  --letter-spacing: normal;
}


/* @keyframes shimmer {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}

.metric-value:not(.unlocked) {
  animation: shimmer 1.6s ease-in-out infinite;
} */



.nav-bar {
  position: relative;
  height: 170px;
}

.nav-bar > header {
  margin: auto;
}

.nav-bar > img {
  --height: 100%;
  --height: 70%;
  --margin-right: 15px;
  display: block;
  --margin: 0 auto;
  height: 136px;
}

.header-bar-img {
  flex-grow: 1;
}

.header-bar-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.first-row {
  width: 100%;;
  display: flex;
  justify-content: center;
  
}

#report-section {
  display: none;
}


.sub-nav {
  background-color: #b7e4c7;
  display: inline-flex;
  justify-content: center;
  gap: 2rem;

  --border-radius: 0 0 10px 10px;
}
.sub-nav {
  background-color: #b7e4c7;
  display: flex;
  justify-content: center;
  gap: 2rem;
  --width: 100%;
  padding: 8px 0;
  margin-top: auto;
}

.nav-bar {
  display: flex;
  align-items: stretch;
}

.nav-bar img {
  

  height: 100%;
  width: auto;
  object-fit: fill; 
}

.header-bar-img h1 {
  padding-top: 25px;
  
}

.header-bar-img {
  --height: 100%;
}



/* .header-bar-img{
  display: flex;
  flex-direction: column;
} */

/* 
.sub-nav .nav-link {
  color: #155724;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s, transform 0.2s;
}

.sub-nav .nav-link:hover {
  color: #0b3d2e;
  transform: scale(1.05);
}

.sub-nav .nav-link.active {
  border-bottom: 2px solid #155724;
} */






@media (max-width: 1000px) {
  .metric-card {
    min-height: 200px;
  }
}

@media (max-width: 800px) {
  .title-row{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }


}

@media (max-width: 850px) {
    .area-div {
      flex-direction: column;
      gap: 5px;
    }
}

 @media (max-width: 1125x){
  .metric-value{
    font-size: 1rem;
  }
 }

 .area-div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
 }

#footer-2{
  margin: 0;
  padding: 20px;
  text-align: center;
  color: #888;
  font-size: 0.9rem;
  border-top: 1px solid #e0e0e0;
  --background-color: rgb(188, 188, 188);
  background-color: #dcdcdc;
  height: 75px;


}

#footer-2 span{
  text-align: left !important;
  --flex: 2 !important;
  width: 700px !important;
  
  font-size: 16px;
}




#footer-1 {
  height: 50px;
  --background-color: rgb(230, 230, 230);
  background-color: #e9fbf4;
  border-top: 1px solid rgb(167, 230, 191) !important;
}

#footer-1 a{
  --color: rgb(128, 128, 128);
  color: #198754;
  text-decoration: none;
}

#footer-1 a:hover{
  color: #198754;
  text-decoration: underline;
}

.col-custom {
  width: 33.3333%;
  float: left;
  padding: 0 15px;
}

@media (max-width: 1350px) {
  .col-custom {
    width: 50%;
  }
}


@media (max-width: 800px) {
  .col-custom {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .con {
    flex-direction: column;
    gap: 15px;
  }
}

.metric-label{
  padding-top: 20px;
}



.custom-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-90%);
  max-width: 250px;
  background: #808080;
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 0.8rem;
  display: none;
  z-index: 10;
  --box-shadow: 0 2px 8px rgba(0,0,0,0.25);
  box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.40);
  text-align: justify;
  hyphens: auto;
}

.custom-tooltip::after {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 18px;
  border-width: 10px;
  border-style: solid;
  border-color: #808080 transparent transparent transparent;
}

.info-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.metric-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  --gap: 8px;
  position: relative;
}


.metric-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


.metric-row > i {
  margin-left: auto;
}

.metric-unit, .number-with-unit span {
  --color: #479F76;
  --color: #105837;
  color: #808080;
  
}

.title-row input[type="number"] {
  font-weight: bold;
}

.metric-value span.decimal {
  font-size: 0.7em;
}

.metric-label {
  color: #198754;;
}

.nav-bar {
  --padding: 10px 20px;
  display: flex;
  align-items: center;
  
  margin-bottom: 20px;
}




header h1, header p{
  color: white;  
}





#watchAdBtn {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 12px 30px;
}

#action-buttons {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 10px;
  justify-content: center;
}

input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* .metric-value.blurred {
  filter: blur(8px);
  user-select: none;
} */

/* header{
  --flex-grow: 1;
  position: relative;
  --left: -20px;
} */

.info-icon {
  position: relative;
  top: 2px;
  left: 5px;
  font-size: 1.1rem;
  color: #6c757d;
  cursor: pointer;
  transition: color 0.2s ease;
}

.info-icon:hover {
  color: #212529;
}

#impactChart {
  width: 100%;
  height: 300px;
}

.cardd{
  max-width: 800px !important;
  --margin: auto;
  --width: 800px;
}

.title-row{
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.form-group{
  margin-bottom: 35px;
}





input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 4px;
  background: rgb(238, 238, 238);
  outline: none;
  cursor: pointer;
}

input[type="number"], input[type="number"]:focus {
  border: 1px solid #a7e6bf;
  background-color: #e9fbf4;
  width: 125px !important;
  text-align: right;

  outline: none;
  box-shadow: none;
  
}   

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type="number"] {
    -moz-appearance: textfield;
}

.number-with-unit {
  display: flex;
  align-items: center;
  background-color: #e9fbf4;
  border: 1px solid #a7e6bf;
  border-radius: 5px;
  align-items: baseline;
  min-width: 128px;
}

.unit-toggle {
  display: flex;
  background-color: #e9fbf4;
  border: 1px solid #a7e6bf;
  border-radius: 7px;
  overflow: hidden;
}

.unit-btn {
  flex: 1;
  padding: 6px 14px;
  background: transparent;
  border: none;
  color: #198754;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}


.unit-btn:hover {
  background-color: #d4f6e3;
}


.btn-check:checked + .unit-btn {
  background-color: #198754;
  color: white;
}

.number-with-unit span {
  margin-right: 4px;
  font-size: 0.85rem;
  padding-bottom: 6px;

}

.number-with-unit input[type="number"] {
  border: none;
  width: 101px !important;

  padding-right: 4px;

}

.cardd{
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  
}




input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #146c43;
  border: 2px solid white;
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #146c43;
  border: 2px solid white;
  cursor: pointer;
}


input[type="range"]::-webkit-slider-track {
  background: #146c43 !important;
  height: 6px;
  border-radius: 2px;
  border: none;
}


input[type="range"]::-moz-range-track {
  background: #146c43 !important;
  height: 6px;
  border-radius: 2px;
  border: none;
}

.metric-card{
  border: 1px solid #e8e8e8;
}


.title-row label, .title-row input[type="number"] {
  color: #146c43;
}


  
    #report {
      --width: 9.27in;
      height: 13.5in;
      --width: 10in;
      width: 8.27in;
      --height: 14in;
      --padding: 0.75in;
      --padding: 0.3in;
      --padding: 0.25in;
      padding: 0;
      --box-sizing: border-box;
      --border: 1px solid #ccc;
      border: none !important;
      --background: #fff;
    }

    #report table {
      border: none !important;
    }

     h3 {
      margin: 0 0 4px 0;
      font-size: 12pt;
      --border-top: 1px solid #ddd;
      --padding-bottom: 2px;
    }

   

    #report-date{
      font-size: 10pt;
      color: #555;
      --margin-bottom: 10px;
      font-weight: 400;
    }

    .first-line {
      display: flex;
      justify-content: space-between;
      
    }

    .first-line h3 {
      border-bottom: none !important;
    }

    .logo{
      --height: 70px;
      --height: 50px;
      height: 60px;
      width: auto;
    }

    .row-1{
      display: flex;
      align-items: center;
      justify-content: space-between;
      --margin-bottom: 5px;
      --margin-top: 5px;
    }

    .row-1 h2{
      width: 75%;
    }

    .equal-cols {
      width: 100%;
      table-layout: fixed;
    }

    .equal-cols th,
    .equal-cols td {
      width: 50%;
      
    }

    .report-overview-table tr:nth-child(1) th, .results-table tr:nth-child(1) th, .metrics-table tr:nth-child(1) th, .score-table tr:nth-child(1) th, .step-table tr:nth-child(1) th {
      padding: 7px 0;
      font-size: 18px;
      background-color: #0d919d;
      color: white;

    }


     .report-overview-table tr:nth-child(2) th:nth-child(1), .report-overview-table tr:nth-child(3) th:nth-child(1), .report-overview-table tr:nth-child(4) th:nth-child(1), .report-overview-table tr:nth-child(5) th:nth-child(1), .report-overview-table tr:nth-child(2) td:nth-child(1), .report-overview-table tr:nth-child(3) td:nth-child(1), .report-overview-table tr:nth-child(4) td:nth-child(1), .report-overview-table tr:nth-child(5) td:nth-child(1) {
      border-right: 1px solid #4DBBC5;
     }

     .report-overview-table th, .report-overview-table td{
      padding: 4px;
     }

     .report-overview-table tr:nth-child(3) td {
      border-bottom: 1px solid #4DBBC5;
     }

     .report-overview-table tr:nth-child(2) th, .report-overview-table tr:nth-child(4) th {
      background-color: #7ED4DB;
      padding: 5px;
    }

    .report-overview-table tr:nth-child(3) td, .report-overview-table tr:nth-child(5) td {
      background-color: #E5FAFB;
      --padding: 5px;
    }


    .report-overview-table th, .report-overview-table td{
      text-align: center;
    }


     .results-table tr:nth-child(1) th, .metrics-table tr:nth-child(1) th {
      background-color: #5fab60;
     }

     .results-table tr:nth-child(2) td {
      border-bottom: 1px solid #82C483;
     }

     .results-table div span:nth-child(1), .results-table div > span:nth-child(1) {
      font-size: 16px;
      font-weight: 600;
     }

     .results-table, .report-overview-table, .metrics-table, .score-table, .step-table {
      border-collapse: collapse;
      border: none;
      border-spacing: 0;
     }

     .results-table tr:nth-child(2), .results-table tr:nth-child(3) {
      background-color: #EAF9EA;
     }

     .results-table tr:nth-child(2) td:nth-child(1), .results-table tr:nth-child(2) td:nth-child(2) , .results-table tr:nth-child(3) td:nth-child(1), .results-table tr:nth-child(3) td:nth-child(2) {
      border-right: 1px solid #82C483;
     }

     .results-table div{
      display: flex;
      flex-direction: column;
      --gap: 5px;
      align-items: center;
    }

     th {
      background: #f0f0f0;
      text-align: left;
    }

    .results-table div {
      margin: 7px;
      gap: 5px;
    }

    .results-table span {
      font-size: 15px;
    }
     

     .metrics-table tr:nth-child(2) th:nth-child(1), .metrics-table tr:nth-child(2) th:nth-child(2), .metrics-table tr:nth-child(2) th:nth-child(3), .metrics-table tr:nth-child(2) th:nth-child(4){
      background-color: #A8DCA8;
      text-align: left;
      font-size: 13px;
      padding: 5px;
     }

     .metrics-table tr:nth-child(3) th, .metrics-table tr:nth-child(4) th, .metrics-table tr:nth-child(5) th, .metrics-table tr:nth-child(6) th, .metrics-table tr:nth-child(7) th, .metrics-table tr:nth-child(8) th{
      background-color: #A8DCA8;
      text-align: left;
      font-size: 13px;
      padding: 5px;
      padding-top: 1px;
     }

     

     .metrics-table tr:nth-child(2) th:nth-child(1), .metrics-table tr:nth-child(3) th:nth-child(1), .metrics-table tr:nth-child(4) th:nth-child(1), .metrics-table tr:nth-child(5) th:nth-child(1), .metrics-table tr:nth-child(6) th:nth-child(1), .metrics-table tr:nth-child(7) th:nth-child(1), .metrics-table tr:nth-child(8) th:nth-child(1) {
      border-right: 1px solid #82C483;
     }

     .metrics-table tr:nth-child(2) th:nth-child(1), .metrics-table tr:nth-child(2) th:nth-child(2), 
     .metrics-table tr:nth-child(3) th:nth-child(1), .metrics-table tr:nth-child(3) td,
     .metrics-table tr:nth-child(4) th:nth-child(1), .metrics-table tr:nth-child(4) td,
     .metrics-table tr:nth-child(5) th:nth-child(1), .metrics-table tr:nth-child(5) td,
     .metrics-table tr:nth-child(6) th:nth-child(1), .metrics-table tr:nth-child(6) td,
     .metrics-table tr:nth-child(7) th:nth-child(1), .metrics-table tr:nth-child(7) td{
      border-bottom: 1px solid #82C483;
     }

     .metrics-table tr:nth-child(3) td, .metrics-table tr:nth-child(4) td, .metrics-table tr:nth-child(5) td, .metrics-table tr:nth-child(6) td, .metrics-table tr:nth-child(7) td, .metrics-table tr:nth-child(8) td {
      background-color: #EAF9EA;
      padding: 5px;
      padding-top: 1px;
     }
     

    .metrics-table th, .metrics-table td{
      text-align: center;
    }

    .metrics-table td:nth-child(2) {
      font-size: 13px;
      text-align: justify;
      hyphens: auto;
    }

    .score-table tr:nth-child(1) th, .step-table tr:nth-child(1) th {
      background-color: #e06e3f;

    }

    .score-table {
      width: 100%;
      table-layout: fixed;
    }
    .score-table th, .score-table td {
      text-align: center;
    }
    
    .score-table tr:nth-child(2) td {
      background-color: #FCE3D5;
      --padding: 5px;
      padding: 3px;
      font-size: 24px;
      font-weight: bold;
      
    }

    .step-table tr:nth-child(2) td{
      background-color: #FCE3D5;
      padding: 5px;
    }










    



    .ad-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: black;
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .ad-overlay video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

 
    .nav-tabs {
      border-bottom: 2px solid #e0e0e0;
      margin-bottom: 0;
    }
    .nav-tabs .nav-link {
      border: none;
      border-bottom: 3px solid transparent;
      color: #666;
      font-weight: 500;
      padding: 1rem 1.5rem;
      transition: all 0.3s;
    }
    .nav-tabs .nav-link:hover {
      border-color: transparent;
      color: #2d7a5e;
      background-color: #f8f9fa;
    }
    .nav-tabs .nav-link.active {
      color: #2d7a5e;
      border-bottom-color: #2d7a5e;
      background-color: transparent;
    }
    .tab-content {
      padding: 2rem;
    }

    .nav-tabs{
      flex-wrap: nowrap !important;
    }

    @media (max-width: 575px) {
      .nav-tabs{
        flex-wrap: wrap !important;
      }
    }

    .number-with-unit {
      --min-width: 175px;
    }

    #results hr {
      border: none;
      border-top: 1px solid rgba(0, 0, 0, 0.4);
    }

    #results h5 {
      letter-spacing: 0.5px;
      color: #323232;
    }










    #report {
      width: 8.27in;
      background: #fff;
      margin: 0 auto;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    
    .header-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 30px;
      --border-bottom: 2px solid #e0e0e0;
    }

    .logo-container {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .logo {
      height: 50px;
      width: auto;
    }

    .report-title {
      font-size: 28px;
      font-weight: 600;
      color: #2d5016;
    }

    .report-date {
      font-size: 11px;
      color: #666;
      text-align: right;
    }

   
    .section-header {
      background: #0d919d;
      color: white;
      text-align: center;
      padding: 12px;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .overview-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      background: #e5f9fb;
    }

    .overview-item {
      padding: 15px;
      text-align: center;
      border-right: 1px solid #7ed4db;
      border-bottom: 1px solid #7ed4db;
    }

    .overview-item:nth-child(even) {
      border-right: none;
    }

    .overview-item:nth-child(n+3) {
      border-bottom: none;
    }

    .overview-label {
      font-size: 13px;
      color: #0d919d;
      font-weight: 600;
      margin-bottom: 8px;
      text-transform: uppercase;
    }

    .overview-value {
      font-size: 20px;
      font-weight: 700;
      --color: #2d5016;
      color: #555555;
    }

    .overview-value span {
      font-size: 14px;
      font-weight: 500;
      color: #666;
    }

    
    .impact-section {
      --margin-top: 20px;
    }

    .impact-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      --background: #eaf9ea;
      background: rgb(229, 249, 251);
    }

    .impact-card {
      --padding: 20px 15px;
      padding: 10px 8px;
      text-align: center;
      /* border-right: 1px solid #82c483;
      border-bottom: 1px solid #82c483; */
      
      border-right: 1px solid #7ed4db;
      border-bottom: 1px solid #7ed4db;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
    }

    .impact-card img {
      height: 35px;
    }

    .impact-card:nth-child(3n) {
      border-right: none;
    }

    .impact-card:nth-child(n+7) {
      border-bottom: none;
    }

    .impact-icon {
      font-size: 32px;
      margin-bottom: 5px;
    }

    .impact-label {
      font-size: 12px;
      --color: #2d5016;
      --color: #333;
      color: #0d919d;
      font-weight: 600;
      line-height: 1.3;
    }

    .impact-value {
      font-size: 18px;
      font-weight: 700;
      --color: #5fab60;
      color: #555555;
    }

    .impact-unit {
      font-size: 11px;
      color: #666;
      font-weight: 500;
    }

    
    .breakdown-section {
      --margin-top: 20px;
    }

    .breakdown-section .section-header {
      background: #0d919d;
    }

    .breakdown-table {
      width: 100%;
      border-collapse: collapse;
    }

    .breakdown-table tr {
      --border-bottom: 1px solid #82c483;
      border-bottom: 1px solid #7ed4db;
    }

    .breakdown-table tr:last-child {
      border-bottom: none;
    }

    .breakdown-metric {
      --background: #a8dca8;
      background: rgb(229, 249, 251);
      padding: 12px 15px;
      font-weight: 600;
      font-size: 13px;
      --color: #2d5016;
      color: #333;
      width: 35%;
      
      /* border-right: 1px solid #82c483; */
      border-right: 1px solid #7ed4db;
    }

    .breakdown-explanation {
      --background: #eaf9ea;
      padding: 12px 15px;
      font-size: 12px;
      color: #333;
      text-align: justify;
      hyphens: auto;
    }

   
    .score-section {
      margin-top: 20px;
    }

    .score-section .section-header {
      background: #0d919d;
    }

    .score-content {
      background: #e5f9fb;
      padding: 15px;
      text-align: center;
    }

    .preview-content {
      background: #e5f9fb;
      padding: 15px;
      text-align: center;
      text-align: justify;
      color: rgb(85,85,85);
      padding-left: 35px;
      padding-right: 35px;
    }

    .score-subtitle {
      font-size: 12px;
      color: #0d919d;
      margin-bottom: 8px;
      font-weight: 500;
    }

    .score-value {
      font-size: 48px;
      font-weight: 700;
      color: #0d919d;
    }

    
    .equivalents-section {
      --margin-top: 20px;
      background: linear-gradient(135deg, #9fdb7a 0%, #7bc75e 100%);
      --padding: 25px 30px 30px 30px;
      padding: 12px 15px 15px 15px;
    }

    .equivalents-title {
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      color: white;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .equivalents-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 15px;
      padding: 0 20px;
    }

    .equivalent-group {
      display: flex;
      align-items: flex-end;
      gap: 15px;
    }

    .equivalent-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 10px;
    }

    .equivalent-icon {
      --font-size: 64px;
      font-size: 40px;
      line-height: 1;
      margin-bottom: 5px;
    }

    #snowflake {
      gap: 30px;
      position: relative;
      top: -10px;
    }

    .report-title {
      font-family: 'Baskerville Old Face', serif;
      color: #333;
      font-weight: 600;

    }

    .logo-container > img+div {
      font-size: 14px;
      color: #333;
      position: relative;
      top: 3px;
      right: 20px;

    }

    .equivalent-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 3px;
    }

    .equivalent-value {
      font-size: 15px;
      font-weight: 700;
      color: #1a3d0a;
      line-height: 1.2;
    }

    .equivalent-label {
      font-size: 11px;
      color: #1a3d0a;
      font-weight: 600;
      line-height: 1.3;
      max-width: 110px;
    }

    .equals-sign {
      font-size: 50px;
      font-weight: 700;
      color: #1a3d0a;
      margin: 0 10px;
      padding-bottom: 20px;
    }

    .divider {
      width: 4px;
      align-self: stretch;
      background: white;
      opacity: 0.7;
      border-radius: 2px;
      margin: 0 10px;
    }

    
    .footer {
      margin-top: 20px;
      padding: 15px;
      text-align: center;
      font-size: 10px;
      color: #999;
      border-top: 1px solid #e0e0e0;
    }

    
    @media print {
      body {
        background: white;
        padding: 0;
      }
      #report {
        box-shadow: none;
      }
    }


    .equivalents-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 10px;
      padding: 0 20px;
    }

    .equivalent-group {
      display: flex;
      align-items: flex-end;
      gap: 10px;
    }

    .equals-sign {
      font-size: 50px;
      font-weight: 700;
      color: #1a3d0a;
      margin: 0 5px;
      padding-bottom: 20px;
    }

    .divider {
      width: 4px;
      align-self: stretch;
      background: white;
      opacity: 0.7;
      border-radius: 2px;
      margin: 0 5px;
    }

    .breakdown-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin-top: 10px;
    }

    .breakdown-item {
      background: #EAF9EA;
      border: 1px solid #82C483;
      padding: 10px;
      border-radius: 4px;
    }

    .breakdown-metric {
      font-weight: 600;
      margin-bottom: 5px;
      color: #0d5e3a;
    }

    .breakdown-explanation {
      font-size: 13px;
      color: #333;
      text-align: justify;
      hyphens: auto;
    }

    .hero-section {
            padding: 60px 20px;
            text-align: center;
        }
        
        .hero-section h2 {
            color: #1b5e20;
            font-size: 2.5rem;
            font-weight: 600;
            margin-bottom: 20px;
        }
        
        .hero-section p {
            color: #424242;
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto 40px;
            text-align: justify;
        }
        
        .tree-icon {
            width: 120px;
            height: 120px;
            margin: 0 auto 30px;
        }
        
        .cta-section {
            padding: 60px 20px 80px;
        }
        
        .cta-heading {
            text-align: center;
            color: #1b5e20;
            font-size: 2.2rem;
            font-weight: 600;
            margin-bottom: 50px;
        }
        
        .option-card {
            background: white;
            border: 2px solid #e0e0e0;
            border-radius: 12px;
            padding: 40px 30px;
            height: 100%;
            transition: all 0.3s;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .option-card:hover {
            border-color: #2e7d32;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        
        .option-card i {
            font-size: 3rem;
            color: #2e7d32;
            margin-bottom: 20px;
        }
        
        .option-card h3 {
            color: #1b5e20;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 30px;
        }
        
        .btn-custom {
            background-color: #2e7d32;
            color: white;
            border: none;
            padding: 12px 40px;
            border-radius: 25px;
            font-weight: 500;
            font-size: 1rem;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
            margin: 5px;
        }
        
        .btn-custom:hover {
            background-color: #1b5e20;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }
        
        .btn-secondary-custom {
            background-color: #43a047;
        }
        
        .btn-secondary-custom:hover {
            background-color: #2e7d32;
        }
        
        .or-divider {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #2e7d32;
            font-size: 1.5rem;
            font-weight: 600;
        }
        
        .about-section {
            background: white;
            padding: 60px 20px;
        }
        
        .about-section h3 {
            color: #1b5e20;
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 30px;
        }
        
        .about-section p {
            color: #424242;
            font-size: 1.05rem;
            line-height: 1.8;
            margin-bottom: 20px;
        }
        
        .plantation-image {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 8px;
        }


        .upload-input {
            display: none;
        }
        
        @media (max-width: 768px) {
            .hero-section h2 {
                font-size: 2rem;
            }
            
            .cta-heading {
                font-size: 1.8rem;
            }
            
            .or-divider {
                margin: 30px 0;
            }
        }