@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #141414;--bg2: #282828;--surface: #202124;--surface-light: #2d2d2d;--text: #F9F9F9;--text-secondary: #CCCCCC;--text-muted: #5F6368;--border: rgba(255, 255, 255, .1);--accent: #1EA64A;--accent-hover: #178f3e;--blue: #4878BC;--yellow: #fcb808;--red: #BA2426;--radius: 8px;--radius-lg: 12px;font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--bg);line-height:1.5;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}ul{list-style:none}.wrap{width:min(100% - 48px,1080px);margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Inter,sans-serif;font-weight:500;font-size:.94rem;letter-spacing:.03em;border-radius:var(--radius);border:none;cursor:pointer;transition:all .15s ease;padding:12px 24px}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-outline:hover{border-color:var(--text-muted)}.btn-sm{padding:8px 18px;font-size:.85rem}.btn-full{width:100%}.nav{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border)}.nav-row{display:flex;align-items:center;justify-content:space-between;height:60px}.nav-brand{display:flex}.logo{height:28px;width:auto}.nav-links{display:flex;gap:32px}.nav-links a{font-size:.88rem;font-weight:500;color:var(--text-secondary);transition:color .15s}.nav-links a:hover{color:var(--text)}.hero{padding:100px 0 80px}.hero-layout{max-width:680px}.hero h1{font-size:clamp(2.4rem,6vw,3.6rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:var(--text);margin-bottom:20px}.hero-sub{font-size:1.1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:32px}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap}.section{padding:80px 0}.section-header{margin-bottom:48px}.section-header h2{font-size:2rem;font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:8px}.section-header p{font-size:1rem;color:var(--text-secondary)}.feature-showcase{display:flex;flex-direction:column;gap:80px}.feature-row{display:grid;grid-template-columns:1fr auto;gap:56px;align-items:center}.feature-row-reverse{direction:rtl}.feature-row-reverse>*{direction:ltr}.feature-text{display:flex;flex-direction:column;gap:14px}.feature-label{display:inline-flex;width:fit-content;padding:5px 12px;border-radius:var(--radius);background:#1ea64a1f;color:var(--accent);font-size:.78rem;font-weight:600;letter-spacing:.02em}.feature-text h3{font-size:1.5rem;line-height:1.2;letter-spacing:-.02em;font-weight:700;color:var(--text)}.feature-text p{font-size:1rem;color:var(--text-secondary);line-height:1.65}.phone-frame{width:300px;border-radius:36px;border:2px solid rgba(255,255,255,.08);background:var(--surface);overflow:hidden;box-shadow:0 16px 48px #0000004d;flex-shrink:0}.phone-notch{display:flex;justify-content:center;padding-top:8px}.phone-camera{width:60px;height:20px;border-radius:999px;background:var(--bg)}.phone-statusbar{display:flex;align-items:center;justify-content:space-between;padding:2px 20px 0}.phone-time{font-size:.72rem;font-weight:700;color:var(--text)}.phone-icons{display:flex;align-items:center;gap:6px;color:var(--text-secondary)}.phone-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 6px;border-bottom:1px solid var(--border)}.phone-back{font-size:1rem;color:var(--blue);font-weight:600}.phone-screen-title{font-size:.82rem;font-weight:700;color:var(--text)}.screen-body{padding:14px;display:flex;flex-direction:column;gap:8px;min-height:300px}.phone-home-bar{display:flex;justify-content:center;padding:8px 0 6px}.phone-home-bar span{width:100px;height:4px;border-radius:999px;background:#ffffff1f}.chat-bubble{max-width:85%;padding:10px 14px;border-radius:16px}.chat-bubble p{font-size:.82rem;line-height:1.5;color:var(--text)}.chat-guest{background:var(--surface-light);border:1px solid var(--border);align-self:flex-end;border-bottom-right-radius:4px}.chat-ai{background:#1ea64a1a;border:1px solid rgba(30,166,74,.15);align-self:flex-start;border-bottom-left-radius:4px}.chat-ai p{color:#a8e6c1}.chat-search-input{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:var(--radius);background:var(--surface-light);border:1px solid var(--border);margin-bottom:2px}.chat-search-input svg{width:14px;height:14px;color:var(--text-muted);flex-shrink:0}.chat-search-input span{font-size:.78rem;color:var(--text-muted)}.chat-results-grid{display:flex;flex-direction:column;gap:6px;margin:2px 0}.chat-result-card{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--radius);background:var(--surface-light);border:1px solid var(--border)}.chat-result-img{width:40px;height:40px;border-radius:var(--radius);flex-shrink:0}.chat-img-kilimani{background:linear-gradient(135deg,#1ea64a,#0c5a24)}.chat-img-westlands{background:linear-gradient(135deg,#4878bc,#223b6b)}.chat-img-lavington{background:linear-gradient(135deg,#fcb808,#8a6a1f)}.chat-result-body{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.chat-result-body strong{font-size:.75rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-result-meta{font-size:.68rem;color:var(--text-muted)}.chat-result-tag{padding:2px 7px;border-radius:4px;background:#1ea64a1a;color:var(--accent);font-size:.65rem;font-weight:700}.chat-followup{opacity:.5;border-style:dashed}.lead-list{display:flex;flex-direction:column;gap:6px}.lead-row{display:flex;align-items:center;gap:10px;padding:12px;border-radius:var(--radius);background:var(--surface-light);border:1px solid var(--border)}.lead-dot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.lead-green{background:#1ea64a}.lead-gold{background:#fcb808}.lead-blue{background:#4878bc}.lead-muted{background:var(--text-muted)}.lead-info{display:flex;flex-direction:column;gap:1px;flex:1}.lead-info strong{font-size:.82rem;font-weight:600;color:var(--text)}.lead-info span{font-size:.72rem;color:var(--text-muted)}.lead-time{font-size:.7rem;color:var(--text-muted);white-space:nowrap}.cal-screen{display:flex;flex-direction:column;gap:10px}.cal-month{font-size:.85rem;font-weight:700;color:var(--text);text-align:center}.cal-week{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.cal-day{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 2px;border-radius:var(--radius);background:var(--surface-light);border:1px solid transparent}.cal-today{border-color:var(--accent);background:#1ea64a14}.cal-day-label{font-size:.52rem;font-weight:600;color:var(--text-muted);text-transform:uppercase}.cal-day-num{font-size:.75rem;font-weight:700;color:var(--text)}.cal-today .cal-day-num{color:var(--accent)}.cal-dots{display:flex;gap:2px}.cal-evt-dot{width:4px;height:4px;border-radius:999px}.cal-evt-green{background:#1ea64a}.cal-evt-gold{background:#fcb808}.cal-evt-blue{background:#4878bc}.cal-evt-muted{background:var(--text-muted)}.cal-divider{font-size:.68rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;padding:2px 0;border-top:1px solid var(--border)}.cal-upcoming{display:flex;flex-direction:column;gap:6px}.cal-event-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--radius);background:var(--surface-light);border:1px solid var(--border)}.cal-event-bar{width:3px;height:28px;border-radius:999px;flex-shrink:0}.cal-bar-green{background:#1ea64a}.cal-bar-blue{background:#4878bc}.cal-bar-gold{background:#fcb808}.cal-bar-muted{background:var(--text-muted)}.cal-event-info{display:flex;flex-direction:column;gap:1px}.cal-event-info strong{font-size:.7rem;font-weight:600;color:var(--text)}.cal-event-info span{font-size:.66rem;color:var(--text-muted)}.analytics-screen{display:flex;flex-direction:column;gap:10px}.analytics-stats{display:grid;grid-template-columns:1fr 1fr;gap:6px}.stat-card{display:flex;flex-direction:column;gap:1px;padding:10px;border-radius:var(--radius);background:var(--surface-light);border:1px solid var(--border)}.stat-value{font-size:1.1rem;font-weight:800;color:#fff;letter-spacing:-.02em}.stat-label{font-size:.62rem;color:var(--text-muted)}.stat-change{font-size:.62rem;font-weight:700}.stat-up{color:#1ea64a}.stat-down{color:#ba2426}.analytics-chart{padding:12px 10px 8px;border-radius:var(--radius);background:var(--surface-light);border:1px solid var(--border)}.chart-bars{display:flex;align-items:flex-end;gap:4px;height:64px}.chart-bar{flex:1;border-radius:3px 3px 0 0;background:linear-gradient(180deg,#1ea64a,#1ea64a33);min-height:3px}.analytics-insight{display:flex;gap:8px;padding:10px;border-radius:var(--radius);background:#4878bc14;border:1px solid rgba(72,120,188,.15)}.analytics-insight svg{width:16px;height:16px;color:var(--blue);flex-shrink:0;margin-top:1px}.analytics-insight p{font-size:.68rem;line-height:1.5;color:var(--text-secondary)}.region-tabs{display:flex;gap:4px;background:var(--surface);border-radius:var(--radius);padding:4px;margin-bottom:32px;width:fit-content}.region-tab{padding:8px 20px;border-radius:6px;border:none;background:transparent;color:var(--text-secondary);font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .15s}.region-tab:hover{color:var(--text)}.region-tab-active{background:var(--accent);color:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.price-card{padding:28px 24px;border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);display:flex;flex-direction:column;gap:16px;position:relative}.price-card-popular{border-color:var(--accent)}.popular-badge{position:absolute;top:-10px;left:24px;padding:3px 10px;border-radius:4px;background:var(--accent);color:#fff;font-size:.72rem;font-weight:700}.price-card h3{font-size:1.1rem;font-weight:700;color:var(--text)}.price-amount strong{font-size:2.2rem;font-weight:800;color:#fff;letter-spacing:-.03em}.price-amount span{font-size:.88rem;color:var(--text-muted)}.price-desc{font-size:.85rem;color:var(--text-secondary)}.price-card ul{display:flex;flex-direction:column;gap:8px;flex:1}.price-card li{font-size:.85rem;color:var(--text-secondary);padding-left:20px;position:relative}.price-card li:before{content:"";position:absolute;left:0;top:6px;width:10px;height:10px;border-radius:999px;background:#1ea64a33;border:2px solid var(--accent)}.faq-list{max-width:640px;display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--border)}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:var(--text)}.faq-icon{color:var(--text-muted);font-size:1.2rem;flex-shrink:0}.faq-a{padding:0 0 20px}.faq-a p{font-size:.92rem;line-height:1.7;color:var(--text-secondary)}.waitlist-section{text-align:center;border-top:1px solid var(--border)}.final-cta-inner{display:flex;flex-direction:column;align-items:center;gap:16px}.final-cta-inner h2{font-size:2rem;font-weight:800;letter-spacing:-.03em}.final-cta-inner p{font-size:1rem;color:var(--text-secondary);max-width:480px}.waitlist-form{display:flex;gap:8px;width:100%;max-width:440px;margin-top:8px}.waitlist-input{flex:1;padding:12px 16px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);font-family:Inter,sans-serif;font-size:.92rem;outline:none;transition:border-color .15s}.waitlist-input::placeholder{color:var(--text-muted)}.waitlist-input:focus{border-color:var(--accent)}.footer{padding:32px 0;border-top:1px solid var(--border)}.footer-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-brand{display:flex}.footer-brand .logo{height:22px}.footer-links{display:flex;gap:24px}.footer-links a{font-size:.82rem;color:var(--text-muted);transition:color .15s}.footer-links a:hover{color:var(--text)}.footer-copy{font-size:.78rem;color:var(--text-muted)}@media (max-width: 900px){.feature-row{grid-template-columns:1fr;gap:32px}.feature-row-reverse{direction:ltr}.phone-frame{margin:0 auto}.pricing-grid{grid-template-columns:1fr;max-width:400px}}@media (max-width: 640px){.hero{padding:64px 0 48px}.hero h1{font-size:2.2rem}.section{padding:56px 0}.wrap{width:min(100% - 32px,1080px)}.hero-ctas{flex-direction:column;width:100%}.hero-ctas .btn{width:100%}.footer-row{flex-direction:column;text-align:center}.region-tabs{width:100%}.region-tab{flex:1;text-align:center}.nav-links{display:none}.waitlist-form{flex-direction:column}}
