:root{
  --navy:#0D2B4D;
  --navy-dark:#0A2340;
  --navy-mid:#1E3A5F;
  --blue:#2B5B8C;
  --light-blue:#A7C6E6;
  --teal:#11B5C2;
  --teal-light:#42C7D1;
  --teal-dark:#0F9EAA;
  --white:#ffffff;
  --off-white:#f5f8fc;
  --text:#17304d;
  --text-mid:#4d6784;
  --text-light:#6B7280;
  --border:rgba(13,43,77,0.10);
  --shadow:0 6px 24px rgba(13,43,77,0.10);
  --shadow-lg:0 20px 60px rgba(13,43,77,0.18);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;font-size:16px;}
body{font-family:'DM Sans',sans-serif;color:var(--text);background:var(--white);overflow-x:hidden;}

/* ── HERO ── */
.hero{min-height:100vh;background:var(--navy);position:relative;display:flex;align-items:center;overflow:hidden;padding:160px 40px 80px;}
.hero-bg{position:absolute;inset:0;overflow:hidden;}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.04) 1px,transparent 1px);background-size:60px 60px;}
.hero-glow{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(0,180,216,0.25) 0%,transparent 70%);top:-100px;right:-100px;}
.hero-glow2{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(45,90,158,0.4) 0%,transparent 70%);bottom:-50px;left:100px;}
.hero-inner{max-width:1100px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1;}
.hero-content{}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(0,180,216,0.15);border:1px solid rgba(0,180,216,0.3);color:var(--teal-light);padding:6px 14px;border-radius:100px;font-size:13px;font-weight:500;margin-bottom:28px;}
.hero-badge::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--teal);display:block;animation:pulse 2s infinite;}
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:0.4;}}
h1{font-family:'Fraunces',serif;font-size:clamp(2.6rem,5vw,4rem);font-weight:700;color:white;line-height:1.1;margin-bottom:20px;}
h1 em{color:var(--teal);font-style:normal;}
.hero-sub{font-size:1.15rem;color:rgba(255,255,255,0.7);line-height:1.7;margin-bottom:36px;max-width:480px;font-weight:300;}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px;}
.btn-primary{background:var(--teal);color:var(--navy);font-weight:700;padding:14px 28px;border-radius:10px;border:none;font-size:15px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all 0.2s;font-family:'DM Sans',sans-serif;}
.btn-primary:hover{background:var(--teal-light);transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,180,216,0.35);}
.btn-outline{background:transparent;color:white;font-weight:600;padding:14px 28px;border-radius:10px;border:1.5px solid rgba(255,255,255,0.3);font-size:15px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all 0.2s;font-family:'DM Sans',sans-serif;}
.btn-outline:hover{border-color:white;background:rgba(255,255,255,0.08);}
.hero-support{color:rgba(255,255,255,0.45);font-size:13px;font-style:italic;}
.hero-visual{position:relative;}
.hero-card{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.12);border-radius:20px;padding:28px;}
.hero-card-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;}
.hero-card-dot{width:10px;height:10px;border-radius:50%;}
.hero-card-title{color:rgba(255,255,255,0.8);font-size:13px;font-weight:500;}
.hero-absence-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:10px;margin-bottom:8px;background:rgba(255,255,255,0.06);}
.hero-teacher-name{color:white;font-size:14px;font-weight:500;}
.hero-period{color:var(--teal-light);font-size:12px;}
.hero-status{font-size:11px;font-weight:600;padding:3px 10px;border-radius:100px;}
.status-covered{background:rgba(0,180,216,0.2);color:var(--teal-light);}
.status-pending{background:rgba(255,190,50,0.2);color:#ffd060;}
.hero-assign-bar{margin-top:16px;background:rgba(0,180,216,0.15);border:1px solid rgba(0,180,216,0.25);border-radius:12px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;}
.hero-assign-text{color:rgba(255,255,255,0.7);font-size:13px;}
.hero-assign-btn{background:var(--teal);color:var(--navy);font-size:12px;font-weight:700;padding:6px 14px;border-radius:7px;border:none;cursor:pointer;}

/* ── SECTIONS ── */
section{padding:100px 40px;}
.container{max-width:1100px;margin:0 auto;}
.section-tag{font-size:12px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--teal-dark);margin-bottom:12px;display:block;}
h2{font-family:'Fraunces',serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--navy);line-height:1.15;margin-bottom:20px;}
h2 em{color:var(--teal-dark);font-style:normal;}
.section-lead{font-size:1.1rem;color:var(--text-mid);line-height:1.75;max-width:580px;font-weight:300;}

/* ── PROBLEM ── */
.problem{background:var(--off-white);}
.problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.problem-list{list-style:none;margin:28px 0;}
.problem-list li{padding:14px 0;border-bottom:1px solid var(--border);color:var(--text-mid);font-size:1rem;display:flex;align-items:center;gap:12px;line-height:1.5;}
.problem-list li::before{content:'';width:4px;height:4px;border-radius:50%;background:var(--teal-dark);flex-shrink:0;}
.problem-closer{font-family:'Fraunces',serif;font-size:1.15rem;font-style:italic;color:var(--navy);margin-top:20px;font-weight:300;}
.problem-visual{background:white;border-radius:20px;padding:32px;box-shadow:var(--shadow-lg);}
.chaos-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:10px;margin-bottom:8px;background:var(--off-white);}
.chaos-icon{font-size:20px;width:36px;text-align:center;}
.chaos-label{font-size:14px;color:var(--text);font-weight:500;}
.chaos-time{font-size:12px;color:var(--text-light);margin-top:2px;}
.chaos-bar{height:4px;border-radius:2px;background:var(--border);margin-top:8px;overflow:hidden;}
.chaos-fill{height:100%;border-radius:2px;background:linear-gradient(90deg,#f97316,#ef4444);animation:barFill 2s ease-in-out infinite alternate;}
@keyframes barFill{from{width:30%;}to{width:90%;}}

/* ── HOW IT WORKS ── */
.how{background:white;}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:60px;position:relative;}
.steps::before{content:'';position:absolute;top:48px;left:calc(16.67% + 24px);right:calc(16.67% + 24px);height:2px;background:linear-gradient(90deg,var(--teal),var(--navy-mid));z-index:0;}
.step{text-align:center;position:relative;z-index:1;}
.step-num{width:52px;height:52px;border-radius:50%;background:var(--navy);color:white;font-family:'Fraunces',serif;font-size:1.3rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 0 0 6px var(--off-white);}
.step:nth-child(2) .step-num{background:linear-gradient(135deg,var(--navy-mid),var(--teal-dark));}
.step:nth-child(3) .step-num{background:var(--teal-dark);}
.step h3{font-family:'Fraunces',serif;font-size:1.3rem;font-weight:600;color:var(--navy);margin-bottom:10px;}
.step p{color:var(--text-mid);font-size:0.95rem;line-height:1.7;}
.step-pills{display:flex;flex-direction:column;gap:6px;margin-top:14px;align-items:center;}
.step-pill{background:var(--off-white);border:1px solid var(--border);border-radius:100px;padding:4px 12px;font-size:12px;color:var(--text-mid);}

/* ── BENEFITS ── */
.benefits{background:var(--navy);overflow:hidden;position:relative;}
.benefits-bg{position:absolute;inset:0;background-image:radial-gradient(circle at 70% 50%,rgba(0,180,216,0.12) 0%,transparent 60%);}
.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px;}
.benefit-card{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:16px;padding:28px;transition:all 0.3s;position:relative;}
.benefit-card:hover{background:rgba(255,255,255,0.1);transform:translateY(-4px);}
.benefit-icon{font-size:28px;margin-bottom:16px;display:block;}
.benefit-card h3{font-family:'Fraunces',serif;font-size:1.2rem;font-weight:600;color:white;margin-bottom:8px;}
.benefit-card p{color:rgba(255,255,255,0.6);font-size:0.92rem;line-height:1.65;}
.benefit-stat{font-family:'Fraunces',serif;font-size:2rem;font-weight:700;color:var(--teal);display:block;margin-bottom:6px;}

/* ── SMART ENGINE ── */
.engine{background:var(--off-white);}
.engine-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-top:0;}
.engine-list{list-style:none;margin-top:28px;}
.engine-list li{display:flex;align-items:flex-start;gap:14px;padding:16px 0;border-bottom:1px solid var(--border);}
.engine-list li:last-child{border:none;}
.engine-dot{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--navy),var(--teal-dark));flex-shrink:0;display:flex;align-items:center;justify-content:center;color:white;font-size:13px;margin-top:1px;}
.engine-list h4{font-weight:600;color:var(--navy);margin-bottom:4px;font-size:0.97rem;}
.engine-list p{color:var(--text-mid);font-size:0.9rem;line-height:1.6;}
.engine-result{margin-top:28px;background:white;border-radius:14px;padding:20px 24px;border-left:4px solid var(--teal);box-shadow:var(--shadow);}
.engine-result strong{color:var(--navy);font-size:1rem;display:block;margin-bottom:4px;}
.engine-result span{color:var(--text-mid);font-size:0.9rem;}
.engine-visual{background:white;border-radius:20px;padding:0;overflow:hidden;box-shadow:var(--shadow-lg);}
.engine-visual-header{background:var(--navy);padding:16px 20px;display:flex;align-items:center;gap:10px;}
.engine-visual-header span{color:rgba(255,255,255,0.7);font-size:13px;font-weight:500;}
.engine-row{padding:14px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:14px;}
.engine-row:last-child{border:none;}
.engine-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--navy-mid),var(--teal-dark));display:flex;align-items:center;justify-content:center;color:white;font-size:12px;font-weight:700;flex-shrink:0;}
.engine-teacher{flex:1;}
.engine-teacher-name{font-size:14px;font-weight:500;color:var(--text);}
.engine-teacher-meta{font-size:11px;color:var(--text-light);margin-top:1px;}
.engine-score{font-size:12px;font-weight:700;padding:3px 10px;border-radius:100px;}
.score-high{background:#eaf7ea;color:#2d6a2d;}
.score-med{background:#fff7e6;color:#8a5c00;}

/* ── BUILT FOR SCHOOLS ── */
.schools{background:white;}
.schools-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:50px;}
.school-card{border:1.5px solid var(--border);border-radius:16px;padding:28px;display:flex;align-items:flex-start;gap:16px;transition:all 0.2s;}
.school-card:hover{border-color:var(--teal);box-shadow:0 4px 20px rgba(0,180,216,0.1);}
.school-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--navy),var(--teal-dark));display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;}
.school-card h3{font-weight:600;color:var(--navy);margin-bottom:6px;font-size:1rem;}
.school-card p{color:var(--text-mid);font-size:0.9rem;line-height:1.6;}

