/* ==========================================================================
   meeting-scheduler.css
   Standalone stylesheet for meeting-scheduler.php ONLY.

   This page no longer loads the shared finjuris-lp.css bundle. Every rule
   below was pulled out of that file because meeting-scheduler.php actually
   uses it (checked against every class/tag in the page's markup); nothing
   belonging to the mega-menu, subnav, testimonial, or other page-only
   components has been carried over. If you add a new section to this page
   that needs a class from the old shared file, copy that one rule in here
   too rather than re-linking the shared bundle.
   ========================================================================== */

:root {
  --ink: #0b0f14;
  --red: #dc2626;
  --surface: #ffffff;
  --surface-alt: #f5f7fa;
  --muted: #56606b;
  --border: #e4e8ec;

  --font-display: "Archivo", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;

  /* This page's nav is position:absolute (not sticky), so --nav-h is never
     re-measured by JS the way it is on pages with a sticky .site-nav — the
     fallback below is the only value it ever takes here. */
  --nav-h: 80px;

  --bs-body-bg: var(--surface);
  --bs-body-color: var(--muted);
  --bs-body-font-family: var(--font-body);
  --bs-link-color: var(--red);
  --bs-link-hover-color: var(--red);
  --bs-border-color: var(--border);
  --bs-primary: var(--red);
  --bs-primary-rgb: 220, 38, 38;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: clip;
  max-width: 100%;
}

/* ==========================================================================
   .container width bump on large screens (matches the rest of the site)
   ========================================================================== */
@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* ==========================================================================
   Minimal top nav (logo + "Go Back" button)
   ========================================================================== */
.minimal-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: transparent;
  padding: 1.75rem 0;
}

.minimal-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.minimal-nav-logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--ink);
}

.minimal-nav-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--ink);
  color: #ffffff;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
}

.minimal-nav-inner>div>a:nth-child(1) {
  background-color: transparent;
  color: #000;
  font-size: 1em;
  text-decoration: underline;
  font-weight: 600;
}

.minimal-nav-inner>div>a:nth-child(1):hover {
  color: #c81e3a;
  transform: translateY(-0.7px) scale(1.03);
}

.minimal-nav-btn i {
  transition: transform 0.25s ease;
}

.minimal-nav-btn:hover {
  background-color: #dc2626;
  transform: translateY(-2px) scale(1.03);

}

.minimal-nav-btn:hover i {
  transform: translate(3px, -3px);
}

/* ==========================================================================
   Hero (heading + description + social proof + booking card)
   ========================================================================== */
h1,
.font-display {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 700;
}

.file-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #e70000;
  border: 1px solid rgba(220, 38, 38, 0.45);
  background: rgba(220, 38, 38, 0.08);
  border-radius: 2px;
  max-width: 100%;
  flex-wrap: wrap;
  row-gap: 2px;
}

.file-tag .ft-label {
  min-width: 0;
}

.stars {
  position: relative;
  z-index: 1;
  color: #ef9c1f;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-bottom: 0.9rem;
}

.lp-hero {
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav-h) + 1.5rem) 0 3.5rem;
  background: radial-gradient(900px 420px at 12% -10%, rgba(220, 38, 38, 0.07), transparent 60%),
    linear-gradient(160deg, var(--surface) 0%, var(--surface-alt) 100%);
  color: var(--muted);
  border-bottom: 1px solid var(--border);
}

.lp-hero::after {
  /* faint document-grid texture */
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(11, 15, 20, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 15, 20, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 75%);
  pointer-events: none;
}

.lp-hero .container {
  position: relative;
  z-index: 1;
}

.lp-hero h1 {
  color: var(--ink);
  font-weight: 900;
  font-size: clamp(2.3rem, 4.6vw, 3.5rem);
  line-height: 1.1;
  max-width: 22ch;
  margin-bottom: 1.5rem;
}

.lp-hero .lp-sub {
  color: var(--muted);
  font-size: clamp(0.98rem, 1.5vw, 1.12rem);
  max-width: 58ch;
  margin-bottom: 2.25rem;
}

