/* styles.css for QueryDesk.ai */
:root {
  --color-bg: #ffffff;
  --color-accent: #009e7f;
  --color-text: #222222;
  --color-white: #ffffff;
  --color-card: #f7f7f7;
  --font-main: "Poppins", "Inter", Arial, sans-serif;
  /* Ensure fonts are imported in the HTML or CSS */
}
body,
.footer,
.blog-post,
.blog-slider,
.footer-links a,
.footer-desc,
.footer-newsletter,
.section,
.features-list li,
.pricing-card,
.card-features,
.card-header,
.card-badge,
.cta-btn,
.section-title,
.nav-link,
.nav-btn,
.brand-title,
.blog-date,
.blog-author {
  font-family: var(--font-main) !important;
  line-height: 1.3;
}
body {
  background: #fff;
  color: #222;
  font-family: "Poppins", "Inter", Arial, sans-serif !important;
  margin: 0;
  padding: 0;
}
a {
  transition: color 0.2s, background 0.2s;
}
a:hover {
  color: var(--color-accent);
}
input,
select,
button {
  font-family: var(--font-main);
}
.main-header {
  background: #fff;
  border-bottom: 1px solid #ececec;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-bar {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2rem;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1.2rem;
  padding-bottom: 0.5rem;
  position: relative;
  gap: 0;
}
.brand {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}
.brand-logo {
  height: 38px;
  margin-right: 0.7rem;
}
.brand-title {
  color: #111;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  word-break: break-word;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.nav-center {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.nav-link {
  color: #222;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  transition: color 0.2s;
  padding: 0 0.5rem;
}
.nav-link:hover {
  color: #009e7f;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.nav-btn {
  background: #009e7f;
  color: #fff;
  padding: 0.7rem 1.7rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  border: none;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px 0 rgba(0, 158, 127, 0.08);
  margin-left: 0.5rem;
}
.nav-btn:hover {
  background: #007a63;
  color: #fff;
}
.hero-bg {
  background: #fff;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero-content {
  text-align: center;
  color: #111;
  padding: 3rem 2rem 3rem 2rem;
  z-index: 2;
}
.hero-title {
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 1.2rem;
  color: #111;
}
.hero-title-modern {
  font-family: "Inter", "DM Sans", Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 0.7rem;
  text-align: center;
  color: #111;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.hero-title-main {
  font-size: 2.2rem;
  font-weight: 800;
  color: #222;
  letter-spacing: 1px;
}
.hero-title-accent {
  font-size: 2.7rem;
  font-weight: 900;
  color: var(--color-accent);
  letter-spacing: 1px;
}
.hero-separator {
  margin: 1.2rem auto 1.5rem auto;
}
.hero-subtitle {
  font-size: 1.5rem;
  color: #444;
  margin-bottom: 2.5rem;
  font-weight: 400;
}
.hero-subtitle-modern {
  font-size: 1.25rem;
  color: #444;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 0;
}
.cta-btn {
  background: #009e7f;
  color: #fff;
  padding: 1.1rem 2.5rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  box-shadow: 0 4px 24px 0 rgba(0, 158, 127, 0.1);
  transition: background 0.2s, color 0.2s, transform 0.2s;
  text-decoration: none;
  display: inline-block;
}
.cta-btn:hover {
  background: #007a63;
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}

.section-separator {
  width: 60px;
  height: 4px;
  background: #e0e0e0;
  border: none;
  border-radius: 2px;
  margin: 0 auto 2.5rem auto;
  display: block;
  opacity: 1;
}

