:root {
  --primary-blue: #478cd1;
  --primary-color: #2563eb;
  --radius-md: 8px;
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial;
  --btn-border-radius: var(--radius-md);

  /* --logo-epic: url("src/img/epic-dark.svg");
  --logo-oracle: url("src/img/oracle-dark.svg");
  --logo-allscripts: url("src/img/allscript-dark.svg");
  --logo-athena: url("src/img/athenahealth-dark.svg");
  --logo-advancedmd: url("src/img/advancedmd-dark.svg");
   */
}

/*===================================================================================================================================*/
html[data-theme="light"] {
  /* page */
  --body-bg-color: #ffffff;
  --bg: #ffffff;
  --text: #0f172a;
  /* headline / primary text (dark) */
  --muted: #6b7280;
  /* subtitle / muted */
  --text-primary: #0f172a;

  /* navbar */
  --nav-bg: #ffffff;
  --nav-text-menu-color: #0f172a;
  --nav-border: rgba(0, 0, 0, 0.06);

  --logo-epic: url("src/img/epic-light.png");
  --logo-oracle: url("src/img/oracle-light.png");
  --logo-allscripts: url("src/img/allscript-light.png");
  --logo-athena: url("src/img/athenahealth-light.png");
  --logo-advancedmd: url("src/img/advancedmd-light.png");

  /* hero */
  --hero-gradient-bg: linear-gradient(162deg, #ffffff 11.47%, #e0ecff 100%);
  --hero-fluid-container-bg: #ffffff;
  --hero-fluid-container-border: #c6c6c8;
  --hero-badge-bg-color: #ebf1f8;
  --hero-badge-text-color: #478cd1;
  --hero-badge-border-color: #a2c0dd;
  --hero-badge-selection-color: #3475b5;
  --hero-heading-color: #2b2b2b;
  /* hero buttons */
  --hero-btn-bg-color: #478cd1;
  /* primary CTA blue */
  --hero-btn-border-color: transparent;
  --hero-btn-text-color: #ffffff;
  --hero-btn2-bg-color: transparent;
  /* secondary CTA */
  --hero-btn2-border-color: #d1d1d6;
  --hero-btn2-text-color: #0f172a;
  --hero-btn-work: #fbfbfb;
  --hero-btn-color: #2b2b2b;

  /* outline button (navbar Learn more) */
  --btn-outline-bg: transparent;
  --btn-outline-border: rgba(0, 0, 0, 0.12);
  --btn-outline-color: #0f172a;

  /*----------------  contact demo left block --------------*/
  /* Section Background */
  --demo-section-gradient: linear-gradient(
    0deg,
    rgba(235, 241, 248, 1) 0%,
    rgba(239, 239, 240, 1) 100%
  ); /* Light gray background behind the block */
  --demo-card-border: #d1d1d6; /* For small info/email cards */
  --demo-card-bg: #9b9b9b1a;

  /* Text Colors */
  --demo-heading: #2b2b2b; /* Deep neutral headline */
  --demo-text: #505050; /* Muted paragraph color */
  --demo-muted: #393939; /* Subtext (like small email response time) */
  --demo-highlight: #818181; /* Accent for "InstantAuth" or icons */

  /* Icon + Card Borders */
  --demo-icon-color: #e2f0fe; /* Blue accent for icons */
  --demo-card-border: #c0d4e8; /* Soft border around small card */
  --demo-card-text1: #606060;
  --demo-card-text2: #393939;
  --demo-card-text3: #818181;

  /* CONTACT FORM SECTION RIGHT HUBSPOT FORM */
  --contact-form-bg: #ffffff;
  --contact-form-border: #dddddd;
  --contact-form-radius: 24px;
  --contact-form-shadow: rgba(0, 0, 0, 0.08);
  --contact-form-heading: #1a1a1a;
  --contact-form-text: #3c3c3c;

  /* HOW IT WORKS SECTION */
  --how-bg: #f9fafb;
  --how-card-bg: #ffffff;
  --how-card-border: #ececf1;
  --how-card-border-style: dashed;
  --how-card-text: #1f2937;
  --how-card-muted: #6b7280;
  --how-card-icon: #2563eb;
  --how-card-shadow: rgba(0, 0, 0, 0.05);

  /* hook banner */
  --hookbanner-bg: #ebf1f8;
  --hookbanner-border: #a2c0dd;
  --hookbanner-meta-text: #1d4064;
  --hookbanner-heading-text: #2b2b2b;
  --hookbanner-subtext: #505050;
  --hookbanner-button-text: #f5f5f5;
  --hookbanner-footnote-text: #818181;
}

/*=========================================================================================================================*/
html[data-theme="dark"] {
  /* page */
  --body-bg-color: #212124;
  --bg: #27272b;
  --text: #f8fafc;
  /* light text */
  --muted: #9fb3c6;
  --text-primary: #f8fafc;

  /* navbar */
  --nav-bg: #212124;
  --nav-text-menu-color: #f8fafc;
  --nav-border: rgba(255, 255, 255, 0.04);

  --logo-epic: url("src/img/epic-dark.svg");
  --logo-oracle: url("src/img/oracle-dark.svg");
  --logo-allscripts: url("src/img/allscript-dark.svg");
  --logo-athena: url("src/img/athenahealth-dark.svg");
  --logo-advancedmd: url("src/img/advancedmd-dark.svg");

  /* hero */
  --hero-gradient-bg: linear-gradient(162deg, #212124 11.47%, #003f7d 251.33%);
  --hero-fluid-container-bg: #2e2e30;
  --hero-fluid-container-border: #5e5e64;
  --hero-heading-color: linear-gradient(
    90deg,
    #e2e8f0 0%,
    #818cf8 40%,
    #f59e0b 100%
  );

  --hero-badge-bg-color: #111e30;
  --hero-badge-text-color: #3475b5;
  --hero-badge-border-color: #294f7b;
  --hero-badge-selection-color: #478cd1;

  /* hero buttons */
  --hero-btn-bg-color: #478cd1;
  --hero-btn-border-color: transparent;
  --hero-btn-text-color: #ffffff;
  --hero-btn2-bg-color: #242426;
  --hero-btn2-border-color: #4d4d53;
  --hero-btn2-text-color: #f5f5f5;
  --hero-btn-work: #242426;
  --hero-btn-color: #f5f5f5;
  /* outline button (navbar Learn more) */
  --btn-outline-bg: #242426;
  --btn-outline-border: #4d4d53;
  --btn-outline-color: #f5f5f5;
  --btn-outline-border-hover: #3c3c42;
  --btn-outline-color-hover: #f5f5f5;
  --btn-outline-bg-hover: #27272b;

  /* CONTACT FORM SECTION  RIGHT HUBSPOT FORM*/
  --contact-form-bg: #1e293b; /* Deep grayish-blue container */
  --contact-form-border: #334155; /* Softer blue-gray border */
  --contact-form-radius: 24px;
  --contact-form-shadow: rgba(0, 0, 0, 0.5); /* Deeper shadow for contrast */
  --contact-form-heading: #f1f5f9; /* Almost white text */
  --contact-form-text: #cbd5e1; /* Muted light text */

  /* CONTACT LEFT SECTION  */
  --demo-section-gradient: linear-gradient(
    0deg,
    rgba(40, 40, 42, 1) 0%,
    rgba(43, 43, 43, 1) 100%
  );
  --demo-card-bg: #9b9b9b1a;
  --demo-card-border: #4d4d53;

  /* Text Colors */
  --demo-heading: #e9e9ee;
  --demo-text: #97979c;

  --demo-muted: #e9e9ee;
  --demo-highlight: #e9e9ee;

  /* Icon + Card Borders */
  --demo-icon-color: #424242;
  --demo-card-border: #313134;
  --demo-card-text1: #97979c;
  --demo-card-text2: #e9e9ee;
  --demo-card-text3: #e9e9ee;

  /* HOW IT WORKS SECTION */
  --how-bg: #27272b;
  --how-card-border: #3c3c42;
  --how-card-border-style: dashed;
  --how-card-text: #f1f5f9;
  --how-card-muted: #9fb3c6;
  --how-card-icon: #478cd1;
  --how-card-shadow: rgba(0, 0, 0, 0.4);

  /* hook banner */
  --hookbanner-bg: #111e30;
  --hookbanner-border: #294f7b;
  --hookbanner-meta-text: #d6edff;
  --hookbanner-heading-text: #f5f5f5;
  --hookbanner-subtext: #b5b5b9;
  --hookbanner-button-text: #f5f5f5;
  --hookbanner-footnote-text: #747478;
}

/* Theme Toggle Button */
.theme-toggle {
  background: none !important;
  /* removes background */
  border: none !important;
  /* removes border */
  padding: 0;
  /* removes extra spacing */
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.theme-toggle img {
  width: 16px;
  height: 16px;
  display: block;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.contact-section {
  background: linear-gradient(180deg, #f9fafb, #e5e7eb);
}

.card {
  border-radius: 12px;
}

.learn-more-btn {
  text-decoration: none !important;
}

.form-control,
.form-select {
  border-radius: 8px;
  font-size: 0.9rem;
}

.btn-free-trial {
  background: #478cd1;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 16px !important;
}

.btn-free-trial:hover {
  background: #a6d4ff;
  border-radius: 6px;
  font-size: 14px;
  color: #00244a;
  padding: 12px 16px !important;
}

/* Theme Toggle Button */
.theme-toggle {
  background: none !important;
  border: none !important;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.theme-toggle img {
  width: 16px;
  height: 16px;
  display: block;
}

.pricing {
  background: #f9fafb;
}

.card {
  border-radius: 16px;
  transition: transform 0.2s;
}

.pricing-featured {
  background: linear-gradient(180deg, #2563eb, #1d4ed8);
  color: #fff;
  transform: scale(1.05);
  min-height: 100%;
}

.card ul li {
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.btn-outline-primary {
  border: 1px solid #2563eb;
}

.btn-outline-primary:hover {
  background: #2563eb;
  color: #fff;
}

.hero-title.gradient-text {
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 24px;
  background: var(--hero-heading-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.italic-text {
  font-style: italic;
  font-weight: 600;
}

.ai-text {
  background: var(--hero-heading-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  position: relative;
}

.i-letter {
  background: var(--hero-heading-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  left: auto;
  position: relative;
  display: inline-block;
  color: inherit;
}

.i-icon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.hero-subtitle {
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 40px;
  text-align: center;
  width: 70%;
}

body {
  font-family: var(--font-sans);
  background: var(--body-bg-color);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---------------- NAVBAR ---------------- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  padding: 0.9rem 0;
  background: var(--nav-bg);
  border-bottom: 1px solid var(--nav-border);
}

/* Offcanvas Navigation */
.offcanvas {
  background: var(--nav-bg);
  border-left: 1px solid var(--nav-border);
}

.offcanvas-header {
  border-bottom: 1px solid var(--nav-border);
  padding: 1rem 1.5rem;
}

.offcanvas-title {
  color: var(--text-primary);
  font-weight: 600;
  margin: 0;
}

.btn-close {
  filter: var(--text-primary);
}

.offcanvas-body {
  padding: 1.5rem;
}

.offcanvas-body .navbar-nav {
  margin-bottom: 0;
}

.offcanvas-body .nav-link {
  color: var(--nav-text-menu-color);
  padding: 0.75rem 0;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.offcanvas-body .nav-link:last-child {
  border-bottom: none;
}

.offcanvas-body .nav-link:hover {
  color: var(--primary-blue);
}

.navbar .nav-link {
  color: var(--nav-text-menu-color);
  text-decoration: none;
  transition: none !important;
}

.btn-learn {
  background-color: var(--btn-outline-bg);
  color: var(--btn-outline-color);
  border: 1px solid var(--btn-outline-border);
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: 500;
  transition: none !important;
  text-decoration: none;
}

/* Disable hover/focus/active effect */
.btn-learn:hover,
.btn-learn:focus,
.btn-learn:active {
  background-color: var(--btn-outline-bg-hover);
  color: var(--nav-text-menu-color) !important;
  border: 1px solid var(--btn-outline-border) !important;
  box-shadow: none !important;
}

/* See How It Works button */
.btn-work {
  background-color: var(--btn-outline-bg);
  color: var(--hero-btn-color);
  border: 1px solid var(--btn-outline-border);
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: 500;
  transition: none !important;
}

.btn-work:hover,
.btn-work:focus,
.btn-work:active {
  background-color: var(--btn-outline-bg-hover);
  color: var(--hero-btn-color) !important;
  border: 1px solid var(--btn-outline-border) !important;
  box-shadow: none !important;
}

/* ---------------- HERO ---------------- */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 150px 0px 50px 0px;
  gap: 20px;
  background: var(--hero-gradient-bg);
  height: 800px;
}

.hero-row {
  justify-content: center;
}

.hero .badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--hero-badge-bg-color);
  color: var(--hero-badge-text-color);
  border: 1px solid var(--hero-badge-border-color);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 12px;
  user-select: none;
  width: auto;
}

/* text */
.hero-title {
  color: var(--text-primary);
  line-height: inherit;
  font-weight: 500;
}

.hero-subtitle {
  color: var(--muted);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  margin-bottom: 32px;
}

.hero-buttons {
  gap: 20px !important;
  display: flex;
  justify-content: center;
}

.hero-buttons-nav {
  gap: 16px !important;
  display: flex;
}

.trust-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  padding: 40px 56px;
  background: transparent;
  text-align: center;
}

.trust-bar p {
  font-size: 16px;
  font-weight: 400;
  color: var(--muted);
  margin: 0;
}

/* ================= LOGO CAROUSEL ================= */
.logo-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 0;
  background: transparent;
}

.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scrollLeft 30s linear infinite;
}

.carousel-logo {
  height: 32px;
  margin: 0 60px;
  opacity: 0.9;
  filter: brightness(0.95);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.carousel-logo:hover {
  transform: scale(1.08);
  opacity: 1;
  filter: brightness(1);
}

.logo-carousel:hover .logo-track {
  animation-play-state: paused;
}

.logo-carousel {
  animation: fadeIn 1s ease-out;
}

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

/* Keyframes for smooth continuous scroll */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive scaling */
@media (max-width: 768px) {
  .carousel-logo {
    height: 28px;
    margin: 0 40px;
  }
}

@media (max-width: 480px) {
  .carousel-logo {
    height: 22px;
    margin: 0 30px;
  }
  
}
.offcanvas-body .btn-learn {
  text-align: -webkit-center;
}
/* ---------------- HOW IT WORKS ---------------- */
.how-section {
  padding: 80px 20px;
  text-align: center;
}

.how-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--how-card-text);
}

.how-section p.subtitle {
  color: var(--how-card-muted);
  max-width: 700px;
  margin: 0 auto 48px;
  font-size: 1rem;
}
/* 
.how-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
} */

.how-card {
  background: var(--how-bg);
  border: 2px var(--how-card-border-style) var(--how-card-border);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  color: var(--how-card-text);
  height:100%;
}

.how-card .icon,
.how-card .custom-icon {
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.how-card .time {
  display: block;
  font-size: 0.9rem;
  color: var(--how-card-bg);
  margin-bottom: 8px;
}

.how-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.how-card p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.6;
}

.feature-row {
  padding: 50px 0px;
}

/* ---------------- Hookbanner section*/
.hook-banner {
display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 56px;
    border-radius: 24px;
    margin: 40px auto;
    max-width: var(--site-max-width);
    color: var(--text-primary);
    gap: 40px;
  border: 1px solid var(--hookbanner-border);
  background: var(--hookbanner-bg);
  padding-right: 0px;
}
.hook-banner small {
  color: var(--hookbanner-meta-text);
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}

.hook-banner h2 {
  color: var(--hookbanner-heading-text);
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.hook-banner p {
  color: var(--hookbanner-subtext);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.hook-banner .terms-note {
  color: var(--hookbanner-footnote-text);
  font-size: 0.8rem;
  margin-top: 4px;
}




.cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* aligns both elements to the left */
  gap: 4px; /* adds space between button and note */
}

.terms-note {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0;
}

.form-mockup {
  border-top-right-radius: 24px;
}

.features-section {
  background: transparent;
  padding: 80px 20px;
  color: var(--text-primary);
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text-primary);
}

.feature-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.site-footer {
  background: #07294d;
  color: #fff;
  padding: 88px 0px 40px 0px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
}

.contact-list i {
  font-size: 18px;
  color: #cbd5e1;
  margin-top: 2px;
  flex-shrink: 0;
}

/* === CONTACT DEMO SECTION (LEFT ) === */
.demo-contact-section {
  background: var(--demo-section-gradient);
  padding: 100px 0px;
}

.demo-heading {
  color: var(--demo-heading);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 16px;
}

.demo-description {
  color: var(--demo-text);
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
}

/* POINTS LIST */
.demo-points {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 16px; /* tighter like Figma */
}

.demo-points li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
}

/* .demo-points i {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ebf1f8;
  color: #1a4ed4; 
  font-size: 22px;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  flex-shrink: 0;
} */

.demo-points h4 {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.demo-points p {
  font-size: 15px;
  font-weight: 400;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

/* === SUPPORT CARD === 
.demo-support-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 16px 20px;
  max-width: 360px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  margin-top: 8px;
}

.demo-support-card small {
  color: #9B9B9B1A;
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

.demo-support-card strong {
  color: #1a1a1a;
  font-weight: 600;
  display: block;
  font-size: 15px;
}

.demo-support-card span {
  font-size: 14px;
  color: #777;
}/*

/* === RESPONSIVE === */
@media (max-width: 992px) {
  .demo-contact-section {
    padding: 64px 24px;
  }
  .demo-points li {
    flex-direction: row;
    align-items: flex-start;
  }
}

/* === HUBSPOT FORM STYLING (RIGHT SIDE) === */

.contact-form-container {
  /* background: var(--contact-form-bg);
  border-radius: var(--contact-form-radius); */
  /* padding-bottom: 20px; */
  /* box-shadow: 0 4px 19px rgba(0, 0, 0, 0.08); */
  /* border: 1px solid #ddd; */
}

/* HubSpot Form Theme Switching */
.hubspot-form-dark,
.hubspot-form-light {
  display: none;
}

html[data-theme="dark"] .hubspot-form-dark {
  display: block;
}

html[data-theme="light"] .hubspot-form-light {
  display: block;
}

/* Modal form theme switching */
#hubspotModal .hubspot-form-dark,
#hubspotModal .hubspot-form-light {
  display: none;
}

html[data-theme="dark"] #hubspotModal .hubspot-form-dark {
  display: block;
}

html[data-theme="light"] #hubspotModal .hubspot-form-light {
  display: block;
}

.contact-form-container iframe,
.contact-form-container form {
  width: 620px;
  height: 733px;
}

.contact-form-container h3,
.contact-form-container h2 {
  color: var(--contact-form-heading);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-form-container p {
  color: var(--contact-form-text);
  font-size: 16px;
  margin-bottom: 24px;
}

/* === RESPONSIVE FIXES === */
@media (max-width: 992px) {
  .demo-contact-section {
    padding: 64px 24px;
  }

  .demo-contact-section .row {
    flex-direction: column;
  }

  .contact-form-container {
    margin-top: 40px;
  }
}

.demo-info-section {
  background: var(--demo-section-gradient);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.demo-info-content {
  max-width: 620px;
}

.demo-heading {
  color: var(--demo-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}

.demo-description {
  color: var(--demo-text);
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
}

.demo-points {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.demo-points li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.demo-points i {
  background-color: var(--demo-icon-color);

  font-size: 24px;
  margin-top: 4px;
  border: 1px solid var(--demo-card-border);
  padding: 12px;
  border-radius: 8px;
}

.demo-points h4 {
  color: var(--demo-muted);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.demo-points p {
  color: var(--demo-text);
  font-size: 16px;
  margin: 0;
}

.demo-support-card {
  background-color: var(--demo-card-bg);

  border-radius: 12px;
  box-shadow: 0 4px 19px var(--demo-shadow);
  padding: 16px 20px;
  max-width: 360px;
  border: 1px solid var(--demo-card-border);
}

.demo-support-card small {
  color: var(--demo-card-text1);

  display: block;
  margin-bottom: 8px;
}

.demo-support-card p {
  color: var(--demo-card-text2);
  margin: 0;
  font-size: 16px;
}

.demo-support-card span {
  color: var(--demo-card-text3);
  font-size: 14px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .demo-info-section {
    padding: 60px 16px;
  }

  .demo-heading {
    font-size: 32px;
  }

  .demo-description {
    font-size: 16px;
  }

  .demo-support-card {
    max-width: 100%;
  }
  .hook-banner-content {
    justify-items: center;
}
  .hook-banner{
    align-items: center;
    padding: 40px 24px !important;
    gap: 0px !important;
  }
}

.footer-logo {
  height: 40px;
}

.footer-text {
  margin-bottom: 20px;
  color: #cbd5e1;
  font-size: 16px;
  line-height: 1.6;
  padding-right: 20px;
}

.footer-social a {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #0f3a62;
  border-radius: 8px;
  color: #fff;
  margin-right: 8px;
  font-size: 1.2rem;
  transition: 0.3s ease;
}

.footer-social a:hover {
  background: #1d4f7a;
}

.footer-heading {
  font-weight: 500;
  margin-bottom: 16px;
  color: #fff;
}

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

.footer-content ul li {
  margin-bottom: 10px;
}

.footer-content ul li a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 1rem;
}

.footer-content ul li a:hover {
  color: #fff;
}

.footer-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0;
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-contact i {
  font-size: 18px;
  color: #cbd5e1;
}

.footer-bottom {
  border-top: 1px solid #255381;
  font-size: 1rem;
  color: #cbd5e1;
}

.footer-links {
  float: right !important;
}

.footer-bottom .footer-links a {
  margin-left: 15px;
  color: #cbd5e1;
  text-decoration: none;
}

.footer-bottom .footer-links a:hover {
  color: #fff;
}

/* @media (min-width: 1200px) {
  .navbar-toggler {
    display: none !important;
  }
} */

@media (min-width: 991px) and (max-width: 1999px) {
  .navbar-toggler {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .navbar-toggler {
    display: none !important;
  }
}
@media (max-width: 999px) {
  .hook-banner img {
    display: none;
  }
  .hook-banner {
     flex-direction: column;
        padding: 20px 24px;
        text-align: center;
        /* place-items: anchor-center; */
  }
}

/* Medium screens (768px to 999px) */
@media (max-width: 999px) {
  .navbar-toggler {
    display: block;
  }

  .d-lg-flex {
    display: none !important;
  }

  .hero {
    padding: 120px 20px 50px 20px;
    height: auto;
    min-height: 600px;
  }

  .hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.1;
  }

  .hero-subtitle {
    font-size: 17px;
    max-width: 700px;
    margin: 0 auto 32px;
    width: 100%;
  }
  .hook-banner-content {
    justify-items: center;
}
  .hook-banner{
    align-items: center;
    padding: 40px 24px !important;
    gap: 0px !important;
  }

  .hero-buttons {
    gap: 16px !important;
    display: flex;
    justify-content: center;
  }

  .prior-auth-section {
    flex-direction: column;
    padding: 40px 24px;
    text-align: center;
    margin: 40px 20px;
  }

  .prior-auth-content {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .prior-auth-section img {
    max-width: 90%;
    height: auto;
    margin-top: 20px;
  }

  .footer-content .footer-brand {
    text-align: center;
  }

  .site-footer {
    padding: 60px 40px 40px 40px;
  }

  .footer-links {
    float: none !important;
    margin-top: 10px;
  }

  .footer-bottom {
    text-align: -webkit-center !important;
  }
}

/* Small screens (576px to 767px) */
@media (max-width: 767px) {
  .hero {
    padding: 100px 20px 40px 20px;
    height: auto;
    min-height: 500px;
  }

  .hero-title {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    line-height: 1.2;
  }

  .hero-subtitle {
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 24px;
    width: 100%;
  }

  .hero-buttons {
    gap: 12px;
    align-items: center;
  }

  .logos {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logos img {
    height: 28px;
  }

  .how-cards {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
  }

  .how-card {
    padding: 24px 16px;
  }

  .feature-row {
    padding: 40px 0px;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .site-footer {
    padding: 50px 30px 30px 30px;
  }

  .footer-content .footer-brand {
    text-align: center;
  }

  .footer-links {
    float: none !important;
    margin-top: 10px;
  }

  .footer-bottom {
    text-align: -webkit-center !important;
  }
}

/* Extra small screens (400px to 575px) */
@media (max-width: 575px) {
  .hero {
    padding: 100px 15px 30px 15px;
    height: auto;
    min-height: 450px;
  }

  .hero-title {
    font-size: clamp(1.4rem, 3.5vw, 1.8rem);
    line-height: 1.15;
  }

  .hero-row {
    padding-bottom: 0px !important;
  }

  .hero-subtitle {
    font-size: 15px;
    margin: 0 auto 20px;
    width: 100%;
  }

  .hero-buttons {
    gap: 10px;
  }

  .btn-work,
  .btn-primary {
    padding: 12px 20px;
    font-size: 14px;
  }

  .logos {
    gap: 20px;
  }

  .logos img {
    height: 24px;
  }

  .how-section {
    padding: 60px 15px;
  }

  .how-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .how-card {
    padding: 20px 15px;
  }

  .prior-auth-section {
    margin: 30px 15px;
    padding: 30px 20px;
  }

  /* Contact Demo Section */
  .contact-demo-section {
    background: var(--body-bg-color);
    padding: 80px 20px;
  }

  .contact-demo-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
  }

  .contact-demo-info {
    flex: 1;
    min-width: 300px;
    max-width: 520px;
  }

  .contact-demo-info h2 {
    color: var(--text-primary);
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 2rem;
  }

  .contact-demo-info p {
    color: var(--muted);
    font-size: 1rem;
    margin-bottom: 24px;
    line-height: 1.6;
  }

  .demo-points {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    /* border: 1px solid; */
  }

  .demo-points li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-primary);
    margin-bottom: 10px;
    font-size: 0.95rem;
  }

  .demo-points i {
    color: var(--primary-blue);
    font-size: 18px;
  }

  .contact-email small {
    display: block;
    color: var(--muted);
    font-size: 0.85rem;
    margin-bottom: 6px;
  }

  .contact-email p {
    color: var(--text-primary);
    font-weight: 500;
    font-size: 1rem;
  }

  .contact-email i {
    color: var(--primary-blue);
    margin-right: 6px;
  }

  .section-title {
    font-size: 2rem;
  }

  .site-footer {
    padding: 40px 20px 20px 20px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    text-align: -webkit-center !important;
  }

  .footer-bottom .footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .footer-bottom .footer-links a {
    margin-left: 0;
  }

  .footer-links {
    float: none !important;
  }
}

/* Very small screens (up to 399px) */
@media (max-width: 399px) {
  .hero {
    padding: 70px 10px 25px 10px;
    height: auto;
    min-height: 400px;
  }

  .hero-title {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    line-height: 1.1;
  }

  .hero-subtitle {
    font-size: 14px;
    margin: 0 auto 18px;
    width: 100%;
  }

  .btn-work,
  .btn-primary {
    width: 100%;
    max-width: 240px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .logos {
    gap: 16px;
  }

  .logos img {
    height: 22px;
  }

  .how-section {
    padding: 50px 10px;
  }

  .how-section h2 {
    font-size: 1.6rem;
  }

  .how-section p.subtitle {
    font-size: 0.9rem;
  }

  .how-card {
    padding: 18px 12px;
  }

  .how-card h3 {
    font-size: 1.1rem;
  }

  .how-card p {
    font-size: 0.9rem;
  }

  .prior-auth-section {
    margin: 25px 10px;
    padding: 25px 15px;
  }

  .prior-auth-section h2 {
    font-size: 1.4rem;
  }

  .prior-auth-section p {
    font-size: 0.9rem;
  }

  .features-section {
    padding: 50px 10px;
  }

  .feature-row {
    padding: 25px 0px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .site-footer {
    padding: 30px 15px 15px 15px;
  }

  .footer-logo {
    height: 35px;
  }

  .footer-text {
    font-size: 0.9rem;
  }

  .footer-heading {
    font-size: 1rem;
  }

  .footer-content ul li a {
    font-size: 0.9rem;
  }

  .contact-list li {
    font-size: 0.9rem;
  }

  .footer-links {
    float: none !important;
  }
}
