:root {
  --ink: #132d35;
  --muted: #60777d;
  --teal: #0d7773;
  --teal-dark: #0b5e5a;
  --teal-soft: #eaf6f4;
  --line: #dce9e6;
  --paper: #ffffff;
  --surface: #f5faf9;
  --shadow: 0 24px 70px rgba(27, 73, 71, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1.1em; height: 1.1em; flex: 0 0 auto; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(13,119,115,.12);
  background: rgba(248, 253, 252, .82);
  backdrop-filter: blur(16px);
}
.nav-shell { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.04em; }
.brand-name { font-size: 1.22rem; }
.brand-mark { width: 34px; height: 34px; position: relative; display: inline-flex; align-items: flex-end; justify-content: center; gap: 2px; padding: 7px 6px; border-radius: 10px; background: var(--teal); box-shadow: 0 8px 18px rgba(13,119,115,.22); }
.brand-mark span { width: 5px; border-radius: 4px 4px 2px 2px; background: white; transform: rotate(42deg); transform-origin: bottom; }
.brand-mark span:nth-child(1) { height: 10px; }
.brand-mark span:nth-child(2) { height: 17px; }
.brand-mark span:nth-child(3) { height: 11px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a, .login-link { color: #4d686e; font-size: .9rem; font-weight: 700; transition: color .2s ease; }
.desktop-nav a:hover, .login-link:hover { color: var(--teal); }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; width: 38px; height: 38px; padding: 9px; display: grid; align-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 10px; background: white; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; height: 2px; border-radius: 2px; background: var(--teal-dark); }
.mobile-menu nav { position: absolute; top: 46px; right: 0; width: 210px; padding: 10px; display: grid; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: 0 20px 44px rgba(31,73,71,.14); }
.mobile-menu nav a { padding: 11px 12px; border-radius: 8px; color: #49666c; font-size: .84rem; font-weight: 700; }
.mobile-menu nav a:hover { color: var(--teal-dark); background: var(--teal-soft); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 12px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 11px 16px; background: var(--teal); color: white; font-size: .86rem; box-shadow: 0 8px 18px rgba(13,119,115,.18); }

.hero { position: relative; overflow: hidden; padding: 152px 0 90px; min-height: 760px; background: radial-gradient(circle at 84% 10%, rgba(72, 184, 164, .13), transparent 27%), linear-gradient(120deg, #fbfefd 0%, #f4fbf9 55%, #eef8f6 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(13,119,115,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(13,119,115,.06) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to right, transparent, black 70%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; top: 95px; right: -160px; border: 1px solid rgba(13,119,115,.13); }
.hero-glow-two { width: 280px; height: 280px; bottom: -190px; left: 18%; border: 1px solid rgba(13,119,115,.11); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 48px; }
.hero-copy { padding-bottom: 12px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 8px 12px; color: var(--teal-dark); background: rgba(234,246,244,.92); border: 1px solid rgba(13,119,115,.15); border-radius: 999px; font-size: .78rem; font-weight: 800; letter-spacing: .02em; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #29a58f; box-shadow: 0 0 0 4px rgba(41,165,143,.13); }
h1 { margin: 0; max-width: 600px; color: #102f36; font-size: clamp(3rem, 5.2vw, 4.65rem); line-height: .99; letter-spacing: -.058em; font-weight: 780; }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: #526b71; font-size: 1.09rem; line-height: 1.78; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button-primary { padding: 15px 20px; color: white; background: var(--teal); box-shadow: 0 14px 30px rgba(13,119,115,.22); }
.button-primary:hover { background: var(--teal-dark); box-shadow: 0 18px 34px rgba(13,119,115,.27); }
.button-secondary { padding: 14px 19px; color: #315259; background: rgba(255,255,255,.74); border: 1px solid #cfe2df; }
.button-secondary:hover { background: white; box-shadow: 0 10px 24px rgba(26,70,68,.08); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 15px 20px; margin-top: 26px; color: #587178; font-size: .78rem; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 5px; }
.hero-proof svg { color: var(--teal); width: 16px; height: 16px; }

.product-stage { position: relative; min-width: 0; padding: 24px 0 42px; }
.stage-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(13,119,115,.11); }
.stage-orbit-one { width: 600px; height: 600px; top: -88px; left: 34px; }
.stage-orbit-two { width: 430px; height: 430px; top: -5px; left: 118px; }
.product-window { position: relative; z-index: 2; overflow: hidden; width: 688px; border: 1px solid rgba(13,119,115,.18); border-radius: 19px; background: white; box-shadow: var(--shadow); transform: perspective(1300px) rotateY(-3deg) rotateX(1deg); transform-origin: center left; }
.window-topbar { height: 55px; padding: 0 16px; display: flex; align-items: center; gap: 22px; border-bottom: 1px solid #e5efed; background: #fbfdfd; }
.window-brand { display: flex; align-items: center; gap: 7px; min-width: 148px; color: #1b4147; font-size: .75rem; }
.mini-brand-mark { width: 24px; height: 24px; display: inline-flex; align-items: flex-end; justify-content: center; gap: 1px; padding: 5px 4px; background: var(--teal); border-radius: 7px; }
.mini-brand-mark i { width: 3px; height: 8px; background: white; border-radius: 2px; transform: rotate(38deg); transform-origin: bottom; }
.mini-brand-mark i:nth-child(2) { height: 13px; }
.window-search { flex: 1; max-width: 265px; padding: 8px 12px; color: #93a4a7; border: 1px solid #e2ecea; border-radius: 8px; background: white; font-size: .62rem; }
.avatar { margin-left: auto; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: white; background: #1d8d87; font-size: .58rem; font-weight: 800; }
.window-body { min-height: 365px; display: grid; grid-template-columns: 150px 1fr; }
.window-sidebar { padding: 22px 12px; display: flex; flex-direction: column; gap: 5px; background: #f7fbfa; border-right: 1px solid #e7efee; }
.sidebar-label { margin: 0 8px 5px; color: #9aabae; font-size: .46rem; letter-spacing: .12em; font-weight: 800; }
.sidebar-label.second { margin-top: 18px; }
.sidebar-item { display: flex; align-items: center; gap: 8px; padding: 9px 10px; border-radius: 7px; color: #6b7e82; font-size: .62rem; font-weight: 700; }
.sidebar-item i { width: 10px; height: 10px; border: 1.5px solid #91a5a8; border-radius: 3px; }
.sidebar-item.active { color: var(--teal-dark); background: #e8f5f3; }
.sidebar-item.active i { border-color: var(--teal); background: var(--teal); box-shadow: inset 0 0 0 2px #e8f5f3; }
.ticket-panel { min-width: 0; padding: 21px 20px 24px; background: white; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; }
.panel-heading > div { display: flex; flex-direction: column; gap: 3px; }
.panel-heading strong { color: #1b3f46; font-size: 1rem; }
.panel-kicker { color: #90a2a5; font-size: .52rem; }
.panel-heading button { border: 0; border-radius: 7px; padding: 8px 11px; color: white; background: var(--teal); font-size: .56rem; font-weight: 700; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 17px 0 13px; }
.metric-row div { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 10px 11px; border: 1px solid #e4edeb; border-radius: 8px; background: #fbfdfd; }
.metric-row span { color: #819397; font-size: .5rem; }
.metric-row strong { color: #244950; font-size: .8rem; }
.ticket-list { border: 1px solid #e6eeee; border-radius: 9px; overflow: hidden; }
.ticket-row { min-height: 55px; display: grid; grid-template-columns: 43px minmax(150px,1fr) 95px 69px; align-items: center; gap: 8px; padding: 8px 10px; border-bottom: 1px solid #edf2f1; background: white; }
.ticket-row:last-child { border-bottom: 0; }
.ticket-row.emphasized { background: #fbfefd; }
.ticket-id { color: #739095; font-size: .52rem; font-weight: 800; }
.ticket-main { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.ticket-main strong { overflow: hidden; color: #274a50; font-size: .59rem; white-space: nowrap; text-overflow: ellipsis; }
.ticket-main small { color: #9aabad; font-size: .48rem; }
.ticket-owner { display: flex; align-items: center; gap: 5px; color: #6d8387; font-size: .5rem; }
.owner { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; font-style: normal; font-size: .43rem; font-weight: 800; }
.owner.teal { background: #dff3ee; color: #167467; }.owner.blue { background: #e6effd; color: #3e6caa; }.owner.amber { background: #fff0d9; color: #9c6a20; }.owner.gray { background: #edf1f1; color: #64777a; }
.status { justify-self: end; padding: 5px 7px; border-radius: 999px; font-size: .45rem; font-weight: 800; white-space: nowrap; }
.status.requested { color: #3b6c9c; background: #e9f3fd; }.status.process { color: #91621b; background: #fff2d9; }.status.closed { color: #287264; background: #e5f5ef; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(13,119,115,.15); border-radius: 12px; background: rgba(255,255,255,.95); box-shadow: 0 15px 35px rgba(33,76,74,.14); backdrop-filter: blur(10px); }
.floating-card div { display: flex; flex-direction: column; gap: 3px; }
.floating-card small { color: #879a9d; font-size: .56rem; }
.floating-card strong { color: #294c52; font-size: .65rem; }
.request-card { left: -26px; bottom: 0; padding: 11px 13px; }
.float-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; color: var(--teal); background: #e8f5f2; font-size: .9rem; font-weight: 900; }
.float-check { margin-left: 12px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: white; background: #2aa68f; font-size: .58rem; }
.activity-card { right: -8px; top: 34px; padding: 10px 14px; }
.activity-dot { width: 8px; height: 8px; border-radius: 50%; background: #39ae92; box-shadow: 0 0 0 5px rgba(57,174,146,.13); }

.trust-strip { position: relative; z-index: 4; border-top: 1px solid #e1ece9; border-bottom: 1px solid #e1ece9; background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 27px 26px; display: flex; flex-direction: column; gap: 4px; border-right: 1px solid #e5eeec; }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { color: #173e44; font-size: .92rem; }
.trust-grid span { color: #7b8f93; font-size: .73rem; }

.section { padding: 112px 0; }
.section-heading h2, .setup-copy h2, .features-intro h2, .faq-intro h2, .final-cta-shell h2 { margin: 12px 0 0; color: #14363d; font-size: clamp(2.35rem, 4.2vw, 3.65rem); line-height: 1.08; letter-spacing: -.047em; }
.section-heading > p, .split-heading > p { color: var(--muted); font-size: 1.03rem; line-height: 1.76; }
.section-label { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.section-label::before { content: ""; width: 22px; height: 2px; border-radius: 4px; background: currentColor; }
.centered-heading { max-width: 820px; margin: 0 auto 56px; text-align: center; }
.centered-heading .section-label { justify-content: center; }
.centered-heading > p { max-width: 720px; margin: 22px auto 0; }
.split-heading { margin-bottom: 54px; display: grid; grid-template-columns: 1.1fr .72fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 6px; }

.problem-section { background: white; }
.change-grid { display: grid; grid-template-columns: 1fr 46px 1fr; align-items: center; gap: 15px; }
.change-card { min-width: 0; min-height: 522px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; }
.before-card { background: #fbfcfc; }
.after-card { background: linear-gradient(150deg, #fbfefd 0%, #f1faf8 100%); border-color: #cde5e1; box-shadow: 0 20px 50px rgba(36,87,84,.09); }
.change-card-top { display: flex; align-items: center; gap: 9px; color: #70868b; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.change-dot { width: 8px; height: 8px; border-radius: 50%; }
.muted-dot { background: #aebcbe; box-shadow: 0 0 0 5px #eff2f2; }
.live-dot { background: #2da88f; box-shadow: 0 0 0 5px #e1f4ef; }
.change-card h3 { margin: 20px 0 22px; color: #24464c; font-size: 1.38rem; letter-spacing: -.025em; }
.loose-messages { min-height: 248px; padding: 20px 18px; display: flex; flex-direction: column; gap: 13px; border: 1px dashed #d8e2e1; border-radius: 15px; background: #f6f9f8; }
.loose-message { width: 78%; padding: 13px 14px; display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; border: 1px solid #e0e8e7; border-radius: 11px; background: white; box-shadow: 0 7px 16px rgba(42,69,68,.04); }
.loose-message.right { align-self: flex-end; }
.loose-message.faded { opacity: .63; }
.loose-message span { color: #8a9c9f; font-size: .56rem; font-weight: 800; text-transform: uppercase; }
.loose-message strong { grid-column: 1 / -1; color: #50696e; font-size: .74rem; }
.loose-message small { grid-column: 2; grid-row: 1; color: #a0afb1; font-size: .52rem; }
.pain-list, .gain-list, .check-list, .price-card ul { margin: 20px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.pain-list li, .gain-list li { display: flex; align-items: center; gap: 8px; color: #6e8387; font-size: .78rem; }
.pain-list li span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: #8d9b9d; background: #edf1f1; font-size: .8rem; }
.gain-list li { color: #406066; font-weight: 700; }
.gain-list svg, .check-list svg, .price-card li svg { color: var(--teal); }
.change-arrow { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #cfe3df; border-radius: 50%; color: var(--teal); background: white; box-shadow: 0 10px 22px rgba(41,82,80,.09); }
.focused-ticket { padding: 19px; border: 1px solid #d9e9e6; border-radius: 15px; background: white; box-shadow: 0 13px 26px rgba(31,85,81,.06); }
.focused-header { display: flex; justify-content: space-between; align-items: center; color: #82979a; font-size: .58rem; font-weight: 800; }
.focused-ticket > strong { display: block; margin-top: 17px; color: #294a50; font-size: .91rem; }
.focused-ticket > p { margin: 7px 0 15px; color: #829295; font-size: .69rem; line-height: 1.55; }
.focused-meta { padding: 13px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; border-top: 1px solid #edf2f1; border-bottom: 1px solid #edf2f1; }
.focused-meta span { display: grid; grid-template-columns: 24px 1fr; color: #7a8f92; font-size: .55rem; }
.focused-meta span i { grid-row: 1 / 3; margin-right: 6px; }
.focused-meta b { color: #526d71; font-size: .56rem; }
.file-symbol { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 6px; color: var(--teal); background: var(--teal-soft); font-style: normal; }
.response-line { margin-top: 14px; display: grid; grid-template-columns: 29px 1fr auto; align-items: center; gap: 9px; }
.response-avatar { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: .5rem; font-weight: 800; }
.response-line p { margin: 0; color: #74898d; font-size: .57rem; line-height: 1.45; }
.response-line p b { display: block; color: #456268; }
.response-line small { color: #98a8aa; font-size: .5rem; }

.roles-section { background: #f5faf9; border-top: 1px solid #e6f0ee; border-bottom: 1px solid #e6f0ee; }
.role-grid { display: grid; gap: 26px; }
.role-card { min-width: 0; min-height: 560px; padding: 54px; display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 64px; overflow: hidden; border: 1px solid #d8e8e5; border-radius: 26px; background: white; box-shadow: 0 20px 50px rgba(34,83,80,.065); }
.console-role { grid-template-columns: .83fr 1.17fr; background: linear-gradient(135deg, #ffffff, #f8fcfb); }
.role-copy { position: relative; }
.role-number { position: absolute; top: -9px; right: 0; color: #e3eeec; font-size: 3.7rem; font-weight: 900; letter-spacing: -.08em; }
.role-name { color: var(--teal); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.role-copy h3 { max-width: 430px; margin: 17px 0 16px; color: #173c43; font-size: 2rem; line-height: 1.17; letter-spacing: -.04em; }
.role-copy > p { margin: 0; color: #657b80; font-size: .9rem; line-height: 1.72; }
.check-list { margin-top: 22px; }
.check-list li { display: flex; align-items: center; gap: 9px; color: #435f64; font-size: .79rem; font-weight: 700; }
.check-list svg { width: 17px; }
.role-note { margin-top: 25px; padding: 13px 15px; display: flex; align-items: center; gap: 12px; border-radius: 12px; color: #33665f; background: #eaf7f3; }
.role-note > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: white; background: var(--teal); font-size: 1rem; }
.role-note p { margin: 0; display: flex; flex-direction: column; color: #6d8581; font-size: .63rem; }
.role-note strong { color: #2c5e57; font-size: .76rem; }
.portal-preview, .console-preview { position: relative; min-width: 0; padding: 18px; border: 1px solid #dceae8; border-radius: 17px; background: #fbfdfd; box-shadow: 0 22px 45px rgba(28,76,73,.1); }
.portal-top { padding-bottom: 14px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #e3ecea; color: #244b51; font-size: .72rem; }
.portal-user { margin-left: auto; color: #849699; font-size: .58rem; }
.portal-welcome { padding: 18px 2px 14px; display: flex; align-items: center; justify-content: space-between; }
.portal-welcome > div { display: flex; flex-direction: column; gap: 3px; }
.portal-welcome small { color: #8b9da0; font-size: .58rem; }
.portal-welcome strong { color: #2a4e54; font-size: 1rem; }
.portal-welcome button { padding: 8px 10px; border: 0; border-radius: 7px; color: white; background: var(--teal); font-size: .56rem; font-weight: 800; }
.portal-search { padding: 9px 11px; border: 1px solid #e0eae8; border-radius: 8px; color: #9aa9ab; background: white; font-size: .57rem; }
.portal-ticket { margin-top: 9px; padding: 12px; display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 10px; border: 1px solid #e3ecea; border-radius: 10px; background: white; }
.portal-ticket.active-ticket { border-color: #bcded8; box-shadow: 0 8px 18px rgba(28,102,95,.06); }
.ticket-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; color: var(--teal); background: #e9f6f3; font-size: .8rem; }
.portal-ticket > div { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.portal-ticket small, .portal-ticket span { color: #93a2a4; font-size: .49rem; }
.portal-ticket strong { overflow: hidden; color: #3d5b61; font-size: .65rem; white-space: nowrap; text-overflow: ellipsis; }
.portal-tip { margin-top: 13px; padding: 12px; display: flex; align-items: center; gap: 10px; border-radius: 10px; color: var(--teal); background: #edf8f5; }
.portal-tip > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; background: white; font-weight: 900; }
.portal-tip p { margin: 0; display: flex; flex-direction: column; color: #78928e; font-size: .52rem; }
.portal-tip strong { color: #3f6962; font-size: .62rem; }
.console-preview { padding: 22px; background: white; }
.console-mini-header { display: flex; align-items: center; justify-content: space-between; }
.console-mini-header > div { display: flex; flex-direction: column; gap: 4px; }
.console-mini-header small { color: #91a1a4; font-size: .54rem; }
.console-mini-header strong { color: #264a50; font-size: 1rem; }
.console-mini-header > span { padding: 6px 8px; border-radius: 999px; color: #8b671f; background: #fff3dc; font-size: .5rem; font-weight: 800; }
.queue-filters { margin: 17px 0 10px; display: grid; grid-template-columns: 1fr 1fr 1fr; border: 1px solid #e5eceb; border-radius: 9px; overflow: hidden; }
.queue-filters span { padding: 9px 7px; color: #889a9d; background: #fafcfc; border-right: 1px solid #e8eeee; text-align: center; font-size: .5rem; font-weight: 700; }
.queue-filters span:last-child { border-right: 0; }
.queue-filters span.active { color: var(--teal-dark); background: #eaf6f3; }
.queue-filters b { margin-left: 4px; }
.queue-item { min-height: 58px; display: grid; grid-template-columns: 6px 1fr 72px auto; align-items: center; gap: 9px; border-bottom: 1px solid #edf2f1; }
.priority { width: 4px; height: 28px; border-radius: 4px; background: #cad6d5; }
.priority.high { background: #db6d6d; }.priority.medium { background: #e9b85c; }.priority.low { background: #76b9aa; }
.queue-item > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.queue-item small { color: #9ba9ab; font-size: .48rem; }
.queue-item strong { overflow: hidden; color: #3d5c61; font-size: .61rem; white-space: nowrap; text-overflow: ellipsis; }
.queue-person { display: flex; align-items: center; gap: 4px; color: #7a8f92; font-size: .5rem; }
.queue-footer { padding-top: 13px; display: flex; align-items: center; gap: 7px; color: #7b908d; font-size: .53rem; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #2fab91; box-shadow: 0 0 0 4px #e3f5f0; }

.setup-section { padding: 76px 0; background: white; }
.setup-shell { position: relative; overflow: hidden; padding: 68px; display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 82px; border-radius: 28px; background: linear-gradient(132deg, #0b5e5a 0%, #0a4748 60%, #102f37 100%); box-shadow: 0 28px 70px rgba(12,73,72,.2); }
.setup-shell::after { content: ""; position: absolute; width: 420px; height: 420px; right: -210px; top: -220px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.02); }
.light-label { color: #8bd4c6; }
.setup-copy { position: relative; z-index: 1; }
.setup-copy h2 { color: white; }
.setup-copy > p { margin: 19px 0 28px; color: #bfd2d0; font-size: .92rem; line-height: 1.75; }
.button-light { width: fit-content; padding: 14px 18px; color: #0c5e5a; background: white; box-shadow: 0 12px 26px rgba(1,36,34,.17); }
.button-light:hover { background: #effaf7; }
.setup-steps { position: relative; z-index: 1; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; list-style: none; }
.setup-steps li { min-height: 112px; padding: 18px; display: flex; align-items: flex-start; gap: 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.07); }
.setup-steps li > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: #d9f3ed; background: rgba(111,211,192,.18); font-size: .68rem; font-weight: 900; }
.setup-steps strong { color: white; font-size: .8rem; }
.setup-steps p { margin: 6px 0 0; color: #a9c4c1; font-size: .65rem; line-height: 1.5; }

.cases-section { background: white; }
.cases-heading { max-width: 850px; }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.case-card { min-height: 260px; padding: 27px; display: flex; align-items: flex-start; gap: 16px; border: 1px solid #dce9e6; border-radius: 18px; background: white; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.case-card:hover { transform: translateY(-4px); border-color: #b9dcd6; box-shadow: 0 18px 40px rgba(27,76,73,.09); }
.case-icon { flex: 0 0 39px; height: 39px; display: grid; place-items: center; border-radius: 11px; color: var(--teal); background: var(--teal-soft); font-size: .6rem; font-weight: 900; }
.case-card small { color: #7e9296; font-size: .59rem; font-weight: 900; letter-spacing: .08em; }
.case-card h3 { margin: 11px 0 10px; color: #25464d; font-size: 1.05rem; }
.case-card p { margin: 0; color: #6f8387; font-size: .76rem; line-height: 1.65; }
.case-card em { display: block; margin-top: 18px; padding-top: 14px; border-top: 1px solid #e9efee; color: #50726f; font-size: .67rem; font-style: normal; font-weight: 700; }

.features-section { background: #f4f9f8; border-top: 1px solid #e3edeb; border-bottom: 1px solid #e3edeb; }
.features-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 80px; }
.features-intro { position: sticky; top: 100px; }
.features-intro h2 { margin-top: 15px; }
.features-intro > p { margin: 20px 0 0; color: var(--muted); font-size: .92rem; line-height: 1.75; }
.continuity-card { margin-top: 28px; padding: 17px; display: flex; gap: 13px; border: 1px solid #cfe5e0; border-radius: 14px; background: #eaf7f3; }
.continuity-card > span { flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-weight: 900; }
.continuity-card p { margin: 0; display: flex; flex-direction: column; gap: 4px; color: #68817d; font-size: .68rem; line-height: 1.5; }
.continuity-card strong { color: #315f58; font-size: .76rem; }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.features-grid article { min-height: 190px; padding: 26px; border: 1px solid #dce9e6; border-radius: 17px; background: white; }
.feature-symbol { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; color: var(--teal); background: var(--teal-soft); font-size: .85rem; font-weight: 900; }
.features-grid h3 { margin: 20px 0 9px; color: #2b4e54; font-size: .96rem; }
.features-grid p { margin: 0; color: #75898d; font-size: .72rem; line-height: 1.62; }

.pricing-section { background: white; }
.pricing-heading { max-width: 800px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.price-card { position: relative; padding: 32px; display: flex; flex-direction: column; border: 1px solid #d9e8e5; border-radius: 21px; background: white; }
.price-card.featured-plan { border: 2px solid var(--teal); box-shadow: 0 23px 50px rgba(13,119,115,.13); }
.price-top { display: flex; align-items: center; justify-content: space-between; }
.price-top > span { color: #264b51; font-size: 1.1rem; font-weight: 900; }
.price-top em { padding: 6px 8px; border-radius: 999px; color: #2b7167; background: #e7f5f1; font-size: .53rem; font-style: normal; font-weight: 900; text-transform: uppercase; }
.price-card > p { min-height: 44px; margin: 13px 0 22px; color: #788c90; font-size: .75rem; line-height: 1.55; }
.price { display: flex; align-items: flex-start; gap: 3px; }
.price sup { margin-top: 8px; color: #46696e; font-size: 1.05rem; font-weight: 900; }
.price strong { color: #153e44; font-size: 3.15rem; line-height: 1; letter-spacing: -.06em; }
.price > span { margin: 8px 0 0 8px; color: #84979a; font-size: .58rem; line-height: 1.45; }
.free-month, .price-spacer { height: 38px; margin-top: 17px; padding: 10px 12px; border-radius: 9px; color: #296e64; background: #e8f6f2; font-size: .68rem; font-weight: 900; text-align: center; }
.price-spacer { color: #72878a; background: #f4f7f6; }
.price-card ul { padding: 22px 0; margin-top: 16px; border-top: 1px solid #e6eeec; }
.price-card li { display: flex; align-items: center; gap: 8px; color: #516d72; font-size: .72rem; font-weight: 700; }
.price-button { width: 100%; margin-top: auto; padding: 13px 16px; color: var(--teal-dark); border: 1px solid #bcdcd6; background: #f6fbfa; }
.price-button:hover { background: #eaf7f4; }
.featured-button { color: white; border-color: var(--teal); background: var(--teal); }
.featured-button:hover { background: var(--teal-dark); }
.popular-band { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); padding: 7px 13px; border-radius: 999px; color: white; background: var(--teal); font-size: .54rem; font-weight: 900; letter-spacing: .08em; }
.pricing-note { max-width: 870px; margin: 28px auto 0; display: flex; align-items: flex-start; justify-content: center; gap: 10px; color: #74888b; font-size: .7rem; line-height: 1.6; text-align: center; }
.pricing-note span { flex: 0 0 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--teal); background: var(--teal-soft); font-size: .62rem; font-weight: 900; }

.faq-section { background: #f5faf9; border-top: 1px solid #e2ecea; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 90px; }
.faq-intro { position: sticky; top: 100px; }
.faq-intro h2 { margin-top: 15px; }
.faq-intro p { margin: 19px 0 23px; color: #687e82; font-size: .87rem; line-height: 1.73; }
.faq-intro a { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: .75rem; font-weight: 900; }
.faq-list { border-top: 1px solid #d6e4e1; }
.faq-list details { border-bottom: 1px solid #d6e4e1; }
.faq-list summary { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #2b4e54; font-size: .91rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--teal); background: white; border: 1px solid #d5e5e2; font-size: .9rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -5px 45px 24px 0; color: #708589; font-size: .78rem; line-height: 1.73; }

.final-cta-section { padding: 90px 0; background: white; }
.final-cta-shell { position: relative; overflow: hidden; padding: 82px 40px; border-radius: 28px; background: linear-gradient(125deg, #0b5e5a, #0d7773 54%, #0b5054); text-align: center; box-shadow: 0 26px 70px rgba(11,94,90,.2); }
.final-cta-shell > *:not(.cta-orbit) { position: relative; z-index: 1; }
.cta-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); }
.cta-orbit-one { width: 470px; height: 470px; top: -290px; right: -90px; box-shadow: 0 0 0 80px rgba(255,255,255,.025); }
.cta-orbit-two { width: 340px; height: 340px; bottom: -250px; left: -80px; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }
.final-cta-shell .section-label { justify-content: center; }
.final-cta-shell h2 { max-width: 800px; margin: 17px auto 0; color: white; }
.final-cta-shell > p { max-width: 650px; margin: 19px auto 0; color: #c8dedb; font-size: .94rem; line-height: 1.65; }
.final-actions { margin-top: 28px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.large-button { padding: 16px 21px; }
.final-actions > span { color: #a9ceca; font-size: .65rem; }

.site-footer { padding: 64px 0 24px; background: #102f35; }
.footer-main { display: grid; grid-template-columns: 1.4fr .65fr .55fr .8fr; gap: 60px; }
.footer-brand .brand { color: white; }
.footer-brand p { max-width: 330px; margin: 20px 0 0; color: #8fabad; font-size: .76rem; line-height: 1.7; }
.footer-column { display: flex; flex-direction: column; gap: 11px; color: #8fabad; font-size: .7rem; }
.footer-column strong { margin-bottom: 4px; color: white; font-size: .75rem; }
.footer-column a:hover { color: #72c6b8; }
.footer-bottom { margin-top: 48px; padding-top: 21px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); color: #789598; font-size: .63rem; }

.error-page { min-height: 100vh; padding: 48px 24px; display: grid; place-items: center; background: linear-gradient(135deg, #f8fcfb, #eef8f6); }
.error-page section { width: min(560px, 100%); padding: 48px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); text-align: center; }
.error-page .brand { justify-content: center; }
.error-page h1 { margin-top: 32px; font-size: clamp(2.2rem, 7vw, 3.4rem); }
.error-page p { margin: 20px 0 28px; color: var(--muted); }
.error-page small { display: block; margin-top: 24px; color: #8ba0a3; font-size: .67rem; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .hero-copy { max-width: 760px; text-align: center; margin: 0 auto; }
  .hero-copy h1, .hero-lead { margin-left: auto; margin-right: auto; }
  .eyebrow { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .product-stage { width: min(760px, 100%); margin: 0 auto; }
  .product-window { width: 100%; transform: none; }
  .hero { padding-top: 140px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .split-heading > p { max-width: 700px; }
  .role-card { padding: 44px; gap: 40px; }
  .features-layout { gap: 45px; }
  .faq-layout { gap: 55px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 1180px); }
  .site-header { position: absolute; }
  .nav-shell { height: 68px; }
  .brand-name { font-size: 1.08rem; }
  .brand-mark { width: 31px; height: 31px; }
  .login-link { display: none; }
  .mobile-menu { order: 2; margin-left: auto; }
  .nav-actions { order: 3; gap: 8px; }
  .button-small { padding: 10px 12px; font-size: .74rem; }
  .hero { min-height: auto; padding: 124px 0 64px; }
  h1 { font-size: clamp(2.75rem, 13vw, 3.6rem); }
  .hero-lead { margin-top: 22px; font-size: 1rem; line-height: 1.68; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; justify-content: start; text-align: left; width: fit-content; margin: 24px auto 0; }
  .product-stage { padding-bottom: 78px; }
  .window-body { grid-template-columns: 1fr; min-height: 310px; }
  .window-sidebar { display: none; }
  .window-topbar { gap: 9px; }
  .window-brand { min-width: auto; }
  .window-brand strong { display: none; }
  .window-search { max-width: none; }
  .ticket-panel { padding: 16px 12px; }
  .ticket-row { grid-template-columns: 37px minmax(120px,1fr) 62px; }
  .ticket-owner { display: none; }
  .metric-row span { display: none; }
  .floating-card { transform: scale(.92); }
  .request-card { left: -6px; bottom: 13px; }
  .activity-card { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 20px 14px; border-bottom: 1px solid #e5eeec; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading h2, .setup-copy h2, .features-intro h2, .faq-intro h2, .final-cta-shell h2 { font-size: 2.35rem; }
  .centered-heading { margin-bottom: 38px; }
  .change-grid { grid-template-columns: 1fr; gap: 16px; }
  .change-arrow { margin: -5px auto; transform: rotate(90deg); }
  .change-card { min-height: 0; padding: 22px; }
  .focused-meta { grid-template-columns: 1fr; }
  .role-card, .console-role { min-height: 0; padding: 28px 20px; grid-template-columns: 1fr; gap: 32px; }
  .role-number { font-size: 3rem; }
  .role-copy h3 { font-size: 1.65rem; }
  .portal-preview, .console-preview { padding: 13px; }
  .queue-item { grid-template-columns: 5px 1fr auto; }
  .queue-person { display: none; }
  .setup-section { padding: 45px 0; }
  .setup-shell { padding: 42px 25px; grid-template-columns: 1fr; gap: 42px; }
  .setup-steps { grid-template-columns: 1fr; }
  .setup-steps li { min-height: 0; }
  .cases-grid { grid-template-columns: 1fr; }
  .case-card { min-height: 0; }
  .features-layout, .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .features-intro, .faq-intro { position: static; }
  .features-grid { grid-template-columns: 1fr; }
  .features-grid article { min-height: 0; }
  .pricing-grid { grid-template-columns: 1fr; gap: 28px; }
  .price-card { max-width: 520px; width: 100%; margin: 0 auto; }
  .faq-list summary { font-size: .82rem; }
  .final-cta-section { padding: 50px 0; }
  .final-cta-shell { padding: 60px 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 420px) {
  .button-small svg { display: none; }
  .button-small { padding-inline: 10px; }
  .metric-row { gap: 5px; }
  .metric-row div { justify-content: center; padding: 8px 6px; }
  .request-card { width: calc(100% - 14px); right: 7px; left: 7px; }
  .float-check { margin-left: auto; }
  .nav-actions .button-small { font-size: 0; width: 38px; height: 38px; padding: 0; border-radius: 10px; }
  .nav-actions .button-small svg { display: block; width: 17px; height: 17px; }
  .loose-message { width: 91%; }
  .response-line { grid-template-columns: 29px 1fr; }
  .response-line small { display: none; }
  .portal-ticket { grid-template-columns: 28px 1fr; }
  .portal-ticket > b { display: none; }
  .queue-filters { grid-template-columns: 1fr; }
  .queue-filters span { border-right: 0; border-bottom: 1px solid #e8eeee; }
  .queue-filters span:last-child { border-bottom: 0; }
  .final-cta-shell br { display: none; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
