@import "https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,wght@0,400;0,700;1,400;1,700&family=DM+Sans:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--deep:#0a2e3c;--teal:#0b6e6e;--ocean:#1497a0;--coral:#f26b4e;--coral-hover:#e05538;--sand:#f6f1eb;--sand-dark:#e8dfd4;--white:#fff;--text:#1a2b33;--text-muted:#5a7080;--font-display:"Source Serif 4", Georgia, serif;--font-body:"DM Sans", -apple-system, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--sand);-webkit-font-smoothing:antialiased;overflow-x:hidden}body:after{content:"";pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px;position:fixed;inset:0}.container{max-width:1180px;margin:0 auto;padding:0 24px}.reveal{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transform:translateY(32px)}.reveal.visible{opacity:1;transform:translateY(0)}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--ocean);margin-bottom:16px;font-size:11px;font-weight:700}.landing h2{font-family:var(--font-display);letter-spacing:-1px;color:var(--deep);margin-bottom:20px;font-size:clamp(32px,4vw,46px);line-height:1.1}.landing h2 em{color:var(--teal);font-style:italic}.landing .btn{font-family:var(--font-body);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:8px;padding:12px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.22,1,.36,1);display:inline-flex}.landing .btn-primary{background:var(--coral);color:var(--white);box-shadow:0 2px 12px #f26b4e4d}.landing .btn-primary:hover{background:var(--coral-hover);transform:translateY(-1px);box-shadow:0 4px 20px #f26b4e59}.landing .btn-secondary{color:var(--deep);border:1.5px solid var(--sand-dark);background:0 0}.landing .btn-secondary:hover{border-color:var(--deep);background:var(--white)}.landing .btn-sm{padding:9px 20px;font-size:13px}.landing-nav{z-index:100;padding:0 24px;transition:background .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.landing-nav.scrolled{-webkit-backdrop-filter:blur(20px);background:#f6f1ebd9;box-shadow:0 1px #0000000f}.nav-inner{justify-content:space-between;align-items:center;max-width:1180px;height:72px;margin:0 auto;display:flex}.landing-nav .logo{font-family:var(--font-display);color:var(--deep);letter-spacing:-.5px;font-size:26px;text-decoration:none}.landing-nav .logo span{color:var(--teal)}.landing-nav .logo-tagline{letter-spacing:.04em;color:var(--text-muted);white-space:nowrap;margin-top:2px;font-size:10px;font-weight:400;line-height:1;display:block}.nav-links{align-items:center;gap:36px;list-style:none;display:flex}.nav-links a{color:var(--text-muted);letter-spacing:.01em;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--text)}.hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;gap:5px;width:32px;padding:8px;display:none}.hamburger span{background:var(--deep);border-radius:2px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=900px){.hamburger{display:flex}.nav-links{background:var(--sand);z-index:105;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:72px 24px 24px;display:none;position:fixed;inset:0}.nav-links.open{display:flex}.nav-links .nav-link-text{padding:8px 0;font-size:18px;display:block}.nav-links .btn-sm{margin-top:12px;padding:12px 32px;font-size:16px}.landing-nav.menu-open{background:var(--sand);-webkit-backdrop-filter:none;backdrop-filter:none}}.hero{align-items:center;min-height:100vh;padding-top:72px;display:flex;position:relative}.hero-bg{pointer-events:none;background:radial-gradient(at 70% 40%,#1497a014 0%,#0000 70%);width:65%;height:100%;position:absolute;top:0;right:-10%}.hero .container{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.hero-text{z-index:2;position:relative}.hero-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--teal);background:#0b6e6e14;border-radius:100px;align-items:center;gap:6px;margin-bottom:24px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.hero-badge:before{content:"";background:var(--teal);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-family:var(--font-display);letter-spacing:-1.5px;color:var(--deep);margin-bottom:24px;font-size:clamp(42px,5.5vw,64px);line-height:1.05}.hero h1 em{color:var(--teal);font-style:italic}.hero-sub{color:var(--text-muted);max-width:480px;margin-bottom:36px;font-size:18px;line-height:1.65}.hero-ctas{flex-wrap:wrap;gap:14px;display:flex}.hero-proof{color:var(--text-muted);align-items:center;gap:16px;margin-top:48px;font-size:13px;display:flex}.hero-proof-avatars{display:flex}.hero-proof-avatars span{border:2px solid var(--sand);background:var(--white);width:32px;height:32px;color:var(--teal);border-radius:50%;justify-content:center;align-items:center;margin-left:-8px;font-size:14px;display:flex}.hero-proof-avatars span:first-child{margin-left:0}.hero-visual{z-index:2;position:relative}.chat-mockup{background:var(--white);border-radius:24px;max-width:504px;margin-left:auto;transition:transform .4s cubic-bezier(.22,1,.36,1);overflow:hidden;transform:rotate(1.5deg);box-shadow:0 1px 2px #0000000a,0 4px 16px #0000000f,0 24px 64px #00000014}.chat-mockup:hover{transform:rotate(0)scale(1.01)}.mock-header{border-bottom:1px solid #0000000d;align-items:center;gap:12px;padding:16px 20px;display:flex}.mock-avatar{background:linear-gradient(135deg, var(--teal), var(--ocean));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:flex}.mock-header-text h3{color:var(--text);font-size:18px;font-weight:600}.mock-header-text p{color:var(--text-muted);align-items:center;gap:4px;font-size:13px;display:flex}.mock-header-text p:before{content:"";background:#34c759;border-radius:50%;width:5px;height:5px}.mock-messages{flex-direction:column;gap:8px;min-height:320px;padding:16px;display:flex}.mock-msg,.mock-typing{opacity:0;transition:opacity .35s cubic-bezier(.22,1,.36,1),transform .35s cubic-bezier(.22,1,.36,1);transform:translateY(8px)}.mock-msg.animate-in{opacity:1;transform:translateY(0)}.mock-msg{border-radius:18px;max-width:80%;padding:10px 14px;font-size:17px;line-height:1.45}.mock-msg.visitor{color:#fff;background:#0b93f6;border-bottom-right-radius:6px;align-self:flex-end}.mock-msg.agent{color:var(--text);background:#f0f0f0;border-bottom-left-radius:6px;align-self:flex-start}.mock-typing{background:#f0f0f0;border-radius:18px 18px 18px 6px;align-self:flex-start;gap:4px;padding:12px 18px;display:flex}.mock-typing.animate-in{opacity:1;transform:translateY(0)}.mock-typing span{background:#999;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite bounce}.mock-typing span:nth-child(2){animation-delay:.16s}.mock-typing span:nth-child(3){animation-delay:.32s}@keyframes bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.mock-input{border-top:1px solid #0000000d;align-items:center;gap:8px;padding:12px 16px;display:flex}.mock-input-field{color:#999;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:20px;flex:1;align-items:center;height:36px;padding:0 14px;font-size:16px;display:flex}.mock-send{background:#0b93f6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.mock-send svg{color:#fff;width:14px;height:14px}@media (width<=900px){.hero .container{grid-template-columns:1fr;gap:48px}.hero-visual{display:none}}@media (width<=600px){.hero-ctas{flex-direction:column;align-items:stretch}.hero-ctas .btn{justify-content:center}}.pain{padding:120px 0 100px;position:relative}.pain:before{content:"";background:linear-gradient(90deg, transparent, var(--sand-dark), transparent);height:1px;position:absolute;top:0;left:0;right:0}.pain-grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.pain-left h2{margin-bottom:24px}.pain-text{color:var(--text-muted);max-width:520px;font-size:17px;line-height:1.7}.pain-cards{flex-direction:column;gap:16px;display:flex}.pain-card{background:var(--white);border:1px solid #0000000a;border-radius:16px;align-items:flex-start;gap:16px;padding:24px;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s;display:flex;box-shadow:0 1px 4px #00000008}.pain-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000000f}.pain-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.pain-icon.red{color:#e5533d;background:#fff0ed}.pain-icon.amber{color:#d4860a;background:#fff7e6}.pain-icon.blue{color:#3b82f6;background:#edf6ff}.pain-card h3{color:var(--text);margin-bottom:4px;font-size:15px;font-weight:600}.pain-card p{color:var(--text-muted);font-size:14px;line-height:1.55}@media (width<=900px){.pain-grid{grid-template-columns:1fr;gap:32px}}.familiar{background:var(--white);padding:80px 0;overflow:hidden}.familiar-header{text-align:center;margin-bottom:48px}.familiar-header p{color:var(--text-muted);margin-top:12px;font-size:17px;line-height:1.6}.question-grid{grid-template-columns:repeat(2,1fr);gap:12px;max-width:840px;margin:0 auto;display:grid}.q-card{background:var(--sand);border:1px solid #00000008;border-radius:14px;align-items:flex-start;gap:14px;padding:16px 20px;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s;display:flex}.q-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000000d}.q-num{width:28px;height:28px;color:var(--teal);background:#0b6e6e14;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:12px;font-weight:700;display:flex}.q-text{color:var(--text);font-size:14px;font-weight:500;line-height:1.5}.q-detail{color:var(--text-muted);margin-top:2px;font-size:12px}.familiar-footer{text-align:center;color:var(--text);margin-top:40px;font-size:17px}.familiar-footer strong{color:var(--teal)}@media (width<=700px){.question-grid{grid-template-columns:1fr}}.cta-banner{max-width:1180px;margin:0 auto;padding:0 24px}.cta-banner-inner{background:var(--white);border:1px solid #0000000a;border-radius:20px;justify-content:space-between;align-items:center;gap:24px;padding:28px 36px;display:flex;box-shadow:0 2px 12px #0000000a}.cta-banner-inner h3{font-family:var(--font-display);color:var(--deep);letter-spacing:-.3px;font-size:20px}.cta-banner-inner p{color:var(--text-muted);margin-top:4px;font-size:14px}@media (width<=700px){.cta-banner-inner{text-align:center;flex-direction:column;padding:24px}}.how{background:var(--deep);color:var(--white);padding:100px 0 120px;position:relative;overflow:hidden}.how:before{content:"";pointer-events:none;background:radial-gradient(circle,#1497a026 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.how .section-label{color:var(--ocean)}.how h2{color:var(--white)}.how h2 em{color:var(--ocean)}.steps{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:64px;display:grid}.step{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:36px 28px;transition:background .3s,border-color .3s}.step:hover{background:#ffffff12;border-color:#ffffff1f}.step-number{font-family:var(--font-display);color:var(--ocean);opacity:.4;margin-bottom:20px;font-size:52px;font-style:italic;line-height:1}.step h3{color:var(--white);margin-bottom:10px;font-size:18px;font-weight:600}.step p{color:#ffffff8c;font-size:14px;line-height:1.65}.step-detail{color:#ffffff59;border-top:1px solid #ffffff0f;margin-top:20px;padding-top:16px;font-size:12px;line-height:1.6}@media (width<=900px){.steps{grid-template-columns:1fr;gap:16px}}.benefits{padding:120px 0}.benefits-intro{text-align:center;max-width:600px;margin:0 auto 72px}.benefits-intro .section-label{text-align:center}.benefits-intro p{color:var(--text-muted);margin-top:16px;font-size:17px;line-height:1.65}.landing-stats-row{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:72px;display:grid}.landing-stat-card{text-align:center;background:var(--white);border:1px solid #0000000a;border-radius:20px;padding:36px 20px;box-shadow:0 1px 4px #00000008}.landing-stat-number{font-family:var(--font-display);color:var(--teal);margin-bottom:8px;font-size:48px;font-style:italic;line-height:1}.landing-stat-label{color:var(--text-muted);font-size:13px;font-weight:500}.benefit-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.benefit-card{background:var(--white);border:1px solid #0000000a;border-radius:20px;padding:32px;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s;box-shadow:0 1px 4px #00000008}.benefit-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #0000000f}.benefit-icon{width:48px;height:48px;color:var(--teal);background:#0b6e6e14;border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;font-size:22px;display:flex}.benefit-card h3{color:var(--text);margin-bottom:8px;font-size:17px;font-weight:600}.benefit-card p{color:var(--text-muted);font-size:14px;line-height:1.6}@media (width<=900px){.landing-stats-row{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:1fr}}@media (width<=600px){.landing-stats-row{gap:12px}.landing-stat-card{padding:24px 12px}.landing-stat-number{font-size:36px}}.example{background:var(--white);padding:100px 0 120px}.example-layout{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.example-text p{color:var(--text-muted);margin-top:20px;font-size:17px;line-height:1.7}.example-list{flex-direction:column;gap:14px;margin-top:28px;list-style:none;display:flex}.example-list li{color:var(--text);align-items:flex-start;gap:12px;font-size:15px;line-height:1.5;display:flex}.example-list li:before{content:"";background:#0b6e6e1a url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 8.5L7 11L11.5 5.5' stroke='%230B6E6E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/14px no-repeat;border-radius:50%;flex-shrink:0;width:20px;height:20px;margin-top:2px}.example-conversation{background:var(--sand);border-radius:24px;padding:32px}.ex-msg{flex-direction:column;gap:4px;margin-bottom:16px;display:flex}.ex-msg:last-child{margin-bottom:0}.ex-label{letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.ex-label.visitor{color:#0b93f6}.ex-label.ai{color:var(--teal)}.ex-bubble{border-radius:16px;padding:14px 18px;font-size:15px;line-height:1.55}.ex-msg.visitor .ex-bubble{color:#fff;background:#0b93f6;align-self:flex-end}.ex-msg.ai .ex-bubble{background:var(--white);color:var(--text);border:1px solid #0000000a}.ex-bubble a{color:var(--coral);text-underline-offset:2px;-webkit-text-decoration:underline #f26b4e4d;text-decoration:underline #f26b4e4d}@media (width<=900px){.example-layout{grid-template-columns:1fr;gap:32px}}.integrations{background:var(--white);padding:100px 0 120px}.integrations-intro{text-align:center;max-width:600px;margin:0 auto 64px}.integrations-intro .section-label{text-align:center}.integrations-intro p{color:var(--text-muted);margin-top:12px;font-size:17px;line-height:1.65}.integrations-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}.integration-group{background:var(--sand);border-radius:20px;padding:32px}.integration-group h3{color:var(--text);border-bottom:1px solid var(--sand-dark);align-items:center;gap:8px;margin-bottom:20px;padding-bottom:16px;font-size:16px;font-weight:600;display:flex}.integration-cards{flex-direction:column;gap:12px;display:flex}.integration-card{background:var(--white);border:1px solid #0000000a;border-radius:12px;padding:16px 18px;transition:transform .2s,box-shadow .2s}.integration-card:hover{transform:translateY(-1px);box-shadow:0 2px 12px #0000000a}.integration-card.coming-soon{opacity:.7}.integration-card-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.integration-name{color:var(--text);align-items:center;gap:6px;font-size:14px;font-weight:600;display:flex}.integration-card p{color:var(--text-muted);font-size:13px;line-height:1.4}.status-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:100px;padding:3px 8px;font-size:10px;font-weight:700}.status-badge.live{color:#22a548;background:#34c7591a}.status-badge.soon{color:#c77800;background:#ff95001a}@media (width<=900px){.integrations-grid{grid-template-columns:1fr}}.cta-section{padding:120px 0;overflow:hidden}.cta-card{background:var(--deep);text-align:center;border-radius:32px;padding:80px 64px;position:relative;overflow:hidden}.cta-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#1497a033 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.cta-card h2{color:var(--white);position:relative}.cta-card h2 em{color:var(--ocean)}.cta-sub{color:#ffffff8c;max-width:480px;margin:20px auto 40px;font-size:17px;line-height:1.65;position:relative}.cta-buttons{justify-content:center;gap:14px;display:flex;position:relative}.cta-buttons .btn-secondary{color:var(--white);border-color:#fff3}.cta-buttons .btn-secondary:hover{background:#ffffff0d;border-color:#ffffff80}@media (width<=900px){.cta-card{padding:56px 28px}}@media (width<=600px){.cta-buttons{flex-direction:column;align-items:stretch}.cta-buttons .btn{justify-content:center}}.cta-form{text-align:left;flex-direction:column;gap:12px;max-width:520px;margin:0 auto;display:flex;position:relative}.cta-form-row{gap:12px;display:flex}@media (width<=600px){.cta-form-row{flex-direction:column}}.cta-form input,.cta-form textarea{width:100%;font-family:var(--font-body);color:var(--white);background:#ffffff0f;border:1.5px solid #ffffff1f;border-radius:12px;outline:none;padding:14px 18px;font-size:15px;transition:border-color .2s,background .2s}.cta-form input::placeholder,.cta-form textarea::placeholder{color:#ffffff59}.cta-form input:focus,.cta-form textarea:focus{border-color:var(--ocean);background:#ffffff1a}.cta-form textarea{resize:vertical;min-height:100px}.cta-form .cta-buttons{margin-top:8px}.cta-form-error{color:var(--coral);margin:0;font-size:14px}.cta-form-success{color:var(--white);font-size:18px;position:relative}.cta-form-success p{margin-bottom:0}.cta-form-success .btn-secondary{color:var(--white);border-color:#fff3}.landing-footer{border-top:1px solid var(--sand-dark);padding:48px 0}.footer-inner{justify-content:space-between;align-items:center;display:flex}.footer-left{font-family:var(--font-display);color:var(--deep);font-size:20px}.footer-left span{color:var(--teal)}.footer-right{color:var(--text-muted);text-align:right;font-size:13px;line-height:1.5}.footer-links{justify-content:flex-end;gap:16px;margin-top:8px;display:flex}.footer-links a{color:var(--text-muted);font-size:12px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--ocean)}@media (width<=600px){.footer-inner{text-align:center;flex-direction:column;gap:12px}.footer-right{text-align:center}.footer-links{justify-content:center}}.fc-widget{z-index:10000;font-family:var(--font-body);position:fixed;bottom:24px;right:24px}.fc-toggle{cursor:pointer;background:0 0;border:none;border-radius:50%;width:60px;height:60px;padding:0;transition:transform .3s cubic-bezier(.22,1,.36,1);position:relative;box-shadow:0 4px 24px #0b6e6e4d}.fc-toggle:hover{transform:scale(1.06)}.fc-toggle:active{transform:scale(.95)}.fc-toggle svg{width:60px;height:60px;display:block}.fc-icon-chat,.fc-icon-close{line-height:0}.fc-icon-close,.fc-widget.open .fc-icon-chat{display:none}.fc-widget.open .fc-icon-close{display:block}.fc-panel{background:var(--white);opacity:0;pointer-events:none;border-radius:20px;flex-direction:column;width:380px;height:520px;transition:opacity .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;bottom:72px;right:0;overflow:hidden;transform:translateY(16px)scale(.96);box-shadow:0 4px 16px #0000000f,0 24px 64px #0000001a}.fc-widget.open .fc-panel{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.fc-header{background:var(--white);border-bottom:1px solid #0000000f;flex-shrink:0;align-items:center;gap:12px;padding:16px 20px;display:flex}.fc-avatar{flex-shrink:0;width:36px;height:36px}.fc-avatar svg{width:36px;height:36px}.fc-header-text h3{color:var(--text);font-size:15px;font-weight:600;line-height:1.2}.fc-header-text p{color:var(--text-muted);align-items:center;gap:5px;font-size:11px;display:flex}.fc-status-dot{background:#34c759;border-radius:50%;width:6px;height:6px;display:inline-block}.fc-header-close{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:#0000000d;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;transition:background .15s;display:none}.fc-header-close:hover{background:#0000001a}.fc-header-close svg{width:16px;height:16px}.fc-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:8px;padding:16px;display:flex;overflow-y:auto}.fc-welcome{text-align:center;color:var(--text-muted);padding:24px 12px 8px;font-size:14px;line-height:1.55}.fc-starters{flex-direction:column;gap:6px;margin-top:12px;display:flex}.fc-starter{color:var(--teal);font-family:var(--font-body);cursor:pointer;text-align:left;background:#0b6e6e0a;border:1px solid #0b6e6e33;border-radius:18px;padding:8px 14px;font-size:13px;transition:background .15s,border-color .15s}.fc-starter:hover{background:#0b6e6e1a;border-color:#0b6e6e59}.fc-msg{word-wrap:break-word;border-radius:18px;max-width:82%;padding:10px 14px;font-size:14px;line-height:1.45;animation:.2s fc-fadeIn}.fc-msg.user{color:#fff;background:#0b93f6;border-bottom-right-radius:6px;align-self:flex-end}.fc-msg.agent{color:var(--text);background:#e9e9eb;border-bottom-left-radius:6px;align-self:flex-start}.fc-msg.agent a{color:#0b93f6;text-decoration:none}.fc-msg.agent strong{font-weight:600}.fc-msg.agent ul{margin:4px 0;padding-left:16px}.fc-msg.agent li{margin:2px 0}@keyframes fc-fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fc-typing{background:#f0f0f0;border-radius:18px 18px 18px 6px;align-self:flex-start;gap:4px;padding:12px 18px;display:none}.fc-typing.visible{display:flex}.fc-typing span{background:#999;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite fc-bounce}.fc-typing span:nth-child(2){animation-delay:.16s}.fc-typing span:nth-child(3){animation-delay:.32s}@keyframes fc-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.fc-input-area{border-top:1px solid #0000000f;flex-shrink:0;align-items:flex-end;gap:8px;padding:10px 12px;display:flex}.fc-input-area textarea{font-family:var(--font-body);resize:none;background:#f5f5f5;border:1px solid #d1d1d6;border-radius:20px;outline:none;flex:1;max-height:80px;padding:10px 14px;font-size:16px;line-height:1.4;transition:border-color .2s}.fc-input-area textarea:focus{border-color:var(--teal);background:#fff}.fc-input-area textarea::placeholder{color:var(--text-muted)}.fc-send-btn{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:opacity .15s,transform .1s;display:flex}.fc-send-btn:disabled{opacity:.4;cursor:default}.fc-send-btn:active:not(:disabled){transform:scale(.92)}.fc-send-btn svg{width:16px;height:16px}.fc-powered{text-align:center;color:var(--text-muted);opacity:0;border-top:1px solid #0000000a;padding:6px;font-size:11px;transition:opacity .3s}.fc-powered.visible{opacity:1}.fc-powered a{color:var(--teal);font-weight:600;text-decoration:none}.fc-powered a:hover{text-decoration:underline}@media (width<=640px){.fc-panel{border-radius:0;width:100%;height:100%;position:fixed;inset:0}.fc-widget.open .fc-toggle{display:none}.fc-header-close{display:flex}.fc-header{padding-top:max(16px, env(safe-area-inset-top))}.fc-input-area{padding-bottom:max(10px, env(safe-area-inset-bottom))}}.fc-powered-by{text-align:center;background:#fafafa;border-top:1px solid #0000000a;border-radius:0 0 16px 16px;padding:4px 0 6px}.fc-powered-by a{color:#9ca3af;letter-spacing:.02em;font-size:10px;text-decoration:none;transition:color .15s}.fc-powered-by a:hover{color:var(--teal)}.fc-powered-by a strong{font-weight:600}.demo-hero{text-align:center;padding-top:112px;padding-bottom:20px}.demo-intro{max-width:560px;margin:0 auto}.demo-intro .section-label,.demo-intro h2{text-align:center}.demo-intro p{color:var(--text-muted);text-align:center;margin-top:12px;font-size:17px;line-height:1.65}.demo-wrapper{justify-content:center;padding:20px;display:flex}.demo-container{background:var(--white);border-radius:20px;flex-direction:column;width:100%;max-width:420px;height:680px;display:flex;overflow:hidden;box-shadow:0 4px 40px #0000001f}@media (width<=500px){.demo-container{border-radius:0;max-width:100%;height:75vh}}.chat-header{background:var(--white);border-bottom:.5px solid #00000014;flex-shrink:0;align-items:center;gap:12px;padding:16px 20px;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.header-info h1{font-size:16px;font-weight:600;line-height:1.2;font-family:var(--font-body);letter-spacing:0}.header-info .status{color:var(--text-muted);align-items:center;gap:4px;font-size:12px;display:flex}.status-dot{background:#34c759;border-radius:50%;width:6px;height:6px}.operator-bar{color:var(--text-muted);background:#f8f8f8;border-bottom:.5px solid #0000000f;flex-shrink:0;align-items:center;gap:8px;padding:8px 16px;font-size:12px;display:flex}.operator-bar select{background:#fff;border:1px solid #d1d1d6;border-radius:8px;flex:1;padding:4px 8px;font-family:inherit;font-size:12px}.demo-badge{text-transform:uppercase;letter-spacing:.5px;color:#ff9500;background:#fff3e0;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:600}.messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:6px;padding:16px;display:flex;overflow-y:auto}.message{word-wrap:break-word;border-radius:18px;max-width:82%;padding:10px 14px;font-size:15px;line-height:1.4;animation:.2s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.message.user{color:#fff;background:#0b93f6;border-bottom-right-radius:6px;align-self:flex-end}.message.agent{color:var(--text);background:#e9e9eb;border-bottom-left-radius:6px;align-self:flex-start}.message.agent a{color:#0b93f6;text-decoration:none}.message.agent a:hover{text-decoration:underline}.message.agent strong{font-weight:600}.message.agent ul{margin:4px 0;padding-left:18px}.message.agent li{margin:2px 0}.typing{background:#e9e9eb;border-radius:18px 18px 18px 6px;align-self:flex-start;padding:12px 18px;display:none}.typing.visible{gap:4px;display:flex}.typing span{background:#999;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite bounce}.typing span:nth-child(2){animation-delay:.16s}.typing span:nth-child(3){animation-delay:.32s}.welcome{text-align:center;color:var(--text-muted);padding:40px 20px 20px}.welcome .wave{color:var(--ocean);margin-bottom:8px;font-size:32px}.welcome p{max-width:280px;margin:0 auto;font-size:14px;line-height:1.5}.welcome .operator-name{color:var(--text);font-weight:600}.starters{flex-wrap:wrap;justify-content:center;gap:6px;padding:0 12px 12px;display:flex}.starters button{color:var(--text);cursor:pointer;background:#fff;border:1px solid #d1d1d6;border-radius:16px;padding:8px 14px;font-family:inherit;font-size:13px;transition:background .15s}.starters button:hover{background:#f0f0f0}.input-area{padding:10px 12px;padding-bottom:max(10px, env(safe-area-inset-bottom));background:var(--white);border-top:.5px solid #00000014;flex-shrink:0;align-items:flex-end;gap:8px;display:flex}.input-area textarea{resize:none;background:#f0f0f0;border:1px solid #d1d1d6;border-radius:22px;outline:none;flex:1;max-height:100px;padding:10px 16px;font-family:inherit;font-size:16px;line-height:1.4;transition:border-color .2s}.input-area textarea:focus{background:#fff;border-color:#0b93f6}.input-area textarea::placeholder{color:var(--text-muted)}.send-btn{color:#fff;cursor:pointer;background:#0b93f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .15s,transform .1s;display:flex}.send-btn:disabled{opacity:.4;cursor:default}.send-btn:active:not(:disabled){transform:scale(.92)}.send-btn svg{width:18px;height:18px}.stats-toggle{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:28px;height:28px;color:var(--text-muted);cursor:pointer;z-index:10;background:#ffffffe6;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;font-size:13px;transition:background .15s,color .15s;display:flex;position:absolute;top:12px;right:12px}.stats-toggle:hover,.stats-toggle.active{color:var(--text);background:#f0f0f0}.stats-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text-muted);z-index:10;background:#fffffff2;border:1px solid #00000014;border-radius:12px;min-width:180px;padding:12px 14px;font-size:11px;display:none;position:absolute;top:46px;right:12px;box-shadow:0 4px 20px #00000014}.stats-panel.visible{display:block}.stat-row{justify-content:space-between;align-items:center;padding:3px 0;display:flex}.stat-row+.stat-row{border-top:.5px solid #0000000d}.stat-label{color:#aaa}.stat-value{font-variant-numeric:tabular-nums;color:var(--text);font-weight:500}.stat-section{text-transform:uppercase;letter-spacing:.5px;color:#bbb;padding-top:6px;padding-bottom:2px;font-size:10px;font-weight:600}.stat-section:first-child{padding-top:0}.cost-total{color:#0b93f6;font-weight:600}.view-prompt-btn{color:#555;cursor:pointer;background:#f8f8f8;border:1px solid #0000001a;border-radius:8px;width:100%;padding:6px 0;font-family:inherit;font-size:11px;font-weight:500;transition:background .15s}.view-prompt-btn:disabled{opacity:.5;cursor:default}.prompt-overlay{z-index:20;background:#0006;display:none;position:absolute;inset:0}.prompt-overlay.visible{display:block}.prompt-viewer{color:#cdd6f4;z-index:21;background:#1e1e2e;flex-direction:column;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:12px;display:none;position:absolute;inset:0}.prompt-viewer.visible{display:flex}.prompt-viewer-header{background:#181825;border-bottom:1px solid #313244;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.prompt-viewer-header h2{color:#cdd6f4;letter-spacing:0;font-family:inherit;font-size:13px;font-weight:600}.prompt-viewer-close{color:#6c7086;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:18px;line-height:1}.prompt-viewer-close:hover{color:#cdd6f4}.prompt-tabs{background:#181825;border-bottom:1px solid #313244;flex-shrink:0;padding:0 12px;display:flex}.prompt-tab{color:#6c7086;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:8px 14px;font-family:inherit;font-size:11px;font-weight:500;transition:color .15s,border-color .15s}.prompt-tab:hover{color:#a6adc8}.prompt-tab.active{color:#89b4fa;border-bottom-color:#89b4fa}.tab-badge{color:#a6adc8;background:#313244;border-radius:8px;margin-left:5px;padding:1px 5px;font-size:10px;display:inline-block}.prompt-content{white-space:pre-wrap;word-break:break-word;flex:1;padding:16px;line-height:1.6;overflow-y:auto}.prompt-content .msg-block{border-radius:8px;margin-bottom:12px;overflow:hidden}.prompt-content .msg-role{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;margin-bottom:4px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.prompt-content .msg-role.user{color:#fff;background:#1e66f5}.prompt-content .msg-role.assistant{color:#fff;background:#40a02b}.prompt-content .msg-role.system{color:#fff;background:#df8e1d}.prompt-content .msg-text{color:#bac2de;background:#11111b;border-radius:6px;margin-top:4px;padding:10px 12px}.prompt-content .char-count{color:#585b70;text-align:right;margin-top:2px;font-size:10px}.powered-by{text-align:center;background:var(--gray-50,#f9fafb);border-top:1px solid var(--gray-100,#f3f4f6);padding:6px 0 8px}.powered-by a{color:var(--gray-400,#9ca3af);letter-spacing:.02em;font-size:11px;text-decoration:none;transition:color .15s}.powered-by a:hover{color:var(--teal,#0b6e6e)}.powered-by a strong{font-weight:600}:root{--deep:#0a2e3c;--teal:#0b6e6e;--ocean:#1497a0;--coral:#f26b4e;--sand:#f6f1eb;--sand-dark:#e8dfd4;--white:#fff;--text:#1a2b33;--text-muted:#5a7080;--font-display:"Source Serif 4", Georgia, serif;--font-body:"DM Sans", -apple-system, sans-serif}.print-page{font-family:var(--font-body);color:var(--text);background:#e0e0e0;flex-direction:column;align-items:center;gap:32px;min-height:100vh;padding:40px 20px;display:flex}.print-controls{text-align:center;max-width:500px}.print-controls h1{font-family:var(--font-display);color:var(--deep);margin-bottom:16px;font-size:24px}.print-tabs{justify-content:center;gap:8px;margin-bottom:16px;display:flex}.print-tabs button{border:2px solid var(--deep);background:var(--white);color:var(--deep);font-family:var(--font-body);cursor:pointer;border-radius:8px;padding:8px 20px;font-size:14px;font-weight:600;transition:all .15s}.print-tabs button.active{background:var(--deep);color:var(--white)}.print-tabs button:hover:not(.active){background:var(--sand)}.print-btn{background:var(--coral);color:var(--white);cursor:pointer;font-size:14px;font-weight:600;font-family:var(--font-body);border:none;border-radius:8px;margin-bottom:8px;padding:10px 28px}.print-btn:hover{background:#e05538}.print-hint{color:var(--text-muted);max-width:400px;margin:0 auto;font-size:12px;line-height:1.5}.logo-reef{font-family:var(--font-display);color:var(--deep);font-weight:700}.logo-chat{font-family:var(--font-display);color:var(--coral);font-weight:700}.print-sheet{background:var(--sand);position:relative;overflow:hidden;box-shadow:0 4px 24px #00000026}.mockup-phone{background:var(--deep);border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0a2e3c40}.mockup-lg,.mockup-md{width:280px}.mockup-header{background:var(--teal);align-items:center;gap:8px;padding:10px 12px;display:flex}.mockup-avatar{flex-shrink:0;width:26px;height:26px}.mockup-avatar svg{width:100%;height:100%}.mockup-header-text{flex-direction:column;display:flex}.mockup-header-text strong{color:#fff;font-size:10px;font-weight:700}.mockup-header-text span{color:#fff9;font-size:7.5px}.mockup-messages{background:var(--sand);flex-direction:column;gap:6px;padding:10px 10px 6px;display:flex}.mockup-welcome{color:var(--text-muted);text-align:center;background:#0b6e6e14;border-radius:10px;margin-bottom:2px;padding:8px 10px;font-size:8px;line-height:1.45}.print-page .mock-msg{border-radius:10px;max-width:88%;padding:7px 10px;font-size:8.5px;line-height:1.5;opacity:1!important;transform:none!important}.print-page .mock-msg.visitor{background:var(--sand-dark);color:var(--text);border-bottom-right-radius:4px;align-self:flex-end}.print-page .mock-msg.agent{background:var(--teal);color:#fff;border-bottom-left-radius:4px;align-self:flex-start}.print-page .mock-msg.agent strong{font-weight:700}.mock-link{color:var(--coral);margin-top:2px;font-weight:700;display:inline-block}.mockup-input{background:var(--sand);align-items:center;gap:6px;padding:6px 10px 8px;display:flex}.mockup-input span{background:var(--sand-dark);color:var(--text-muted);border-radius:10px;flex:1;padding:5px 10px;font-size:8px}.mockup-send{background:var(--coral);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.mockup-send svg{width:10px;height:10px}.mockup-powered{background:var(--sand);text-align:center;color:var(--text-muted);padding:0 0 6px;font-size:6.5px}.mockup-powered strong{color:var(--teal)}.widget-demo{flex-direction:column;align-items:center;gap:8px;display:flex}.widget-demo-browser{border:1px solid #d0d0d0;border-radius:8px;width:180px;overflow:hidden;box-shadow:0 4px 16px #0000001f}.widget-demo-compact .widget-demo-browser{width:140px}.widget-demo-bar{background:#f0f0f0;align-items:center;gap:3px;padding:5px 8px;display:flex}.widget-demo-dot{background:#ccc;border-radius:50%;width:5px;height:5px}.widget-demo-url{color:var(--text-muted);text-align:center;background:#fff;border-radius:3px;flex:1;margin-left:6px;padding:1px 6px;font-size:6px}.widget-demo-page{background:#fff;min-height:120px;padding:12px;position:relative}.widget-demo-compact .widget-demo-page{min-height:90px;padding:8px}.widget-demo-nav{background:var(--sand-dark);border-radius:2px;width:70%;height:4px;margin-bottom:12px}.widget-demo-hero{margin-bottom:10px}.widget-demo-hero-line{background:var(--deep);opacity:.15;border-radius:2px;height:5px;margin-bottom:4px}.widget-demo-hero-btn{background:var(--coral);opacity:.4;border-radius:4px;width:40px;height:8px;margin-top:6px}.widget-demo-content{flex-direction:column;gap:3px;display:flex}.widget-demo-line{background:#e0e0e0;border-radius:1px;height:3px}.w60{width:60%}.w70{width:70%}.w80{width:80%}.w85{width:85%}.w90{width:90%}.widget-demo-bubble{filter:drop-shadow(0 2px 6px #0b6e6e4d);position:absolute;bottom:8px;right:8px}.widget-demo-caption{color:var(--text-muted);text-align:center;font-size:8px;line-height:1.5}.a4-poster{flex-direction:column;width:210mm;height:297mm;display:flex}.poster-wave-top{flex-shrink:0;width:100%}.poster-wave-top svg{width:100%;height:70px;display:block}.poster-wave-bottom{flex-shrink:0;width:100%;margin-top:auto}.poster-wave-bottom svg{width:100%;height:40px;display:block}.poster-content{flex-direction:column;flex:1;align-items:center;padding:0 32px;display:flex}.poster-logo{margin-bottom:8px;font-size:32px}.poster-headline{font-family:var(--font-display);text-align:center;color:var(--deep);margin-bottom:8px;font-size:34px;line-height:1.2}.poster-headline em{color:var(--coral);font-style:italic}.poster-sub{color:var(--text-muted);text-align:center;max-width:440px;margin-bottom:16px;font-size:13px;line-height:1.6}.poster-demo-row{align-items:center;gap:12px;margin-bottom:16px;display:flex}.poster-demo-arrow{flex-shrink:0}.poster-mockup{filter:drop-shadow(0 8px 24px #0a2e3c2e);margin-bottom:20px}.poster-stats{gap:28px;margin-bottom:14px;display:flex}.poster-stat{text-align:center}.poster-stat-num{font-family:var(--font-display);color:var(--teal);font-size:26px;font-weight:700}.poster-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:2px;font-size:9px}.poster-features{grid-template-columns:1fr 1fr;gap:6px 32px;margin-bottom:14px;display:grid}.poster-feature{align-items:center;gap:8px;font-size:11px;display:flex}.poster-feature-dot{background:var(--coral);border-radius:50%;flex-shrink:0;width:7px;height:7px}.poster-cta{margin-bottom:10px}.poster-cta-box{background:var(--deep);border-radius:12px;align-items:center;gap:12px;padding:10px 24px;display:flex}.poster-cta-text{color:#ffffffb3;font-size:13px}.poster-cta-url{color:var(--coral);font-size:18px;font-weight:700;font-family:var(--font-display)}.poster-footer{color:var(--text-muted);text-align:center;font-size:9px}.poster-widget-bubble{z-index:2;filter:drop-shadow(0 3px 10px #0b6e6e59);position:absolute;bottom:52px;right:24px}.a5-card{flex-direction:column;width:148mm;height:210mm;display:flex}.card-accent-bar{background:linear-gradient(90deg, var(--coral), var(--teal));flex-shrink:0;height:6px}.card-content{flex-direction:column;flex:1;align-items:center;padding:16px 24px 14px;display:flex}.card-logo{margin-bottom:8px;font-size:22px}.card-headline{font-family:var(--font-display);text-align:center;color:var(--deep);margin-bottom:6px;font-size:22px;line-height:1.25}.card-problem{flex-direction:column;gap:8px;width:100%;margin-bottom:12px;display:flex}.card-problem-item{background:#0a2e3c0a;border-radius:8px;align-items:flex-start;gap:10px;padding:8px 12px;display:flex}.card-problem-icon{flex-shrink:0;margin-top:1px;font-size:14px}.card-problem-item strong{color:var(--deep);margin-bottom:1px;font-size:10px;display:block}.card-problem-item p{color:var(--text-muted);margin:0;font-size:8.5px;line-height:1.4}.card-solution-divider{align-items:center;gap:10px;width:100%;margin-bottom:10px;display:flex}.card-solution-divider:before,.card-solution-divider:after{content:"";background:linear-gradient(90deg, transparent, var(--teal), transparent);flex:1;height:1px}.card-solution-divider span{color:var(--teal);white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:700}.card-mockup{filter:drop-shadow(0 4px 16px #0a2e3c26);margin-bottom:10px}.card-benefits{flex-direction:column;gap:6px;width:100%;max-width:280px;margin-bottom:16px;display:flex}.card-benefit{align-items:center;gap:8px;font-size:11px;display:flex}.card-check{color:var(--teal);flex-shrink:0;font-size:14px;font-weight:700}.card-cta{background:var(--deep);border-radius:10px;align-items:center;gap:10px;margin-bottom:10px;padding:8px 20px;display:flex}.card-cta-label{color:#ffffffb3;font-size:11px}.card-cta-url{color:var(--coral);font-size:15px;font-weight:700;font-family:var(--font-display)}.card-footer{color:var(--text-muted);margin-top:auto;font-size:8px}.business-cards-wrapper{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.biz-card{border-radius:4px;width:90mm;height:55mm}.biz-front{background:var(--sand);justify-content:center;align-items:center;display:flex;position:relative}.biz-front-bg{position:absolute;inset:0;overflow:hidden}.biz-wave{width:100%;height:100%;position:absolute;bottom:0;left:0}.biz-front-content{z-index:1;text-align:center;position:relative}.biz-logo{margin-bottom:4px;font-size:28px}.biz-tagline{color:var(--text-muted);letter-spacing:.3px;margin-bottom:8px;font-size:9px}.biz-widget-icon{justify-content:center;display:flex}.biz-back{background:var(--deep);justify-content:center;align-items:center;display:flex;position:relative}.biz-back-content{text-align:center}.biz-back-logo{margin-bottom:12px;font-size:16px}.biz-back .logo-reef{color:var(--white)}.biz-back .logo-chat{color:var(--coral)}.biz-details{flex-direction:column;gap:5px;display:flex}.biz-detail{align-items:center;gap:8px;font-size:9px;display:flex}.biz-detail-label{color:#fff6;text-transform:uppercase;letter-spacing:.8px;text-align:right;width:36px;font-size:7px}.biz-detail-value{color:var(--white);font-weight:500}.biz-bottom-accent{background:linear-gradient(90deg, var(--coral), var(--teal));height:3px;position:absolute;bottom:0;left:0;right:0}@media print{.no-print{display:none!important}html,body{background:#fff;margin:0;padding:0}.print-page{background:0 0;gap:0;min-height:auto;padding:0}.print-sheet{box-shadow:none;page-break-after:always;-webkit-print-color-adjust:exact;print-color-adjust:exact}.business-cards-wrapper{gap:20mm;padding-top:20mm}.biz-card{page-break-after:avoid}}@page{margin:0}.blog-index{padding-top:120px;padding-bottom:80px}.blog-header{border-bottom:2px solid var(--deep);margin-bottom:48px;padding-bottom:32px}.blog-header h1{font-family:var(--font-display);color:var(--deep);letter-spacing:-.5px;margin-bottom:4px;font-size:48px}.blog-header p{color:var(--text-muted);font-size:17px}.blog-layout{grid-template-columns:1fr 320px;align-items:start;gap:48px;display:grid}.blog-main{background:var(--white);border-radius:12px;min-width:0;padding:36px 40px;box-shadow:0 1px 3px #0000000a}.featured-post{border-bottom:1px solid var(--sand-dark);margin-bottom:40px;padding-bottom:40px}.featured-meta,.post-card-meta{align-items:center;gap:16px;margin-bottom:12px;display:flex}.featured-meta time,.post-card-meta time{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:13px}.reading-time{color:var(--text-muted);font-size:13px}.reading-time:before{content:"";background:var(--text-muted);vertical-align:middle;border-radius:50%;width:3px;height:3px;margin-right:16px;display:inline-block}.featured-post h2{font-family:var(--font-display);color:var(--deep);letter-spacing:-.3px;margin-bottom:20px;font-size:36px;line-height:1.2}.featured-post h2 a{color:inherit;text-decoration:none}.featured-post h2 a:hover{color:var(--teal)}.featured-preview{color:var(--text);margin-bottom:20px;font-size:17px;line-height:1.75}.featured-preview p{margin-bottom:16px}.featured-preview ul,.featured-preview ol{margin:0 0 16px 24px}.featured-preview li{margin-bottom:6px}.read-more{color:var(--teal);font-size:15px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.read-more:hover{color:var(--deep)}.read-more:after{content:" →"}.post-card-full{border-bottom:1px solid var(--sand-dark);margin-bottom:36px;padding-bottom:36px}.post-card-full:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.post-card-full h2{font-family:var(--font-display);color:var(--deep);margin-bottom:16px;font-size:28px;line-height:1.25}.post-card-full h2 a{color:inherit;text-decoration:none}.post-card-full h2 a:hover{color:var(--teal)}.post-card-preview{color:var(--text);margin-bottom:16px;font-size:16px;line-height:1.7}.post-card-preview p{margin-bottom:14px}.post-card-preview ul,.post-card-preview ol{margin:0 0 14px 24px}.post-card-preview li{margin-bottom:4px}.blog-sidebar{position:sticky;top:96px}.sidebar-section{background:var(--white);border-radius:12px;margin-bottom:20px;padding:28px;box-shadow:0 1px 3px #0000000a}.sidebar-section h3{font-family:var(--font-display);color:var(--deep);margin-bottom:12px;font-size:18px}.sidebar-section p{color:var(--text-muted);margin-bottom:16px;font-size:14px;line-height:1.6}.sidebar-section .btn{justify-content:center;width:100%}.btn-outline{color:var(--teal);border:1.5px solid var(--teal);background:0 0}.btn-outline:hover{background:var(--teal);color:var(--white)}.sidebar-posts{margin:0;padding:0;list-style:none}.sidebar-posts li{border-bottom:1px solid var(--sand-dark);padding:12px 0}.sidebar-posts li:last-child{border-bottom:none;padding-bottom:0}.sidebar-posts a{color:var(--deep);margin-bottom:4px;font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;display:block}.sidebar-posts a:hover{color:var(--teal)}.sidebar-posts time{color:var(--text-muted);font-size:12px}.blog-post{padding-top:120px;padding-bottom:80px}.blog-post .container{background:var(--white);border-radius:12px;max-width:820px;padding:48px 56px;box-shadow:0 1px 3px #0000000a}.post-header{max-width:720px;margin:0 auto 48px}.back-link{color:var(--teal);margin-bottom:24px;font-size:14px;text-decoration:none;display:inline-block}.back-link:hover{text-decoration:underline}.post-header h1{font-family:var(--font-display);color:var(--deep);margin-bottom:16px;font-size:40px;line-height:1.2}.post-meta{color:var(--text-muted);font-size:14px}.post-body{max-width:720px;color:var(--text);margin:0 auto;font-size:17px;line-height:1.75}.post-body h2{font-family:var(--font-display);color:var(--deep);margin:48px 0 16px;font-size:28px}.post-body h3{font-family:var(--font-display);color:var(--deep);margin:36px 0 12px;font-size:22px}.post-body p{margin-bottom:20px}.post-body ul,.post-body ol{margin:0 0 20px 24px}.post-body li{margin-bottom:8px}.post-body strong{color:var(--deep)}.post-body a{color:var(--teal)}.post-body blockquote{border-left:3px solid var(--teal);color:var(--text-muted);background:#0b6e6e0a;border-radius:0 8px 8px 0;margin:24px 0;padding:12px 20px;font-style:italic}@media (width<=900px){.blog-layout{grid-template-columns:1fr;gap:48px}.blog-sidebar{grid-template-columns:1fr 1fr;gap:16px;display:grid;position:static}.sidebar-section:last-child{grid-column:1/-1}}@media (width<=600px){.blog-header h1{font-size:36px}.featured-post h2{font-size:28px}.post-card-full h2{font-size:24px}.post-header h1{font-size:30px}.blog-main{padding:24px 20px}.blog-post .container{padding:32px 24px}.blog-sidebar{grid-template-columns:1fr}}.about-hero{text-align:center;padding:140px 0 60px}.about-hero-inner{max-width:680px;margin:0 auto}.about-hero h1{font-family:var(--font-display);letter-spacing:-1.5px;color:var(--deep);margin-bottom:20px;font-size:clamp(36px,5vw,54px);line-height:1.08}.about-hero h1 em{color:var(--teal);font-style:italic}.about-hero-sub{color:var(--text-muted);max-width:520px;margin:0 auto;font-size:18px;line-height:1.6}.about-story{padding:40px 0 80px}.about-story-grid{grid-template-columns:280px 1fr;align-items:start;gap:64px;display:grid}.about-photo-col{position:sticky;top:100px}.about-photo-frame{aspect-ratio:3/4;background:var(--deep);border-radius:16px;width:100%;overflow:hidden}.about-photo-frame img{object-fit:cover;width:100%;height:100%}.about-photo-placeholder{background:linear-gradient(135deg, var(--deep) 0%, var(--teal) 100%);width:100%;height:100%;font-family:var(--font-display);color:#ffffff4d;letter-spacing:2px;justify-content:center;align-items:center;font-size:48px;display:flex}.about-name-card{text-align:center;margin-top:20px}.about-name-card h3{font-family:var(--font-display);color:var(--deep);margin-bottom:4px;font-size:20px}.about-name-card p{color:var(--text-muted);font-size:13px;font-weight:500}.about-text-col{flex-direction:column;gap:48px;display:flex}.about-block h2{font-family:var(--font-display);letter-spacing:-.5px;color:var(--deep);margin-bottom:16px;font-size:clamp(24px,3vw,32px);line-height:1.15}.about-block p{color:var(--text-muted);margin-bottom:12px;font-size:16px;line-height:1.7}.about-block p:last-child{margin-bottom:0}.about-values{background:var(--white);padding:80px 0}.about-values-header{text-align:center;margin-bottom:48px}.about-values-header h2{margin-bottom:0}.about-values-grid{grid-template-columns:repeat(3,1fr);gap:32px;max-width:960px;margin:0 auto;display:grid}.about-value-card{background:var(--sand);border:1px solid var(--sand-dark);border-radius:16px;padding:32px;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1)}.about-value-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0a2e3c14}.about-value-icon{width:40px;height:40px;color:var(--ocean);margin-bottom:16px}.about-value-icon svg{width:100%;height:100%}.about-value-card h3{font-family:var(--font-display);color:var(--deep);margin-bottom:8px;font-size:18px}.about-value-card p{color:var(--text-muted);font-size:14px;line-height:1.6}.landing .about-values+.cta-banner{margin-top:64px;margin-bottom:64px}@media (width<=768px){.about-hero{padding:120px 0 40px}.about-story-grid{grid-template-columns:1fr;gap:40px}.about-photo-col{max-width:240px;margin:0 auto;position:static}.about-values-grid{grid-template-columns:1fr;gap:20px}}@media (width<=480px){.about-hero-sub{font-size:16px}.about-block h2{font-size:24px}.about-value-card{padding:24px}}.legal-page{padding:140px 0 80px}.legal-page .container{max-width:760px}.legal-header{margin-bottom:48px}.legal-header h1{font-family:var(--font-display);letter-spacing:-1px;color:var(--deep);margin-bottom:12px;font-size:clamp(32px,4vw,42px);line-height:1.1}.legal-header p{color:var(--text-muted);font-size:14px}.legal-content h2{font-family:var(--font-display);color:var(--deep);letter-spacing:-.3px;margin-top:40px;margin-bottom:12px;font-size:22px}.legal-content h3{font-family:var(--font-display);color:var(--deep);margin-top:28px;margin-bottom:8px;font-size:18px}.legal-content p{color:var(--text-muted);margin-bottom:16px;font-size:15px;line-height:1.75}.legal-content ul,.legal-content ol{color:var(--text-muted);margin-bottom:16px;padding-left:24px;font-size:15px;line-height:1.75}.legal-content li{margin-bottom:6px}.legal-content a{color:var(--ocean);text-decoration:underline}.legal-content a:hover{color:var(--teal)}@media (width<=480px){.legal-page{padding:120px 0 60px}}.docs-hero{text-align:center;padding-top:112px;padding-bottom:32px}.docs-hero-inner{max-width:620px;margin:0 auto}.docs-hero h1{font-family:var(--font-display);color:var(--deep);margin-top:12px;font-size:clamp(32px,5vw,44px);font-weight:700;line-height:1.15}.docs-hero-sub{color:var(--text-muted);margin-top:14px;font-size:18px;line-height:1.65}.docs-content{padding:32px 0 80px}.docs-grid{grid-template-columns:200px 1fr;align-items:start;gap:48px;display:grid}.docs-nav{position:sticky;top:100px}.docs-nav h4{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:12px;font-size:11px}.docs-nav ul{padding:0;list-style:none}.docs-nav li{margin-bottom:6px}.docs-nav a{color:var(--text-muted);font-size:14px;line-height:1.6;text-decoration:none;transition:color .15s}.docs-nav a:hover{color:var(--teal)}.docs-main{max-width:680px}.docs-section{margin-bottom:48px;scroll-margin-top:100px}.docs-section h2{font-family:var(--font-display);color:var(--deep);margin-bottom:12px;padding-top:8px;font-size:24px;font-weight:700}.docs-section h3{color:var(--deep);margin-top:24px;margin-bottom:8px;font-size:16px;font-weight:600}.docs-section p{color:var(--text);margin-bottom:12px;font-size:16px;line-height:1.7}.docs-section a{color:var(--teal);text-decoration:none}.docs-section a:hover{text-decoration:underline}.docs-section ol,.docs-section ul{margin-bottom:16px;padding-left:24px}.docs-section li{color:var(--text);margin-bottom:6px;font-size:16px;line-height:1.7}.docs-section code{color:var(--teal);background:#0b6e6e14;border-radius:4px;padding:2px 6px;font-size:14px}.docs-code{border:1px solid var(--sand-dark);border-radius:12px;margin:16px 0;overflow:hidden}.docs-code-header{background:var(--sand-dark);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;align-items:center;padding:8px 16px;font-size:12px;font-weight:600;display:flex}.docs-copy-btn{color:var(--teal);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:600;transition:background .15s}.docs-copy-btn:hover{background:#0b6e6e1a}.docs-code pre{background:#1a2b33;margin:0;padding:16px;overflow-x:auto}.docs-code code{color:#e2e8f0;background:0 0;border-radius:0;padding:0;font-family:SF Mono,Fira Code,Fira Mono,Menlo,monospace;font-size:14px;line-height:1.6}.docs-callout{background:var(--sand);border-left:3px solid var(--ocean);color:var(--text);border-radius:0 8px 8px 0;margin:16px 0;padding:14px 18px;font-size:14px;line-height:1.6}.docs-callout-tip{border-left-color:var(--coral);background:#fef7f5}@media (width<=768px){.docs-grid{grid-template-columns:1fr;gap:24px}.docs-nav{border-bottom:1px solid var(--sand-dark);padding-bottom:16px;position:static}}.prospect{font-family:var(--font-body);color:var(--text);background:var(--sand);-webkit-font-smoothing:antialiased;min-height:100vh}.prospect-nav{z-index:100;-webkit-backdrop-filter:blur(20px);background:#f6f1ebe6;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:fixed;top:0;left:0;right:0}.prospect-logo{font-family:var(--font-display);color:var(--deep);letter-spacing:-.5px;font-size:22px;text-decoration:none}.prospect-logo span{color:var(--teal)}.prospect-nav-for{color:var(--text-muted);font-size:13px;font-weight:500}.prospect-container{max-width:800px;margin:0 auto;padding:0 24px}.prospect-section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--ocean);margin-bottom:16px;font-size:11px;font-weight:700}.prospect h2{font-family:var(--font-display);letter-spacing:-.5px;color:var(--deep);margin-bottom:16px;font-size:clamp(28px,3.5vw,40px);line-height:1.15}.prospect h2 em{color:var(--teal);font-style:italic}.prospect-btn-primary{font-family:var(--font-body);cursor:pointer;background:var(--coral);color:var(--white);border:none;border-radius:100px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.22,1,.36,1);display:inline-flex;box-shadow:0 2px 12px #f26b4e4d}.prospect-btn-primary:hover{background:var(--coral-hover);text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 20px #f26b4e59}.prospect-btn-secondary{font-family:var(--font-body);border:1.5px solid var(--sand-dark);cursor:pointer;color:var(--deep);background:0 0;border-radius:100px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.22,1,.36,1);display:inline-flex}.prospect-btn-secondary:hover{border-color:var(--deep);background:var(--white);text-decoration:none}.prospect-hero{text-align:center;padding:120px 0 80px}.prospect-badge{text-transform:uppercase;letter-spacing:.1em;color:var(--teal);background:#0b6e6e14;border-radius:20px;margin-bottom:24px;padding:6px 14px;font-size:11px;font-weight:700;display:inline-block}.prospect-hero h1{font-family:var(--font-display);letter-spacing:-1px;color:var(--deep);max-width:700px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:clamp(30px,4.5vw,48px);line-height:1.15}.prospect-hero h1 em{color:var(--coral);font-style:italic}.prospect-hero h1 a{color:var(--teal);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:2px}.prospect-hero h1 a:hover{color:var(--ocean)}.prospect-hero-sub{color:var(--text-muted);max-width:560px;margin:0 auto 40px;font-size:17px;line-height:1.7}.prospect-hero-stats{flex-wrap:wrap;justify-content:center;gap:32px;margin-bottom:40px;display:flex}.prospect-stat{flex-direction:column;align-items:center;gap:6px;display:flex}.prospect-stat-num{font-family:var(--font-display);color:var(--deep);letter-spacing:-1px;font-size:32px;font-weight:700}.prospect-stat-label{color:var(--text-muted);text-align:center;max-width:160px;font-size:13px;line-height:1.4}.prospect-demo{background:var(--deep);color:var(--white);padding:80px 0}.prospect-demo .prospect-section-label{color:#1497a0cc}.prospect-demo h2{color:var(--white)}.prospect-demo h2 em{color:var(--ocean)}.prospect-demo-intro{text-align:center;margin-bottom:40px}.prospect-demo-intro p{color:#fff9;max-width:520px;margin:0 auto;font-size:17px;line-height:1.7}.prospect-chat-container{max-width:480px;margin:0 auto}.prospect-chat{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 8px 40px #0000004d,0 0 0 1px #ffffff0d}.prospect-chat-header{border-bottom:1px solid #f0f0f0;align-items:center;gap:12px;padding:16px 20px;display:flex}.prospect-chat-avatar svg{width:36px;height:36px}.prospect-chat-header h3{color:var(--text);margin:0;font-size:15px;font-weight:600}.prospect-chat-header p{color:var(--text-muted);align-items:center;gap:5px;margin:2px 0 0;font-size:12px;display:flex}.prospect-status-dot{background:#34d399;border-radius:50%;width:7px;height:7px;display:inline-block}.prospect-chat-messages{scroll-behavior:smooth;height:380px;padding:16px 20px;overflow-y:auto}.prospect-chat-welcome p{color:var(--text-muted);background:#f4f4f5;border-radius:16px 16px 16px 4px;margin-bottom:12px;padding:12px 16px;font-size:14px;line-height:1.6}.prospect-chat-starters{flex-wrap:wrap;gap:6px;display:flex}.prospect-chat-starter{color:var(--teal);cursor:pointer;font-size:13px;font-weight:500;font-family:var(--font-body);background:#0b6e6e0f;border:1px solid #0b6e6e26;border-radius:20px;padding:7px 14px;transition:all .2s}.prospect-chat-starter:hover{background:#0b6e6e1f;border-color:#0b6e6e4d}.prospect-chat-msg{word-wrap:break-word;max-width:85%;margin-bottom:8px;padding:10px 16px;font-size:14px;line-height:1.6}.prospect-chat-msg.user{background:var(--teal);color:#fff;border-radius:16px 16px 4px;margin-left:auto}.prospect-chat-msg.agent{color:var(--text);background:#f4f4f5;border-radius:16px 16px 16px 4px}.prospect-chat-msg.agent a{color:var(--teal)}.prospect-chat-msg.agent p{margin:0 0 8px}.prospect-chat-msg.agent p:last-child{margin-bottom:0}.prospect-chat-msg.agent ul,.prospect-chat-msg.agent ol{margin:4px 0 8px 16px}.prospect-chat-msg.agent li{margin-bottom:2px}.prospect-chat-msg.agent strong{font-weight:600}.prospect-chat-typing{background:#f4f4f5;border-radius:16px 16px 16px 4px;gap:4px;width:fit-content;margin-bottom:8px;padding:12px 16px;display:flex}.prospect-chat-typing span{background:#94a3b8;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite prospect-bounce}.prospect-chat-typing span:nth-child(2){animation-delay:.2s}.prospect-chat-typing span:nth-child(3){animation-delay:.4s}@keyframes prospect-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.prospect-chat-input{border-top:1px solid #f0f0f0;align-items:flex-end;gap:8px;padding:12px 16px;display:flex}.prospect-chat-input textarea{font-family:var(--font-body);resize:none;max-height:80px;color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:14px;line-height:1.5}.prospect-chat-send{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.prospect-chat-send:hover{background:var(--ocean)}.prospect-chat-send:disabled{opacity:.3;cursor:default}.prospect-chat-send svg{width:16px;height:16px}.prospect-chat-note{text-align:center;color:#fff6;margin-top:16px;font-size:13px;line-height:1.5}.prospect-chat-note a{color:#fff9;text-decoration:underline}.prospect-how{text-align:center;padding:80px 0}.prospect-steps{text-align:left;gap:32px;margin-top:40px;display:grid}.prospect-step{grid-template-rows:auto auto;grid-template-columns:48px 1fr;gap:4px 16px;display:grid}.prospect-step-num{width:48px;height:48px;color:var(--teal);font-family:var(--font-display);background:#0b6e6e14;border-radius:50%;grid-row:1/3;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex}.prospect-step h3{color:var(--deep);align-self:end;font-size:17px;font-weight:600}.prospect-step p{color:var(--text-muted);font-size:15px;line-height:1.6}.prospect-snippet{background:var(--deep);border-radius:10px;grid-column:2;margin-top:8px;padding:14px 16px;overflow-x:auto}.prospect-snippet code{color:#e2e8f0;white-space:pre;font-family:SF Mono,Fira Code,Menlo,monospace;font-size:12px;line-height:1.6}.prospect-proof{padding:0 0 80px}.prospect-proof-card{background:var(--white);border-left:4px solid var(--coral);border-radius:16px;padding:32px;box-shadow:0 1px 3px #0000000a,0 4px 16px #00000008}.prospect-proof-card h3{font-family:var(--font-display);color:var(--deep);margin-bottom:12px;font-size:20px;font-weight:600}.prospect-proof-card p{color:var(--text-muted);font-size:15px;line-height:1.7}.prospect-offer{text-align:center;padding:80px 0}.prospect-offer-sub{color:var(--text-muted);max-width:560px;margin:0 auto 40px;font-size:17px;line-height:1.7}.prospect-offer-grid{text-align:left;grid-template-columns:1fr 1fr;gap:20px;display:grid}.prospect-offer-card{background:var(--white);border-radius:16px;padding:28px;box-shadow:0 1px 3px #0000000a,0 4px 16px #00000008}.prospect-offer-card.after{background:var(--deep);color:var(--white)}.prospect-offer-card h3{margin-bottom:16px;font-size:17px;font-weight:600}.prospect-offer-card.after h3{color:var(--white)}.prospect-offer-price{color:#fff9;margin-bottom:16px;font-size:15px}.prospect-offer-price strong{font-family:var(--font-display);color:var(--white);font-size:32px;font-weight:700}.prospect-offer-card ul{padding:0;list-style:none}.prospect-offer-card ul li{color:var(--text-muted);padding:6px 0 6px 24px;font-size:14px;line-height:1.6;position:relative}.prospect-offer-card.after ul li{color:#ffffffb3}.prospect-offer-card ul li:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230B6E6E'%3E%3Cpath d='M8 1a7 7 0 110 14A7 7 0 018 1zm3.22 4.97a.75.75 0 00-1.06-1.06L7 8.07 5.84 6.91a.75.75 0 00-1.06 1.06l1.69 1.69a.75.75 0 001.06 0l3.69-3.69z'/%3E%3C/svg%3E") 50%/contain no-repeat;width:14px;height:14px;position:absolute;top:12px;left:0}.prospect-offer-card.after ul li:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231497A0'%3E%3Cpath d='M8 1a7 7 0 110 14A7 7 0 018 1zm3.22 4.97a.75.75 0 00-1.06-1.06L7 8.07 5.84 6.91a.75.75 0 00-1.06 1.06l1.69 1.69a.75.75 0 001.06 0l3.69-3.69z'/%3E%3C/svg%3E")}.prospect-offer-math{color:#ffffff80;border-top:1px solid #ffffff1a;margin-top:16px;padding-top:16px;font-size:13px;font-style:italic;line-height:1.5}.prospect-cta{text-align:center;padding:80px 0}.prospect-cta-card{background:var(--white);border-radius:20px;padding:48px 40px;box-shadow:0 1px 3px #0000000a,0 8px 32px #0000000f}.prospect-cta-card h2{margin-bottom:16px}.prospect-cta-card>p{color:var(--text-muted);max-width:480px;margin:0 auto 32px;font-size:16px;line-height:1.7}.prospect-cta-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:20px;display:flex}.prospect-cta-alt{color:var(--text-muted);font-size:14px}.prospect-loading{background:var(--sand);justify-content:center;align-items:center;min-height:100vh;display:flex}.prospect-loading-spinner{border:3px solid #0b6e6e26;border-top-color:var(--teal);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite prospect-spin}@keyframes prospect-spin{to{transform:rotate(360deg)}}.prospect-error{background:var(--sand);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100vh;display:flex}.prospect-error h1{font-family:var(--font-display);color:var(--deep);font-size:28px}.prospect-error a{color:var(--teal)}@media (width<=640px){.prospect-hero{padding:100px 0 60px}.prospect-hero-stats{flex-direction:column;align-items:center;gap:24px}.prospect-offer-grid{grid-template-columns:1fr}.prospect-cta-card{padding:32px 24px}.prospect-nav-for{display:none}.prospect-chat-messages{height:320px}}.dashboard{--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--radius:8px;--radius-lg:12px;color:var(--gray-800);background:var(--gray-50);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.layout{min-height:100vh;display:flex}.sidebar{background:var(--deep);width:260px;color:var(--white);z-index:10;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-header{border-bottom:1px solid #ffffff1a;padding:24px 20px 16px}.logo{letter-spacing:-.02em;margin-bottom:8px;font-size:20px;font-weight:700}.org-name{color:#fff9;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.org-selector{border-radius:var(--radius);width:100%;color:var(--white);cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;padding:6px 8px;font-family:inherit;font-size:13px}.org-selector option{background:var(--deep)}.sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:12px;display:flex}.nav-link{color:#ffffffb3;border-radius:var(--radius);padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s;display:block}.nav-link:hover{color:var(--white);background:#ffffff14}.nav-link.active{color:var(--white);background:#ffffff1f}.sidebar-footer{border-top:1px solid #ffffff1a;padding:16px 20px}.plan-badge{text-transform:uppercase;letter-spacing:.05em;color:#ffffffb3;background:#ffffff1a;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.main-content{flex:1;max-width:1200px;margin-left:260px;padding:32px 40px}.page-header{margin-bottom:28px}.page-header h2{color:var(--gray-900);letter-spacing:-.02em;font-size:24px;font-weight:700}.page-header p{color:var(--gray-500);margin-top:4px;font-size:14px}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);margin-bottom:20px;padding:24px}.card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.card-header h3{color:var(--gray-800);font-size:16px;font-weight:600}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:20px}.stat-card .label{color:var(--gray-500);margin-bottom:4px;font-size:13px;font-weight:500}.stat-card .value{color:var(--gray-900);letter-spacing:-.02em;font-size:28px;font-weight:700}.stat-card .sub{color:var(--gray-400);margin-top:2px;font-size:12px}.table-wrapper{overflow-x:auto}table{border-collapse:collapse;width:100%}th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);border-bottom:1px solid var(--gray-200);padding:10px 16px;font-size:12px;font-weight:600}td{border-bottom:1px solid var(--gray-100);color:var(--gray-700);padding:12px 16px;font-size:14px}tr:hover td{background:var(--gray-50)}tr.clickable{cursor:pointer}.btn{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;align-items:center;gap:6px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .15s;display:inline-flex}.btn-primary{background:var(--teal);color:var(--white)}.btn-primary:hover{background:#095c5c}.btn-secondary{background:var(--white);color:var(--gray-700);border-color:var(--gray-300)}.btn-secondary:hover{background:var(--gray-50)}.btn-sm{padding:5px 10px;font-size:13px}.form-group{margin-bottom:16px}.form-group label{color:var(--gray-700);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--gray-300);border-radius:var(--radius);width:100%;color:var(--gray-800);background:var(--white);padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.form-group input:focus,.form-group textarea:focus{border-color:var(--teal);outline:none;box-shadow:0 0 0 3px #0b6e6e1a}.code-block{background:var(--gray-900);color:#e5e7eb;border-radius:var(--radius);white-space:pre;padding:16px;font-family:SF Mono,Fira Code,monospace;font-size:13px;line-height:1.6;position:relative;overflow-x:auto}.code-block .copy-btn{color:var(--gray-400);cursor:pointer;background:#ffffff1a;border:none;border-radius:4px;padding:4px 8px;font-family:inherit;font-size:12px;position:absolute;top:8px;right:8px}.code-block .copy-btn:hover{color:var(--white);background:#fff3}.message-list{flex-direction:column;gap:12px;display:flex}.message{flex-direction:column;max-width:80%;display:flex}.message.user{align-self:flex-end}.message.assistant{align-self:flex-start}.message .bubble{border-radius:16px;padding:10px 14px;font-size:14px;line-height:1.5}.message.user .bubble{color:#fff;background:#0b93f6;border-bottom-right-radius:4px}.message.assistant .bubble{color:#1c1c1e;background:#e9e9eb;border-bottom-left-radius:4px}.message .meta{color:var(--gray-400);margin-top:4px;padding:0 4px;font-size:11px}.message.user .meta{text-align:right}.badge{border-radius:12px;padding:2px 8px;font-size:12px;font-weight:500;display:inline-block}.badge-active{color:#065f46;background:#d1fae5}.badge-closed{background:var(--gray-100);color:var(--gray-500)}.color-input-wrapper{align-items:center;gap:12px;display:flex}.color-swatch{border-radius:var(--radius);border:2px solid var(--gray-200);cursor:pointer;width:36px;height:36px}.empty-state{text-align:center;color:var(--gray-400);padding:48px 20px}.empty-state h3{color:var(--gray-600);margin-bottom:4px;font-size:16px;font-weight:600}.empty-state p{font-size:14px}.back-link{color:var(--gray-500);align-items:center;gap:4px;margin-bottom:16px;font-size:14px;text-decoration:none;display:inline-flex}.back-link:hover{color:var(--teal)}.loading-screen{min-height:100vh;color:var(--gray-500);justify-content:center;align-items:center;font-size:16px;display:flex}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;display:grid}.product-card{border:1px solid var(--gray-200);border-radius:var(--radius);padding:14px}.product-card h4{color:var(--gray-800);margin-bottom:4px;font-size:14px;font-weight:600}.product-card .prices{color:var(--teal);font-size:13px;font-weight:600}.product-card .source{color:var(--gray-400);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;overflow:hidden}.booking-link{border-bottom:1px solid var(--gray-100);align-items:center;gap:8px;padding:8px 0;display:flex}.booking-link:last-child{border-bottom:none}.booking-link .platform{text-transform:uppercase;color:var(--ocean);background:#1497a01a;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:600}.booking-link a{color:var(--teal);text-overflow:ellipsis;white-space:nowrap;font-size:13px;text-decoration:none;overflow:hidden}.booking-link a:hover{text-decoration:underline}.conv-row td:first-child{text-overflow:ellipsis;white-space:nowrap;max-width:300px;overflow:hidden}@media (width<=768px){.sidebar{display:none}.main-content{margin-left:0;padding:20px}}
