:root{
  --ink:#0B0F1A;
  --muted:#5B6477;
  --bg:#FFFFFF;
  --bg-soft:#F7F9FC;
  --border:#E6E8EE;

  --blue-1:#081832;
  --blue-2:#0F2B6B;
  --accent:#FF4D6D;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial; color:var(--ink); background:var(--bg); }
a{ color:inherit; text-decoration:none; }
a:hover{ text-decoration:underline; }

.container{ width:min(1120px, calc(100% - 40px)); margin:0 auto; }

.site-header{
  position:sticky; top:0; z-index:10;
  background:rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
}
.header-inner{ display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:18px; }


.brand{
  font-weight: 900;
  font-size: 30px;
  letter-spacing: -0.6px;
  line-height: 1;
  color: var(--blue-2);
}
.nav{ display:flex; gap:18px; font-size:14px; }
.nav a{ color:rgba(11,15,26,0.85); }
.nav a:hover{ color:var(--ink); text-decoration:none; }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:12px;
  font-weight:700;
  font-size:14px;
  border:1px solid transparent;
  cursor:pointer;
  text-decoration:none !important;
}
.btn-primary{ background:var(--accent); color:#fff; border-color:var(--accent); }
.btn-primary:hover{ filter:brightness(0.95); }
.btn-outline{ background:#fff; color:var(--blue-2); border-color:rgba(15,43,107,0.35); }
.btn-outline:hover{ border-color:rgba(15,43,107,0.6); }

.hero{
  background: linear-gradient(135deg, #F3F7FF 0%, #EAF1FF 100%);
  color: var(--ink);
  padding: 150px 0 120px;
}
.hero-inner{ max-width:820px; }
.hero h1{ font-size: clamp(38px, 4.2vw, 58px); line-height:1.04; margin:0; letter-spacing:-0.8px; }
.hero-sub{ margin-top:22px; font-size:18px; line-height:1.6; color: rgba(11,15,26,0.78); max-width:720px; max-width:720px; }
.hero-actions{ margin-top:36px; display:flex; gap:14px; flex-wrap:wrap; }

.problem{
  background: #FFFFFF;
  color: var(--ink);
  padding: 80px 0;
}
.problem-inner{ display:flex; flex-direction:column; gap:32px; }
.clouds{ display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:18px; }

.cloud{
  position: relative;
  padding: 16px 20px;
  color: rgba(11,15,26,0.78);
  font-weight: 700;
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(15,43,107,0.08);
}
.cloud::before{
  content:"";
  position:absolute;
  left: 18px;
  top: -10px;
  width: 42px;
  height: 26px;
  background:#FFFFFF;
  border: 1px solid var(--border);
  border-bottom: none;
  border-radius: 999px 999px 999px 999px;
  transform: rotate(-6deg);
}
.cloud::after{
  content:"";
  position:absolute;
  right: 18px;
  top: -14px;
  width: 58px;
  height: 32px;
  background:#FFFFFF;
  border: 1px solid var(--border);
  border-bottom: none;
  border-radius: 999px;
  transform: rotate(5deg);
}

.problem-punch{ display:flex; flex-direction:column; gap:10px; }
.punch-1{ font-size:18px; color: rgba(11,15,26,0.88); }

.punch-2{ font-size:20px; }

.accent{ color: var(--accent); }
.problem-cta{ margin-top:4px; }

.authority{ background:#fff; padding:64px 0; border-bottom:1px solid var(--border); }
.authority-inner{ text-align:center; display:flex; flex-direction:column; gap:10px; }
.human-led{ font-weight:800; letter-spacing:0.2px; }
.authority-line{ font-size:18px; color:rgba(11,15,26,0.85); }

.howwework{ padding:80px 0; background:var(--bg-soft); }
.howwework h2{ margin:0 0 26px; font-size:34px; letter-spacing:-0.4px; }

.cards4{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:16px;
}
.card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:18px;
  padding:20px;
}
.card h3, .card h2{ margin:0 0 10px; }
.card p{ margin:0; color:rgba(11,15,26,0.8); line-height:1.6; }
.pad{ padding:26px; }

.industries{ padding:80px 0; background:#fff; }
.industries h2{ margin:0 0 10px; font-size:32px; letter-spacing:-0.4px; }
.industry-line{
  margin-top:18px;
  padding:16px 18px;
  border-radius:14px;
  border:1px solid var(--border);
  color:rgba(11,15,26,0.85);
  line-height:1.8;
}

.cta-final{ padding:90px 0; background:var(--bg-soft); border-top:1px solid var(--border); }
.cta-final-inner{ text-align:center; }
.cta-actions{ margin-top:20px; display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }

.page-hero{ padding:70px 0 30px; background:#fff; }
.page-hero h1{ margin:0; font-size:42px; letter-spacing:-0.6px; }
.muted{ color:var(--muted); }
.section{ padding:30px 0 80px; }
.stack{ display:flex; flex-direction:column; gap:16px; }
.row-actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top:14px; }

.list{ margin:12px 0 0; padding-left:18px; color:rgba(11,15,26,0.85); line-height:1.8; }
.divider{ height:1px; background:var(--border); margin:18px 0; }

.progress-row{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:12px; }
.progress{ height:10px; width:220px; background:rgba(11,15,26,0.08); border-radius:999px; overflow:hidden; }
.progress-bar{ height:100%; background:var(--accent); border-radius:999px; }

.q-title{ margin:0 0 8px; font-size:20px; color:rgba(11,15,26,0.75); }
.q-text{ margin:0 0 18px; font-size:22px; line-height:1.45; }

.choices{ display:grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap:10px; }
.choice{
  text-align:left;
  border:1px solid var(--border);
  background:#fff;
  border-radius:16px;
  padding:14px;
  cursor:pointer;
}
.choice:hover{ border-color:rgba(255,77,109,0.5); }
.choice.selected{ border-color:rgba(255,77,109,0.8); box-shadow: 0 0 0 3px rgba(255,77,109,0.12); }
.choice-score{ font-weight:800; font-size:18px; }
.choice-label{ margin-top:6px; color:rgba(11,15,26,0.75); font-size:13px; line-height:1.35; }

.results .score-row{ display:flex; align-items:flex-end; justify-content:space-between; gap:16px; }
.score{ font-size:54px; font-weight:900; letter-spacing:-1px; }
.tier{ font-size:20px; font-weight:800; }
.grid2{ display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:12px; }
.mini{ padding:14px; border-radius:14px; }
.mini-score{ font-weight:800; font-size:18px; margin-top:4px; }

.embed-placeholder{
  border:1px dashed rgba(15,43,107,0.35);
  background: rgba(15,43,107,0.04);
  border-radius:16px;
  padding:26px;
  text-align:center;
}
.small{ font-size:12px; color:rgba(11,15,26,0.65); margin-top:6px; }

.site-footer{
  background: linear-gradient(135deg, var(--blue-1) 0%, var(--blue-2) 100%);
  color:#fff;
  border-top: none;
  padding: 48px 0 18px;
}

.footer-inner{ display:grid; grid-template-columns: 1.2fr 1fr 1fr; gap:18px; }
.footer-title{ font-weight:800; margin-bottom:8px; }
.footer-col{ display:flex; flex-direction:column; gap:8px; }
.footer-col a{ color:rgba(11,15,26,0.75); }
.footer-col a:hover{ color:rgba(11,15,26,1); text-decoration:none; }
.footer-bottom{ padding-top:18px; border-top:1px solid var(--border); margin-top:18px; }

@media (max-width: 980px){
  .cards4{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .choices{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .clouds{ display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:18px; }

  .footer-inner{ grid-template-columns: 1fr; }
}


/* Assessment lead capture modal */
.modal-backdrop{
  position: fixed;
  inset: 0;
  background: rgba(8,24,50,0.55);
  z-index: 50;
}
.modal{
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  z-index: 60;
}
.modal-card{
  width: min(560px, 100%);
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.18);
}
.modal-title{
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.4px;
  margin-bottom: 8px;
  text-align: center;
}
.modal-sub{
  text-align:center;
  color: var(--muted);
  margin-bottom: 18px;
}
.form-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.field label{
  display:block;
  font-size: 12px;
  font-weight: 800;
  color: rgba(11,15,26,0.75);
  margin-bottom: 6px;
}
.input{
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  outline: none;
}
.input:focus{
  border-color: rgba(255,77,109,0.7);
  box-shadow: 0 0 0 3px rgba(255,77,109,0.12);
}
.btn-full{
  width: 100%;
  margin-top: 10px;
  padding: 13px 16px;
  border-radius: 14px;
}
.modal-foot{
  margin-top: 14px;
  text-align: center;
  font-size: 12px;
}
.success{
  margin-top: 16px;
}

.site-footer .muted{ color: rgba(255,255,255,0.72); }
.site-footer .footer-title{ color:#fff; }
.site-footer .footer-col a{ color: rgba(255,255,255,0.78); }
.site-footer .footer-col a:hover{ color:#fff; }
.site-footer .footer-bottom{ border-top: 1px solid rgba(255,255,255,0.18); }
.site-footer .brand{ color:#fff; }

.problem-intro{
  margin: 0 0 10px;
  max-width: 760px;
}

/* Header layout */
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Default desktop nav */
.nav {
    display: flex;
    gap: 24px;
}

.header-cta {
    display: flex;
}

/* MOBILE FIX */
@media (max-width: 900px) {

    .header-inner {
        flex-wrap: wrap;
    }

    .brand {
        font-size: 26px; /* slightly smaller on mobile */
    }

    .nav {
        order: 3; /* push nav to second row */
        width: 100%;
        justify-content: center;
        margin-top: 10px;
        gap: 16px;
        flex-wrap: wrap;
    }

    .header-cta {
        order: 2;
    }
}

.nooro-wordmark {
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
    font-weight: 900;
    font-size: 34px;
    letter-spacing: -0.8px;
    line-height: 1;
}
    .nooro-wordmark a:hover {
        text-decoration: none
    }
    .nooro-wordmark .nooro {
        color: #0F2B6B;
    }
    /* dark royal blue */
    .nooro-wordmark .ai {
        color: #FF4D6D;
    }
/* coral */

.legal-page {
    padding: 72px 20px;
    background: linear-gradient(to bottom, #f8fbff 0%, #ffffff 100%);
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
}

.legal-header {
    margin-bottom: 40px;
}

.legal-eyebrow {
    margin-bottom: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ff7f6a;
}

.legal-header h1 {
    margin-bottom: 12px;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1.1;
    color: #14325c;
}

.legal-effective-date {
    margin-bottom: 20px;
    color: #5f6b7a;
    font-weight: 600;
}

.legal-intro {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #334155;
    max-width: 800px;
}

.legal-content {
    background: #ffffff;
    border: 1px solid #e7edf5;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 16px 50px rgba(15, 23, 42, 0.06);
}

    .legal-content section + section {
        margin-top: 32px;
        padding-top: 32px;
        border-top: 1px solid #eef2f7;
    }

    .legal-content h2 {
        margin-bottom: 14px;
        font-size: 1.35rem;
        color: #14325c;
    }

    .legal-content h3 {
        margin: 18px 0 10px;
        font-size: 1.05rem;
        color: #1f3f70;
    }

    .legal-content p,
    .legal-content li {
        font-size: 1rem;
        line-height: 1.85;
        color: #334155;
    }

    .legal-content ul {
        margin: 12px 0 0 22px;
        padding: 0;
    }

    .legal-content a {
        color: #14325c;
        text-decoration: none;
        font-weight: 600;
    }

        .legal-content a:hover {
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .legal-page {
        padding: 48px 16px;
    }

    .legal-content {
        padding: 24px;
        border-radius: 18px;
    }
}