/* Reference-inspired shell; product mockups are compositions of supplied screenshots.
   Screenshot pixels, identities already redacted, and native UI colors remain unchanged.
   Authoring uses reusable CSS windows, not invented product dashboards or raster edits. */
.helpdesk-style{background:linear-gradient(180deg,#fff0eb 0,#fff0eb 860px,#fff 1250px) no-repeat,#fff;--radius:26px;--evidence-line:#efd4c5}
.helpdesk-style .site-header{min-height:104px}
.helpdesk-style .button{border-radius:100px;padding-inline:25px}
.helpdesk-style .button svg{transition:transform .2s}
.helpdesk-style .button:hover svg{transform:translateX(3px)}
.helpdesk-style .hero{padding-top:45px}
.helpdesk-style .hero-heading{display:block;text-align:center;max-width:1020px;margin:0 auto 45px}
.hero-heading .hero-eyebrow{display:inline-flex;justify-content:center;gap:8px;background:#fff9f6;border:1px solid #f5c9b6;padding:7px 15px;border-radius:100px;font-size:.8125rem;letter-spacing:.025em;margin-bottom:24px}
.helpdesk-style .hero h1{font-size:clamp(3rem,6.15vw,5.6rem);line-height:1.12;letter-spacing:-.055em;font-weight:600}
.helpdesk-style .hero h1 em{color:#000;text-decoration:underline;text-decoration-color:#ff6733;text-decoration-thickness:5px;text-underline-offset:9px}
.helpdesk-style .hero-description>p{max-width:710px;margin:25px auto 24px;font-size:1.0625rem;line-height:1.8}
.helpdesk-style .hero-actions{justify-content:center;gap:28px}
.helpdesk-style .hero-actions>.button{background:#000;color:white}
.helpdesk-style .hero-actions>.button:hover{background:#b43e17}
.helpdesk-style .hero-actions .text-link{text-decoration:none}
.helpdesk-style .hero-promises{border:0;padding-top:25px;gap:30px;font-size:.8125rem}
.helpdesk-style .tool-stack{padding-top:27px;padding-bottom:35px;border-bottom:1px solid #eee7e3}
.helpdesk-style .tool-logo-grid{gap:22px}
.helpdesk-style .tool-logo img{transition:transform .25s}
.helpdesk-style .tool-brand:hover{opacity:1}
.helpdesk-style .tool-brand:hover img{transform:translateY(-4px)}
.helpdesk-style .section-heading h2{font-weight:600}
/* Every window contains a real, inspectable screenshot. */
.evidence-hero{position:relative;isolation:isolate;padding:24px 12px 0}
.showcase-grid{position:absolute;inset:0 -25px -20px;z-index:-1;background-image:linear-gradient(#efc4af55 1px,transparent 1px),linear-gradient(90deg,#efc4af55 1px,transparent 1px);background-size:62px 62px;mask-image:radial-gradient(ellipse at center,#000 20%,transparent 72%)}
.evidence-hero-label{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}
.evidence-hero-label>span:last-child{font-size:.8125rem;color:#706f6b}
.real-label{display:inline-flex;align-items:center;gap:7px;font-size:.75rem;font-weight:700;letter-spacing:.03em;color:#a23c1c;line-height:1.65}
.real-label>svg{width:15px;height:15px}
.evidence-hero-layout{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:25px;align-items:center}
.evidence-hero-main,.evidence-hero-side{min-width:0}
.evidence-hero-side{display:grid;gap:23px}
.evidence-window{background:white;border:1px solid #e9c9b7;border-radius:17px;overflow:hidden;box-shadow:0 24px 50px -26px #793d2440}
.evidence-chrome{display:flex;align-items:center;gap:13px;padding:13px 17px;background:#fffdfb;border-bottom:1px solid #ebd6c9;min-height:47px}
.evidence-chrome>span:nth-child(2){font-size:.8125rem;line-height:1.5;color:#706f6b}
.evidence-chrome>.real-label{margin-left:auto;white-space:nowrap;font-size:.75rem;letter-spacing:.03em}
.evidence-chrome .frame-dots i{width:7px;height:7px}
.evidence-photo.screen-enlarge{padding:0;border:0;border-radius:0;background:white;box-shadow:none}
.evidence-photo.screen-enlarge img{display:block;width:100%;height:auto;object-fit:contain;background:#fff}
.evidence-photo.screen-enlarge:hover{box-shadow:none}
.evidence-photo .zoom-label{background:#000000ef;border:1px solid #ffffff55;right:12px;bottom:12px;font-size:.75rem}
.evidence-photo:focus-visible{outline-offset:-4px;outline:4px solid #ff6733;z-index:1}
.hero-evidence-window{box-shadow:0 0 0 7px #ffffff80,0 25px 60px -25px #793d2440}
.evidence-inline-notes{display:flex;gap:18px;flex-wrap:wrap;padding:19px 4px 0}
.evidence-inline-notes>span{display:flex;align-items:center;gap:7px;font-size:.75rem;color:#706f6b}
.evidence-inline-notes svg{width:15px;height:15px;color:#b43e17}
.evidence-source-note{font-size:.75rem;line-height:1.8;text-align:center;max-width:900px;margin:23px auto 0}
.evidence-tile{min-width:0;overflow:hidden;background:white;border:1px solid #ead2c3;border-radius:12px;box-shadow:0 13px 30px -20px #793d2435;transition:box-shadow .2s,border-color .2s}
.evidence-tile:hover{border-color:#ce8764;box-shadow:0 15px 25px -15px #793d2440}
.evidence-tile>.evidence-photo{border-bottom:1px solid #ead2c3}
.evidence-tile>.evidence-photo img{aspect-ratio:1.65;object-fit:cover;object-position:top}
.evidence-tile>div{padding:11px 13px}
.evidence-tile strong{display:block;font-size:.875rem;line-height:1.5;font-weight:600}
.evidence-tile>div>span{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.75rem;line-height:1.5;color:#706f6b;margin-top:6px}
.evidence-tile>div>span>svg{width:14px;height:14px}
.evidence-hero-side>.evidence-tile:first-child{transform:rotate(2deg)}
.evidence-hero-side>.evidence-tile:last-child{transform:rotate(-2deg)}
.evidence-hero-side .evidence-photo .zoom-label{font-size:.75rem;padding:4px 7px}
.evidence-gallery-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:24px 0 13px}
.evidence-gallery-heading strong{font-size:.9375rem}
.evidence-gallery-heading>span{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#706f6b}
.evidence-gallery-heading svg{height:14px;width:14px}
.evidence-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.evidence-gallery.three-images{grid-template-columns:repeat(3,minmax(0,1fr))}
.evidence-gallery .evidence-tile>div{padding:11px}
.evidence-gallery .evidence-tile>div>span{display:none}
.evidence-gallery .evidence-tile>.evidence-photo img{aspect-ratio:1.55}
.evidence-gallery .zoom-label{font-size:.75rem;padding:4px 7px}
.evidence-gallery .tutor-evidence-tile>.evidence-photo{height:190px}
.evidence-gallery .tutor-evidence-tile>.evidence-photo img{height:500px;max-height:none;aspect-ratio:auto;object-fit:cover;object-position:right center;transform:translateY(-100px)}
.evidence-module .evidence-caption{font-size:.8125rem;color:#706f6b;line-height:1.85;margin-top:17px}
.evidence-stage{background:radial-gradient(ellipse at top,#fffaf7,#ffdfce);padding:22px;border:1px solid #f0ccba;border-radius:23px}
.evidence-stage .evidence-window{border-radius:12px}
.evidence-stage-communication{padding-inline:45px}
.portrait-evidence .evidence-photo img{max-height:460px;width:100%;object-fit:contain;background:#f7f4f2}
.evidence-gap{padding:16px 18px;border:1px dashed #cba68f;border-radius:11px;margin-top:19px;background:#fffbf6}
.evidence-gap>strong{font-size:.8125rem;color:#684633}
.evidence-gap>p{font-size:.8125rem;line-height:1.85;margin-top:6px}
.helpdesk-style .system-section{background:linear-gradient(#fff7f2,#fff0eb)}
.helpdesk-style .system-tabs{gap:0;background:white;border:1px solid #f1d9cc;border-radius:18px;padding:9px;margin-bottom:32px}
.helpdesk-style .system-tab{border:0;background:transparent;padding:17px 10px}
.helpdesk-style .system-tab[aria-selected=true]{background:#000}
.helpdesk-style .system-tab:hover{background:#fff0eb}
.helpdesk-style .system-tab[aria-selected=true]:hover{background:#000}
.helpdesk-style .system-panel{border:0;background:transparent;padding:15px 0;gap:45px;grid-template-columns:.72fr 1.45fr;align-items:start}
.helpdesk-style .module-copy{padding-top:17px}
.helpdesk-style .module-copy h3{font-weight:600;font-size:clamp(2rem,2.7vw,2.65rem)}
.helpdesk-style .module-copy .chips{gap:9px}
.helpdesk-style .chips li{padding:7px 11px;border:1px solid #ebcebf;background:#fff8f5;border-radius:100px;font-size:.8125rem}
.helpdesk-style .module-copy .detail-content .screen-enlarge{box-shadow:none}
/* The connected-system drawing is explanatory, not a screenshot. */
.helpdesk-style .connected-section{padding-top:110px}
.helpdesk-style .before-after{grid-template-columns:1fr 70px 1.15fr}
.helpdesk-style .before-panel{background:#faf9f7;border:1px solid #eee7e3;padding:35px}
.helpdesk-style .after-panel{background:radial-gradient(ellipse at center,#fff 5%,#fff0eb 90%);border:1px solid #f4cfbd;padding:30px}
.helpdesk-style .fragment-grid{gap:16px;margin:38px 0}
.helpdesk-style .fragment-grid>span{padding:23px 16px;box-shadow:0 7px 15px #47312106}
.helpdesk-style .fragment-grid>span:first-child{transform:rotate(-3deg)}
.helpdesk-style .fragment-grid>span:last-child{transform:rotate(3deg)}
.integration-hub{max-width:440px;margin:26px auto 0}
.hub-top,.hub-bottom{display:flex;justify-content:space-around;gap:25px}
.hub-top>span,.hub-bottom>span{background:white;display:flex;align-items:center;justify-content:center;gap:9px;padding:11px 16px;border:1px solid #efd9cd;border-radius:9px;font-size:.875rem;box-shadow:0 8px 22px #793d240a}
.hub-top svg,.hub-bottom svg{color:#b43e17;width:19px;height:19px}
.hub-lines{height:28px;width:50%;margin-inline:auto;border-inline:1px solid #e8b8a2;border-bottom:1px solid #e8b8a2;border-radius:0 0 12px 12px;position:relative}
.hub-lines::after{content:"";position:absolute;height:14px;width:1px;background:#ff6733;left:50%;bottom:-14px}
.hub-lines.reversed{transform:rotate(180deg)}
.hub-core{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:18px;border:1px solid #f4c5ae;background:white;border-radius:14px;max-width:255px;margin:14px auto;box-shadow:0 10px 30px #793d2410}
.console-monogram{display:inline-grid;place-items:center;flex-shrink:0;width:34px;height:34px;background:#000;color:#fff;border-radius:10px;font-size:1.05rem;line-height:1;font-weight:800;letter-spacing:-.08em}
.hub-core>.console-monogram{margin-bottom:2px}
.hub-core>strong{font-size:1.0625rem;letter-spacing:-.03em}
.hub-core>small{font-size:.75rem;color:#706f6b}
.helpdesk-style .report-section{background:white}
.helpdesk-style .report-grid{border:0;overflow:visible;gap:22px;background:none}
.helpdesk-style .report-grid article{background:#fff6f0;border:1px solid #f0d6c7;border-radius:22px;position:relative;overflow:hidden}
.helpdesk-style .report-grid article:nth-child(2){background:#faf9f7;border-color:#ebe4de}
.helpdesk-style .report-grid article:nth-child(3){background:#fff0eb}
.helpdesk-style .report-icon{background:white;border:1px solid #f0d6c7;border-radius:50%;padding:14px}
.helpdesk-style .report-grid h3{font-weight:600}
.helpdesk-style .report-output{border-top-color:#ead0c1}
.helpdesk-style .report-output strong{display:flex;align-items:center;justify-content:space-between;background:white;border:1px solid #ebd2c2;border-radius:9px;padding:11px 14px}
.helpdesk-style .report-output strong::after{content:"↗";color:#b43e17;font-size:1.2rem}
.helpdesk-style .comparison-section{border-top:1px solid #eee7e3}
.helpdesk-style .implementation-section{background:#fff6f1}
.helpdesk-style .ownership-band{background:white;border:1px solid #f0d3c2;box-shadow:0 15px 35px -20px #793d2420}
/* Pricing: buying model, recommendation, scope difference, operations and external costs. */
.helpdesk-style .pricing-section{position:relative}
.pricing-section .section-heading{margin-bottom:30px}
.pricing-mode-note{display:flex;justify-content:space-between;align-items:center;gap:20px;max-width:850px;margin:0 auto 16px;padding:15px 20px;background:#fff0eb;border:1px solid #f1cab5;border-radius:13px;font-size:.875rem}
.pricing-mode-note>span{display:flex;align-items:center;gap:8px;font-weight:800;font-size:.8125rem;color:#943511}
.pricing-mode-note svg{width:18px;height:18px}
.pricing-mode-note>a{display:flex;align-items:center;gap:8px;font-weight:600;font-size:.8125rem;text-decoration:underline;text-underline-offset:4px}
.pricing-status{font-size:.8125rem;text-align:center;line-height:1.8;margin-bottom:35px}
.helpdesk-style .price-grid{gap:26px;align-items:stretch}
.helpdesk-style .price-card{position:relative;border-radius:23px;padding:0 37px 30px;border:1px solid #e9c9b6;background:#fffcfa;overflow:hidden;box-shadow:0 15px 35px -25px #793d2425;min-width:0}
.helpdesk-style .price-card.featured{border:2px solid #ff6733;background:radial-gradient(ellipse at 115% 25%,#613421,transparent 65%),#100b08;box-shadow:0 0 0 5px #fff0eb,0 22px 55px -25px #793d2460;padding:0 36px 29px}
.plan-recommendation{display:flex;align-items:center;justify-content:center;gap:9px;background:#ff6733;color:#000;width:calc(100% + 74px);margin:0 -37px 30px;padding:11px 18px;font-size:.8125rem;line-height:1.6;font-weight:800;letter-spacing:.025em}
.plan-recommendation>svg{height:18px;width:18px}
.plan-recommendation.quiet{background:#f5e6dc;color:#684936;border-bottom:1px solid #e9c9b6}
.plan-title-row{display:flex;gap:13px;align-items:center;min-height:48px;margin-bottom:17px;width:100%}
.plan-symbol{display:grid;place-items:center;flex-shrink:0;width:46px;height:46px;border-radius:13px;background:#fff0eb;color:#a03c19;border:1px solid #edcbb8}
.price-card.featured .plan-symbol{background:#ff673317;border-color:#a65a35;color:#ffb18c}
.helpdesk-style .plan-index{font-size:.75rem;margin:0;line-height:1.8}
.helpdesk-style .price-card h3{font-size:2rem;font-weight:700}
.helpdesk-style .price-card>p{font-size:1rem;line-height:1.8;margin-top:13px;min-height:85px}
.helpdesk-style .price{margin-top:23px;gap:17px;align-items:center}
.helpdesk-style .price strong{font-size:4.45rem;font-weight:600;letter-spacing:-.065em;line-height:1.1}
.helpdesk-style .price>span{font-size:.9375rem;line-height:1.9}
.price>span>b{font-size:.8125rem;font-weight:500}
.setup-included{display:flex;gap:8px;align-items:flex-start;width:100%;margin-top:19px;padding:11px 12px;border:1px solid #e6c7b5;background:#fff0eb;color:#8b3518;border-radius:8px;font-size:.8125rem;font-weight:600;line-height:1.7}
.setup-included>svg{height:17px;width:17px;margin-top:2px}
.price-card.featured .setup-included{background:#ff673318;border-color:#875030;color:#ffc9af}
.plan-focus{width:100%;margin-top:26px;padding-top:22px;border-top:1px solid #e7d3c7}
.plan-focus>span{display:block;font-size:.75rem;font-weight:700;letter-spacing:.025em;line-height:1.6;color:#706f6b}
.plan-focus>strong{display:block;font-size:1.0625rem;font-weight:600;line-height:1.65;margin-top:10px}
.price-card.featured .plan-focus{border-color:#72503e}
.price-card.featured .plan-focus>span{color:#dfbaaa}
.helpdesk-style .plan-features{padding:20px 0 0;margin:0 0 25px;border:0}
.helpdesk-style .plan-features li{padding:12px 0 12px 25px;font-size:1rem}
.helpdesk-style .plan-features li::before{top:12px}
.plan-features li>strong{display:block;color:#211711;font-weight:600;font-size:.9375rem;line-height:1.7}
.plan-features li>span{display:block;color:#706f6b;font-size:.875rem;line-height:1.8;margin-top:3px}
.price-card.featured .plan-features li>strong{color:#fff}
.price-card.featured .plan-features li>span{color:#d9c7bb}
.plan-boundary{display:flex;align-items:flex-start;gap:8px;border-top:1px solid #ead8cd;padding-top:18px;margin:0 0 23px;font-size:.75rem;line-height:1.8;color:#706f6b;width:100%}
.plan-boundary>svg{width:15px;height:15px;margin-top:3px}
.price-card.featured .plan-boundary{color:#d9c7bb;border-color:#72503e}
.helpdesk-style .price-card>.button{margin-top:auto;border-radius:10px;min-height:54px}
.helpdesk-style .price-card:not(.featured)>.button{background:#000;color:white;border-color:#000}
.helpdesk-style .price-card:not(.featured)>.button:hover{background:#b43e17;border-color:#b43e17}
.helpdesk-style .price-card>small{font-size:.75rem;line-height:1.9;margin-top:15px}
.package-compare{margin-top:42px}
.package-compare-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}
.package-compare-heading>h3{font-size:1.35rem}
.package-compare-heading>p{font-size:.875rem}
.package-table-wrap{border:1px solid #ead5c6;border-radius:14px;overflow-x:auto;overscroll-behavior-x:contain}
.package-table{border-collapse:collapse;width:100%;min-width:630px;font-size:.875rem;text-align:left;line-height:1.8;background:#fff}
.package-table caption{text-align:left;padding:12px 19px;font-size:.75rem;color:#706f6b;background:#faf7f3;caption-side:bottom}
.package-table th,.package-table td{padding:15px 20px;border-bottom:1px solid #efe1d7;vertical-align:top}
.package-table thead th{background:#fff0eb;color:#6f341c;font-size:.875rem}
.package-table thead th:first-child{color:#211711}
.package-table tbody th{width:31%;font-weight:600;color:#2f2119}
.package-table tbody td{width:34.5%;color:#706f6b}
.package-table tbody tr:last-child th,.package-table tbody tr:last-child td{border:0}
.package-table tbody td:nth-child(2){background:#fffbf7}
.compare-check{display:flex;align-items:center;gap:7px;color:#914019}
.compare-check>svg{width:16px;height:16px}
.pricing-fee-breakdown{padding-top:42px}
.pricing-fee-breakdown>.eyebrow{font-size:.8125rem;margin-bottom:16px}
.helpdesk-style .pricing-structure{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:0;border:1px solid #ecd4c3;border-radius:14px;background:#fff8f2;overflow:hidden}
.helpdesk-style .pricing-structure>span{display:block;position:relative;margin:0;padding:23px 23px 23px 74px;border:0;border-right:1px solid #ecd4c3;font-size:1rem}
.helpdesk-style .pricing-structure>span:last-child{border:0}
.helpdesk-style .pricing-structure .fee-number{position:absolute;left:23px;top:24px;display:grid;place-items:center;margin:0;width:33px;height:33px;background:#fff;border:1px solid #ecccb7;border-radius:50%;font-size:.8125rem;line-height:1;color:#a4431e}
.pricing-structure strong{font-size:.9375rem;font-weight:600;line-height:1.7}
.pricing-structure small{display:block;font-size:.8125rem;line-height:1.9;color:#706f6b;margin-top:7px}
.helpdesk-style .operations-care{grid-template-columns:1fr 1fr;align-items:stretch;gap:0;margin-top:26px;border-radius:17px;background:#fff;border:1px solid #e6cbb8;padding:0;overflow:hidden}
.helpdesk-style .operations-care>div{padding:30px;display:flex;flex-direction:column;align-items:flex-start;gap:0}
.self-operations{background:#faf8f5}
.managed-operations{background:#fff0eb;border-left:1px solid #e6cbb8}
.helpdesk-style .operations-care h3{font-size:1.5rem;line-height:1.35;margin:14px 0}
.helpdesk-style .operations-care p{font-size:.9375rem;line-height:1.85}
.helpdesk-style .operations-care .care-price{font-size:.9375rem;line-height:1.6;margin:0 0 17px}
.helpdesk-style .care-price>strong{font-size:2rem;font-weight:700;letter-spacing:-.045em}
.managed-operations>.button{margin-top:22px;border-radius:9px;font-size:.875rem;min-height:48px}
.helpdesk-style .managed-operations>small{margin-top:14px;font-size:.75rem;line-height:1.9}
.operations-note{display:flex;align-items:center;gap:7px;padding:12px 0 0;margin-top:auto;font-size:.8125rem;color:#876147}
.operations-note>svg{width:17px;height:17px}
.subscription-option{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center;padding:28px;border:1px solid #e6d4c8;border-radius:15px;margin-top:26px;background:white;scroll-margin-top:30px}
.subscription-option h3{font-size:1.25rem;margin:10px 0 12px}
.subscription-option p{font-size:.875rem;line-height:1.9}
.subscription-periods{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start}
.subscription-periods>span{padding:9px 15px;border:1px solid #e8c7b2;background:#fff8f3;border-radius:8px;font-size:.875rem;font-weight:600}
.subscription-periods>small{display:block;width:100%;font-size:.75rem;line-height:1.9;color:#706f6b;margin-top:5px}
.helpdesk-style .external-costs{padding:35px 0 0}
.helpdesk-style .external-costs h3{font-size:1.2rem}
.helpdesk-style .external-costs>div{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:19px}
.helpdesk-style .external-costs>div>p{display:flex;align-items:flex-start;gap:12px;font-size:.875rem;line-height:1.85;border:1px dashed #ddc7b7;border-radius:10px;padding:17px 18px;background:#fdfbf8}
.helpdesk-style .external-costs svg{margin-top:4px;color:#9a491f;width:20px;height:20px}
.pricing-fineprint{border-top:1px solid #e9d7cb;padding-top:20px;margin-top:25px}
.pricing-fineprint>p{font-size:.8125rem;line-height:1.9}
.pricing-fineprint>p+p{margin-top:9px}
.pricing-fineprint a{text-decoration:underline;text-underline-offset:3px;color:#9c3e19}
.helpdesk-style .addons-section{background:#fff6f1}
.helpdesk-style .addon-preview{border-radius:20px;box-shadow:0 15px 30px -20px #793d2430}
.helpdesk-style .contact-section{background-color:#fff0eb;background-image:linear-gradient(#efc5b13d 1px,transparent 1px),linear-gradient(90deg,#efc5b13d 1px,transparent 1px);background-size:58px 58px}
.helpdesk-style .consultation-form{border-radius:22px}
/* Motion affects only the framing. Screenshot contents never animate or change. */
.motion-toggle{position:fixed;bottom:20px;right:20px;z-index:15;display:flex;align-items:center;gap:8px;min-height:42px;padding:9px 15px;border:1px solid #e7cbbc;border-radius:100px;background:#fffffff2;box-shadow:0 5px 20px #793d2415;color:#4d4037;font-size:.75rem;line-height:1.5}
.motion-toggle:hover{border-color:#b43e17}
.motion-indicator{display:block;width:8px;height:8px;border-radius:50%;background:#ff6733}
.motion-toggle[aria-pressed=true] .motion-indicator{background:#a99d94}
.motion-toggle:disabled{color:#706f6b;cursor:default}
.dialog-open .motion-toggle{visibility:hidden}
.motion-ready .float-evidence-a{animation:evidence-float-a 7s ease-in-out infinite}
.motion-ready .float-evidence-b{animation:evidence-float-b 8s ease-in-out infinite}
.motion-ready .hub-core{animation:node-glow 4s ease-in-out infinite}
.motion-ready .evidence-stage>.evidence-window{animation:evidence-frame-glow 6s ease-in-out infinite}
.motion-ready [data-motion-scene] *,.motion-ready [data-motion-scene] *::before,.motion-ready [data-motion-scene] *::after{animation-play-state:paused}
.motion-ready.motion-running [data-motion-scene].is-motion-visible *,.motion-ready.motion-running [data-motion-scene].is-motion-visible *::before,.motion-ready.motion-running [data-motion-scene].is-motion-visible *::after{animation-play-state:running}
.motion-running [data-reveal].is-entering{animation:showcase-reveal .75s cubic-bezier(.2,.7,.2,1) both;animation-delay:var(--reveal-delay,0ms)}
.dialog-open.motion-ready [data-motion-scene] *,.dialog-open.motion-ready [data-motion-scene] *::before,.dialog-open.motion-ready [data-motion-scene] *::after{animation-play-state:paused!important}
.evidence-hero-side .evidence-tile:focus-within{animation-play-state:paused!important;transform:none!important}
[data-reveal]:focus-within{opacity:1!important;transform:none!important}
@keyframes showcase-reveal{from{opacity:.2;transform:translateY(20px)}to{opacity:1;transform:none}}
@keyframes evidence-float-a{0%,100%{transform:translateY(0) rotate(2deg)}50%{transform:translateY(-6px) rotate(1deg)}}
@keyframes evidence-float-b{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-6px) rotate(-1deg)}}
@keyframes node-glow{0%,100%{box-shadow:0 8px 20px #793d2410}50%{box-shadow:0 0 0 4px #ff673315,0 12px 24px #793d2412}}
@keyframes evidence-frame-glow{0%,100%{box-shadow:0 18px 35px -25px #793d2430}50%{box-shadow:0 18px 40px -20px #793d2440}}
@media(max-width:1100px){
.helpdesk-style .hero h1{font-size:4.5rem}
.evidence-hero{padding-inline:0}.evidence-hero-layout{grid-template-columns:minmax(0,1fr) 195px;gap:19px}.evidence-hero-label{gap:15px}.evidence-hero-label>span:last-child{max-width:260px;text-align:right}
.evidence-inline-notes{gap:9px 15px}.evidence-hero-side{gap:20px}.evidence-tile>div{padding:10px}
.helpdesk-style .system-panel{grid-template-columns:.75fr 1.3fr;gap:25px}.evidence-stage{padding:16px}.evidence-chrome{padding:11px 12px;gap:9px}.evidence-chrome>.real-label{display:none}
.evidence-gallery.three-images{gap:9px}.evidence-gallery .evidence-tile strong{font-size:.8125rem}.evidence-gallery .zoom-label{position:static;margin:7px 8px;padding:3px 7px}
.helpdesk-style .before-panel{padding:28px}.helpdesk-style .fragment-grid>span{padding:20px 12px}.helpdesk-style .after-panel{padding:25px}.hub-top>span,.hub-bottom>span{font-size:.8125rem;padding:10px}
.helpdesk-style .price-card{padding:0 28px 28px}.helpdesk-style .price-card.featured{padding:0 27px 27px}
.plan-recommendation{width:calc(100% + 56px);margin-inline:-28px}.helpdesk-style .price-card>p{min-height:115px}
.helpdesk-style .price strong{font-size:4rem}.helpdesk-style .pricing-structure>span{padding:22px 17px 22px 63px}.helpdesk-style .pricing-structure .fee-number{left:18px;top:24px}
.helpdesk-style .operations-care>div{padding:26px}.subscription-option{gap:25px;padding:25px}
}
@media(max-width:820px){
.helpdesk-style .site-header{min-height:85px}.helpdesk-style .hero{padding-top:28px}.helpdesk-style .hero h1{font-size:clamp(3rem,7.5vw,4.1rem)}
.helpdesk-style .hero-heading{margin-bottom:24px}.helpdesk-style .hero-description>p{font-size:1rem}.hero-heading .hero-eyebrow{margin-bottom:20px}
.evidence-hero-layout{grid-template-columns:1fr}.evidence-hero-side{grid-template-columns:1fr 1fr;max-width:520px;justify-self:center;margin-top:7px}
.evidence-hero-side>.evidence-tile:first-child,.evidence-hero-side>.evidence-tile:last-child{transform:none}.evidence-hero-side .evidence-tile>div>span{display:none}
.evidence-hero-label{align-items:flex-start}.evidence-hero-label>.real-label{font-size:.75rem}.evidence-hero-label>span:last-child{font-size:.75rem}.evidence-hero{padding-top:19px}
.evidence-source-note{margin-top:20px}.helpdesk-style .hero-promises{gap:16px;font-size:.8125rem}
.helpdesk-style .before-after{grid-template-columns:1fr}.helpdesk-style .connected-section{padding-top:75px}.integration-hub{max-width:400px}
.helpdesk-style .system-panel{grid-template-columns:1fr;gap:26px;padding:6px 0}.helpdesk-style .module-copy{padding-top:0}
.helpdesk-style .system-tabs{padding:7px;gap:6px;border-radius:16px}.helpdesk-style .system-tab{min-width:140px}
.helpdesk-style .module-copy h3{font-size:2.3rem}.evidence-stage{padding:22px}.evidence-chrome>.real-label{display:inline-flex}.evidence-stage-communication{padding-inline:55px}
.evidence-gallery .evidence-tile strong{font-size:.875rem}.evidence-gallery .zoom-label{position:absolute;margin:0}.evidence-gallery.three-images{gap:13px}
.helpdesk-style .report-grid{gap:16px}.helpdesk-style .report-grid article{display:grid;grid-template-columns:1fr 1fr;padding:27px}
.helpdesk-style .price-grid{gap:20px}.helpdesk-style .price-card{padding:0 23px 25px}.helpdesk-style .price-card.featured{padding:0 22px 24px}
.plan-recommendation{width:calc(100% + 46px);margin-inline:-23px;padding:11px;font-size:.75rem;min-height:65px;margin-bottom:24px}
.plan-title-row{align-items:flex-start;gap:10px;min-height:64px}.plan-symbol{width:38px;height:38px}.plan-symbol>svg{width:21px;height:21px}
.helpdesk-style .price-card h3{font-size:1.65rem}.helpdesk-style .price-card>p{font-size:.9375rem;min-height:142px}
.helpdesk-style .price{flex-wrap:wrap;gap:8px}.helpdesk-style .price strong{font-size:3.8rem}.helpdesk-style .price>span{font-size:.8125rem}
.setup-included{font-size:.75rem;padding:11px 9px;min-height:70px}.plan-focus>strong{font-size:.9375rem}.plan-focus>span{min-height:40px}
.plan-features li>strong{font-size:.875rem}.plan-features li>span{font-size:.875rem}
.helpdesk-style .price-card>.button{font-size:.8125rem;padding:13px 14px;gap:10px}.price-card>.button svg{width:17px;height:17px}
.package-compare-heading{display:block}.package-compare-heading>p{margin-top:8px}.package-table th,.package-table td{padding:13px 16px}
.helpdesk-style .pricing-structure{grid-template-columns:1fr}.helpdesk-style .pricing-structure>span{padding:20px 22px 20px 74px;border-right:0;border-bottom:1px solid #ecd4c3}.helpdesk-style .pricing-structure>span:first-child{border-bottom:1px solid #ecd4c3}.helpdesk-style .pricing-structure .fee-number{left:24px;top:23px}
.helpdesk-style .operations-care{grid-template-columns:1fr}.managed-operations{border-left:0;border-top:1px solid #e6cbb8}.helpdesk-style .operations-care>div{padding:27px}
.operations-note{margin-top:19px}.subscription-option{grid-template-columns:1fr;gap:20px}.helpdesk-style .external-costs>div{gap:12px}.helpdesk-style .external-costs>div>p{display:block;padding:16px;font-size:.8125rem}.external-costs>div>p>span{display:block;margin-top:8px}
.motion-toggle{bottom:14px;right:14px}
}
@media(max-width:560px){
.helpdesk-style .hero h1{font-size:clamp(2.45rem,9.4vw,3.25rem);letter-spacing:-.055em}.helpdesk-style .hero h1 em{text-decoration-thickness:4px;text-underline-offset:7px}
.hero-heading .hero-eyebrow{font-size:.75rem;padding:6px 12px}.helpdesk-style .hero-description>p{font-size:1rem;line-height:1.8;margin-top:20px}.hero-description>p br{display:none}
.helpdesk-style .hero-actions{gap:20px}.helpdesk-style .hero-actions>.button{width:auto;font-size:.875rem;min-height:50px}
.evidence-hero-label{flex-direction:column;gap:5px}.evidence-hero-label>span:last-child{max-width:none;text-align:left}.evidence-chrome{padding:11px;min-height:42px;gap:8px}
.evidence-chrome .frame-dots{display:flex}.evidence-chrome>.real-label{display:none}.evidence-chrome>span:nth-child(2){font-size:.75rem}.evidence-window{border-radius:12px}
.hero-evidence-window{box-shadow:0 0 0 4px #ffffff80,0 20px 40px -25px #793d2440}
.evidence-inline-notes{gap:7px;padding-top:14px}.evidence-inline-notes>span{font-size:.75rem}.evidence-inline-notes svg{width:14px;height:14px}
.evidence-hero-side{gap:12px;width:100%;margin-top:0}.evidence-hero-side .evidence-tile strong{font-size:.8125rem}.evidence-hero-side .evidence-photo .zoom-label{position:static;margin:7px 8px;padding:3px 7px!important}
.evidence-source-note{text-align:left;font-size:.75rem}.evidence-tile>div{padding:10px}
.helpdesk-style .hero-promises{padding-top:23px;gap:14px;font-size:.75rem}.helpdesk-style .tool-logo-grid{gap:16px 12px}
.helpdesk-style .connected-section{padding-top:60px}.helpdesk-style .before-panel,.helpdesk-style .after-panel{padding:23px}.helpdesk-style .fragment-grid{margin-block:28px;gap:12px}
.helpdesk-style .fragment-grid>span{font-size:.8125rem;padding:18px 10px}.hub-top,.hub-bottom{gap:15px}.hub-top>span,.hub-bottom>span{font-size:.8125rem;gap:7px}.hub-core{max-width:220px}
.helpdesk-style .system-panel{padding:5px 0}.helpdesk-style .module-copy{padding-inline:5px}.helpdesk-style .module-copy h3{font-size:2rem}.helpdesk-style .system-tabs{margin-bottom:23px}
.evidence-stage{padding:11px;border-radius:17px}.evidence-stage-communication{padding:15px}.evidence-stage .evidence-window{border-radius:10px}
.evidence-module .evidence-caption{font-size:.8125rem;line-height:1.9;margin-top:14px}
.evidence-gallery-heading{display:block;margin:21px 0 12px}.evidence-gallery-heading>span{margin-top:6px}
.evidence-gallery,.evidence-gallery.three-images{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.evidence-gallery.three-images>.evidence-tile:first-child{grid-column:1/-1}
.evidence-gallery.three-images>.tutor-evidence-tile>.evidence-photo img{height:500px;max-height:none;aspect-ratio:auto;object-fit:cover;object-position:right center;transform:translateY(-100px)}
.evidence-gallery .evidence-tile strong{font-size:.8125rem}.evidence-gallery .zoom-label{position:static;margin:7px 8px;padding:3px 7px!important}
.evidence-gap{padding:15px}.helpdesk-style .report-grid article{display:block;padding:28px}
.pricing-mode-note{display:grid;gap:12px;padding:17px;font-size:.8125rem}.pricing-status{text-align:left;margin-bottom:28px}
.helpdesk-style .price-grid{grid-template-columns:1fr;gap:26px}
.helpdesk-style .price-card{padding:0 26px 28px}.helpdesk-style .price-card.featured{padding:0 25px 27px}
.plan-recommendation{margin-inline:-26px;width:calc(100% + 52px);min-height:0;font-size:.75rem;padding:12px;margin-bottom:25px}
.plan-title-row{min-height:44px;align-items:center;margin-bottom:15px}.helpdesk-style .plan-index{font-size:.75rem}
.helpdesk-style .price-card h3{font-size:1.9rem}.helpdesk-style .price-card>p{min-height:0;font-size:1rem}
.helpdesk-style .price{margin-top:24px;gap:15px}.helpdesk-style .price strong{font-size:4.5rem}.helpdesk-style .price>span{font-size:.9375rem}
.setup-included{min-height:0;font-size:.8125rem;padding:11px}.plan-focus>span{min-height:0}.plan-focus>strong{font-size:1.0625rem}
.plan-features li>strong{font-size:.9375rem}.plan-features li>span{font-size:.875rem}.helpdesk-style .price-card>.button{font-size:.875rem}
.package-compare{margin-top:32px}.package-compare-heading>p{font-size:.8125rem}.package-table{min-width:570px;font-size:.8125rem}
.package-table th,.package-table td{padding:13px 15px}.package-table tbody th{width:28%}.package-table tbody td{width:36%}
.pricing-fee-breakdown{padding-top:30px}.helpdesk-style .operations-care>div{padding:24px}.helpdesk-style .operations-care h3{font-size:1.4rem}
.helpdesk-style .care-price>strong{font-size:1.85rem}.subscription-option{padding:23px}.subscription-option h3{font-size:1.25rem}
.subscription-periods>span{font-size:.8125rem;padding:8px 11px}
.helpdesk-style .external-costs>div{grid-template-columns:1fr}.helpdesk-style .external-costs>div>p{display:flex;align-items:center;gap:12px;padding:16px 18px;font-size:.875rem}.external-costs>div>p>span{margin:0}.external-costs>div>p>span br{display:none}
.helpdesk-style .contact-section{background-size:40px 40px}.motion-toggle{font-size:.75rem;padding:9px 12px;bottom:12px;right:12px}
}
@media(prefers-reduced-motion:reduce){
.helpdesk-style *, .helpdesk-style *::before, .helpdesk-style *::after{animation:none!important;transition:none!important}
.evidence-hero-side>.evidence-tile:first-child,.evidence-hero-side>.evidence-tile:last-child{transform:none}
}
@media print{
.motion-toggle{display:none!important}.evidence-hero{padding:10px}.showcase-grid{display:none}.evidence-window,.evidence-tile{box-shadow:none}
.evidence-hero-layout{display:block}.evidence-hero-side{display:none}.evidence-gallery,.evidence-stage{break-inside:avoid}
.motion-running [data-reveal].is-entering{animation:none!important;opacity:1;transform:none}
.package-table-wrap{overflow:visible}.package-table{min-width:0}.price-card,.operations-care{break-inside:avoid}
}