.lp-hero--awareness {
  padding-bottom: 4.5rem;
}

.lp-hero.dlg-hero--centered {
  border-bottom: none;
}

.dlg-hero {
  padding-top: 12rem;
}

@media (max-width: 767.98px) {
  .dlg-hero {
    padding-top: 10rem;
  }
}

.dlg-hero--centered {
  text-align: center;
}

.dlg-hero-centered {
  max-width: 700px;
  margin: 0 auto 5%;
}

.dlg-hero-centered .lp-sub {
  margin-left: auto;
  margin-right: auto;
}

.dlg-hero--centered .dlg-hero-centered h1 {
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.2rem !important;
  line-height: 1.25 !important;
}

.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-social-proof-avatars {
  display: flex;
}

.hero-social-proof-avatars span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background-color: var(--surface-alt);
  background-image: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 10px rgba(11, 15, 20, 0.1);
  margin-left: -16px;
}

.hero-social-proof-avatars span:first-child {
  margin-left: 0;
}

.hero-social-proof-text {
  text-align: left;
}

.hero-social-proof-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--ink);
  margin: 0;
}

.hero-social-proof-sub {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0 0 0.3rem;
}

.hero-social-proof .stars {
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .hero-social-proof {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }

  .hero-social-proof-sub {
    margin-bottom: 0.5rem;
  }

  .dlg-hero--centered .hero-social-proof {
    align-items: center;
  }

  .dlg-hero--centered .hero-social-proof-text {
    text-align: center;
  }
}

/* ==========================================================================
   Cal.com embed card
   ========================================================================== */
.cal-embed-card {
  max-width: 920px;
  min-height: 650px;
  margin: 3rem auto 0;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(11, 15, 20, 0.14);
  overflow: hidden;
  padding: 1rem;
}

@media (max-width: 767.98px) {
  .cal-embed-card {
    min-height: 560px;
    margin-top: 2rem;
    border-radius: 18px;
    padding: 0.5rem;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer-minimal {
  background: var(--ink);
  padding: 2.5rem 0;
}

.site-footer-minimal p {
  font-size: 14px;
  color: #ffffffa2;
  margin-top: 20px;
  letter-spacing: 0.4px;
}



.footer-social-vara {
  display: flex;
  gap: 10px;
  margin: 30px 0 40px 0;
  padding: 0;
}

.footer-social-vara li {
  list-style: none;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  transition: opacity 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}



.footer-social-vara li:hover {
  filter: brightness(0.95);
  color: #ffffff;
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 16px 32px rgba(200, 30, 58, 0.4);
  background: linear-gradient(135deg, #ff5f5f 0%, #e63946 55%, #c81e3a 100%);
  border: none
}

.footer-social-vara a {
  color: #fff;
}



.site-footer-minimal li {
  list-style: none;
}

.site-footer-minimal-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-social-nav h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}

.footer-social-nav a {
  color: #ffffff8b;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.4px;
}

.footer-social-nav a:hover {
  color: #ff5f5f;
  margin-left: 2px;
  transition: all 0.3s ease-in;
}

.footer-social-nav ul {
  margin: 0;
  padding: 0;
}

.site-footer-minimal-logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: #ffffff;
}

.site-footer-minimal-logo span {
  color: var(--red);
}

.site-footer-minimal-copy {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  margin: 0;
}

.site-footer-minimal-links {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
}

a {
  text-decoration: none;
}

.site-footer-minimal-links a {
  color: rgba(255, 255, 255, 0.75);
}

.site-footer-minimal-links a:hover {
  color: #ffffff;
}

.site-footer-minimal-links span {
  color: rgba(255, 255, 255, 0.35);
}

@media (max-width: 575.98px) {

  .minimal-nav-inner>div>a:nth-child(1) {

    font-size: 0.95em;

  }

  .minimal-nav-btn {

    padding: 0.4rem 1rem;

  }

  .minimal-nav-logo img {
    width: 98px;
    height: auto;
  }

  .site-footer-minimal-inner {
    flex-direction: column;
    text-align: center;
  }
}