:root{
  --navy:#0b1728;
  --navy-2:#13233b;
  --blue:#2f6fed;
  --blue-2:#5b8cff;
  --sky:#eaf1ff;
  --text:#142033;
  --muted:#667085;
  --line:#d9e1ee;
  --soft:#f5f7fb;
  --white:#ffffff;
  --green:#19744b;
  --urgent:#7a0707;
  --urgent-bg:#fef2f2;
  --urgent-border:#fca5a5;
  --shadow:0 20px 60px rgba(11,23,40,.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:var(--white);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,calc(100% - 40px));margin:0 auto}

/* Header & Navigation */
.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(217,225,238,.75);
}
.nav-wrap{min-height:72px;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.15rem}
.brand img{width:38px;height:38px;border-radius:11px;object-fit:cover}
nav{margin-left:auto;display:flex;gap:26px;color:var(--muted);font-size:.95rem}
nav a:hover{color:var(--blue)}

/* Buttons */
.button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 22px;border:1px solid var(--blue);
  border-radius:12px;background:var(--blue);color:white;
  font-weight:750;cursor:pointer;
  transition:.2s ease;
}
.button:hover{transform:translateY(-1px);background:#245bd0}
.button-small{min-height:40px;padding:0 16px}
.button-secondary{background:white;color:var(--blue);border-color:var(--line)}
.button-secondary:hover{background:var(--sky)}
.full{width:100%}

/* Hero Section */
.hero{
  overflow:hidden;
  background:
    radial-gradient(circle at 80% 15%,rgba(47,111,237,.18),transparent 30%),
    linear-gradient(180deg,#fff 0%,#f7f9fc 100%);
  padding:92px 0 82px;
}
.hero-grid,.report-grid,.coach-grid,.demo-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.78rem;color:var(--blue)}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(3.3rem,7vw,6.2rem);line-height:.95;letter-spacing:-.055em;margin-bottom:24px}
h2{font-size:clamp(2rem,4vw,3.45rem);line-height:1.05;letter-spacing:-.04em;margin-bottom:20px}
h3{line-height:1.2}
.hero-text{font-size:1.22rem;color:var(--muted);max-width:650px}
.hero-actions{display:flex;gap:12px;margin-top:30px}
.proof-row{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:30px;color:var(--muted);font-size:.92rem}
.proof-row span::before{content:"✓";color:var(--blue);font-weight:900;margin-right:8px}

