
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  color: #111;
}
.nav {
  background: #0a2540;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.5em;
}
.nav .logo {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.2em;
}
.nav .logo img {
  margin-right: 10px;
}
.nav a {
  color: rgb(255, 255, 255);
  margin-left: 20px;
  text-decoration: none;
}

.hero {
  display: flex;
  flex-wrap: wrap;
  padding: 2em 2em;
  justify-content: space-evenly;
}
h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 590;
}

.left {
  /*max-width: 60%;*/
}
.left h1 {
  font-size: 3em;

}
.left p {
  font-size: 1.6em;
  color: #ffffff;
}
.cta-button {
  margin-top: 1em;
  padding: 0.5em 1em;
  border-radius: 10px;
  background: #f44636;
  border: none;
  color: white;
  font-size: 1.6em;
  cursor: pointer;
}
.right .audit-card {
  width: 380px;
  background: #fff;
  border-radius: 12px;
  padding: .5em;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.score-circle {
  background: #d4f4e7;
  color: #1b8e5a;
  font-size: 1.8em;
  font-weight: bold;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
}
.metrics {
  margin-top: 1em;
}
.metrics div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.4em 0;
}
.metrics .bar {
  height: 8px;
  flex-grow: 1;
  margin: 0 10px;
  border-radius: 4px;
  background: #ddd;
}
.bar.p { background: orange; }
.bar.s { background: mediumseagreen; }
.bar.sec { background: crimson; }
.issues, .recommendations {
  margin-top: 1em;
}
.features {
  display: flex;
  justify-content: space-around;
  background: #ffffff;
  padding: 1em 1em;
}

.feature {
  display: flex;
  align-items: flex-start;
  max-width: 300px;
  margin: 1em;
}

.feature-img img {
  /*width: 60px;*/
  height: 60px;
  /*margin-right: 1em;*/
}

.feature-text h3 {
  /*font-size: 1.6em;*/
  font-weight: 400;
  margin: 0 0 0.5em 0;
}

.feature-text p {
  color: #555;
  font-size: 0.95em;
  line-height: 1.3;  /* tighter spacing */
  margin-top: 0.2em; /* reduce if spacing from <h3> feels large */
}
.footer {
  text-align: center;
  font-size: 0.75em;
  color: #b9b9b9;
  padding: 1.5em 1em;
  background: #092540;
  /*border-top: 1px solid #eee;*/
  /*margin-top: 3em;*/
}

/* Make text and sections scale better on small screens */
@media (max-width: 768px) {
  .nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1em;
  }
  


  .nav a {
    margin: 0.5em 0;
  }

  .hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2em 1em;
  }

  .left, .right {
    max-width: 100%;
  }

  .left h1 {
    font-size: 2em;
  }

  .left p {
    font-size: 1.2em;
  }

  .cta-button {
    font-size: 1.2em;
    padding: 0.75em 1.5em;
  }

  .right img {
    width: 100%;
    height: auto;
    max-width: 320px;
    margin-top: 1em;
  }

  .features {
    flex-direction: column;
    align-items: center;
  }

  .feature {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .feature-img img {
    margin: 0 0 1em 0;
  }
}
.pricing-table {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
  margin-top: 2em;
}

.pricing-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 2em;
  width: 280px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  text-align: center;
}

.pricing-card h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

.pricing-card .price {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 1em ;
  text-align: left;
}

.pricing-card ul li {
  padding: 0.3em 1.8em;
  border-bottom: 1px solid #eee;
}

.pricing-h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3em;
  font-weight: 690;
  margin-bottom: 0.1em;
}
.pricing-h2 {
  font-size: 1.5em;
  margin-top: 0.2em;
}
.pricing-button {
  margin-top: 1em;
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #4f80fb;
  border: none;
  color: white;
  font-size: 1.1em;
  cursor: pointer;
}
.pricing-button-2 {
  margin-top: 1em;
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #efefef;
  border: none;
  color: black;
  font-size: 1.1em;
  cursor: pointer;
}
.checklist-a {
  list-style: none;
  padding-left: 0;
  font-size: 1em;
}