/* ── SOCIAL PROOF ── */
.proof{background:var(--off-white);}
.proof-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:50px;}
.quote-card{background:white;border-radius:16px;padding:32px;box-shadow:var(--shadow);}
.quote-text{font-family:'Fraunces',serif;font-size:1.15rem;font-style:italic;color:var(--navy);line-height:1.65;margin-bottom:20px;font-weight:300;}
.quote-text::before{content:'"';color:var(--teal);font-size:2rem;line-height:0;vertical-align:-12px;margin-right:4px;}
.quote-author{display:flex;align-items:center;gap:12px;}
.quote-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--teal-dark));display:flex;align-items:center;justify-content:center;color:white;font-size:13px;font-weight:700;}
.quote-name{font-weight:600;color:var(--text);font-size:14px;}
.quote-role{color:var(--text-light);font-size:12px;}
.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:50px;}
.impact-card{text-align:center;padding:32px 20px;background:white;border-radius:16px;box-shadow:var(--shadow);}
.impact-num{font-family:'Fraunces',serif;font-size:2.5rem;font-weight:700;color:var(--teal-dark);display:block;margin-bottom:8px;}
.impact-label{color:var(--text-mid);font-size:0.9rem;line-height:1.5;}

/* ── DEMO SECTION ── */
.demo-section{background:var(--navy);padding:100px 40px;}
.demo-inner{max-width:1400px;margin:0 auto;}
.demo-header{text-align:center;margin-bottom:50px;}
.demo-header h2{color:white;}
.demo-header h2 em{color:var(--teal);}
.demo-header p{color:rgba(255,255,255,0.65);font-size:1.05rem;max-width:560px;margin:16px auto 0;line-height:1.7;}
.demo-frame-wrap{border-radius:20px;overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,0.4);border:1px solid rgba(255,255,255,0.1);}
.demo-frame-bar{background:rgba(255,255,255,0.08);padding:12px 18px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,0.1);}
.frame-dot{width:10px;height:10px;border-radius:50%;}
.frame-url{flex:1;background:rgba(255,255,255,0.06);border-radius:6px;padding:5px 14px;color:rgba(255,255,255,0.4);font-size:12px;font-family:monospace;}
.demo-iframe{width:100%;height:760px;min-height:760px;border:none;display:block;background:white;overflow:auto!important;}

/* ── FINAL CTA ── */
.final-cta{background:white;text-align:center;padding:120px 40px;}
.final-cta h2{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:20px;max-width:700px;margin-left:auto;margin-right:auto;}
.final-cta .section-lead{margin:0 auto 40px;text-align:center;}
.cta-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:28px;}
.cta-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);}
.btn-primary-lg{background:var(--navy);color:white;font-weight:700;padding:18px 36px;border-radius:12px;border:none;font-size:16px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all 0.2s;font-family:'DM Sans',sans-serif;}
.btn-primary-lg:hover{background:var(--blue);transform:translateY(-2px);box-shadow:var(--shadow-lg);}
.btn-teal-lg{background:var(--teal);color:var(--navy);font-weight:700;padding:18px 36px;border-radius:12px;border:none;font-size:16px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all 0.2s;font-family:'DM Sans',sans-serif;}
.btn-teal-lg:hover{background:var(--teal-light);transform:translateY(-2px);box-shadow:0 8px 32px rgba(0,180,216,0.3);}
.final-tagline{font-family:'Fraunces',serif;font-size:1.1rem;font-style:italic;color:var(--text-light);font-weight:300;}


.about-section{background:var(--off-white);}
.about-grid{display:grid;grid-template-columns:1.15fr 0.85fr;gap:32px;margin-top:40px;align-items:start;}
.about-card,.trust-card,.legal-card{background:white;border:1px solid var(--border);border-radius:18px;padding:28px;box-shadow:var(--shadow);}
.about-card p,.trust-card p,.legal-card p{color:var(--text-mid);font-size:0.98rem;line-height:1.75;}
.about-points{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px;}
.point{padding:16px;border:1px solid var(--border);border-radius:14px;background:var(--off-white);}
.point strong{display:block;color:var(--navy);margin-bottom:6px;font-size:0.95rem;}
.legal-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:34px;}
.legal-card h3,.trust-card h3{font-family:'Fraunces',serif;font-size:1.25rem;color:var(--navy);margin-bottom:10px;}
.trust-list{list-style:none;margin-top:14px;}
.trust-list li{padding:10px 0;border-bottom:1px solid var(--border);color:var(--text-mid);}
.trust-list li:last-child{border-bottom:none;}
.footer-meta{display:flex;flex-direction:column;gap:6px;}
.footer-meta strong{color:white;font-size:15px;}
.footer-meta span,.footer-meta a{color:rgba(255,255,255,0.58);font-size:13px;text-decoration:none;}
.footer-meta a:hover,.footer-links a:hover{color:var(--navy);}

/* ── FOOTER ── */
footer{
  background:var(--navy-dark);
  padding:56px 40px 28px;
}
.footer-inner{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:48px;
  align-items:start;
}
.footer-logo{
  display:flex;
  align-items:flex-start;
  gap:14px;
}
.footer-logo img{
  height:42px;
  width:auto;
  filter:brightness(10);
  flex-shrink:0;
}
.footer-meta{
  display:flex;
  flex-direction:column;
  gap:7px;
}
.footer-meta strong{
  color:white;
  font-size:16px;
}
.footer-meta span,
.footer-meta a{
  color:rgba(255,255,255,0.62);
  font-size:13px;
  line-height:1.45;
  text-decoration:none;
}
.footer-meta a:hover{
  color:var(--teal-light);
}
.footer-columns{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
}
.footer-col h4{
  color:white;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.12em;
  margin-bottom:14px;
}
.footer-col a{
  display:block;
  width:max-content;
  max-width:100%;
  position:relative;
  color:rgba(255,255,255,0.52);
  font-size:13px;
  line-height:1.5;
  text-decoration:none;
  margin-bottom:10px;
  transition:color 0.2s ease;
}
.footer-col a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-3px;
  width:0;
  height:1px;
  background:var(--teal-light);
  transition:width 0.22s ease;
}
.footer-col a:hover{
  color:white;
}
.footer-col a:hover::after{
  width:100%;
}
.footer-bottom{
  max-width:1100px;
  margin:36px auto 0;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,0.12);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  color:rgba(255,255,255,0.46);
  font-size:12px;
}
.footer-powered a{
  color:rgba(255,255,255,0.66);
  text-decoration:none;
  transition:color 0.2s ease;
}
.footer-powered a:hover{
  color:var(--teal-light);
}
.footer-links{
  display:none;
}
@media(max-width:800px){
  .footer-inner{
    grid-template-columns:1fr;
    gap:34px;
  }
  .footer-columns{
    grid-template-columns:1fr;
    gap:18px;
  }
  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}

/* ── ANIMATIONS ── */
.fade-up{opacity:0;transform:translateY(30px);transition:opacity 0.7s ease,transform 0.7s ease;}
.js-loaded .fade-up{opacity:0;}
body:not(.js-loaded) .fade-up{opacity:1;transform:none;}
.js-loaded .fade-up.visible{opacity:1;transform:none;}
.fade-up:nth-child(2){transition-delay:0.1s;}
.fade-up:nth-child(3){transition-delay:0.2s;}
.fade-up:nth-child(4){transition-delay:0.3s;}

@media(max-width:900px){
  nav{
    height:110px;
    padding:0 18px;
    display:flex;
    align-items:center;
  }

  .nav-logo img{
    height:82px;
    width:auto;
    object-fit:contain;
    filter:contrast(1.15) brightness(1.05);
  }

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

  .nav-links a{ pointer-events:auto; z-index:1003;
    font-size:12px;
    padding:0 10px;
  }

  .hero{
    padding:160px 24px 70px;
  }

  .hero-inner,.problem-grid,.engine-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .hero-visual{
    display:none;
  }

  .steps{
    grid-template-columns:1fr;
  }

  .steps::before{
    display:none;
  }

  .benefits-grid{
    grid-template-columns:1fr 1fr;
  }

  .schools-grid,.proof-grid,.about-grid,.legal-grid{
    grid-template-columns:1fr;
  }

  .about-points{
    grid-template-columns:1fr;
  }

  .impact-grid{
    grid-template-columns:1fr 1fr;
  }

  section{
    padding:70px 24px;
  }
}

@media(max-width:640px){
  nav{
    height:96px;
    padding:0 14px;
  }

  .nav-logo img{
    height:68px;
  }

  .nav-links{
    display:none;
  }

  .hero{
    padding:145px 24px 70px;
  }

  .benefits-grid,
  .impact-grid{
    grid-template-columns:1fr;
  }
}

iframe[src*="jotform.com"]{width:100%!important;max-width:100%!important;border:none!important;display:block;}