.section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.8rem 2rem 2.5rem 2rem;
  background: #fff;
  box-shadow: none;
}
.section-title {
  color: #111;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
}
.features-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem auto;
}
.features-list li {
  background: #f7f7f7;
  border-radius: 1rem;
  padding: 1.2rem 2rem;
  font-size: 1.1rem;
  color: #222;
  min-width: 220px;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.03);
}
.pricing-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.pricing-card {
  background: #f7f7f7;
  border: 1.5px solid #e0e0e0;
  border-radius: 1.5rem;
  padding: 2.5rem 2rem 2.2rem 2rem;
  min-width: 260px;
  text-align: center;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.04);
  transition: transform 0.15s, box-shadow 0.15s;
}
.pricing-card:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 6px 32px 0 rgba(0, 158, 127, 0.1);
}
.pricing-card h3 {
  color: #009e7f;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.pricing-card h4 {
  color: #009e7f;
  font-size: 2rem;
  margin-top: 1.2rem;
}
.green {
  color: #009e7f;
}
.pricing-cards-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.rich-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.04);
  border: 1.5px solid #e0e0e0;
  padding: 1.5rem 1.2rem 1.5rem 1.2rem;
  min-width: 240px;
  max-width: 270px;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: left;
}
.featured-card {
  border: 2.5px solid #009e7f;
  box-shadow: 0 6px 32px 0 rgba(0, 158, 127, 0.1);
  z-index: 2;
}
.card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.7rem;
}
.card-header h3 {
  font-size: 1.35rem;
  color: #009e7f;
  margin: 0;
}
.card-badge {
  background: #ececec;
  color: #009e7f;
  font-size: 0.92rem;
  font-weight: 600;
  border-radius: 6px;
  padding: 0.2rem 0.8rem;
  margin-left: 0.5rem;
}
.badge-green {
  background: #009e7f;
  color: #fff;
}
.badge-dark {
  background: #222;
  color: #fff;
}
.card-features {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem 0;
  color: #444;
  font-size: 0.98rem;
}
.card-features li {
  margin-bottom: 0.5rem;
  padding-left: 1.2rem;
  position: relative;
}
.card-features li:before {
  content: "\2713";
  color: #009e7f;
  position: absolute;
  left: 0;
  font-size: 1rem;
}
.card-bottom {
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.cta-btn {
  font-size: 1rem;
  padding: 0.7rem 1.3rem;
  border-radius: 1.2rem;
  background: #009e7f;
  box-shadow: 0 2px 12px 0 rgba(0, 158, 127, 0.1);
  min-width: 120px;
  text-align: center;
}
.card-bottom h4 {
  font-size: 1rem;
}
.per-month {
  font-size: 0.95rem;
  color: #888;
  font-weight: 400;
}
/* Section separator */
.section-separator {
  display: none;
}
.section {
  /* border-top: 1.5px solid #e0e0e0; */
  border-bottom: 1.5px solid #e0e0e0;
  /* margin-top: 2.5rem;
  margin-bottom: 2.5rem; */
  box-shadow: none;
}

/* Blog section improvements */
.blog-section {
  background: #f7f7f7;
  border-radius: 1.5rem;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.03);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.blog-layout {
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
}
.blog-main {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.blog-post {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
  padding: 2rem 1.5rem;
  margin-bottom: 0;
  border-left: 4px solid #e0e0e0;
  font-family: var(--font-main) !important;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.blog-post:hover {
  box-shadow: 0 6px 32px 0 rgba(0, 158, 127, 0.1);
  border-left: 4px solid #009e7f;
}
.blog-post h3 {
  margin-top: 0;
  color: #111;
  font-size: 1.35rem;
  font-weight: 800;
  font-family: var(--font-main) !important;
}
.blog-post p,
.blog-slider a,
.blog-slider h4 {
  font-family: var(--font-main) !important;
}
.blog-slider {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
  padding: 1.5rem 1.2rem;
  min-width: 220px;
  max-width: 320px;
  height: fit-content;
  border-left: 4px solid #e0e0e0;
  font-family: var(--font-main) !important;
}
.blog-slider h4 {
  color: #009e7f;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.blog-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-slider li {
  margin-bottom: 1.1rem;
}
.blog-slider a {
  color: #009e7f;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.blog-slider a:hover {
  color: #007a63;
  text-decoration: underline;
}

/* Blog modern redesign */
.blog-layout.blog-modern {
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-start;
}
.blog-main.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  flex: 2;
}
.blog-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  padding: 1.5rem 1.2rem 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 4px solid #e0e0e0;
  transition: box-shadow 0.2s, border-color 0.2s;
  min-width: 0;
}
.blog-card:hover {
  box-shadow: 0 6px 32px 0 rgba(0, 158, 127, 0.13);
  border-left: 4px solid #009e7f;
}
.blog-img {
  width: 100%;
  max-width: 90px;
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
  object-fit: cover;
}
.blog-meta {
  font-size: 0.98rem;
  color: #888;
  margin-bottom: 0.5rem;
}
.blog-readmore {
  color: var(--color-accent);
  font-weight: 600;
  margin-top: 0.7rem;
  text-decoration: none;
  transition: color 0.2s;
}
.blog-readmore:hover {
  color: #007a63;
  text-decoration: underline;
}

.blog-slider-modern {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
  padding: 1.5rem 1.2rem;
  min-width: 260px;
  max-width: 320px;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.blog-slider-modern h4 {
  color: #009e7f;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.blog-slider-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.blog-slider-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 0.7rem 0.8rem;
  transition: background 0.2s;
  cursor: pointer;
}
.blog-slider-item:hover {
  background: #e6f9f5;
}
.blog-slider-img {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
}
.blog-slider-item h5 {
  font-size: 1rem;
  color: #222;
  margin: 0 0 0.2rem 0;
  font-weight: 600;
}
.blog-slider-item .blog-date {
  font-size: 0.92rem;
  color: #888;
}

/* Footer improvements */
.footer {
  background: #f7f7f7;
  border-top: 1.5px solid #e0e0e0;
  color: #222;
  padding: 2.5rem 0 1.2rem 0;
  margin-top: 3rem;
}
.footer-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
  /* overflow-x: hidden; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
}
.footer-brand {
  flex: 1 1 220px;
  min-width: 220px;
}
.footer-desc {
  color: #444;
  font-size: 1.02rem;
  margin: 1rem 0 0.5rem 0;
  max-width: 320px;
}
.footer-links {
  display: flex;
  gap: 2.5rem;
  flex: 2 1 320px;
  min-width: 220px;
}
.footer-links h4 {
  color: #009e7f;
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}
.footer-links a {
  display: block;
  color: #222;
  text-decoration: none;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #009e7f;
}
.footer-newsletter {
  flex: 1 1 220px;
  min-width: 200px;
  margin-right: 5rem;
}
.footer-newsletter h4 {
  color: #009e7f;
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}
.newsletter-form {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.7rem;
}
.newsletter-form input[type="email"] {
  padding: 0.6rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 1rem;
  outline: none;
  flex: 1;
}
.newsletter-form button {
  background: #009e7f;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.6rem 1.3rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.newsletter-form button:hover {
  background: #007a63;
}
.footer-copyright {
  color: #888;
  font-size: 0.93rem;
  margin-top: 1.2rem;
}
@media (max-width: 700px) {
  /* Reduce top space for footer sections */
  .footer-content {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
  .footer-newsletter,
  .footer-links,
  .footer-brand {
    margin-top: 0.5rem;
    padding-top: 0;
  }
}
@media (max-width: 900px) {
  /* Add horizontal margin for price and blog sections */
  .section,
  .blog-section,
  .blog-alt {
    margin-left: 4px;
    margin-right: 4px;
  }
  .nav-center,
  .nav-right {
    display: none;
  }
  .nav-menu {
    display: none;
  }
  .nav-menu.open {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 5.5rem 1.5rem 2rem 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    z-index: 120;
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
    overflow-y: auto;
  }
  .nav-menu.open .nav-center,
  .nav-menu.open .nav-right {
    display: flex !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
    width: 90%;
  }
  .nav-hamburger {
    display: flex;
    z-index: 130;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
    z-index: 150;
    border: 1.5px solid #ffb300;
    /* border-radius: 8px; */
    background: #fff;
    padding: 2px 4px;
    box-sizing: content-box;
  }
  .nav-bar {
    flex-wrap: nowrap;
    padding: 1.2rem 1rem;
  }
  body.nav-menu-open {
    overflow: hidden;
  }
  .pricing-cards-row {
    flex-direction: column;
    align-items: center;
    /* gap: 1rem; */
    flex-wrap: nowrap;
  }
  .pricing-card,
  .rich-card {
    width: 100%;
    max-width: 350px;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .brand-title {
    font-size: 2rem;
    text-align: left;
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
    word-break: break-word;
  }
  .brand {
    min-width: 0;
    max-width: 100vw;
    overflow: visible;
  }
  .nav-left {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 500px) {
  .nav-menu {
    padding: 4.5rem 0.5rem 2rem 0.5rem;
  }
  .pricing-card,
  .rich-card {
    max-width: 98vw;
    padding: 1.2rem 0.5rem;
  }
}
@media (min-width: 901px) {
  .nav-hamburger {
    display: none !important;
  }
  .nav-menu {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    position: static;
    background: none;
    box-shadow: none;
    padding: 0;
    min-height: auto;
    height: auto;
  }
  .nav-center,
  .nav-right {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    width: auto;
  }
}

/* Modal styles */
#modal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  align-items: center;
  justify-content: center;
}
.modal-box {
  background: #fff;
  border-radius: 16px;
  max-width: 350px;
  width: 90vw;
  padding: 2rem 1.5rem;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.18);
  position: relative;
  animation: modalIn 0.2s cubic-bezier(0.4, 2, 0.6, 1) 1;
}
@keyframes modalIn {
  from {
    transform: translateY(40px) scale(0.98);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #888;
}

/* Form & Payment rich card styles */
.form-main.rich-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.08);
  border: 1.5px solid #e0e0e0;
  max-width: 420px;
  margin: 2rem auto;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.form-title {
  color: var(--color-accent);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0px;
}
.form-fields {
  display: flex;
  flex-direction: column;
  /* gap: 1.5rem; */
}
.form-label {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 1.08rem;
  color: #222;
}
.form-label-text {
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.form-input {
  width: 100%;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  border: 1.5px solid #e0e0e0;
  font-size: 1.08rem;
  background: #f7f7f7;
  transition: border 0.2s;
}
.form-input:focus {
  border: 1.5px solid var(--color-accent);
  outline: none;
  background: #fff;
}
.form-btn {
  background: var(--color-accent);
  color: #fff;
  padding: 1rem;
  border-radius: 8px;
  font-weight: bold;
  border: none;
  font-size: 1.1rem;
  box-shadow: 0 2px 12px 0 rgba(0, 158, 127, 0.08);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.form-btn:hover {
  background: #007a63;
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}
.form-summary {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 1rem 1.2rem;
  margin-bottom: 1.2rem;
  font-size: 1.08rem;
  color: #222;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Hero gradient background */
.hero-bg.hero-gradient {
  background: linear-gradient(120deg, #e6f9f5 0%, #fff 100%);
}

/* Feature icons */
.feature-icon {
  font-size: 1.3em;
  margin-right: 0.6em;
  vertical-align: middle;
}
.rich-features .feature-icon {
  color: var(--color-accent);
}
.integrations-list .feature-icon {
  color: #222;
}

/* Blog card improvements */
.blog-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
  padding: 2rem 1.5rem;
  margin-bottom: 0;
  border-left: 4px solid #e0e0e0;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.blog-card:hover {
  box-shadow: 0 6px 32px 0 rgba(0, 158, 127, 0.1);
  border-left: 4px solid #009e7f;
}
.blog-img {
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.04);
}

.section-bg-1 {
  background: #f7fafc;
}
.section-bg-2 {
  background: #f5f9f7;
}
.section-bg-3 {
  background: #f9f7f5;
}
.section-bg-4 {
  background: #f7f7fa;
}

/* Blog alt design */
.blog-alt {
  background: #f7f7fa;
  border-radius: 1.5rem;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.03);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.blog-alt-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
.blog-alt-card {
  display: flex;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  min-height: 180px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.blog-alt-card:hover {
  box-shadow: 0 6px 32px 0 rgba(0, 158, 127, 0.13);
  transform: translateY(-4px) scale(1.02);
}
.blog-alt-img-wrap {
  flex: 0 0 140px;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.blog-alt-img {
  width: 140px;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-alt-content {
  padding: 1.5rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-alt-content h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.18rem;
  color: #111;
  font-weight: 700;
}
.blog-alt-meta {
  font-size: 0.98rem;
  color: #888;
  margin-bottom: 0.5rem;
}
.blog-alt-readmore {
  color: var(--color-accent);
  font-weight: 600;
  margin-top: 0.7rem;
  text-decoration: none;
  transition: color 0.2s;
}
.blog-alt-readmore:hover {
  color: #007a63;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .blog-alt-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

@media (max-width: 700px) {
  .form-main.rich-card {
    padding: 1.2rem 0.5rem;
    margin: 2rem auto;
  }
  .form-title {
    font-size: 1.3rem;
  }
}

/* Modern form styles */
.form-modern {
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  border: 1.5px solid #e0e0e0;
  padding: 2.5rem 2rem 2rem 2rem;
  max-width: 420px;
  margin: 3rem auto 2rem auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadeInUp 0.5s;
}
.form-modern-fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3rem;
  width: 100%;
}
.form-modern-label {
  width: 100%;
  font-size: 1.08rem;
  color: #222;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
  letter-spacing: -0.2px;
  animation: fadeInUp 0.6s;
}
.form-modern-select {
  width: 100% !important;
}
.form-modern-input {
  width: 90%;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  border: 1.5px solid #e0e0e0;
  font-size: 1.12rem;
  background: #f7f7f7;
  transition: border 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.03);
  outline: none;
  margin-top: 0.2rem;
  font-family: "Inter", "DM Sans", Arial, sans-serif;
  animation: fadeInUp 0.7s;
}
.form-modern-input:focus {
  border: 1.5px solid var(--color-accent);
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 158, 127, 0.08);
}
.form-modern-btn {
  background: var(--color-accent);
  color: #fff;
  padding: 1.1rem 0;
  border-radius: 10px;
  font-weight: 800;
  border: none;
  font-size: 1.15rem;
  width: 100%;
  margin-top: 0.5rem;
  box-shadow: 0 2px 12px 0 rgba(0, 158, 127, 0.08);
  transition: background 0.2s, color 0.2s, transform 0.2s;
  animation: fadeInUp 0.8s;
  letter-spacing: 0.1px;
}
.form-modern-btn:hover {
  background: #007a63;
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}

/* --- Responsive Navigation Fix --- */
/* Hide hamburger by default, show only on mobile */
.nav-hamburger {
  display: none;
}

/* Hide nav menu by default on mobile */
@media (max-width: 900px) {
  .nav-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 130;
  }
  .nav-hamburger span {
    display: block;
    width: 22px;
    height: 2.5px;
    margin: 3px 0;
    background: #222;
    border-radius: 2px;
    transition: all 0.3s;
  }
  .nav-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding: 5.5rem 1.5rem 2rem 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    z-index: 120;
    width: 100vw;
    min-height: 100vh;
    height: 100vh;
    overflow-y: auto;
  }
  .nav-menu.open {
    display: flex !important;
  }
  .nav-menu.open .nav-center,
  .nav-menu.open .nav-right {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
  }
  .nav-center,
  .nav-right {
    display: none;
  }
  .nav-menu.open .nav-center,
  .nav-menu.open .nav-right {
    display: flex !important;
  }
  body.nav-menu-open {
    overflow: hidden;
  }
}

@media (min-width: 901px) {
  .nav-hamburger {
    display: none !important;
  }
  .nav-menu {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    position: static;
    background: none;
    box-shadow: none;
    padding: 0;
    min-height: auto;
    height: auto;
  }
  .nav-center,
  .nav-right {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    width: auto;
  }
}

@media (max-width: 500px) {
  .nav-menu {
    padding: 4.5rem 0.5rem 2rem 0.5rem;
  }
}
/* --- End Responsive Navigation Fix --- */

.nav-bar {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1.2rem;
  padding-bottom: 0.5rem;
  position: relative;
  gap: 0;
}
.nav-left {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  z-index: 140;
}
.brand {
  min-width: 0;
  max-width: 100vw;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  padding-left: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
.brand-title {
  font-size: 2rem;
  font-weight: 900;
  color: #111;
  letter-spacing: 1px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  word-break: break-word;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.nav-hamburger {
  margin-left: auto;
  z-index: 150;
  border: 2px solid #ffb300;
  /* border-radius: 8px; */
  background: #fff;
  padding: 4px 6px;
  box-sizing: content-box;
}
.nav-menu.open {
  padding-top: 2.5rem;
}
.nav-menu.open .nav-center {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.nav-menu.open .nav-right {
  margin-top: 1.5rem;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.nav-menu.open .nav-btn {
  width: 80%;
  margin: 0.5rem 0 0 0;
  font-size: 1.1rem;
  padding: 0.8rem 0;
  text-align: center;
  display: block;
}
.newsletter-form {
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  width: 100%;
}
.newsletter-form input[type="email"],
.newsletter-form button {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
/* Remove any unwanted border/outline from hero title and children */
.hero-title,
.hero-title-main,
.hero-title-accent {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Improve internal spacing for pricing cards */
.pricing-card {
  padding: 2.5rem 2rem 2.2rem 2rem;
  gap: 1.2rem;
}
.pricing-card .card-header {
  margin-bottom: 1.2rem;
}
.pricing-card p {
  margin-bottom: 1.2rem;
  margin-top: 0.2rem;
}
.pricing-card .card-features {
  margin-bottom: 1.2rem;
  margin-top: 0.5rem;
}
.pricing-card .card-bottom {
  margin-top: 1.2rem;
}
.pricing-card .cta-btn {
  margin-top: 0.5rem;
}

/* --- School-Focused Features Two-Column Layout --- */
.features-columns {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 2rem auto;
  max-width: 900px;
}
.features-col {
  flex: 1 1 0;
  min-width: 220px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 0;
  margin: 0;
}
.features-col li {
  background: #f7f7f7;
  border-radius: 1rem;
  padding: 1.2rem 2rem;
  font-size: 1.1rem;
  color: #222;
  min-width: 0;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .features-columns {
    flex-direction: column;
    gap: 0.7rem;
    align-items: stretch;
    max-width: 100%;
  }
  .features-col {
    max-width: 100%;
    min-width: 0;
    width: 100%;
    gap: 0.7rem;
  }
  .features-col li {
    font-size: 1rem;
    padding: 1rem 1rem;
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .features-columns {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    gap: 0.5rem;
  }
  .features-col li {
    font-size: 0.98rem;
    padding: 0.8rem 0.6rem;
  }
}

/* Remove all border-radius for a sharp look */
* {
  border-radius: 0 !important;
}

/* Integrations grid style */
.integrations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.1rem 2.2rem;
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem auto;
  max-width: 900px;
}
.integrations-grid li {
  background: #f5f9f7;
  border: 1.5px solid #e0e0e0;
  padding: 1.1rem 1.5rem;
  font-size: 1.08rem;
  color: #222;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 8px 0 rgba(0,0,0,0.02);
  font-weight: 500;
  min-width: 0;
  margin: 0;
}
.integrations-grid .feature-icon {
  font-size: 1.3em;
  margin-right: 0.7em;
  color: var(--color-accent);
}

/* Remove border-radius from specific elements for extra safety */
.section, .features-list li, .rich-card, .pricing-card, .blog-card, .blog-post, .blog-slider, .footer, .footer-brand, .footer-newsletter, .footer-links, .form-main, .form-modern, .modal-box, .cta-btn, .card-badge, .card-features li, .newsletter-form input, .newsletter-form button {
  border-radius: 0 !important;
}
