:root {
  --ink: #1b2a24;
  --dark: #14201b;
  --panel: #22342c;
  --paper: #eef1eb;
  --white: #eaeDE7;
  --muted: #acb9ae;
  --brass: #b8863b;
  --gold-text: #d3ad6d;
  --teal: #2f5d5a;
  --line: #34473b;
  /* Light surfaces and status accents; shared with service pages. */
  --surface-card: #ffffff;
  --surface-soft: #f9faf6;
  --surface-tint: #e4e9dd;
  --line-light: #cdd6c5;
  --muted-on-light: #5b685f;
  --gold-on-light: #866125;
  --accent-on-light: #5c7256;
  --success: #3e7d5a;
  --success-on-dark: #8fcba6;
  --warning: #b4573f;
  --warning-on-dark: #e39a87;
  --body: 'Inter', sans-serif;
  --display: 'Fraunces', Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 40px; }
body { margin: 0; background: var(--dark); color: var(--white); font: 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; touch-action: manipulation; }
img { max-width: 100%; height: auto; }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: var(--display); font-weight: 400; }
h1 em,h2 em { color: var(--gold-text); font-weight: 400; }
button:focus-visible,a:focus-visible,summary:focus-visible { outline: 2px solid var(--gold-text); outline-offset: 5px; }
::selection { background: var(--brass); color: var(--dark); }
[hidden] { display: none !important; }
.wrap { width: calc(100% - 112px); max-width: 1300px; margin-inline: auto; }
.icon,.feature-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; height: 100px; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 21px; font-weight: 600; letter-spacing: -.7px; white-space: nowrap; }
.brand img { border-radius: 7px; }
.desktop-nav { display: flex; gap: 35px; font-size: 14px; color: #c4cfc5; }
.desktop-nav a:hover,.text-link:hover,.footer-links a:hover { color: var(--gold-text); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 15px 23px; min-height: 54px; border: 1px solid transparent; border-radius: 4px; font-size: 15px; font-weight: 550; transition: background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--brass); color: #101c15; }
.button-gold:hover { background: #c7964d; }
.button-nav { min-height: 43px; padding: 9px 18px; border-color: #617360; font-size: 14px; gap: 20px; }
.button-nav .icon { width: 18px; height: 18px; }
.button-nav:hover { background: #2b4030; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0; font-size: 14px; }
.text-link .icon { width: 17px; height: 17px; }
.eyebrow { font-size: 12px; line-height: 1.6; letter-spacing: 1.8px; text-transform: uppercase; font-weight: 500; color: var(--gold-text); margin-bottom: 25px; }
.hero { display: grid; grid-template-columns: 1fr 1.05fr; gap: 66px; padding-block: 77px 70px; align-items: center; }
.hero-copy { padding-bottom: 22px; min-width: 0; }
h1 { font-size: clamp(48px,5.4vw,76px); line-height: 1.08; letter-spacing: -2.8px; margin-bottom: 28px; }
.hero-description { max-width: 415px; color: #b4c1b5; font-size: 18px; line-height: 1.8; margin-bottom: 29px; }
.hero-actions { display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }
.hero-price { font-size: 12px; color: #a9b89f; margin: 25px 0 0; line-height: 1.7; }
.hero-price span { padding-inline: 7px; color: #6b8066; }
.product-demo { min-width: 0; }
.industry-picker { display: flex; justify-content: space-between; gap: 3px; margin: 0 0 18px; }
.industry-picker button { background: transparent; border: 1px solid transparent; color: #aabaad; font-size: 12px; padding: 9px 11px; min-height: 44px; border-radius: 4px; white-space: nowrap; transition: color .2s, background .2s; }
.industry-picker button[aria-pressed=true] { color: #e3e9d9; border-color: #60715a; background: #2b4030; }
.industry-picker button:hover { color: var(--white); background: #2b4030; }
.demo-window { border: 1px solid #a2b08b; border-radius: 10px; background: #f8f9f3; color: #1f3b2b; overflow: hidden; box-shadow: 0 22px 65px #03150c70; }
.demo-titlebar { display: flex; align-items: center; gap: 12px; padding: 20px 23px; background: #e6ecdf; border-bottom: 1px solid #d1dbc5; }
.business-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 8px; background: var(--teal); color: white; font-family: var(--display); font-size: 23px; flex-shrink: 0; }
.demo-titlebar strong { font-size: 14px; font-weight: 600; display: block; line-height: 1.5; }
.demo-titlebar div>span { font-size: 12px; color: #66765d; }
.sample-label { margin-left: auto; font-size: 12px; color: #617253; text-align: right; max-width: 78px; line-height: 1.5; }
.chat-body { padding: 24px 24px 18px; min-height: 260px; display: flex; flex-direction: column; gap: 12px; }
.chat-message { max-width: 88%; border-radius: 8px; padding: 12px 15px; font-size: 14px; line-height: 1.7; animation: message-in .3s ease-out; }
.chat-message.assistant { background: white; border: 1px solid #dce3d3; align-self: flex-start; border-bottom-left-radius: 2px; color: #3b5140; }
.chat-message.visitor { background: var(--teal); color: #f4f6ec; align-self: flex-end; border-bottom-right-radius: 2px; }
.chat-message.confirmed { background: #e4eddb; border: 1px solid #c1d5ae; color: #395837; align-self: flex-start; }
.customer-record { margin: 4px 24px 22px; border: 1px solid #cdd9bf; background: #f0f4e8; border-radius: 6px; }
.record-heading { display: flex; align-items: center; gap: 9px; padding: 11px 14px; border-bottom: 1px solid #d8e1cd; font-size: 12px; font-weight: 600; color: #47603a; }
.record-heading .icon { width: 17px; height: 17px; }
.customer-record dl { margin: 0; padding: 13px 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; }
.customer-record dt { font-size: 12px; color: #697c59; margin-bottom: 2px; }
.customer-record dd { font-size: 13px; font-weight: 500; margin: 0; color: #2f4b30; overflow-wrap: anywhere; }
.journey-controls { display: flex; padding: 11px 18px; gap: 5px; background: #e7eddf; border-top: 1px solid #d3dec9; }
.journey-controls button { flex: 1; border: 0; background: transparent; color: #6b7c5d; border-radius: 4px; display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 13px; min-height: 44px; padding: 8px; }
.journey-controls button>span { font-size: 12px; color: #7b8a6c; }
.journey-controls button[aria-pressed=true] { background: #d3dfc4; color: #24462c; }
.journey-controls button:hover { background: #dce5d1; }
.journey-progress { height: 2px; background: #d3ddc7; }
.journey-progress span { height: 100%; display: block; width: 33.333%; background: #4c7051; transition: width .4s ease; }
.demo-caption { text-align: center; font-size: 12px; color: #a1b097; margin: 16px 0 0; }
.integrations { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 27px 38px; border-top: 1px solid var(--line); color: #adbcaa; }
.integrations-label { font-size: 12px; color: #91a38a; letter-spacing: .2px; }
.integrations>div { display: flex; align-items: center; gap: 11px; font-size: 15px; }
.integrations .icon { width: 23px; height: 23px; color: #819778; }
h2 { font-size: clamp(37px,4vw,56px); letter-spacing: -1.8px; line-height: 1.14; margin-bottom: 24px; }
.section-description { color: #b0c0a9; font-size: 17px; line-height: 1.85; max-width: 350px; margin: 0; }
.benefits-section { background: var(--paper); color: var(--ink); margin-top: 12px; }
.benefits { display: grid; grid-template-columns: 1fr 1.1fr; gap: 110px; padding-block: 83px; }
.benefits .eyebrow { color: #596c45; }
.benefits h2 em { color: #60724e; }
.benefits .section-description { color: #586851; }
.benefit-list article { display: flex; gap: 23px; padding: 24px 0; border-top: 1px solid #cdd6c4; }
.benefit-list article:first-child { padding-top: 0; border-top: 0; }
.benefit-list article:last-child { padding-bottom: 0; }
.feature-icon { width: 26px; height: 26px; margin-top: 4px; color: #4a6849; }
.benefit-list h3 { font-family: var(--display); font-size: 25px; font-weight: 400; letter-spacing: -.5px; line-height: 1.3; margin: 0 0 9px; }
.benefit-list p { color: #5b6c54; font-size: 15px; line-height: 1.8; max-width: 440px; margin: 0; }
.setup-section { padding-block: 95px; }
.section-heading { margin-bottom: 39px; }
.section-heading h2 { margin-bottom: 0; }
.setup-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.setup-grid article { padding: 31px 36px 0 0; }
.setup-grid article+article { padding-left: 36px; border-left: 1px solid var(--line); }
.step-number { display: block; font-size: 38px; font-family: var(--display); line-height: 1; letter-spacing: -1px; color: #6b825c; margin-bottom: 35px; }
.setup-grid h3 { font-size: 19px; font-weight: 500; letter-spacing: -.5px; margin-bottom: 13px; }
.setup-grid p { font-size: 15px; line-height: 1.85; color: #aabca1; max-width: 340px; margin: 0; }
.pricing-section { display: grid; grid-template-columns: 1.1fr 1fr; gap: 75px; align-items: center; padding-bottom: 95px; }
.pricing-copy h2 { font-size: 47px; }
.pricing-card { background: linear-gradient(120deg,#2d4432,#243c2b); border: 1px solid #6a7a534f; padding: 38px 40px; border-radius: 8px; }
.price-label { color: #c5d0b5; font-size: 14px; margin-bottom: 17px; }
.price { display: flex; align-items: baseline; gap: 10px; }
.price>span:first-child { font-family: var(--display); color: #f0f2df; font-size: 69px; line-height: 1.15; letter-spacing: -3px; }
.price>span:last-child { font-size: 15px; color: #b0c19d; }
.setup-price { font-size: 15px; color: #c6d2b7; margin: 8px 0 25px; }
.included-list { list-style: none; padding: 22px 0 25px; margin: 0; border-top: 1px solid #869c633d; }
.included-list li { display: flex; gap: 10px; align-items: center; margin: 10px 0; font-size: 14px; color: #c8d5b9; }
.included-list .icon { width: 17px; height: 17px; color: #b2c593; }
.pricing-card .button { width: 100%; justify-content: space-between; }
.faq-section { display: grid; grid-template-columns: 1.1fr 1fr; gap: 75px; padding-block: 10px 90px; }
.faq-section h2 { font-size: 46px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-size: 15px; cursor: pointer; color: #dbe3cf; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { width: 19px; height: 19px; color: #a4b590; transition: transform .2s; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-list details p { margin: 0 25px 23px 0; color: #a9b99a; font-size: 14px; line-height: 1.85; }
.contact-section { border-block: 1px solid #43583a; background: #22372a; }
.contact-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 75px; align-items: center; padding-block: 67px; }
.contact-inner h2 { font-size: 58px; }
.contact-inner>div>p:last-child { color: #acbd9f; font-size: 16px; max-width: 360px; margin: 0; }
.contact-actions { justify-self: center; }
.contact-actions .button { width: 100%; }
.email-address { display: block; font-size: 14px; color: #c9d3b6; margin-top: 15px; text-decoration: underline; text-underline-offset: 4px; }
.contact-actions .founder-line { font-size: 14px; color: #dce4ce; margin: 30px 0 0; }
.founder-line span { font-size: 12px; color: #a1b491; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 30px; }
.site-footer .brand { font-size: 18px; }
.footer-links { display: flex; align-items: center; gap: 25px; color: #9eb091; font-size: 12px; padding-right: 65px; }
.menu-toggle { display: none; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 20; background: var(--brass); color: var(--dark); padding: 10px 15px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.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; }
/* The existing widget inherits message text color. Its light panel must not
   inherit this page's light-on-dark body color. No widget behavior is changed. */
body > .agk-panel { color: var(--ink); }
@keyframes message-in { from { opacity: .5; transform: translateY(4px); } to { opacity: 1; transform: none; } }
@media (min-width:1600px) { .hero { padding-block: 90px 80px; gap: 90px; } h1 { font-size: 81px; } }
@media (max-width:1150px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 35px; padding-block: 58px; }
  h1 { font-size: 57px; letter-spacing: -2px; }
  .hero-description { font-size: 17px; }
  .industry-picker { gap: 0; }
  .industry-picker button { font-size: 12px; padding-inline: 7px; }
  .sample-label { display: none; }
  .chat-message { font-size: 13px; }
  .hero-actions { gap: 18px; }
  .hero-price { max-width: 320px; }
  .benefits { gap: 60px; }
  .benefit-list h3 { font-size: 23px; }
  .pricing-section,.faq-section,.contact-inner { gap: 50px; }
  .pricing-copy h2 { font-size: 43px; }
  .pricing-card { padding: 31px; }
}
@media (max-width:850px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { height: 78px; gap: 14px; }
  .brand { font-size: 19px; gap: 9px; }
  .brand img { width: 30px; }
  .desktop-nav { display: none; }
  .button-nav { margin-left: auto; padding: 9px 13px; gap: 12px; font-size: 13px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; border: 0; background: transparent; min-width: 34px; height: 44px; padding: 8px; }
  .menu-toggle span { width: 20px; height: 1px; background: #e5eddb; }
  .mobile-menu { position: absolute; top: 78px; left: 20px; right: 20px; z-index: 10; background: #223b2a; padding: 15px 20px; margin: 0; box-shadow: 0 15px 30px #06180e60; border: 1px solid var(--line); }
  .mobile-menu a { display: block; padding: 13px 0; font-size: 15px; border-bottom: 1px solid var(--line); }
  .mobile-menu a:last-child { border-bottom: 0; }
  .hero { grid-template-columns: 1fr; padding-block: 45px 33px; gap: 34px; }
  .hero-copy { padding-bottom: 0; max-width: 600px; }
  h1 { font-size: clamp(46px,8vw,65px); letter-spacing: -2.3px; }
  .eyebrow { font-size: 12px; letter-spacing: 1.2px; margin-bottom: 22px; }
  .hero-description { max-width: 430px; font-size: 17px; margin-bottom: 23px; }
  .hero-price { margin-top: 19px; max-width: none; }
  .product-demo { max-width: 570px; width: 100%; margin-inline: auto; }
  .industry-picker { justify-content: space-between; gap: 3px; margin-bottom: 13px; }
  .industry-picker button { font-size: 12px; padding-inline: 10px; }
  .sample-label { display: block; }
  .chat-message { font-size: 14px; }
  .chat-body { min-height: 265px; }
  .integrations { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 19px 32px; padding-block: 24px 29px; }
  .integrations-label { width: 100%; }
  .integrations>div { font-size: 13px; gap: 9px; }
  .benefits { grid-template-columns: 1fr; padding-block: 55px; gap: 36px; }
  h2 { font-size: 43px; }
  .benefits .section-description { max-width: 450px; font-size: 16px; }
  .benefit-list article { gap: 20px; padding-block: 22px; }
  .benefit-list p { max-width: 550px; font-size: 15px; }
  .setup-section { padding-block: 60px; }
  .setup-grid { grid-template-columns: 1fr; }
  .setup-grid article { padding: 24px 0; position: relative; padding-left: 62px; }
  .setup-grid article+article { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 24px 62px; }
  .step-number { position: absolute; left: 0; top: 25px; font-size: 30px; }
  .setup-grid h3 { font-size: 19px; margin-bottom: 10px; }
  .setup-grid p { max-width: 500px; font-size: 15px; }
  .section-heading { margin-bottom: 25px; }
  .pricing-section { grid-template-columns: 1fr; gap: 29px; padding-bottom: 65px; }
  .pricing-copy h2 { font-size: 40px; }
  .pricing-copy .section-description { font-size: 16px; }
  .pricing-card { max-width: 580px; width: 100%; padding: 30px; }
  .faq-section { grid-template-columns: 1fr; gap: 25px; padding-bottom: 65px; }
  .faq-section h2 { font-size: 41px; margin-bottom: 0; }
  .faq-list summary { font-size: 15px; padding-block: 21px; }
  .faq-list details p { font-size: 14px; }
  .contact-inner { grid-template-columns: 1fr; padding-block: 52px; gap: 29px; }
  .contact-inner h2 { font-size: 48px; }
  .contact-actions { justify-self: start; }
  .contact-actions .founder-line { margin-top: 22px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 19px; padding-block: 25px 80px; }
  .footer-links { gap: 24px; padding-right: 0; flex-wrap: wrap; }
}
@media (max-width:430px) {
  .brand { font-size: 17px; gap: 7px; }
  .brand img { width: 28px; }
  .site-header { gap: 8px; }
  .button-nav { font-size: 12px; padding: 8px 11px; gap: 8px; }
  .button-nav .icon { width: 16px; height: 16px; }
  .hero { padding-top: 40px; }
  h1 { font-size: 48px; letter-spacing: -2px; }
  .hero-description { font-size: 16px; }
  .hero-actions { gap: 18px; }
  .hero-actions .button { font-size: 14px; min-height: 52px; padding: 13px 20px; gap: 25px; }
  .text-link { font-size: 13px; gap: 8px; }
  .hero-price { font-size: 12px; max-width: 330px; }
  .hero-price span { padding-inline: 4px; }
  .industry-picker { flex-wrap: wrap; justify-content: flex-start; gap: 2px 4px; }
  .industry-picker button { font-size: 12px; padding: 8px 10px; }
  .demo-titlebar { padding: 16px; gap: 10px; }
  .demo-titlebar strong { font-size: 13px; }
  .demo-titlebar div>span,.sample-label { font-size: 12px; }
  .sample-label { display: none; }
  .business-icon { width: 33px; height: 33px; font-size: 20px; }
  .chat-body { padding: 19px 16px 16px; min-height: 282px; }
  .chat-message { padding: 11px 13px; font-size: 13px; max-width: 92%; }
  .customer-record { margin: 0 16px 18px; }
  .customer-record dl { gap: 11px; }
  .customer-record dd { font-size: 12px; }
  .journey-controls { padding: 9px 10px; gap: 3px; }
  .journey-controls button { font-size: 12px; gap: 7px; padding: 7px 5px; }
  .journey-controls button>span { font-size: 12px; }
  .demo-caption { font-size: 12px; max-width: 320px; margin-inline: auto; }
  .integrations { gap: 17px 24px; }
  .integrations>div { font-size: 12px; }
  .integrations .icon { width: 20px; height: 20px; }
  h2 { font-size: 38px; letter-spacing: -1.3px; }
  .benefit-list h3 { font-size: 22px; }
  .feature-icon { width: 23px; height: 23px; }
  .benefit-list article { gap: 17px; }
  .pricing-copy h2 { font-size: 36px; }
  .pricing-card { padding: 27px 24px; }
  .price>span:first-child { font-size: 64px; }
  .included-list li { font-size: 13px; }
  .pricing-card .button { font-size: 14px; gap: 15px; padding: 14px 18px; }
  .faq-section h2 { font-size: 37px; }
  .faq-list summary { font-size: 14px; gap: 14px; }
  .contact-inner h2 { font-size: 45px; }
  .contact-actions .button { font-size: 14px; gap: 22px; }
}
@media (max-width:360px) { h1 { font-size: 43px; } .brand { font-size: 15px; } .button-nav { font-size: 12px; padding-inline: 9px; } .hero-actions { gap: 12px; } .hero-actions .button { padding-inline: 16px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } *,*:before,*:after { animation: none !important; transition: none !important; } }

.not-found{min-height:100vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-block:55px}.not-found .brand{margin-bottom:65px}.not-found>p:not(.eyebrow){color:var(--muted);font-size:17px;margin-bottom:27px}