/* ── APP-LIKE MOBILE HAMBURGER MENU ── */
.nav-toggle{
  display:none;
  width:46px;
  height:46px;
  border:1px solid rgba(13,43,77,0.12);
  border-radius:14px;
  background:rgba(17,181,194,0.12);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,0.55), 0 8px 22px rgba(13,43,77,0.10);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  transition:transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  -webkit-tap-highlight-color:transparent;
}
.nav-toggle:hover{
  background:rgba(17,181,194,0.20);
  transform:translateY(-1px);
}
.nav-toggle span{
  width:22px;
  height:2px;
  border-radius:999px;
  background:var(--navy);
  display:block;
  transition:transform 0.25s ease, opacity 0.2s ease;
  transform-origin:center;
}
.nav-toggle.active span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}
.nav-toggle.active span:nth-child(2){
  opacity:0;
}
.nav-toggle.active span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}
.nav-backdrop{
  display:none;
}

@media(max-width:640px){
  nav{
    overflow:visible;
  }

  .nav-toggle{
    display:flex;
    margin-left:auto;
  }

  .nav-links{
    position:fixed;
    top:96px;
    left:14px;
    right:14px;
    width:auto;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    padding:14px;
    background:rgba(255,255,255,0.96);
    border:1px solid rgba(13,43,77,0.12);
    border-radius:22px;
    box-shadow:0 24px 70px rgba(13,43,77,0.24);
    
    -webkit-
    opacity:0;
    transform:translateY(-12px) scale(0.98);
    pointer-events:none;
    visibility:hidden;
    transition:opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    z-index:1002;
  }

  .nav-links.active{
    opacity:1;
    transform:translateY(0) scale(1);
    pointer-events:auto;
    visibility:visible;
  }

  .nav-links a{ pointer-events:auto; z-index:1003;
    height:auto;
    min-height:48px;
    width:100%;
    justify-content:center;
    padding:13px 16px;
    font-size:14px;
    border-radius:14px;
    background:rgba(13,43,77,0.04);
  }

  .nav-links a:hover{
    background:rgba(17,181,194,0.16);
  }

  .nav-links .nav-cta{
    background:var(--teal)!important;
    color:var(--navy)!important;
    box-shadow:0 10px 24px rgba(17,181,194,0.24);
  }

  .nav-backdrop{
    position:fixed;
    inset:96px 0 0;
    display:block;
    background:rgba(13,43,77,0.22);
    
    -webkit-
    opacity:0;
    pointer-events:none;
    transition:opacity 0.22s ease;
    z-index:1000;
  }

  .nav-backdrop.active{
    opacity:1;
    pointer-events:auto;
  }

  body.nav-open{
    overflow:hidden;
  }
}


/* Mobile menu smooth-scroll anchor offset */
section[id]{
  scroll-margin-top:120px;
}
@media(max-width:640px){
  section[id]{
    scroll-margin-top:105px;
  }
}


/* ── COVERGRID IMAGE PLACEMENTS ── */
.hero-photo-card{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.14);
  border-radius:24px;
  padding:14px;
  box-shadow:0 24px 80px rgba(5,23,52,0.35);
  max-width:520px;
  margin-left:auto;
}
.hero-photo-card img{
  display:block;
  width:100%;
  height:auto;
  max-height:560px;
  object-fit:cover;
  border-radius:18px;
}
.hero-photo-caption{
  color:rgba(255,255,255,0.76);
  font-size:13px;
  line-height:1.5;
  margin-top:12px;
  text-align:center;
}
.screenshots-section{
  background:var(--white);
  padding:100px 40px;
}
.screenshots-head{
  max-width:760px;
  margin-bottom:42px;
}
.screenshots-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
  align-items:start;
}
.screenshot-card{
  background:var(--off-white);
  border:1px solid var(--border);
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.screenshot-card-wide{
  grid-column:span 2;
}
.screenshot-image-wrap{
  padding:16px 16px 0;
}
.screenshot-image-wrap img{
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
  border:1px solid rgba(13,43,77,0.08);
  box-shadow:0 12px 30px rgba(13,43,77,0.12);
  background:#fff;
}
.screenshot-body{
  padding:18px 20px 20px;
}
.screenshot-kicker{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--teal-dark);
  margin-bottom:8px;
}
.screenshot-card h3{
  font-family:'Fraunces',serif;
  font-size:1.35rem;
  line-height:1.2;
  color:var(--navy);
  margin-bottom:8px;
}
.screenshot-card p{
  color:var(--text-mid);
  font-size:0.96rem;
  line-height:1.65;
}
@media(max-width:900px){
  .hero-photo-card{
    max-width:100%;
    margin:24px auto 0;
  }
  .hero-visual{
    display:block;
  }
  .screenshots-section{
    padding:70px 24px;
  }
  .screenshots-grid{
    grid-template-columns:1fr;
  }
  .screenshot-card-wide{
    grid-column:auto;
  }
}


/* ── FULL-WIDTH HERO IMAGE + ADMIN ASSISTANT SECTION ── */
.hero{
  align-items:flex-start;
  padding:150px 40px 90px;
}
.hero-inner{
  max-width:1280px;
  display:block;
}
.hero-content{
  max-width:820px;
  margin:0 auto 36px;
  text-align:center;
}
.hero-sub{
  margin-left:auto;
  margin-right:auto;
}
.hero-btns{
  justify-content:center;
}
.hero-support{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}
.hero-visual{
  display:block;
  width:100%;
}
.hero-photo-card{
  width:100%;
  max-width:none;
  margin:0 auto;
  padding:14px;
  border-radius:28px;
}
.hero-photo-card img{
  width:100%;
  height:clamp(360px, 46vw, 620px);
  max-height:none;
  object-fit:cover;
  object-position:center 35%;
  border-radius:20px;
}
.office-team-section{
  background:linear-gradient(180deg,#f8fbfd 0%,#ffffff 100%);
  padding:96px 40px;
}
.office-team-grid{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:38px;
  align-items:center;
}
.office-team-image-card{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:24px;
  padding:18px;
  box-shadow:var(--shadow);
}
.office-team-image-card img{
  display:block;
  width:100%;
  height:auto;
  border-radius:18px;
}
.office-team-copy{
  max-width:620px;
}
.office-team-points{
  margin-top:18px;
  display:grid;
  gap:12px;
  padding:0;
  list-style:none;
}
.office-team-points li{
  background:rgba(28,203,224,0.08);
  border:1px solid rgba(28,203,224,0.16);
  border-radius:14px;
  padding:14px 16px;
  color:var(--text-mid);
  line-height:1.6;
}
.office-team-points strong{
  color:var(--navy);
}
@media(max-width:900px){
  .hero{
    padding:145px 24px 70px;
  }
  .hero-content{
    text-align:left;
    max-width:100%;
  }
  .hero-btns{
    justify-content:flex-start;
  }
  .hero-sub,
  .hero-support{
    margin-left:0;
    margin-right:0;
    max-width:100%;
  }
  .hero-photo-card{
    padding:10px;
    border-radius:20px;
  }
  .hero-photo-card img{
    height:clamp(260px, 62vw, 420px);
    border-radius:14px;
    object-position:center 30%;
  }
  .office-team-section{
    padding:70px 24px;
  }
  .office-team-grid{
    grid-template-columns:1fr;
  }
}


/* ── HERO IMAGE CROP FIX ── */
.hero-photo-card{
  max-width:1120px;
  margin:0 auto;
}
.hero-photo-card img{
  height:clamp(340px, 38vw, 520px);
  object-fit:cover;
  object-position:center 12%;
}
@media(max-width:900px){
  .hero-photo-card img{
    height:clamp(280px, 58vw, 420px);
    object-position:center 8%;
  }
}


/* ── NEW HERO IMAGE: FULL-WIDTH DASHBOARD VISUAL ── */
.hero-photo-card{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:0;
  overflow:hidden;
  border-radius:28px;
  background:transparent;
}
.hero-photo-card img{
  display:block;
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  object-position:center center;
  border-radius:24px;
}
@media(max-width:900px){
  .hero-photo-card{
    border-radius:20px;
  }
  .hero-photo-card img{
    height:auto;
    border-radius:16px;
    object-fit:contain;
    object-position:center center;
  }
}


/* ── SPREADSHEET COMPARISON ── */
.compare-section{
  background:white;
  padding:100px 40px;
}
.compare-head{
  max-width:760px;
  margin-bottom:42px;
}
.compare-table-wrap{
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:22px;
  box-shadow:var(--shadow-lg);
  background:white;
}
.compare-table{
  width:100%;
  border-collapse:collapse;
}
.compare-table th{
  background:var(--navy);
  color:white;
  text-align:left;
  padding:18px 22px;
  font-size:0.95rem;
}
.compare-table th:last-child{
  background:linear-gradient(135deg,var(--navy-mid),var(--teal-dark));
}
.compare-table td{
  padding:18px 22px;
  border-bottom:1px solid var(--border);
  vertical-align:top;
  color:var(--text-mid);
  line-height:1.6;
}
.compare-table tr:last-child td{
  border-bottom:none;
}
.compare-table td strong{
  color:var(--navy);
}
.compare-callout{
  margin-top:24px;
  background:rgba(17,181,194,0.08);
  border:1px solid rgba(17,181,194,0.18);
  border-left:4px solid var(--teal);
  border-radius:16px;
  padding:20px 24px;
  color:var(--text-mid);
  line-height:1.7;
}
.compare-callout strong{
  color:var(--navy);
}

/* ── ROLE-BASED SECTIONS ── */
.roles-section{
  background:var(--off-white);
  padding:100px 40px;
}
.roles-head{
  max-width:780px;
  margin-bottom:42px;
}
.roles-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.role-card{
  background:white;
  border:1px solid var(--border);
  border-radius:20px;
  padding:28px;
  box-shadow:var(--shadow);
}
.role-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--navy),var(--teal-dark));
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-size:22px;
  margin-bottom:18px;
}
.role-card h3{
  font-family:'Fraunces',serif;
  font-size:1.32rem;
  color:var(--navy);
  margin-bottom:10px;
}
.role-card p{
  color:var(--text-mid);
  line-height:1.68;
  font-size:0.96rem;
}
.role-list{
  list-style:none;
  margin-top:18px;
  display:grid;
  gap:10px;
}
.role-list li{
  color:var(--text-mid);
  font-size:0.92rem;
  line-height:1.55;
  display:flex;
  gap:10px;
}
.role-list li::before{
  content:"✓";
  color:var(--teal-dark);
  font-weight:800;
  flex:0 0 auto;
}
@media(max-width:900px){
  .compare-section,
  .roles-section{
    padding:70px 24px;
  }
  .roles-grid{
    grid-template-columns:1fr;
  }
  .compare-table th,
  .compare-table td{
    padding:15px 14px;
    font-size:0.9rem;
  }
}
@media(max-width:640px){
  .compare-table,
  .compare-table thead,
  .compare-table tbody,
  .compare-table tr,
  .compare-table th,
  .compare-table td{
    display:block;
    width:100%;
  }
  .compare-table thead{
    display:none;
  }
  .compare-table tr{
    border-bottom:1px solid var(--border);
  }
  .compare-table tr:last-child{
    border-bottom:none;
  }
  .compare-table td{
    border-bottom:none;
    padding:14px 18px;
  }
  .compare-table td:first-child{
    background:#f8fbfd;
    color:var(--navy);
    font-weight:700;
  }
  .compare-table td:first-child::before{
    content:"Spreadsheet process";
    display:block;
    color:var(--text-light);
    font-size:0.74rem;
    text-transform:uppercase;
    letter-spacing:0.08em;
    margin-bottom:4px;
  }
  .compare-table td:last-child::before{
    content:"CoverGrid";
    display:block;
    color:var(--teal-dark);
    font-weight:800;
    font-size:0.74rem;
    text-transform:uppercase;
    letter-spacing:0.08em;
    margin-bottom:4px;
  }
}



