:root{--bg:#f4f7f7;--surface:#fff;--ink:#111918;--muted:#687471;--line:#dce4e2;--line2:#eaf0ee;--mint:#08c99a;--mint-dark:#087e65;--mint-soft:#e8faf4;--blue:#2563eb;--shadow:0 18px 50px rgba(21,42,38,.08);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:"DM Sans",sans-serif;-webkit-font-smoothing:antialiased}button,textarea{font:inherit}button,a{ -webkit-tap-highlight-color:transparent}.product-container{width:min(1440px,calc(100% - 48px));margin:auto}.skip-link{position:fixed;left:16px;top:-80px;background:#111;color:#fff;padding:12px 16px;z-index:1000}.skip-link:focus{top:16px}.product-header{height:76px;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.product-nav{height:100%;display:flex;align-items:center;justify-content:space-between}.nola-brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink)}.nola-brand>span:last-child{display:flex;flex-direction:column;line-height:1}.nola-brand strong{font-size:19px;letter-spacing:.12em}.nola-brand small{font-size:10px;color:var(--muted);margin-top:6px;letter-spacing:.06em}.nola-mark{width:34px;height:34px;border-radius:11px;background:#101817;display:grid;grid-template-columns:repeat(3,5px);gap:3px;place-content:center}.nola-mark i{height:14px;background:var(--mint);border-radius:4px}.nola-mark i:nth-child(2){height:20px}.nola-mark i:nth-child(3){height:10px}.product-nav-actions{display:flex;align-items:center;gap:22px}.live-pill{display:inline-flex;gap:7px;align-items:center;color:var(--muted);font-size:13px}.live-pill i,.status-dot i,.chat-profile span i{width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 4px rgba(8,201,154,.12)}.site-link{color:var(--ink);font-size:14px;font-weight:600;text-decoration:none}.site-link span{color:var(--mint-dark)}.product-hero{padding:82px 0 72px;background:linear-gradient(180deg,#fff 0%,#f4f7f7 100%);border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr);gap:70px;align-items:center}.eyebrow{font:600 11px/1.2 "Sora",sans-serif;letter-spacing:.1em;color:var(--muted);text-transform:uppercase}.eyebrow span{color:var(--mint-dark);margin-right:10px}.hero-copy h1{margin:18px 0 22px;font-size:clamp(48px,5.4vw,78px);letter-spacing:-.055em;line-height:.98;max-width:880px}.hero-copy h1 em{font-style:normal;color:var(--mint-dark)}.hero-copy>p:not(.eyebrow){font-size:19px;line-height:1.55;color:var(--muted);max-width:690px}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:34px}.primary-action{display:inline-flex;align-items:center;gap:22px;background:var(--ink);color:#fff;text-decoration:none;padding:15px 18px 15px 22px;border-radius:12px;font-weight:600}.primary-action span{color:var(--mint)}.quiet-note{color:var(--muted);font-size:13px}.hero-product-card{background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:var(--shadow)}.product-card-top,.panel-title-row,.panel-heading-row{display:flex;align-items:center;justify-content:space-between}.mini-label{font:600 10px/1.2 "Sora",sans-serif;letter-spacing:.08em;color:#7a8784}.version-tag{font:600 11px "Sora",sans-serif;background:var(--mint-soft);color:var(--mint-dark);padding:7px 10px;border-radius:999px}.capability-grid{position:relative;display:flex;flex-direction:column;margin-top:24px;padding:6px 20px;border:1px solid var(--line);border-radius:18px;overflow:hidden}.cap-rail{position:absolute;top:40px;bottom:40px;left:36px;width:1px;background:linear-gradient(180deg,var(--mint),rgba(8,201,154,.1));z-index:0}.cap-signal{position:absolute;top:0;left:50%;width:6px;height:6px;margin:-3px 0 0 -3px;border-radius:50%;background:var(--mint);box-shadow:0 0 8px rgba(19,214,162,.7);opacity:0}@media(prefers-reduced-motion:no-preference){.cap-signal{animation:capSignal 3.2s ease-in-out infinite}}@keyframes capSignal{0%{top:0%;opacity:0}8%{opacity:1}50%{opacity:1}92%{opacity:1}100%{top:100%;opacity:0}}.capability-grid article{position:relative;z-index:1;display:flex;align-items:center;gap:16px;height:68px;transition:transform .18s ease}.capability-grid article:hover{transform:translateX(2px)}.capability-grid article+article{border-top:1px solid var(--line2)}.cap-icon{position:relative;z-index:1;flex:0 0 auto;width:32px;height:32px;border-radius:10px;background:var(--mint-soft);color:var(--mint-dark);display:grid;place-items:center;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.capability-grid article:hover .cap-icon{background:var(--mint);color:#fff;box-shadow:0 6px 16px rgba(19,214,162,.35)}.cap-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cap-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.cap-title{margin:0;display:flex;align-items:baseline;gap:8px;font-size:15px;font-weight:600}.cap-index{font:600 10px "Sora",sans-serif;color:var(--mint-dark);letter-spacing:.06em}.capability-grid small{font-size:13px;color:var(--muted)}.demo-section{padding:80px 0 96px}.demo-intro{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px}.demo-intro h2,.product-proof h2{font-size:38px;letter-spacing:-.035em;margin:10px 0 5px}#demo-intro-copy{color:var(--muted);margin:0}.demo-intro-disclaimer{font-size:12px;color:#8b9794;margin:9px 0 0;max-width:520px;line-height:1.5}.scenario-selector{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.scenario-selector>span{font-size:11px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.08em}.scenario-select-wrap{position:relative;display:inline-flex;align-items:center;border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:11px 30px 11px 13px;gap:9px;color:var(--ink);font-weight:600;cursor:pointer}.scenario-select-wrap:before{content:"";width:8px;height:8px;background:var(--mint);border-radius:50%;flex:0 0 auto}.scenario-select{appearance:none;-webkit-appearance:none;border:0;background:transparent;font:inherit;font-weight:600;color:var(--ink);cursor:pointer;outline:none;padding:0}.scenario-select-wrap b{position:absolute;right:13px;color:var(--muted);pointer-events:none;font-weight:600}.demo-workspace{display:grid;grid-template-columns:310px minmax(420px,1fr) 330px;min-height:700px;background:var(--surface);border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}.business-panel,.activity-panel{padding:25px;background:#fbfcfc}.business-panel{border-right:1px solid var(--line)}.activity-panel{border-left:1px solid var(--line)}.panel-title-row h3,.activity-heading h3{margin:7px 0 0;font-size:17px}.status-dot{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:7px}.business-identity{display:flex;align-items:center;gap:13px;margin:25px 0 22px;padding:17px;background:#fff;border:1px solid var(--line);border-radius:16px}.business-avatar,.chat-avatar{display:grid;place-items:center;background:linear-gradient(145deg,#dff8f0,#bdebdc);color:#075f4d;font-weight:700;overflow:hidden}.business-avatar img,.chat-avatar img{width:100%;height:100%;object-fit:cover;display:block}.business-avatar{width:45px;height:45px;border-radius:13px}.business-identity div:last-child{display:flex;flex-direction:column}.business-identity span{font-size:12px;color:var(--muted);margin-top:3px}.business-meta{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:8px 0}.business-meta div{padding:10px 0;display:flex;flex-direction:column;gap:3px}.business-meta span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.business-meta strong{font-size:13px}.service-list-wrap{margin-top:24px}.panel-heading-row h3{font-size:14px;margin:0}.panel-heading-row>span{font-size:11px;color:var(--muted)}.service-list{list-style:none;margin:12px 0 0;padding:0}.service-list li+li{border-top:1px solid var(--line2)}.service-list button{width:100%;border:0;background:transparent;padding:11px 2px;display:flex;justify-content:space-between;gap:10px;text-align:left;cursor:pointer;color:var(--ink)}.service-list button:hover span{color:var(--mint-dark)}.service-list span,.service-list strong{font-size:12px}.service-list strong{white-space:nowrap}.example-card{width:100%;margin-top:20px;padding:16px;text-align:left;border:1px solid #cdece2;background:var(--mint-soft);border-radius:16px;cursor:pointer}.example-card span{font:600 9px "Sora",sans-serif;color:var(--mint-dark);letter-spacing:.08em}.example-card strong{display:block;font-size:13px;line-height:1.4;margin:8px 0}.example-card small{color:var(--mint-dark);font-weight:600}.chat-shell{min-width:0;display:flex;flex-direction:column;background:#f3f6f5;position:relative}.chat-topbar{height:78px;padding:0 22px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}.chat-business-title{justify-self:center;font-size:17px;font-weight:700;color:var(--ink);text-align:center;white-space:nowrap}.reset-button{justify-self:end}.chat-profile{display:flex;align-items:center;gap:12px;min-width:0}.chat-avatar{width:42px;height:42px;border-radius:50%}.chat-profile>div:last-child{display:flex;flex-direction:column}.chat-profile strong{font-size:14px}.chat-profile span{font-size:11px;color:var(--muted);margin-top:4px;display:flex;align-items:center;gap:7px}.reset-button{display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fff;color:var(--ink);padding:10px 13px;border-radius:10px;cursor:pointer;font-size:12px;font-weight:600}.reset-button:hover{border-color:#afbbb8;background:#f7f9f8}.reset-button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.chat-notice{display:flex;align-items:center;justify-content:center;gap:8px;background:#eefaf6;color:#34715f;font-size:11px;padding:9px 15px;border-bottom:1px solid #dcefe9}.chat-notice svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}.chat-body{flex:1;min-height:0;overflow:auto;padding:26px 25px 18px;scrollbar-width:thin;background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27180%27%20height%3D%27180%27%20viewBox%3D%270%200%20180%20180%27%3E%0A%3Cg%20fill%3D%27none%27%20stroke%3D%27%2308c99a%27%20stroke-opacity%3D%27.15%27%20stroke-width%3D%271.7%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%0A%3Cg%20transform%3D%27translate%2814%2C14%29%20rotate%28-8%29%20scale%280.85%29%27%3E%3Cpath%20d%3D%27M4%205h16v11H9l-4%204v-4H4z%27/%3E%3Cpath%20d%3D%27M8%2010h8M8%2013h5%27/%3E%3C/g%3E%0A%3Cg%20transform%3D%27translate%2896%2C8%29%20rotate%286%29%20scale%280.85%29%27%3E%3Cpath%20d%3D%27M4%205h16v15H4z%27/%3E%3Cpath%20d%3D%27M8%203v4M16%203v4M4%2010h16%27/%3E%3C/g%3E%0A%3Cg%20transform%3D%27translate%28140%2C84%29%20rotate%28-10%29%20scale%280.9%29%27%3E%3Cpath%20d%3D%27m5%2012%204%204L19%206%27/%3E%3C/g%3E%0A%3Cg%20transform%3D%27translate%2822%2C102%29%20rotate%288%29%20scale%280.85%29%27%3E%3Cpath%20d%3D%27M6%209a6%206%200%200%201%2012%200c0%204%201.5%205.5%202%206H4c.5-.5%202-2%202-6z%27/%3E%3Cpath%20d%3D%27M10%2018a2%202%200%200%200%204%200%27/%3E%3C/g%3E%0A%3Cg%20transform%3D%27translate%28110%2C138%29%20rotate%284%29%20scale%280.85%29%27%3E%3Cpath%20d%3D%27M4%205h16v11H9l-4%204v-4H4z%27/%3E%3Cpath%20d%3D%27M8%2010h8M8%2013h5%27/%3E%3C/g%3E%0A%3Cg%20transform%3D%27translate%2848%2C152%29%20rotate%28-6%29%20scale%280.75%29%27%3E%3Cpath%20d%3D%27m5%2012%204%204L19%206%27/%3E%3C/g%3E%0A%3C/g%3E%0A%3C/svg%3E");background-size:180px 180px}.chat-day{text-align:center;margin-bottom:22px}.chat-day span{font-size:10px;color:#83908d;background:#e8edeb;padding:5px 9px;border-radius:999px}.message-row{display:flex;margin:10px 0}.message-row.user{justify-content:flex-end}.message-bubble{position:relative;max-width:78%;white-space:pre-wrap;line-height:1.45;font-size:13px;padding:12px 14px 22px;border-radius:15px;background:#fff;border:1px solid var(--line);box-shadow:0 3px 10px rgba(28,47,43,.035)}.message-row.user .message-bubble{background:#dff8f0;border-color:#c4ecdf;border-bottom-right-radius:5px}.message-row.agent .message-bubble{border-bottom-left-radius:5px}.message-time{position:absolute;right:10px;bottom:5px;font-size:8px;color:#87928f}.message-bubble.image-bubble{padding:8px 8px 22px;max-width:260px}.message-bubble.image-bubble img{width:100%;display:block;border-radius:10px}.image-caption{margin:8px 2px 0;font-size:13px;line-height:1.4;color:var(--ink)}.typing-dots{display:flex;gap:4px;padding:3px 1px}.typing-label{display:none}.typing-dots span{width:5px;height:5px;border-radius:50%;background:#84908d;animation:typing 1.2s infinite}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes typing{0%,60%,100%{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.quick-prompts{display:flex;gap:7px;padding:9px 20px;overflow-x:auto;min-height:46px}.quick-prompt{flex:0 0 auto;border:1px solid #cbd8d4;background:#fff;border-radius:999px;padding:8px 11px;font-size:11px;color:#38524b;cursor:pointer}.chat-composer{background:#fff;border-top:1px solid var(--line);padding:14px 17px;display:flex;gap:10px;align-items:flex-end}.chat-composer textarea{resize:none;min-height:43px;max-height:105px;flex:1;border:1px solid var(--line);border-radius:13px;padding:12px 14px;outline:none;font-size:13px;background:#fbfcfc}.chat-composer textarea:focus{border-color:#83cdb7;box-shadow:0 0 0 3px rgba(8,201,154,.1)}.send-message{width:43px;height:43px;border:0;border-radius:13px;background:var(--ink);color:#fff;display:grid;place-items:center;cursor:pointer}.send-message:hover{background:#22302d}.send-message svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7}.activity-heading{display:flex;justify-content:space-between;align-items:flex-start}.activity-pulse{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--mint-soft)}.activity-pulse span{width:8px;height:8px;border-radius:50%;background:var(--mint);animation:pulse 1.8s infinite}@keyframes pulse{50%{box-shadow:0 0 0 7px rgba(8,201,154,0)}}.activity-log{margin-top:21px;display:flex;flex-direction:column;gap:10px}.activity-item{display:grid;grid-template-columns:25px 1fr auto;gap:9px;align-items:flex-start;padding:12px;border:1px solid var(--line2);background:#fff;border-radius:13px}.activity-item-icon{width:22px;height:22px;border-radius:7px;background:var(--mint-soft);color:var(--mint-dark);display:grid;place-items:center;font-size:11px;font-weight:700}.activity-item>div{display:flex;flex-direction:column;gap:3px}.activity-item strong{font-size:11px}.activity-item div span,.activity-item time{font-size:9px;color:var(--muted)}.availability-card,.booking-card{margin-top:20px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px}.calendar-icon{width:31px;height:31px;border-radius:9px;background:var(--mint-soft);display:grid;place-items:center;color:var(--mint-dark)}.calendar-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7}.availability-card h3{font-size:14px;margin:5px 0 0}.availability-slots{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:15px}.availability-slots span{border:1px solid var(--line);border-radius:9px;padding:9px;text-align:center;font:600 11px "Sora",sans-serif}.availability-slots span.selected{background:var(--mint-soft);border-color:#8ed4bf;color:var(--mint-dark)}.availability-card>p,.booking-card>p{font-size:9px;color:var(--muted);margin:12px 0 0}.booking-card{position:relative;border-color:#aee0d1;background:linear-gradient(180deg,#fff,#f2fbf8)}.booking-check{width:35px;height:35px;background:var(--mint);color:#fff;border-radius:11px;display:grid;place-items:center}.booking-check svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2}.booking-label{display:block;font:600 9px "Sora",sans-serif;color:var(--mint-dark);margin:13px 0 5px}.booking-card h3{margin:0;font-size:17px}.booking-details{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:15px}.booking-details div{display:flex;flex-direction:column}.booking-details span{font-size:9px;color:var(--muted);text-transform:uppercase}.booking-details strong{font-size:11px;margin-top:3px}.booking-pop{animation:bookingPop .35s ease}@keyframes bookingPop{from{opacity:0;transform:translateY(8px) scale(.98)}}.product-proof{padding:84px 0;background:#101817;color:#fff}.proof-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.product-proof .eyebrow{color:#aab8b4}.product-proof .eyebrow span{color:var(--mint)}.product-proof h2{font-size:46px;max-width:460px}.proof-steps{border-top:1px solid #35413e}.proof-steps article{display:grid;grid-template-columns:45px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid #35413e}.proof-steps article>span{font:600 11px "Sora",sans-serif;color:var(--mint)}.proof-steps strong{font-size:17px}.proof-steps p{margin:6px 0 0;color:#aab8b4;font-size:13px}.product-pricing{padding:84px 0 96px;background:linear-gradient(180deg,#fff,#eef8f5);border-top:1px solid var(--line)}.pricing-intro{text-align:center;max-width:560px;margin:0 auto 46px}.pricing-intro .eyebrow{justify-content:center;display:flex}.pricing-intro h2{font-size:38px;letter-spacing:-.035em;margin:10px 0 0}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:820px;margin:0 auto}.pricing-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px 30px;display:flex;flex-direction:column}.pricing-card-featured{border:2px solid var(--mint);box-shadow:var(--shadow);background:linear-gradient(160deg,#fff 0%,var(--mint-soft) 130%)}.pricing-badge{align-self:flex-start;font:700 11px "Sora",sans-serif;letter-spacing:.08em;background:var(--mint-soft);color:var(--mint-dark);padding:6px 12px;border-radius:999px}.pricing-card-featured .pricing-badge{background:var(--mint);color:#fff}.pricing-card-custom .pricing-badge{background:var(--line2);color:var(--muted)}.pricing-amount{margin-top:22px;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.pricing-amount strong{font-size:40px;letter-spacing:-.02em}.pricing-amount span{font-size:13px;color:var(--muted)}.pricing-setup{font-size:13px;color:var(--muted);margin:10px 0 0;line-height:1.5}.pricing-setup span{display:block;margin-top:4px;font-size:12px}.pricing-features{list-style:none;margin:26px 0 0;padding:0;display:flex;flex-direction:column;gap:12px;flex:1}.pricing-features li{font-size:14px;color:var(--ink);padding-left:24px;position:relative;line-height:1.4}.pricing-features li:before{content:"";position:absolute;left:0;top:5px;width:14px;height:14px;background:var(--mint-soft);border-radius:50%}.pricing-card-featured .pricing-features li:before{background:var(--mint)}.pricing-cta{margin-top:28px;text-align:center;padding:14px;border-radius:12px;background:var(--ink);color:#fff;text-decoration:none;font-weight:600;font-size:14px}.pricing-card-custom .pricing-cta{background:#fff;color:var(--ink);border:1px solid var(--line)}.pricing-trust{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 30px;margin:32px auto 0;max-width:720px}.pricing-trust span{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.pricing-trust span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--mint);flex:0 0 auto}.pricing-faq{max-width:640px;margin:58px auto 0;border-top:1px solid var(--line)}.pricing-faq details{border-bottom:1px solid var(--line)}.pricing-faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:19px 4px;font-weight:600;font-size:14px;color:var(--ink)}.pricing-faq summary::-webkit-details-marker{display:none}.pricing-faq summary:after{content:"+";font-size:19px;color:var(--muted);flex:0 0 auto;transition:transform .2s ease}.pricing-faq details[open] summary:after{transform:rotate(45deg)}.pricing-faq details p{margin:-4px 4px 19px;font-size:13px;color:var(--muted);line-height:1.55;max-width:540px}.product-footer{background:#fff;border-top:1px solid var(--line);padding:27px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center}.footer-inner>a{text-decoration:none;color:var(--ink);font-weight:600;font-size:13px}.footer-inner>a span{color:var(--mint-dark)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1180px){.demo-workspace{grid-template-columns:280px minmax(390px,1fr)}.activity-panel{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:20px}.activity-heading,.activity-log{grid-column:1}.availability-card,.booking-card{grid-column:2}.availability-card{grid-row:1/3}.hero-grid{grid-template-columns:1fr .8fr;gap:40px}}
@media(max-width:860px){.product-container{width:min(100% - 28px,720px)}.product-header{height:66px}.live-pill{display:none}.product-hero{padding:58px 0}.hero-grid,.proof-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr}.pricing-trust{flex-direction:column;align-items:center;gap:10px}.hero-product-card{margin-top:8px}.demo-intro{align-items:flex-start;gap:22px}.demo-workspace{grid-template-columns:1fr}.business-panel{border-right:0;border-bottom:1px solid var(--line)}.chat-shell{min-height:650px}.activity-panel{display:block;border-top:1px solid var(--line)}.activity-log{margin-bottom:20px}.chat-topbar{position:static}.product-proof h2{font-size:38px}.proof-grid{gap:36px}}
@media(max-width:600px){.product-container{width:min(100% - 20px,540px)}.site-link{font-size:0}.site-link span{font-size:16px}.hero-copy h1{font-size:43px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-actions{align-items:flex-start;flex-direction:column}.capability-grid{padding:4px 16px}.capability-grid article{height:64px;gap:12px}.cap-rail{left:31px;top:36px;bottom:36px}.cap-icon{width:30px;height:30px}.demo-section{padding:55px 0 65px}.demo-intro{display:block}.scenario-selector{margin-top:22px}.demo-workspace{border-radius:19px}.business-panel,.activity-panel{padding:20px}.business-panel{display:none}.chat-topbar{height:auto;padding:10px 14px;display:grid;grid-template-columns:1fr auto;grid-template-areas:"biz biz" "profile reset";row-gap:8px;align-items:center}.chat-business-title{grid-area:biz;font-size:14px;max-width:none;white-space:normal;overflow:visible;text-overflow:clip}.chat-profile{grid-area:profile}.reset-button{grid-area:reset;padding:9px;width:38px;height:38px;justify-content:center}.reset-button span{display:none}.quick-prompts{flex-wrap:wrap;overflow-x:visible;padding:9px 14px}.activity-heading,.activity-log{display:none}.typing-label{display:block;font-size:11px;color:var(--muted);margin:0 0 6px}.chat-body{padding:20px 14px;background-size:130px 130px}.message-bubble{max-width:87%;font-size:13px}.chat-composer{padding:11px}.activity-panel{border-left:0}.footer-inner{gap:18px}.footer-brand small{display:none}.footer-inner>a{font-size:12px}.product-proof{padding:62px 0}.product-proof h2{font-size:34px}}


/* NOLEN v2 — Minimal tech + soft futurist */
:root{
  --bg:#edf2f7;
  --surface:#f9fbff;
  --ink:#121827;
  --muted:#5f6b7a;
  --line:#d5deeb;
  --line2:#e4eaf3;
  --mint:#13d6a2;
  --mint-dark:#087963;
  --mint-soft:#dafaf0;
  --blue:#5774ff;
  --violet:#8a6cff;
  --shadow:0 24px 70px rgba(54,69,110,.14);
}
body{
  background:
    radial-gradient(circle at 8% 5%,rgba(87,116,255,.14),transparent 28%),
    radial-gradient(circle at 92% 8%,rgba(19,214,162,.16),transparent 30%),
    linear-gradient(180deg,#eef2fb 0%,#f6f8fc 46%,#edf4f4 100%);
}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;opacity:.42;z-index:-1;
  background-image:linear-gradient(rgba(97,112,150,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(97,112,150,.055) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(to bottom,black,transparent 72%);
}
.product-header{background:radial-gradient(circle at 8% 0%,rgba(87,116,255,.24),transparent 60%),radial-gradient(circle at 92% 100%,rgba(19,214,162,.22),transparent 55%),rgba(244,247,255,.82);border-bottom-color:rgba(188,199,219,.7);box-shadow:0 8px 32px rgba(65,78,121,.06)}.product-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:linear-gradient(90deg,transparent,rgba(87,116,255,.5) 25%,rgba(19,214,162,.55) 50%,rgba(87,116,255,.5) 75%,transparent)}
.nola-mark{background:linear-gradient(145deg,#17213d,#25315a);box-shadow:0 10px 28px rgba(49,65,120,.26),inset 0 1px 0 rgba(255,255,255,.1)}
.nola-mark i{background:linear-gradient(180deg,#62f2cd,#14d3a2);box-shadow:0 0 16px rgba(19,214,162,.42)}
.nola-brand small{font-size:11px}.live-pill{font-size:14px}.site-link{font-size:15px}
.product-hero{position:relative;overflow:hidden;padding:92px 0 82px;background:linear-gradient(135deg,rgba(244,247,255,.94),rgba(232,247,244,.82));border-bottom-color:rgba(191,202,222,.8)}
.product-hero:before,.product-hero:after{content:"";position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none}
.product-hero:before{width:420px;height:420px;right:-120px;top:-180px;background:radial-gradient(circle,rgba(123,100,255,.20),rgba(123,100,255,0) 68%)}
.product-hero:after{width:360px;height:360px;left:-150px;bottom:-220px;background:radial-gradient(circle,rgba(19,214,162,.22),rgba(19,214,162,0) 70%)}
.hero-grid{position:relative;z-index:1}.eyebrow{font-size:12px}.hero-copy h1 em{background:linear-gradient(90deg,#0b8b70,#5672ff 54%,#8163ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy>p:not(.eyebrow){font-size:20px;color:#526071}.primary-action{background:linear-gradient(135deg,#17213d,#263663);box-shadow:0 12px 30px rgba(48,65,119,.25)}
.primary-action:hover{transform:translateY(-1px)}.quiet-note{font-size:14px}
.hero-product-card{background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(241,246,255,.72));border-color:rgba(182,196,219,.82);box-shadow:0 30px 80px rgba(70,84,132,.16),inset 0 1px 0 rgba(255,255,255,.9);backdrop-filter:blur(22px)}
.capability-grid{background:rgba(255,255,255,.4);border-color:rgba(190,202,222,.86)}
.cap-icon{background:var(--mint-soft);box-shadow:0 4px 12px rgba(19,214,162,.18)}.cap-rail{background:linear-gradient(180deg,var(--mint),rgba(19,214,162,.08))}.cap-title{font-size:16px}.cap-index{font-size:11px}.capability-grid small{font-size:13px}
.demo-section{position:relative;padding:92px 0 108px}.demo-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 16% 28%,rgba(87,116,255,.09),transparent 28%),radial-gradient(circle at 84% 72%,rgba(19,214,162,.10),transparent 30%);pointer-events:none}.demo-section>.product-container{position:relative}
.demo-intro h2{font-size:42px}#demo-intro-copy{font-size:16px}.scenario-selector>span{font-size:12px}.scenario-select-wrap{font-size:15px;background:rgba(255,255,255,.74);backdrop-filter:blur(12px);box-shadow:0 8px 22px rgba(64,78,123,.07)}
.demo-workspace{background:rgba(248,251,255,.88);border-color:rgba(180,194,217,.88);box-shadow:0 32px 90px rgba(60,76,126,.16);backdrop-filter:blur(18px)}
.business-panel,.activity-panel{background:linear-gradient(180deg,rgba(246,249,255,.96),rgba(239,247,246,.92))}.business-panel{border-right-color:#d7dfeb}.activity-panel{border-left-color:#d7dfeb}
.panel-title-row h3,.activity-heading h3{font-size:19px}.mini-label{font-size:11px;color:#6b7890}.status-dot{font-size:12px}.business-identity{background:rgba(255,255,255,.82);box-shadow:0 10px 28px rgba(60,78,122,.07)}.business-identity strong{font-size:15px}.business-identity span{font-size:13px}.business-meta span{font-size:11px}.business-meta strong{font-size:14px}.panel-heading-row h3{font-size:16px}.panel-heading-row>span{font-size:12px}.service-list span,.service-list strong{font-size:13px}.service-list button{padding:13px 2px}.example-card span{font-size:10px}.example-card strong{font-size:14px}.example-card small{font-size:12px}
.chat-shell{background:linear-gradient(180deg,#edf3f7,#e9f1f0)}.chat-topbar{background:rgba(255,255,255,.88);backdrop-filter:blur(14px)}.chat-profile strong{font-size:16px}.chat-profile span{font-size:12px}.reset-button{font-size:13px;background:linear-gradient(180deg,#fff,#f5f8fc);box-shadow:0 6px 16px rgba(58,73,116,.08)}.chat-notice{font-size:12px;background:linear-gradient(90deg,#e9f9f5,#eef1ff);color:#40655f}.chat-day span{font-size:11px}.message-bubble{font-size:14px;line-height:1.52;box-shadow:0 8px 22px rgba(57,73,117,.07)}.message-row.user .message-bubble{background:linear-gradient(145deg,#d9fbf0,#dbe8ff);border-color:#bfded9}.message-time{font-size:9px}.quick-prompt{font-size:12px;background:rgba(255,255,255,.86)}.chat-composer{background:rgba(255,255,255,.9);backdrop-filter:blur(12px)}.chat-composer textarea{font-size:14px;background:#fbfdff}.send-message{background:linear-gradient(135deg,#1d294a,#465fd3);box-shadow:0 8px 20px rgba(55,76,164,.24)}
.activity-item{background:rgba(255,255,255,.8);box-shadow:0 8px 22px rgba(61,77,119,.05)}.activity-item strong{font-size:13px}.activity-item div span,.activity-item time{font-size:10px}.availability-card,.booking-card{background:rgba(255,255,255,.84);box-shadow:0 10px 26px rgba(61,77,119,.06)}.availability-card h3{font-size:16px}.availability-slots span{font-size:12px}.availability-card>p,.booking-card>p{font-size:10px}.booking-label{font-size:10px}.booking-card h3{font-size:19px}.booking-details span{font-size:10px}.booking-details strong{font-size:12px}
.product-proof{position:relative;overflow:hidden;background:linear-gradient(135deg,#11192b,#17273b 52%,#123a36)}.product-proof:after{content:"";position:absolute;width:420px;height:420px;right:-130px;bottom:-220px;border-radius:50%;background:radial-gradient(circle,rgba(19,214,162,.18),transparent 70%)}.proof-grid{position:relative;z-index:1}.product-proof .eyebrow{font-size:12px}.proof-steps article>span{font-size:12px}.proof-steps strong{font-size:19px}.proof-steps p{font-size:14px}.product-footer{background:#eef3f8}.footer-inner>a{font-size:14px}
@media(max-width:600px){.hero-copy h1{font-size:45px}.demo-intro h2{font-size:36px}.message-bubble{font-size:14px}.chat-profile strong{font-size:15px}.chat-profile span{font-size:11px}}
