
:root{
  --navy:#071b3a; --navy2:#0b1b42; --blue:#1e88ff; --blue2:#1565ff;
  --green:#0f9d58; --green2:#22c55e; --mint:#ecfdf5; --bg:#f7f9fc;
  --text:#172033; --muted:#64748b; --line:#e5eaf3; --white:#fff;
  --shadow:0 24px 70px rgba(7,27,58,.14); --radius:26px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 40px));margin:auto}
.nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:12px;font-weight:950}.brand img{width:220px;height:auto}.links{display:flex;gap:24px;font-weight:800;color:#334155;align-items:center}.links a:hover{color:var(--green)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 18px;border-radius:999px;font-weight:900;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green);color:#fff;box-shadow:0 18px 38px rgba(15,157,88,.25)}.btn-secondary{background:#fff;color:var(--navy);border-color:var(--line)}.btn-blue{background:var(--blue);color:#fff;box-shadow:0 18px 38px rgba(30,136,255,.25)}
.hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 84% 20%,rgba(30,136,255,.34),transparent 31%),radial-gradient(circle at 12% 12%,rgba(34,197,94,.25),transparent 27%),linear-gradient(135deg,var(--navy),#081a43 58%,#0e2b63)}
.hero .container{display:grid;grid-template-columns:1fr 1.05fr;gap:48px;align-items:center;padding:92px 0 84px}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);padding:9px 13px;border-radius:999px;font-size:13px;font-weight:900;color:#d8fff0}.hero h1{font-size:64px;line-height:.96;margin:22px 0 18px;letter-spacing:-.06em}.hero p{font-size:20px;line-height:1.58;color:#dbe8ff;margin:0 0 28px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:32px;padding:16px;box-shadow:0 35px 90px rgba(0,0,0,.30)}.hero-card img{border-radius:22px;border:1px solid rgba(255,255,255,.14)}
.badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.badge{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.14);padding:10px 13px;border-radius:999px;font-size:13px;font-weight:900;color:#e7efff}
.section{padding:82px 0}.section-head{max-width:840px;margin:0 auto 42px;text-align:center}.section-head h2{font-size:44px;line-height:1.05;margin:0 0 12px;letter-spacing:-.04em;color:#0f172a}.section-head p{font-size:18px;line-height:1.65;color:var(--muted);margin:0}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.icon{width:52px;height:52px;border-radius:17px;background:var(--mint);color:var(--green);display:grid;place-items:center;font-size:24px;margin-bottom:18px}.card h3{margin:0 0 10px;font-size:22px;color:#0f172a}.card p{margin:0;color:var(--muted);line-height:1.58}.dark{background:var(--navy);color:#fff}.dark .section-head h2{color:#fff}.dark .section-head p{color:#b8c5db}.metric{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;text-align:center;box-shadow:var(--shadow)}.metric strong{display:block;font-size:31px;color:var(--green);margin-bottom:7px}.metric span{color:var(--muted);font-weight:800;font-size:13px}.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;min-height:180px;box-shadow:var(--shadow)}.step-num{width:38px;height:38px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:950;margin-bottom:15px}.step h3{margin:0 0 8px}.step p{font-size:14px;color:var(--muted);line-height:1.5;margin:0}.screenshot-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.screenshot-card{background:#fff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}.screenshot-card img{width:100%;height:330px;object-fit:cover;object-position:top}.screenshot-card div{padding:20px}.screenshot-card h3{margin:0 0 8px;font-size:21px}.screenshot-card p{margin:0;color:var(--muted);line-height:1.5}.pricing{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.price-card.featured{outline:3px solid var(--green);transform:translateY(-8px)}.price{font-size:38px;font-weight:950;color:#0f172a}.price small{font-size:15px;color:var(--muted)}.clean{padding:0;margin:18px 0 0;list-style:none;display:grid;gap:11px;color:#475569}.clean li:before{content:"✓";color:var(--green);font-weight:900;margin-right:9px}.pilot-band{background:linear-gradient(135deg,#0b1737,#0b2a5d);border-radius:32px;padding:42px;color:#fff;display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center}.pilot-band h2{font-size:40px;line-height:1.08;margin:0 0 14px;letter-spacing:-.035em}.pilot-band p{color:#cbd7ee;line-height:1.62}.page-hero{background:linear-gradient(135deg,var(--navy),#0d2a5f);color:#fff;padding:76px 0}.page-hero h1{font-size:54px;margin:0 0 12px;letter-spacing:-.045em}.page-hero p{font-size:19px;color:#d5e2f7;max-width:790px;line-height:1.6}.contact-wrap{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}form{display:grid;gap:14px}input,textarea,select{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:14px 15px;font:inherit;background:#fff}textarea{min-height:130px;resize:vertical}.footer{background:#061027;color:#b9c5d8;padding:34px 0}.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer strong{color:#fff}
@media(max-width:980px){.links{display:none}.brand img{width:190px}.hero .container,.pilot-band,.contact-wrap{grid-template-columns:1fr}.hero h1{font-size:45px}.grid-3,.grid-4,.grid-2,.pricing,.step-grid,.screenshot-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;text-align:center}}