/* ── TEACHER COVERAGE SOFTWARE PAGE ── */
.page-hero{
  min-height:auto;
  padding-top:150px;
}
.page-section{
  padding:96px 40px;
}
.page-section.alt{
  background:var(--off-white);
}
.page-head{
  max-width:780px;
  margin-bottom:42px;
}
.page-head.center{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.grid-2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
}
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.info-card{
  background:white;
  border:1px solid var(--border);
  border-radius:20px;
  padding:26px;
  box-shadow:var(--shadow);
}
.info-card h3{
  font-family:'Fraunces',serif;
  font-size:1.3rem;
  color:var(--navy);
  margin-bottom:10px;
}
.info-card p{
  color:var(--text-mid);
  line-height:1.7;
}
.info-list{
  list-style:none;
  display:grid;
  gap:12px;
  margin-top:18px;
}
.info-list li{
  color:var(--text-mid);
  line-height:1.65;
  display:flex;
  gap:10px;
}
.info-list li::before{
  content:"✓";
  color:var(--teal-dark);
  font-weight:800;
  flex:0 0 auto;
}
.workflow-list{
  counter-reset:workflow;
  display:grid;
  gap:18px;
}
.workflow-step{
  counter-increment:workflow;
  background:white;
  border:1px solid var(--border);
  border-radius:20px;
  padding:24px 24px 24px 82px;
  box-shadow:var(--shadow);
  position:relative;
}
.workflow-step::before{
  content:counter(workflow);
  position:absolute;
  left:24px;
  top:24px;
  width:38px;
  height:38px;
  border-radius:12px;
  background:linear-gradient(135deg,var(--navy),var(--teal-dark));
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
}
.workflow-step h3{
  color:var(--navy);
  margin-bottom:6px;
  font-size:1.1rem;
}
.workflow-step p{
  color:var(--text-mid);
  line-height:1.65;
}
.faq-grid{
  display:grid;
  gap:16px;
}
.faq-item{
  background:white;
  border:1px solid var(--border);
  border-radius:18px;
  padding:22px 24px;
  box-shadow:var(--shadow);
}
.faq-item h3{
  color:var(--navy);
  font-size:1.05rem;
  margin-bottom:8px;
}
.faq-item p{
  color:var(--text-mid);
  line-height:1.7;
}
.internal-link-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.internal-link-row a{
  color:var(--navy);
  background:white;
  border:1px solid var(--border);
  border-radius:999px;
  padding:10px 14px;
  font-weight:700;
  text-decoration:none;
  box-shadow:var(--shadow);
}
.internal-link-row a:hover{
  color:var(--teal-dark);
  transform:translateY(-1px);
}
@media(max-width:900px){
  .page-section{
    padding:70px 24px;
  }
  .grid-2,
  .grid-3{
    grid-template-columns:1fr;
  }
  .workflow-step{
    padding-left:24px;
    padding-top:76px;
  }
}


/* ── CONSISTENT NAV + LOGO LOCKUP ── */
.nav-logo{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  text-decoration:none !important;
  min-width:210px;
}
.nav-logo img{
  width:42px !important;
  height:42px !important;
  object-fit:contain !important;
  filter:none !important;
  flex:0 0 auto;
}
.brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}
.brand-name{
  color:white;
  font-family:'Fraunces',serif;
  font-weight:700;
  font-size:1.28rem;
  letter-spacing:-0.02em;
}
.brand-tagline{
  color:rgba(255,255,255,0.72);
  font-family:'DM Sans',sans-serif;
  font-size:0.72rem;
  font-weight:600;
  letter-spacing:0.04em;
  text-transform:uppercase;
  margin-top:4px;
  white-space:nowrap;
}
.nav-links a{
  white-space:nowrap;
}
@media(max-width:1100px){
  .nav-logo{
    min-width:auto;
  }
  .brand-name{
    font-size:1.12rem;
  }
  .brand-tagline{
    font-size:0.62rem;
  }
  .nav-links{
    gap:6px;
  }
  .nav-links a{
    font-size:13px;
    padding:0 8px;
  }
}
@media(max-width:900px){
  .nav-logo img{
    width:44px !important;
    height:44px !important;
  }
  .brand-name{
    font-size:1.18rem;
  }
  .brand-tagline{
    font-size:0.62rem;
  }
}
@media(max-width:390px){
  .brand-name{
    font-size:1.04rem;
  }
  .brand-tagline{
    font-size:0.55rem;
  }
}


/* ── UPLOADED FULL LOGO ── */
.nav-logo{
  display:flex !important;
  align-items:center !important;
  text-decoration:none !important;
  min-width:auto;
}
.nav-logo img{
  width:260px !important;
  height:auto !important;
  max-width:none !important;
  object-fit:contain !important;
  display:block;
}
@media(max-width:1100px){
  .nav-logo img{
    width:220px !important;
  }
}
@media(max-width:900px){
  .nav-logo img{
    width:210px !important;
  }
}
@media(max-width:420px){
  .nav-logo img{
    width:190px !important;
  }
}

/* Hide old text lockup if present */
.brand-text{display:none !important;}

.footer-logo img{
  width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  display:block;
}


/* ── FINAL LOGO + DEMO FORM PLACEMENT FIX ── */
.nav-logo{
  display:flex !important;
  align-items:center !important;
  text-decoration:none !important;
  min-width:260px;
}
.nav-logo img{
  display:block !important;
  width:306px !important;
  max-width:306px !important;
  height:auto !important;
  object-fit:contain !important;
  filter:none !important;
}
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
}
.demo-form-wrap{
  max-width:1100px;
  margin:34px auto 0;
  background:#fff;
  border:1px solid rgba(13,43,77,0.12);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 16px 50px rgba(13,43,77,0.10);
}
.demo-form-wrap iframe{
  display:block;
  width:100%;
  min-height:760px;
  border:0;
}
.final-cta{
  padding-bottom:90px;
}
@media(max-width:1200px){
  .nav-logo{
    min-width:230px;
  }
  .nav-logo img{
    width:260px !important;
    max-width:260px !important;
  }
}
@media(max-width:900px){
  .nav-logo{
    min-width:auto;
  }
  .nav-logo img{
    width:230px !important;
    max-width:230px !important;
  }
  .demo-form-wrap iframe{
    min-height:860px;
  }
}
@media(max-width:420px){
  .nav-logo img{
    width:205px !important;
    max-width:205px !important;
  }
}


/* ── FOOTER LOGO + FULL DEMO FORM FIX ── */
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
}
.demo-form-wrap{
  max-width:1100px;
  margin:34px auto 0;
  background:#fff;
  border:1px solid rgba(13,43,77,0.12);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 16px 50px rgba(13,43,77,0.10);
}
.demo-form-wrap iframe{
  display:block;
  width:100%;
  height:1550px;
  min-height:1550px;
  border:0;
  overflow:hidden;
}
@media(max-width:900px){
  .demo-form-wrap iframe{
    height:1750px;
    min-height:1750px;
  }
}


/* ── USER UPLOADED FOOTER LOGO ── */
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
}
@media(max-width:900px){
  .footer-logo img{
    width:220px !important;
    max-width:220px !important;
  }
}


/* ── FINAL FOOTER LOGO + DEMO FORM FIX ── */
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  filter:none !important;
}
.demo-form-wrap{
  max-width:1100px;
  margin:34px auto 0;
  background:#fff;
  border:1px solid rgba(13,43,77,0.12);
  border-radius:18px;
  overflow:visible !important;
  box-shadow:0 16px 50px rgba(13,43,77,0.10);
}
.demo-form-wrap iframe{
  display:block;
  width:100%;
  height:2350px !important;
  min-height:2350px !important;
  border:0;
  overflow:hidden;
}
.final-cta{
  padding-bottom:90px;
}
@media(max-width:900px){
  .footer-logo img{
    width:220px !important;
    max-width:220px !important;
  }
  .demo-form-wrap iframe{
    height:2650px !important;
    min-height:2650px !important;
  }
}