/* Phone Mockup */
.hero-visual{display:flex;justify-content:center}
.phone{
  width:min(390px,100%);padding:12px;border-radius:42px;background:var(--navy);
  box-shadow:0 35px 80px rgba(11,23,40,.32);transform:rotate(1.2deg)
}
.phone-top{width:110px;height:24px;border-radius:0 0 18px 18px;background:var(--navy);margin:-12px auto 5px}
.phone-screen{border-radius:31px;background:#f5f7fb;padding:24px;min-height:650px}
.message-header{display:flex;gap:12px;align-items:center;margin-bottom:22px}
.message-header img{width:44px;height:44px;border-radius:13px}
.message-header small,.message-card small{display:block;color:var(--muted)}
.message-card{background:white;border:1px solid var(--line);border-radius:18px;padding:16px;margin-bottom:12px;box-shadow:0 8px 20px rgba(11,23,40,.05)}
.message-card.accent{background:var(--navy);color:white;border-color:var(--navy)}
.message-card.accent small{color:#b9c8dc}
.message-card.compact{display:flex;justify-content:space-between;align-items:center}
.message-card p{font-size:.9rem;color:var(--muted);margin:6px 0 0}

/* Badges */
.badge,.status,.featured-tag{display:inline-flex;border-radius:999px;padding:6px 10px;background:var(--sky);color:var(--blue);font-size:.72rem;font-weight:850}
.demo-badge{background:#fef3c7;color:#92400e;border:1px solid #fde6a5}
.demo-evidence{background:#dbeafe;color:#1d4ed8;border:1px solid #93c5fd}

/* Logo Strip */
.logo-strip{padding:24px 0;border-block:1px solid var(--line);text-align:center;color:var(--muted)}
.logo-strip p{margin:0}

/* Sections */
.section{padding:100px 0}
.section-heading{max-width:760px;margin:0 auto 52px;text-align:center}
.section-heading>p:last-child{color:var(--muted);font-size:1.08rem}
.steps-grid,.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.step-card,.price-card,.roi-card{
  border:1px solid var(--line);border-radius:20px;background:white;padding:28px
}
.step-card{min-height:250px}
.step-number{font-weight:900;color:var(--blue)}
.step-card h3{font-size:1.35rem;margin-top:32px}
.step-card p{color:var(--muted)}
.section-dark{background:var(--navy);color:white}
.muted-light{color:#b7c5d8}

/* Check List */
.check-list{padding:0;list-style:none;display:grid;gap:12px}
.check-list li::before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:rgba(91,140,255,.18);color:#83a8ff;font-weight:900;margin-right:10px}

/* Report Card */
.report-card{background:white;color:var(--text);border-radius:24px;padding:26px;box-shadow:0 35px 80px rgba(0,0,0,.25)}
.report-title{display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:18px}
.report-title small{color:var(--muted);font-weight:800;letter-spacing:.08em}
.report-title h3{margin:5px 0 0}
.report-summary{background:var(--sky);border-radius:14px;padding:16px;margin:18px 0}
.report-summary p{margin:4px 0 0}
.report-item{display:grid;grid-template-columns:38px 1fr 60px;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}
.rank{width:32px;height:32px;border-radius:10px;background:var(--navy);color:white;display:grid;place-items:center;font-weight:800}
.report-item p{margin:3px 0 0;color:var(--muted);font-size:.85rem}
.score{text-align:right}
.score strong,.score small{display:block}
.score strong{font-size:1.35rem}
.score small{font-size:.65rem;color:var(--blue);font-weight:850}
.report-footer{padding-top:18px}
.report-footer span{color:var(--blue);font-weight:850}
.report-footer p{margin:4px 0 0;color:var(--muted)}

/* Coach Mode Layout */
.coach-grid{grid-template-columns:.9fr 1.1fr}
.coach-mockup{background:var(--soft);border:1px solid var(--line);border-radius:26px;padding:28px;display:grid;gap:16px}
.chat-bubble{padding:16px 18px;border-radius:20px;max-width:90%}
.chat-bubble.rep{justify-self:end;background:var(--blue);color:white;border-bottom-right-radius:6px}
.chat-bubble.ai{background:white;border:1px solid var(--line);border-bottom-left-radius:6px;box-shadow:0 12px 30px rgba(11,23,40,.08)}
.chat-bubble.ai p{margin-bottom:12px}
.chat-brand{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.chat-brand img{width:34px;height:34px;border-radius:10px}
.feature-list{margin-top:30px;display:grid;gap:16px}
.feature-list div{border-left:3px solid var(--blue);padding-left:16px}
.feature-list strong,.feature-list span{display:block}
.feature-list span{color:var(--muted)}

/* ROI Section */
.roi-section{background:var(--soft)}
.roi-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:16px;align-items:center}
.roi-card{text-align:center}
.roi-card small,.roi-card strong{display:block}
.roi-card strong{font-size:2rem;margin-top:8px}
.roi-card.highlight{border-color:var(--blue);background:var(--sky)}
.math-sign{font-size:2rem;color:var(--muted)}
.fine-print{text-align:center;color:var(--muted);font-size:.85rem;margin-top:18px}

/* Pricing Cards */
.price-card{position:relative}
.price-card.featured{border:2px solid var(--blue);transform:translateY(-10px);box-shadow:var(--shadow)}
.featured-tag{position:absolute;top:16px;right:16px}
.plan-name{font-weight:800;color:var(--blue)}
.price-card h3{font-size:2rem}
.price-card h3 span{font-size:1rem;color:var(--muted);font-weight:500}
.price-card ul{padding-left:20px;min-height:170px;color:var(--muted)}

/* FAQ */
.section-soft{background:var(--soft)}
.faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}
.faq-list details{border-bottom:1px solid var(--line);padding:18px 0}
.faq-list summary{cursor:pointer;font-weight:800}
.faq-list p{color:var(--muted);margin:12px 0 0}

/* Demo Section */
.demo-section{background:linear-gradient(135deg,var(--navy),var(--navy-2));color:white}
.demo-form{background:white;color:var(--text);padding:28px;border-radius:22px;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.demo-form label{font-size:.9rem;font-weight:750}
.demo-form input,.demo-form select{
  width:100%;margin-top:6px;padding:13px 14px;border:1px solid var(--line);border-radius:10px;font:inherit;background:white
}
.demo-form button,.form-status{grid-column:1/-1}
.form-status{min-height:24px;margin:0;color:var(--green)}

/* Footer */
footer{background:#07101d;color:#c7d2e1;padding:34px 0}
.footer-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}
.footer-grid p{margin:0}
.footer-grid p:last-child{text-align:right;font-size:.85rem}
.footer-brand{color:white}

/* ===== Coach Mode Styles ===== */
.coach-form-container{
  background:var(--soft);
  border:1px solid var(--line);
  border-radius:20px;
  padding:24px;
  margin-top:24px;
}

.coach-form .form-row{
  margin-bottom:18px;
}

.coach-form label{
  display:block;
  font-size:.85rem;
  font-weight:700;
  margin-bottom:8px;
  color:var(--text);
}

.coach-form input[type="text"],
.coach-form select{
  width:100%;
  padding:14px 16px;
  border:1px solid var(--line);
  border-radius:12px;
  font-size:1rem;
  font-family:inherit;
  background:white;
  color:var(--text);
  min-height:48px;
}

.coach-form input:focus,
.coach-form select:focus{
  outline:none;
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(47,111,237,.15);
}

#analyzeBtn{
  margin-top:8px;
}

#coachFormStatus{
  margin-top:12px;
  font-size:.9rem;
  font-weight:600;
}

/* Results Section */
#coachResults{
  background:var(--soft);
}

.results-header{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:32px;
}

.demo-badge{
  background:#fef3c7;
  color:#92400e;
  border:1px solid #fde6a5;
  font-weight:700;
  text-transform:uppercase;
  font-size:.72rem;
  letter-spacing:.05em;
}

.result-card{
  background:white;
  border-radius:24px;
  padding:32px;
  box-shadow:0 20px 60px rgba(11,23,40,.14);
  max-width:800px;
  margin:0 auto;
}

.result-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:24px;
  flex-wrap:wrap;
  gap:12px;
}

.result-header h3{
  font-size:1.5rem;
  margin:0;
}

.score-display{
  text-align:center;
  padding:20px;
  background:var(--soft);
  border-radius:16px;
  margin:24px 0;
}

.score-circle{
  width:80px;
  height:80px;
  border-radius:50%;
  background:var(--blue);
  color:white;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:2rem;
  font-weight:800;
  margin:0 auto 8px;
}

.score-label{
  font-size:.85rem;
  color:var(--muted);
  font-weight:600;
}

.result-section{
  margin:24px 0;
  padding-bottom:24px;
  border-bottom:1px solid var(--line);
}

.result-section:last-child{
  border-bottom:none;
  margin-bottom:0;
}

.result-section h4{
  font-size:1.1rem;
  margin-top:0;
  margin-bottom:14px;
  color:var(--navy);
  display:flex;
  align-items:center;
  gap:8px;
}

.result-section ul{
  padding-left:20px;
  margin:0;
}

.result-section li{
  margin-bottom:8px;
  color:var(--text);
}

.result-section ol{
  padding-left:24px;
  margin:0;
}

/* Priority Badges - Four Levels */
.urgent-priority{
  background:var(--urgent-bg);
  color:var(--urgent);
  border:1px solid var(--urgent-border);
}

.high-priority{
  background:#fee2e2;
  color:#b91c1c;
  border:1px solid #fca5a5;
}

.medium-priority{
  background:#fef3c7;
  color:#92400e;
  border:1px solid #fde6a5;
}

.low-priority{
  background:#e0f2fe;
  color:#0369a1;
  border:1px solid #7dd3fc;
}

.badge.low-priority,
.badge.medium-priority,
.badge.high-priority,
.badge.urgent-priority{
  font-weight:700;
  text-transform:uppercase;
  font-size:.7rem;
  letter-spacing:.05em;
}

/* Property Details Table */
.result-section table{
  width:100%;
  border-collapse:collapse;
}

.result-section table td{
  padding:8px 12px;
  border-bottom:1px solid var(--line);
}

.result-section table td:first-child{
  font-weight:600;
  color:var(--muted);
  width:40%;
}

/* Opener Quote */
.opener-quote{
  font-style:italic;
  background:var(--sky);
  padding:18px 24px;
  border-left:4px solid var(--blue);
  border-radius:0 8px 8px 0;
  font-size:1.05rem;
  line-height:1.5;
}

/* Objections */
.objection{
  margin-bottom:18px;
}

.objection:last-child{
  margin-bottom:0;
}

.objection strong{
  display:block;
  margin-bottom:6px;
  color:var(--navy);
}

.objection p{
  margin:0;
  color:var(--muted);
}

/* Disclaimer */
.disclaimer{
  background:#fffbeb;
  border:1px solid #fde6a5;
  border-radius:16px;
  padding:18px 22px;
  margin-top:32px;
  font-size:.85rem;
  color:#78350f;
}

.disclaimer strong{
  color:#92400e;
}

/* Coach Footer */
.coach-footer{
  text-align:center;
  margin-top:32px;
}

/* Mobile Responsiveness for Coach Mode */
@media (max-width:900px){
  .coach-grid{
    grid-template-columns:1fr;
  }

  .result-card{
    padding:24px;
  }

  .result-header h3{
    font-size:1.25rem;
  }
}

@media (max-width:600px){
  .coach-form-container{
    padding:20px;
  }

  .result-card{
    padding:20px;
    border-radius:16px;
  }

  .score-circle{
    width:70px;
    height:70px;
    font-size:1.75rem;
  }

  .results-header{
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }

  .opener-quote{
    font-size:.95rem;
    padding:16px 20px;
  }
}

/* ===== End Coach Mode Styles ===== */

/* ===== Original Mobile Responsiveness ===== */
@media (max-width:900px){
  nav{display:none}
  .hero-grid,.report-grid,.coach-grid,.demo-grid,.faq-grid{grid-template-columns:1fr;gap:45px}
  .steps-grid,.pricing-grid{grid-template-columns:1fr}
  .price-card.featured{transform:none}
  .hero{padding-top:60px}
  .hero-copy{text-align:center}
  .hero-text{margin-inline:auto}
  .hero-actions,.proof-row{justify-content:center}
  .roi-grid{grid-template-columns:1fr}
  .math-sign{transform:rotate(90deg);text-align:center}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-grid p:last-child{text-align:center}
}

@media (max-width:600px){
  .container{width:min(100% - 24px,1120px)}
  .site-header .button-small{display:none}
  h1{font-size:3.2rem}
  .hero-actions{flex-direction:column}
  .phone-screen{min-height:auto;padding:18px}
  .section{padding:72px 0}
  .demo-form{grid-template-columns:1fr}
}