.checklist-a li {
  position: relative;
  padding-left: 2.8em;
  margin-bottom: 0.6em;
}

.checklist-a li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #4caf50; /* light green */
  font-weight: bold;
}
.login-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4em 2em;
  background: #ffffff;
}
.login-box {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 2em;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.login-box h2 {
  margin-bottom: 1em;
  font-size: 1.8em;
  text-align: center;
}
.login-box input {
  width: 100%;
  padding: 0.75em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1em;
}
.login-box button {
  width: 100%;
  padding: 0.75em;
  background: #f44636;
  color: white;
  border: none;
  font-size: 1.2em;
  border-radius: 8px;
  cursor: pointer;
}
.login-box .footer-link {
  margin-top: 1em;
  text-align: center;
  font-size: 0.9em;
}
.login-box .footer-link a {
  color: #0c2b4b;
  text-decoration: none;
}
.hamburger {
  font-size: 28px;
  background: none;
  border: none;
  color: white; /* 👈 White icon */
  cursor: pointer;
  z-index: 1000;
}


/* mobile nav toggle styles */
@media (max-width: 768px) {
  .hamburger {
    display: block;
    margin-right: 0.5em;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 0.5em;
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links a {
    margin: 0.5em 0;
  }
}

.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
}

.logo img {
  max-height: 40px;
  height: auto;
  width: auto;
  display: block;
}

.sidebar {
  width: 160px;;
  background-color: #ffffff;
  border-right: 1px solid #e0e0e0;
  padding: 20px;
  height: 100vh;
  box-sizing: border-box;
}

.sidebar .profile {
  text-align: center;
  margin-bottom: 30px;
}

.sidebar .profile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.sidebar nav ul {
  list-style: none;
  padding: 0;
}

.sidebar nav ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  font-size: 16px;
}

.sidebar nav ul li img {
  width: 20px;
  margin-right: 10px;
}

main {
  flex: 1;
  padding: 40px;
}