/* ── APP DEMO + FORM SPACING FINAL TUNE ── */
.demo-iframe{
  height:620px !important;
  min-height:620px !important;
  overflow:hidden !important;
}
.demo-form-wrap{
  overflow:hidden !important;
  margin-bottom:0 !important;
}
.demo-form-wrap iframe{
  height:1425px !important;
  min-height:1425px !important;
  overflow:hidden !important;
}
.final-cta{
  padding-bottom:34px !important;
}
footer{
  margin-top:0 !important;
}
@media(max-width:900px){
  .demo-iframe{
    height:720px !important;
    min-height:720px !important;
  }
  .demo-form-wrap iframe{
    height:1580px !important;
    min-height:1580px !important;
  }
  .final-cta{
    padding-bottom:28px !important;
  }
}


/* ── UPDATED FOOTER LOGO V2 ── */
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  filter:none !important;
}
@media(max-width:900px){
  .footer-logo img{
    width:220px !important;
    max-width:220px !important;
  }
}


/* ── FOOTER SVG LOGO V3 ── */
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  filter:none !important;
}
@media(max-width:900px){
  .footer-logo img{
    width:220px !important;
    max-width:220px !important;
  }
}


/* ── SCROLLABLE APP IFRAME FIX ───────────────────────────────────────────── */
.demo-iframe{
  width:100%;
  height:760px;
  min-height:760px;
  border:none;
  display:block;
  background:white;
  overflow:auto !important;
}
.demo-frame{
  overflow:hidden;
}
@media(max-width:900px){
  .demo-iframe{
    height:720px;
    min-height:720px;
  }
}
@media(max-width:520px){
  .demo-iframe{
    height:680px;
    min-height:680px;
  }
}



/* ── COPIED EXACTLY FROM index-May5f.html: MENU FORMATTING ── */
/* ── NAV ── */
nav{
  position:fixed;
  top:0;left:0;right:0;
  z-index:1000;
  padding:0 28px;
  height:100px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:#ffffff;
  border-bottom:1px solid rgba(0,0,0,0.08);
  box-shadow:0 6px 22px rgba(0,0,0,0.14);
  transition:box-shadow 0.3s;
}
nav.scrolled{box-shadow:0 8px 28px rgba(0,0,0,0.18);}
.nav-logo{
  display:flex;
  align-items:center;
  gap:0;
  text-decoration:none;
  min-width:0;
}
.nav-logo img{
  height:80px;
  width:auto;
  display:block;
  filter:drop-shadow(0 1px 6px rgba(0,0,0,0.06));
}
.nav-links{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.nav-links a{ pointer-events:auto; z-index:1003;
  height:40px;
  display:inline-flex;
  align-items:center;
  padding:0 14px;
  font-size:13px;
  font-weight:700;
  color:var(--navy);
  text-decoration:none;
  border-radius:10px;
  transition:background 0.2s,color 0.2s,transform 0.06s;
}
.nav-links a:hover{
  background:rgba(13,43,77,0.08);
  color:var(--navy);
}
.nav-cta{
  background:rgba(17,181,194,0.18)!important;
  color:var(--navy)!important;
  box-shadow:inset 0 0 0 1px rgba(17,181,194,0.34);
}
.nav-cta:hover{
  background:rgba(17,181,194,0.30)!important;
  color:var(--navy-dark)!important;
}

/* ── APP-LIKE MOBILE HAMBURGER MENU ── */
.nav-toggle{
  display:none;
  width:46px;
  height:46px;
  border:1px solid rgba(13,43,77,0.12);
  border-radius:14px;
  background:rgba(17,181,194,0.12);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,0.55), 0 8px 22px rgba(13,43,77,0.10);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  transition:transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  -webkit-tap-highlight-color:transparent;
}
.nav-toggle:hover{
  background:rgba(17,181,194,0.20);
  transform:translateY(-1px);
}
.nav-toggle span{
  width:22px;
  height:2px;
  border-radius:999px;
  background:var(--navy);
  display:block;
  transition:transform 0.25s ease, opacity 0.2s ease;
  transform-origin:center;
}
.nav-toggle.active span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}
.nav-toggle.active span:nth-child(2){
  opacity:0;
}
.nav-toggle.active span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}
.nav-backdrop{
  display:none;
}

@media(max-width:640px){
  nav{
    overflow:visible;
  }

  .nav-toggle{
    display:flex;
    margin-left:auto;
  }

  .nav-links{
    position:fixed;
    top:96px;
    left:14px;
    right:14px;
    width:auto;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    padding:14px;
    background:rgba(255,255,255,0.96);
    border:1px solid rgba(13,43,77,0.12);
    border-radius:22px;
    box-shadow:0 24px 70px rgba(13,43,77,0.24);
    
    -webkit-
    opacity:0;
    transform:translateY(-12px) scale(0.98);
    pointer-events:none;
    visibility:hidden;
    transition:opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    z-index:1002;
  }

  .nav-links.active{
    opacity:1;
    transform:translateY(0) scale(1);
    pointer-events:auto;
    visibility:visible;
  }

  .nav-links a{ pointer-events:auto; z-index:1003;
    height:auto;
    min-height:48px;
    width:100%;
    justify-content:center;
    padding:13px 16px;
    font-size:14px;
    border-radius:14px;
    background:rgba(13,43,77,0.04);
  }

  .nav-links a:hover{
    background:rgba(17,181,194,0.16);
  }

  .nav-links .nav-cta{
    background:var(--teal)!important;
    color:var(--navy)!important;
    box-shadow:0 10px 24px rgba(17,181,194,0.24);
  }

  .nav-backdrop{
    position:fixed;
    inset:96px 0 0;
    display:block;
    background:rgba(13,43,77,0.22);
    
    -webkit-
    opacity:0;
    pointer-events:none;
    transition:opacity 0.22s ease;
    z-index:1000;
  }

  .nav-backdrop.active{
    opacity:1;
    pointer-events:auto;
  }

  body.nav-open{
    overflow:hidden;
  }
}


/* Mobile menu smooth-scroll anchor offset */
section[id]{
  scroll-margin-top:120px;
}
@media(max-width:640px){
  section[id]{
    scroll-margin-top:105px;
  }
}


/* ── COVERGRID IMAGE PLACEMENTS ── */
.hero-photo-card{
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.14);
  border-radius:24px;
  padding:14px;
  box-shadow:0 24px 80px rgba(5,23,52,0.35);
  max-width:520px;
  margin-left:auto;
}
.hero-photo-card img{
  display:block;
  width:100%;
  height:auto;
  max-height:560px;
  object-fit:cover;
  border-radius:18px;
}
.hero-photo-caption{
  color:rgba(255,255,255,0.76);
  font-size:13px;
  line-height:1.5;
  margin-top:12px;
  text-align:center;
}
.screenshots-section{
  background:var(--white);
  padding:100px 40px;
}
.screenshots-head{
  max-width:760px;
  margin-bottom:42px;
}
.screenshots-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
  align-items:start;
}
.screenshot-card{
  background:var(--off-white);
  border:1px solid var(--border);
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.screenshot-card-wide{
  grid-column:span 2;
}
.screenshot-image-wrap{
  padding:16px 16px 0;
}
.screenshot-image-wrap img{
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
  border:1px solid rgba(13,43,77,0.08);
  box-shadow:0 12px 30px rgba(13,43,77,0.12);
  background:#fff;
}
.screenshot-body{
  padding:18px 20px 20px;
}
.screenshot-kicker{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--teal-dark);
  margin-bottom:8px;
}
.screenshot-card h3{
  font-family:'Fraunces',serif;
  font-size:1.35rem;
  line-height:1.2;
  color:var(--navy);
  margin-bottom:8px;
}
.screenshot-card p{
  color:var(--text-mid);
  font-size:0.96rem;
  line-height:1.65;
}
@media(max-width:900px){
  .hero-photo-card{
    max-width:100%;
    margin:24px auto 0;
  }
  .hero-visual{
    display:block;
  }
  .screenshots-section{
    padding:70px 24px;
  }
  .screenshots-grid{
    grid-template-columns:1fr;
  }
  .screenshot-card-wide{
    grid-column:auto;
  }
}