/* DismissalIQ Firebase contact form helpers */
#formStatus {
  margin-top: 12px;
  font-weight: 800;
  line-height: 1.45;
}
button[disabled],
.btn[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
}

/* Responsive header with compact mobile hamburger */
.nav-inner {
  position: relative;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.hamburger-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  flex: 0 0 auto;
}

.hamburger-btn span {
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: var(--navy);
  transition: transform .2s ease, opacity .2s ease;
}

.hamburger-btn.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger-btn.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-btn.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

@media(max-width:980px) {
  .nav-inner {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .brand img {
    width: 174px;
    max-width: 48vw;
  }

  .nav-actions {
    flex: 0 0 auto;
    margin-left: 0;
    gap: 8px;
  }

  .request-demo-btn {
    padding: 10px 13px;
    font-size: 13px;
    white-space: nowrap;
  }

  .hamburger-btn {
    display: inline-flex;
  }

  .links {
    display: none !important;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 260px;
    max-width: calc(100vw - 30px);
    z-index: 100;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }

  .links.open {
    display: flex !important;
  }

  .links a {
    display: block;
    padding: 13px 14px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 900;
    color: #334155;
    text-align: left;
    white-space: nowrap;
  }

  .links a:hover {
    background: var(--mint);
    color: var(--green);
  }
}

@media(max-width:420px) {
  .container {
    width: min(1180px, calc(100% - 24px));
  }

  .brand img {
    width: 145px;
    max-width: 42vw;
  }

  .request-demo-btn {
    padding: 9px 10px;
    font-size: 12px;
  }

  .hamburger-btn {
    width: 40px;
    height: 40px;
  }
}


/* Active navigation */
.links a.active {
  color: var(--green);
}

/* Shared footer */
.site-footer {
  background: #061027;
  color: #b9c5d8;
  padding: 56px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .8fr .8fr 1fr;
  gap: 34px;
  align-items: start;
}

.footer-brand img {
  width: 210px;
  margin-bottom: 16px;
}

.footer-brand p {
  color: #cbd5e1;
  line-height: 1.65;
  margin: 0 0 18px;
  max-width: 360px;
}

.footer-cta {
  padding: 11px 16px;
}

.footer-col {
  display: grid;
  gap: 10px;
}

.footer-col h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.footer-col a,
.footer-col span {
  color: #b9c5d8;
  font-size: 14px;
  line-height: 1.5;
}

.footer-col a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 34px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #94a3b8;
  font-size: 13px;
}

/* Pilot page refresh */
.pilot-hero .eyebrow {
  background: rgba(255,255,255,.1);
  color: #d8fff0;
  border: 1px solid rgba(255,255,255,.16);
}

.pilot-hero .hero-actions {
  margin-top: 24px;
}

.pilot-detail-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.pilot-detail-grid h2 {
  color: #fff;
  font-size: 42px;
  line-height: 1.08;
  margin: 18px 0 14px;
  letter-spacing: -.04em;
}

.pilot-detail-grid p {
  color: #cbd7ee;
  line-height: 1.65;
  font-size: 17px;
}

.pilot-checklist {
  display: grid;
  gap: 14px;
}

.check-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  padding: 18px;
}

.check-card strong {
  display: block;
  color: #fff;
  font-size: 17px;
  margin-bottom: 6px;
}

.check-card span {
  color: #cbd7ee;
  line-height: 1.5;
}

.pilot-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.pilot-cta-section {
  padding-top: 20px;
}

.pilot-cta-card {
  background: linear-gradient(135deg, var(--green), #12824d);
  border-radius: 30px;
  padding: 36px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  box-shadow: var(--shadow);
}

.pilot-cta-card h2 {
  margin: 0 0 8px;
  font-size: 34px;
  letter-spacing: -.035em;
}

.pilot-cta-card p {
  margin: 0;
  color: #eafff3;
  line-height: 1.6;
  max-width: 680px;
}

.pilot-cta-card .btn {
  background: #fff;
  color: var(--green);
  flex: 0 0 auto;
}

@media(max-width:980px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .pilot-detail-grid,
  .pilot-two-col {
    grid-template-columns: 1fr;
  }

  .pilot-cta-card {
    flex-direction: column;
    text-align: center;
  }
}

@media(max-width:560px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand img {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-brand p {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-col {
    justify-items: center;
  }
}