.audit-score {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.score-overview {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.metrics p {
  margin: 10px 0;
  font-weight: bold;
}

.bar {
  display: inline-block;
  width: 120px;
  height: 10px;
  border-radius: 5px;
  margin: 0 10px;
}

.perf { background: orange; }
.seo { background: green; }
.sec { background: red; }

.circle-score {
  font-size: 40px;
  color: green;
  font-weight: bold;
  border: 5px solid green;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.issues, .recommendations {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

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

.issues th, .issues td {
  text-align: left;
  padding: 10px;
}

.sev {
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  color: white;
}

.sev-1 { background: red; }
.sev-2 { background: orange; }
.sev-3 { background: #f0c000; }

.recommendations ul {
  list-style: none;
  padding: 0;
}

.recommendations li {
  margin: 8px 0;
  font-size: 16px;
}

.recommendations li::before {
  content: '\2714';
  color: green;
  font-weight: bold;
  margin-right: 10px;
}
.layout {
  display: flex;
  min-height: calc(100vh - 80px); /* adjust based on your header height */
}

.sidebar {
  width: 185px;
  background-color: #ffffff;
  box-sizing: border-box;
  flex-shrink: 0;
  border-right: 1px solid #eee;
}

main {
  flex: 1;
  padding: 15px;
  background-color: #ffffff;
}

.feature-row {
  margin-bottom: 1em;
}

.label-score {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.label-score .label {
  font-size: 1.2em;
  color: #111;
}

.label-score .score {
  font-size: 1.5em;
  color: #444;
}

.bar-container {
  width: 100%;
  background: #eee;
  border-radius: 6px;
  height: 10px;
  overflow: hidden;
}

.bar-fill {
  height: 10px;
  border-radius: 6px;
}
.features {
  display: flex;
  justify-content: center; /* aligns content to the left */
}

.features-vertical {
  display: flex;
  flex-direction: column;
  align-items: center; /* ensures children stack to the left */
  width: 100%;
}

.feature-row {
  width: 100%;
}
.feature-row {
  margin-bottom: 1em;
}

.label {
  font-weight: bold;
  margin-bottom: 0.3em;
}

.bar-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bar-container {
  flex: 1;
  background: #eee;
  border-radius: 6px;
  height: 10px;
  overflow: hidden;
  margin-right: 10px;
}

.bar-fill {
  height: 10px;
  border-radius: 6px;
}

.score {
  min-width: 30px;
  text-align: right;
  font-weight: bold;
  color: #444;
}
.audit-header-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.5em 2em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.audit-header-content {

}

.audit-title h2 {
  font-size: 2.5em;
  margin-bottom: 0.4em;
  font-weight: 550;
  color: #f4353b;
}

.audit-meta p {
  margin: 0.3em 0;
  font-size: 1em;
}

.meta-label {
  font-weight: 600;
  color: #333;
}

.pill {
  display: inline-block;
  background: #e0ecf7;
  color: #0c2b4b;
  font-size: 0.85em;
  padding: 0.2em 0.6em;
  border-radius: 20px;
  margin-left: 0.3em;
}

.issues, .audit-score {
  background: #fff;
  border-radius: 12px;
  padding: 1.5em;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.score-description {
  font-size: .9em;
  margin-bottom: 0.4em;
  margin-top: 0.4em;
  font-weight: 350;
  color: #575757;
}
.audit-combined {
  align-items: stretch;
}

.details-link {
  font-size: 0.9em;
  display: inline-block;
  margin-top: 6px;
  color: #f3343a;
  text-decoration: none;
}
.details-link:hover {
  text-decoration: underline;
}
.features-section {
  padding: 3em 1em;
  text-align: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.feature-box {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  text-align: left;
}



.feature {
  display: flex;
  align-items: flex-start;
  max-width: 320px;
  width: 100%;
  flex: 1 1 300px;
  box-sizing: border-box;
  margin: 1em;
}

.feature-text {
  max-width: 280px;
}

.feature-text p {
  color: #555;
  font-size: 0.95em;
  line-height: 1.3;
  margin-top: 0.2em;
}

.feature-img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 0.75em;
}

.feature-icon {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.how-it-works-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3em 1em;
  font-family: 'Segoe UI', sans-serif;
  color: #111;
  background-color: white;
}
.how-it-works-container h1 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
  text-align: center;
}
.how-it-works-container p.intro {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 2em;
  color: #444;
}
.how-it-works-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5em;
}
.how-it-works-step img {
  /*width: 64px;*/
  height: 100px;
  margin-right: 1.5em;
  flex-shrink: 0;
}
.how-it-works-step .text {
  max-width: 800px;
}
.how-it-works-step .text h3 {
  margin: 0 0 0.4em;
  font-size: 1.3em;
  color: #0c2b4b;
}
.how-it-works-step .text p {
  margin: 0;
  color: #333;
  font-size: 1em;
  line-height: 1.5;
}
.about-container {
  background-color: white;
}
.hero2 {
  display: flex;
  flex-wrap: wrap;
  padding: 2em 2em;
  justify-content: space-evenly;
  background-color: white;
}
.h55 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.4em;
  font-weight: 410;
  margin-bottom: 0.1em;
  text-align: left;

}
.about-image {
  max-width: 100%;
  width: 300px;
  height: auto;
  border-radius: 16px;
}
.about-section {
  display: flex;
  align-items: left;
  justify-content: space-between;
  gap: 1em;
  margin: 1em 0;
  flex-wrap: wrap;
}
.about-section.reverse {
  flex-direction: row-reverse;
}
.about-section img {
  flex: 1 1 15%;
  max-width: 100%;
  border-radius: 15px;
}
.about-text {
  flex: 1 1 45%;
  font-size: 1.1em; /* Slightly smaller than 1.3em for cleaner flow */
  line-height: 1.6; /* Adds breathing room */
  font-weight: 400; /* More readable and natural than 300 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #1a1a1a; /* Deep grey instead of pure black */
}
.about-text h2 {
  margin-top: 0;
}
.about-container {
  /*max-width: 1100px;*/
  margin: 0 auto;
  padding: 2em 1.5em;
}
.analyze-wrapper {
  max-width: 600px;
  margin: 100px auto;
  text-align: center;
}

input[type="text"] {
  width: 80%;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

button {
  background-color: #1E90FF;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}

.progress-bar {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 10px;
  margin-top: 20px;
  display: none;
}

.progress-bar-fill {
  height: 20px;
  width: 0;
  background-color: #1E90FF;
  border-radius: 10px;
  transition: width 0.4s ease-in-out;
}

.results-box {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #fdfdfd;
  display: none;
  text-align: left;
}

.score {
  font-size: 28px;
  margin-bottom: 10px;
}

ul {
  text-align: left;
}






html, body {
  height: 100%;
  margin: 0;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1; /* grows to fill space between header and footer */
}

.footer {
  /*background-color: #F3F4F6;*/
  text-align: center;
  padding: 20px;
  font-size: 14px;
  color: #ffffff;
}


body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #0a2540;
  color: #1d1c1d;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.login-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.login-box {
  max-width: 400px;
  width: 100%;
  padding: 40px 30px;
  box-shadow: 0 20px 60px rgb(76 103 172 / 19%);
  border-radius: 8px;
  background-color: #ffffff;
  text-align: center;
}

.login-box h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.login-box input {
  width: 100%;
  padding: 12px 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.login-box button {
  width: 100%;
  background-color: #4f80fb;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
}

.login-box button:hover {
  background-color: #3467e7;
}

.footer-link {
  margin-top: 20px;
  font-size: 14px;
}

.login-links {
  margin-top: 20px;
  font-size: 14px;
}

.login-links a {
  color: #1264a3;
  margin: 0 8px;
  text-decoration: none;
}

.login-links a:hover {
  text-decoration: underline;
}

.error {
  color: red;
  font-size: 14px;
  margin-top: -20px;
  margin-bottom: 20px;
}

footer.footer {
  text-align: center;
  font-size: 13px;
  padding: 15px 10px;

}

@media (max-width: 500px) {
  .login-box {
      padding: 30px 20px;
  }
}

footer.footer a {
  text-decoration: none;     /* removes underline */
  color: inherit;            /* makes color match surrounding text */
}

footer.footer a:hover,
footer.footer a:visited {
  color: inherit;            /* avoids hover or visited color changes */
  text-decoration: none;     /* ensures no underline on hover/visited */
}

.pricing-button:hover {
  background-color: #3467e7;
}
.pricing.pricing-button-2 {
  background-color: #959595;
}
.cta-button2 {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  background-color: #4f80fb;
  color: white !important;
  text-decoration: none;
  border-radius: 20px;
  transition: background-color 0.2s;
}

.cta-button2:hover {
  background-color: #3467e7;
}
.pricing.pricing-button-3 {
  background-color: #ffffff;
  border-radius: 20px;
  border-color: #000000;
}

.nav a.pricing-button-3 {
  border-color: #4f80fb !important;
}
html, body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

/* Base state: hidden on mobile */
.nav-links {
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background-color: #0a2540;
    position: absolute;
    top: 70px; /* below header */
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }

  .nav-links.show {
    display: flex;
  }
}
/* Base styles */
header.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #0a2540;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.hamburger {
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  display: none; /* 👈 hidden by default (desktop) */
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Mobile styles */
@media (max-width: 768px) {
  .hamburger {
    display: block; /* 👈 show hamburger on mobile */
  }

  .nav-links {
    display: none; /* hidden by default on mobile */
    flex-direction: column;
    background-color: #0a2540;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .nav-links.show {
    display: flex;
  }
}