/* ── FULL-WIDTH HERO IMAGE + ADMIN ASSISTANT SECTION ── */
.hero{
  align-items:flex-start;
  padding:150px 40px 90px;
}
.hero-inner{
  max-width:1280px;
  display:block;
}
.hero-content{
  max-width:820px;
  margin:0 auto 36px;
  text-align:center;
}
.hero-sub{
  margin-left:auto;
  margin-right:auto;
}
.hero-btns{
  justify-content:center;
}
.hero-support{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}
.hero-visual{
  display:block;
  width:100%;
}
.hero-photo-card{
  width:100%;
  max-width:none;
  margin:0 auto;
  padding:14px;
  border-radius:28px;
}
.hero-photo-card img{
  width:100%;
  height:clamp(360px, 46vw, 620px);
  max-height:none;
  object-fit:cover;
  object-position:center 35%;
  border-radius:20px;
}
.office-team-section{
  background:linear-gradient(180deg,#f8fbfd 0%,#ffffff 100%);
  padding:96px 40px;
}
.office-team-grid{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:38px;
  align-items:center;
}
.office-team-image-card{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:24px;
  padding:18px;
  box-shadow:var(--shadow);
}
.office-team-image-card img{
  display:block;
  width:100%;
  height:auto;
  border-radius:18px;
}
.office-team-copy{
  max-width:620px;
}
.office-team-points{
  margin-top:18px;
  display:grid;
  gap:12px;
  padding:0;
  list-style:none;
}
.office-team-points li{
  background:rgba(28,203,224,0.08);
  border:1px solid rgba(28,203,224,0.16);
  border-radius:14px;
  padding:14px 16px;
  color:var(--text-mid);
  line-height:1.6;
}
.office-team-points strong{
  color:var(--navy);
}
@media(max-width:900px){
  .hero{
    padding:145px 24px 70px;
  }
  .hero-content{
    text-align:left;
    max-width:100%;
  }
  .hero-btns{
    justify-content:flex-start;
  }
  .hero-sub,
  .hero-support{
    margin-left:0;
    margin-right:0;
    max-width:100%;
  }
  .hero-photo-card{
    padding:10px;
    border-radius:20px;
  }
  .hero-photo-card img{
    height:clamp(260px, 62vw, 420px);
    border-radius:14px;
    object-position:center 30%;
  }
  .office-team-section{
    padding:70px 24px;
  }
  .office-team-grid{
    grid-template-columns:1fr;
  }
}


/* ── HERO IMAGE CROP FIX ── */
.hero-photo-card{
  max-width:1120px;
  margin:0 auto;
}
.hero-photo-card img{
  height:clamp(340px, 38vw, 520px);
  object-fit:cover;
  object-position:center 12%;
}
@media(max-width:900px){
  .hero-photo-card img{
    height:clamp(280px, 58vw, 420px);
    object-position:center 8%;
  }
}


/* ── NEW HERO IMAGE: FULL-WIDTH DASHBOARD VISUAL ── */
.hero-photo-card{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding:0;
  overflow:hidden;
  border-radius:28px;
  background:transparent;
}
.hero-photo-card img{
  display:block;
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  object-position:center center;
  border-radius:24px;
}
@media(max-width:900px){
  .hero-photo-card{
    border-radius:20px;
  }
  .hero-photo-card img{
    height:auto;
    border-radius:16px;
    object-fit:contain;
    object-position:center center;
  }
}


/* ── SPREADSHEET COMPARISON ── */
.compare-section{
  background:white;
  padding:100px 40px;
}
.compare-head{
  max-width:760px;
  margin-bottom:42px;
}
.compare-table-wrap{
  overflow:hidden;
  border:1px solid var(--border);
  border-radius:22px;
  box-shadow:var(--shadow-lg);
  background:white;
}
.compare-table{
  width:100%;
  border-collapse:collapse;
}
.compare-table th{
  background:var(--navy);
  color:white;
  text-align:left;
  padding:18px 22px;
  font-size:0.95rem;
}
.compare-table th:last-child{
  background:linear-gradient(135deg,var(--navy-mid),var(--teal-dark));
}
.compare-table td{
  padding:18px 22px;
  border-bottom:1px solid var(--border);
  vertical-align:top;
  color:var(--text-mid);
  line-height:1.6;
}
.compare-table tr:last-child td{
  border-bottom:none;
}
.compare-table td strong{
  color:var(--navy);
}
.compare-callout{
  margin-top:24px;
  background:rgba(17,181,194,0.08);
  border:1px solid rgba(17,181,194,0.18);
  border-left:4px solid var(--teal);
  border-radius:16px;
  padding:20px 24px;
  color:var(--text-mid);
  line-height:1.7;
}
.compare-callout strong{
  color:var(--navy);
}

/* ── ROLE-BASED SECTIONS ── */
.roles-section{
  background:var(--off-white);
  padding:100px 40px;
}
.roles-head{
  max-width:780px;
  margin-bottom:42px;
}
.roles-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.role-card{
  background:white;
  border:1px solid var(--border);
  border-radius:20px;
  padding:28px;
  box-shadow:var(--shadow);
}
.role-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--navy),var(--teal-dark));
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-size:22px;
  margin-bottom:18px;
}
.role-card h3{
  font-family:'Fraunces',serif;
  font-size:1.32rem;
  color:var(--navy);
  margin-bottom:10px;
}
.role-card p{
  color:var(--text-mid);
  line-height:1.68;
  font-size:0.96rem;
}
.role-list{
  list-style:none;
  margin-top:18px;
  display:grid;
  gap:10px;
}
.role-list li{
  color:var(--text-mid);
  font-size:0.92rem;
  line-height:1.55;
  display:flex;
  gap:10px;
}
.role-list li::before{
  content:"✓";
  color:var(--teal-dark);
  font-weight:800;
  flex:0 0 auto;
}
@media(max-width:900px){
  .compare-section,
  .roles-section{
    padding:70px 24px;
  }
  .roles-grid{
    grid-template-columns:1fr;
  }
  .compare-table th,
  .compare-table td{
    padding:15px 14px;
    font-size:0.9rem;
  }
}
@media(max-width:640px){
  .compare-table,
  .compare-table thead,
  .compare-table tbody,
  .compare-table tr,
  .compare-table th,
  .compare-table td{
    display:block;
    width:100%;
  }
  .compare-table thead{
    display:none;
  }
  .compare-table tr{
    border-bottom:1px solid var(--border);
  }
  .compare-table tr:last-child{
    border-bottom:none;
  }
  .compare-table td{
    border-bottom:none;
    padding:14px 18px;
  }
  .compare-table td:first-child{
    background:#f8fbfd;
    color:var(--navy);
    font-weight:700;
  }
  .compare-table td:first-child::before{
    content:"Spreadsheet process";
    display:block;
    color:var(--text-light);
    font-size:0.74rem;
    text-transform:uppercase;
    letter-spacing:0.08em;
    margin-bottom:4px;
  }
  .compare-table td:last-child::before{
    content:"CoverGrid";
    display:block;
    color:var(--teal-dark);
    font-weight:800;
    font-size:0.74rem;
    text-transform:uppercase;
    letter-spacing:0.08em;
    margin-bottom:4px;
  }
}


/* ── CONSISTENT NAV + LOGO LOCKUP ── */
.nav-logo{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  text-decoration:none !important;
  min-width:210px;
}
.nav-logo img{
  width:42px !important;
  height:42px !important;
  object-fit:contain !important;
  filter:none !important;
  flex:0 0 auto;
}
.brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}
.brand-name{
  color:white;
  font-family:'Fraunces',serif;
  font-weight:700;
  font-size:1.28rem;
  letter-spacing:-0.02em;
}
.brand-tagline{
  color:rgba(255,255,255,0.72);
  font-family:'DM Sans',sans-serif;
  font-size:0.72rem;
  font-weight:600;
  letter-spacing:0.04em;
  text-transform:uppercase;
  margin-top:4px;
  white-space:nowrap;
}
.nav-links a{
  white-space:nowrap;
}
@media(max-width:1100px){
  .nav-logo{
    min-width:auto;
  }
  .brand-name{
    font-size:1.12rem;
  }
  .brand-tagline{
    font-size:0.62rem;
  }
  .nav-links{
    gap:6px;
  }
  .nav-links a{
    font-size:13px;
    padding:0 8px;
  }
}
@media(max-width:900px){
  .nav-logo img{
    width:44px !important;
    height:44px !important;
  }
  .brand-name{
    font-size:1.18rem;
  }
  .brand-tagline{
    font-size:0.62rem;
  }
}
@media(max-width:390px){
  .brand-name{
    font-size:1.04rem;
  }
  .brand-tagline{
    font-size:0.55rem;
  }
}


/* ── UPLOADED FULL LOGO ── */
.nav-logo{
  display:flex !important;
  align-items:center !important;
  text-decoration:none !important;
  min-width:auto;
}
.nav-logo img{
  width:260px !important;
  height:auto !important;
  max-width:none !important;
  object-fit:contain !important;
  display:block;
}
@media(max-width:1100px){
  .nav-logo img{
    width:220px !important;
  }
}
@media(max-width:900px){
  .nav-logo img{
    width:210px !important;
  }
}
@media(max-width:420px){
  .nav-logo img{
    width:190px !important;
  }
}

/* Hide old text lockup if present */
.brand-text{display:none !important;}

.footer-logo img{
  width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  display:block;
}


/* ── FINAL LOGO + DEMO FORM PLACEMENT FIX ── */
.nav-logo{
  display:flex !important;
  align-items:center !important;
  text-decoration:none !important;
  min-width:260px;
}
.nav-logo img{
  display:block !important;
  width:306px !important;
  max-width:306px !important;
  height:auto !important;
  object-fit:contain !important;
  filter:none !important;
}
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
}

.final-cta{
  padding-bottom:90px;
}
@media(max-width:1200px){
  .nav-logo{
    min-width:230px;
  }
  .nav-logo img{
    width:260px !important;
    max-width:260px !important;
  }
}
@media(max-width:900px){
  .nav-logo{
    min-width:auto;
  }
  .nav-logo img{
    width:230px !important;
    max-width:230px !important;
  }
  .demo-form-wrap iframe{
    min-height:860px;
  }
}
@media(max-width:420px){
  .nav-logo img{
    width:205px !important;
    max-width:205px !important;
  }
}


/* ── FOOTER LOGO + FULL DEMO FORM FIX ── */
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
}




/* ── USER UPLOADED FOOTER LOGO ── */
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
}
@media(max-width:900px){
  .footer-logo img{
    width:220px !important;
    max-width:220px !important;
  }
}


/* ── FINAL FOOTER LOGO + DEMO FORM FIX ── */
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  filter:none !important;
}

.final-cta{
  padding-bottom:90px;
}
@media(max-width:900px){
  .footer-logo img{
    width:220px !important;
    max-width:220px !important;
  }
  .demo-form-wrap iframe{
    height:2650px !important;
    min-height:2650px !important;
  }
}


/* ── APP DEMO + FORM SPACING FINAL TUNE ── */
.demo-iframe{
  height:620px !important;
  min-height:620px !important;
  overflow:hidden !important;
}

.final-cta{
  padding-bottom:34px !important;
}
footer{
  margin-top:0 !important;
}
@media(max-width:900px){
  .demo-iframe{
    height:720px !important;
    min-height:720px !important;
  }
  .demo-form-wrap iframe{
    height:1580px !important;
    min-height:1580px !important;
  }
  .final-cta{
    padding-bottom:28px !important;
  }
}


/* ── UPDATED FOOTER LOGO V2 ── */
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  filter:none !important;
}
@media(max-width:900px){
  .footer-logo img{
    width:220px !important;
    max-width:220px !important;
  }
}


/* ── FOOTER SVG LOGO V3 ── */
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  filter:none !important;
}
@media(max-width:900px){
  .footer-logo img{
    width:220px !important;
    max-width:220px !important;
  }
}


/* ── SCROLLABLE APP IFRAME FIX ───────────────────────────────────────────── */
.demo-iframe{
  width:100%;
  height:760px;
  min-height:760px;
  border:none;
  display:block;
  background:white;
  overflow:auto !important;
}
.demo-frame{
  overflow:hidden;
}
@media(max-width:900px){
  .demo-iframe{
    height:720px;
    min-height:720px;
  }
}
@media(max-width:520px){
  .demo-iframe{
    height:680px;
    min-height:680px;
  }
}


/* ── HEADER LOGO VISUAL MATCH LOCK ───────────────────────────────────────── */
nav{
  height:100px !important;
  padding:0 28px !important;
}
.nav-logo{
  display:flex !important;
  align-items:center !important;
  text-decoration:none !important;
  min-width:260px !important;
  gap:0 !important;
}
.nav-logo img{
  display:block !important;
  width:306px !important;
  max-width:306px !important;
  height:auto !important;
  object-fit:contain !important;
  filter:none !important;
}
@media(max-width:1200px){
  .nav-logo{
    min-width:230px !important;
  }
  .nav-logo img{
    width:260px !important;
    max-width:260px !important;
  }
}
@media(max-width:900px){
  nav{
    height:96px !important;
    padding:0 14px !important;
  }
  .nav-logo{
    min-width:auto !important;
  }
  .nav-logo img{
    width:230px !important;
    max-width:230px !important;
    height:auto !important;
  }
}
@media(max-width:420px){
  .nav-logo img{
    width:205px !important;
    max-width:205px !important;
    height:auto !important;
  }
}


/* ── HEADER + FOOTER LINK FONT MATCH LOCK ────────────────────────────────── */
.nav-links a,
.nav-cta,
.footer-col a,
.footer-meta span,
.footer-meta a,
.footer-meta strong,
.footer-bottom,
.footer-bottom a{
  font-family:'DM Sans', sans-serif !important;
}
.nav-links a{
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
}
.footer-col a,
.footer-meta span,
.footer-meta a{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
.footer-meta strong{
  font-size:16px !important;
  line-height:1.3 !important;
  font-weight:600 !important;
}
.footer-bottom,
.footer-bottom a{
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}
.footer-col h4{
  font-family:'DM Sans', sans-serif !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:0.12em !important;
}


/* ── FOOTER EXACT MATCH LOCK ─────────────────────────────────────────────── */
footer{
  background:var(--navy-dark) !important;
  padding:56px 40px 28px !important;
}
.footer-inner{
  max-width:1100px !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:1.15fr 1fr !important;
  gap:48px !important;
  align-items:start !important;
}
.footer-logo{
  display:flex !important;
  align-items:flex-start !important;
  gap:14px !important;
}
.footer-logo img{
  height:42px !important;
  width:auto !important;
  filter:none !important;
  flex-shrink:0 !important;
}
.footer-meta{
  display:flex !important;
  flex-direction:column !important;
  gap:7px !important;
}
.footer-meta strong{
  color:white !important;
  font-size:16px !important;
  line-height:1.3 !important;
  font-weight:600 !important;
}
.footer-meta span,
.footer-meta a{
  color:rgba(255,255,255,0.62) !important;
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
  text-decoration:none !important;
}
.footer-meta a:hover{
  color:var(--teal-light) !important;
}
.footer-columns{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:26px !important;
}
.footer-col h4{
  color:white !important;
  font-family:'DM Sans', sans-serif !important;
  font-size:12px !important;
  font-weight:700 !important;
  text-transform:uppercase !important;
  letter-spacing:0.12em !important;
  margin:0 0 14px !important;
}
.footer-col a{
  display:block !important;
  width:max-content !important;
  max-width:100% !important;
  position:relative !important;
  color:rgba(255,255,255,0.62) !important;
  font-family:'DM Sans', sans-serif !important;
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
  text-decoration:none !important;
  margin-bottom:10px !important;
  transition:color 0.2s ease !important;
}
.footer-col a:hover{
  color:var(--teal-light) !important;
}
.footer-bottom{
  max-width:1100px !important;
  margin:34px auto 0 !important;
  padding-top:22px !important;
  border-top:1px solid rgba(255,255,255,0.10) !important;
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:18px !important;
  flex-wrap:wrap !important;
  color:rgba(255,255,255,0.42) !important;
  font-family:'DM Sans', sans-serif !important;
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}
.footer-bottom a{
  color:rgba(255,255,255,0.62) !important;
  font-family:'DM Sans', sans-serif !important;
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
  text-decoration:none !important;
}
.footer-bottom a:hover{
  color:var(--teal-light) !important;
}
@media(max-width:980px){
  .footer-inner{
    grid-template-columns:1fr !important;
  }
}
@media(max-width:560px){
  .footer-columns{
    grid-template-columns:1fr !important;
  }
  .footer-logo{
    flex-direction:column !important;
  }
}

/* ── CONSISTENT NAV + LOGO LOCKUP ── */
.nav-logo{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  text-decoration:none !important;
  min-width:210px;
}
.nav-logo img{
  width:42px !important;
  height:42px !important;
  object-fit:contain !important;
  filter:none !important;
  flex:0 0 auto;
}
.brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}
.brand-name{
  color:white;
  font-family:'Fraunces',serif;
  font-weight:700;
  font-size:1.28rem;
  letter-spacing:-0.02em;
}
.brand-tagline{
  color:rgba(255,255,255,0.72);
  font-family:'DM Sans',sans-serif;
  font-size:0.72rem;
  font-weight:600;
  letter-spacing:0.04em;
  text-transform:uppercase;
  margin-top:4px;
  white-space:nowrap;
}
.nav-links a{
  white-space:nowrap;
}
@media(max-width:1100px){
  .nav-logo{
    min-width:auto;
  }
  .brand-name{
    font-size:1.12rem;
  }
  .brand-tagline{
    font-size:0.62rem;
  }
  .nav-links{
    gap:6px;
  }
  .nav-links a{
    font-size:13px;
    padding:0 8px;
  }
}
@media(max-width:900px){
  .nav-logo img{
    width:44px !important;
    height:44px !important;
  }
  .brand-name{
    font-size:1.18rem;
  }
  .brand-tagline{
    font-size:0.62rem;
  }
}
@media(max-width:390px){
  .brand-name{
    font-size:1.04rem;
  }
  .brand-tagline{
    font-size:0.55rem;
  }
}

/* ── UPLOADED FULL LOGO ── */
.nav-logo{
  display:flex !important;
  align-items:center !important;
  text-decoration:none !important;
  min-width:auto;
}
.nav-logo img{
  width:260px !important;
  height:auto !important;
  max-width:none !important;
  object-fit:contain !important;
  display:block;
}
@media(max-width:1100px){
  .nav-logo img{
    width:220px !important;
  }
}
@media(max-width:900px){
  .nav-logo img{
    width:210px !important;
  }
}
@media(max-width:420px){
  .nav-logo img{
    width:190px !important;
  }
}

/* Hide old text lockup if present */
.brand-text{display:none !important;}

.footer-logo img{
  width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  display:block;
}


/* ── FINAL LOGO + DEMO FORM PLACEMENT FIX ── */
.nav-logo{
  display:flex !important;
  align-items:center !important;
  text-decoration:none !important;
  min-width:260px;
}
.nav-logo img{
  display:block !important;
  width:306px !important;
  max-width:306px !important;
  height:auto !important;
  object-fit:contain !important;
  filter:none !important;
}
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
}

.final-cta{
  padding-bottom:90px;
}
@media(max-width:1200px){
  .nav-logo{
    min-width:230px;
  }
  .nav-logo img{
    width:260px !important;
    max-width:260px !important;
  }
}
@media(max-width:900px){
  .nav-logo{
    min-width:auto;
  }
  .nav-logo img{
    width:230px !important;
    max-width:230px !important;
  }
  .demo-form-wrap iframe{
    min-height:860px;
  }
}
@media(max-width:420px){
  .nav-logo img{
    width:205px !important;
    max-width:205px !important;
  }
}


/* ── FOOTER LOGO + FULL DEMO FORM FIX ── */
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
}




/* ── USER UPLOADED FOOTER LOGO ── */
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:none !important;
  border:none !important;
  box-shadow:none !important;
}
@media(max-width:900px){
  .footer-logo img{
    width:220px !important;
    max-width:220px !important;
  }
}


/* ── FINAL FOOTER LOGO + DEMO FORM FIX ── */
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  filter:none !important;
}

.final-cta{
  padding-bottom:90px;
}
@media(max-width:900px){
  .footer-logo img{
    width:220px !important;
    max-width:220px !important;
  }
  .demo-form-wrap iframe{
    height:2650px !important;
    min-height:2650px !important;
  }
}


/* ── APP DEMO + FORM SPACING FINAL TUNE ── */
.demo-iframe{
  height:620px !important;
  min-height:620px !important;
  overflow:hidden !important;
}

.final-cta{
  padding-bottom:34px !important;
}
footer{
  margin-top:0 !important;
}
@media(max-width:900px){
  .demo-iframe{
    height:720px !important;
    min-height:720px !important;
  }
  .demo-form-wrap iframe{
    height:1580px !important;
    min-height:1580px !important;
  }
  .final-cta{
    padding-bottom:28px !important;
  }
}


/* ── UPDATED FOOTER LOGO V2 ── */
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  filter:none !important;
}
@media(max-width:900px){
  .footer-logo img{
    width:220px !important;
    max-width:220px !important;
  }
}


/* ── FOOTER SVG LOGO V3 ── */
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  filter:none !important;
}
@media(max-width:900px){
  .footer-logo img{
    width:220px !important;
    max-width:220px !important;
  }
}


/* ── SCROLLABLE APP IFRAME FIX ───────────────────────────────────────────── */
.demo-iframe{
  width:100%;
  height:760px;
  min-height:760px;
  border:none;
  display:block;
  background:white;
  overflow:auto !important;
}
.demo-frame{
  overflow:hidden;
}
@media(max-width:900px){
  .demo-iframe{
    height:720px;
    min-height:720px;
  }
}
@media(max-width:520px){
  .demo-iframe{
    height:680px;
    min-height:680px;
  }
}


/* ── HEADER LOGO VISUAL MATCH LOCK ───────────────────────────────────────── */
nav{
  height:100px !important;
  padding:0 28px !important;
}
.nav-logo{
  display:flex !important;
  align-items:center !important;
  text-decoration:none !important;
  min-width:260px !important;
  gap:0 !important;
}
.nav-logo img{
  display:block !important;
  width:306px !important;
  max-width:306px !important;
  height:auto !important;
  object-fit:contain !important;
  filter:none !important;
}
@media(max-width:1200px){
  .nav-logo{
    min-width:230px !important;
  }
  .nav-logo img{
    width:260px !important;
    max-width:260px !important;
  }
}
@media(max-width:900px){
  nav{
    height:96px !important;
    padding:0 14px !important;
  }
  .nav-logo{
    min-width:auto !important;
  }
  .nav-logo img{
    width:230px !important;
    max-width:230px !important;
    height:auto !important;
  }
}
@media(max-width:420px){
  .nav-logo img{
    width:205px !important;
    max-width:205px !important;
    height:auto !important;
  }
}


/* ── HEADER + FOOTER LINK FONT MATCH LOCK ────────────────────────────────── */
.nav-links a,
.nav-cta,
.footer-col a,
.footer-meta span,
.footer-meta a,
.footer-meta strong,
.footer-bottom,
.footer-bottom a{
  font-family:'DM Sans', sans-serif !important;
}
.nav-links a{
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
}
.footer-col a,
.footer-meta span,
.footer-meta a{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
.footer-meta strong{
  font-size:16px !important;
  line-height:1.3 !important;
  font-weight:600 !important;
}
.footer-bottom,
.footer-bottom a{
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}
.footer-col h4{
  font-family:'DM Sans', sans-serif !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:0.12em !important;
}


/* ── FOOTER EXACT MATCH LOCK ─────────────────────────────────────────────── */
footer{
  background:var(--navy-dark) !important;
  padding:56px 40px 28px !important;
}
.footer-inner{
  max-width:1100px !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:1.15fr 1fr !important;
  gap:48px !important;
  align-items:start !important;
}
.footer-logo{
  display:flex !important;
  align-items:flex-start !important;
  gap:14px !important;
}
.footer-logo img{
  height:42px !important;
  width:auto !important;
  filter:none !important;
  flex-shrink:0 !important;
}
.footer-meta{
  display:flex !important;
  flex-direction:column !important;
  gap:7px !important;
}
.footer-meta strong{
  color:white !important;
  font-size:16px !important;
  line-height:1.3 !important;
  font-weight:600 !important;
}
.footer-meta span,
.footer-meta a{
  color:rgba(255,255,255,0.62) !important;
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
  text-decoration:none !important;
}
.footer-meta a:hover{
  color:var(--teal-light) !important;
}
.footer-columns{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:26px !important;
}
.footer-col h4{
  color:white !important;
  font-family:'DM Sans', sans-serif !important;
  font-size:12px !important;
  font-weight:700 !important;
  text-transform:uppercase !important;
  letter-spacing:0.12em !important;
  margin:0 0 14px !important;
}
.footer-col a{
  display:block !important;
  width:max-content !important;
  max-width:100% !important;
  position:relative !important;
  color:rgba(255,255,255,0.62) !important;
  font-family:'DM Sans', sans-serif !important;
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
  text-decoration:none !important;
  margin-bottom:10px !important;
  transition:color 0.2s ease !important;
}
.footer-col a:hover{
  color:var(--teal-light) !important;
}
.footer-bottom{
  max-width:1100px !important;
  margin:34px auto 0 !important;
  padding-top:22px !important;
  border-top:1px solid rgba(255,255,255,0.10) !important;
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:18px !important;
  flex-wrap:wrap !important;
  color:rgba(255,255,255,0.42) !important;
  font-family:'DM Sans', sans-serif !important;
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}
.footer-bottom a{
  color:rgba(255,255,255,0.62) !important;
  font-family:'DM Sans', sans-serif !important;
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
  text-decoration:none !important;
}
.footer-bottom a:hover{
  color:var(--teal-light) !important;
}
@media(max-width:980px){
  .footer-inner{
    grid-template-columns:1fr !important;
  }
}
@media(max-width:560px){
  .footer-columns{
    grid-template-columns:1fr !important;
  }
  .footer-logo{
    flex-direction:column !important;
  }
}

/* ── FINAL LOGO + DEMO FORM PLACEMENT FIX ── */
.nav-logo{
  display:flex !important;
  align-items:center !important;
  text-decoration:none !important;
  min-width:260px;
}
.nav-logo img{
  display:block !important;
  width:306px !important;
  max-width:306px !important;
  height:auto !important;
  object-fit:contain !important;
  filter:none !important;
}
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
}

.final-cta{
  padding-bottom:90px;
}
@media(max-width:1200px){
  .nav-logo{
    min-width:230px;
  }
  .nav-logo img{
    width:260px !important;
    max-width:260px !important;
  }
}
@media(max-width:900px){
  .nav-logo{
    min-width:auto;
  }
  .nav-logo img{
    width:230px !important;
    max-width:230px !important;
  }
  .demo-form-wrap iframe{
    min-height:860px;
  }
}
@media(max-width:420px){
  .nav-logo img{
    width:205px !important;
    max-width:205px !important;
  }
}

/* ── HEADER LOGO VISUAL MATCH LOCK ───────────────────────────────────────── */
nav{
  height:100px !important;
  padding:0 28px !important;
}
.nav-logo{
  display:flex !important;
  align-items:center !important;
  text-decoration:none !important;
  min-width:260px !important;
  gap:0 !important;
}
.nav-logo img{
  display:block !important;
  width:306px !important;
  max-width:306px !important;
  height:auto !important;
  object-fit:contain !important;
  filter:none !important;
}
@media(max-width:1200px){
  .nav-logo{
    min-width:230px !important;
  }
  .nav-logo img{
    width:260px !important;
    max-width:260px !important;
  }
}
@media(max-width:900px){
  nav{
    height:96px !important;
    padding:0 14px !important;
  }
  .nav-logo{
    min-width:auto !important;
  }
  .nav-logo img{
    width:230px !important;
    max-width:230px !important;
    height:auto !important;
  }
}
@media(max-width:420px){
  .nav-logo img{
    width:205px !important;
    max-width:205px !important;
    height:auto !important;
  }
}

/* ── HEADER + FOOTER LINK FONT MATCH LOCK ────────────────────────────────── */
.nav-links a,
.nav-cta,
.footer-col a,
.footer-meta span,
.footer-meta a,
.footer-meta strong,
.footer-bottom,
.footer-bottom a{
  font-family:'DM Sans', sans-serif !important;
}
.nav-links a{
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
}
.footer-col a,
.footer-meta span,
.footer-meta a{
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
}
.footer-meta strong{
  font-size:16px !important;
  line-height:1.3 !important;
  font-weight:600 !important;
}
.footer-bottom,
.footer-bottom a{
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}
.footer-col h4{
  font-family:'DM Sans', sans-serif !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:0.12em !important;
}


/* ── STANDARD COVERGRID FOOTER LOCK ──────────────────────────────────────── */
footer{
  background:#0D2B4D !important;
  padding:56px 40px 28px !important;
  margin-top:0 !important;
}
.footer-inner{
  max-width:1100px !important;
  margin:0 auto !important;
  display:grid !important;
  grid-template-columns:1.15fr 1fr !important;
  gap:48px !important;
  align-items:start !important;
}
.footer-logo{
  display:flex !important;
  align-items:flex-start !important;
  gap:14px !important;
}
.footer-logo img{
  display:block !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  object-fit:contain !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  filter:none !important;
  flex-shrink:0 !important;
}
.footer-meta{
  display:flex !important;
  flex-direction:column !important;
  gap:7px !important;
}
.footer-meta strong{
  color:white !important;
  font-family:'DM Sans', sans-serif !important;
  font-size:16px !important;
  line-height:1.3 !important;
  font-weight:600 !important;
}
.footer-meta span,
.footer-meta a{
  color:rgba(255,255,255,0.62) !important;
  font-family:'DM Sans', sans-serif !important;
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
  text-decoration:none !important;
}
.footer-meta a:hover{
  color:var(--teal-light) !important;
}
.footer-columns{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:26px !important;
}
.footer-col h4{
  color:white !important;
  font-family:'DM Sans', sans-serif !important;
  font-size:12px !important;
  font-weight:700 !important;
  text-transform:uppercase !important;
  letter-spacing:0.12em !important;
  margin:0 0 14px !important;
}
.footer-col a{
  display:block !important;
  width:max-content !important;
  max-width:100% !important;
  position:relative !important;
  color:rgba(255,255,255,0.62) !important;
  font-family:'DM Sans', sans-serif !important;
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
  text-decoration:none !important;
  margin-bottom:10px !important;
  transition:color 0.2s ease !important;
}
.footer-col a:hover{
  color:var(--teal-light) !important;
}
.footer-bottom{
  max-width:1100px !important;
  margin:34px auto 0 !important;
  padding-top:22px !important;
  border-top:1px solid rgba(255,255,255,0.10) !important;
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:18px !important;
  flex-wrap:wrap !important;
  color:rgba(255,255,255,0.42) !important;
  font-family:'DM Sans', sans-serif !important;
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:400 !important;
}
@media(max-width:980px){
  .footer-inner{
    grid-template-columns:1fr !important;
  }
}
@media(max-width:900px){
  .footer-logo img{
    width:220px !important;
    max-width:220px !important;
  }
}
@media(max-width:560px){
  .footer-columns{
    grid-template-columns:1fr !important;
  }
  .footer-logo{
    flex-direction:column !important;
  }
}
