/* Flat information; glass reserved for meaningful objects and controls. */
.capability-tab { display: flex; align-items: center; gap: 12px; padding-inline: 12px; }
.capability-tab > svg { width: 22px; height: 22px; color: #768291; }
.capability-tab.is-active > svg { color: currentColor; }
.capability-panels { padding-block: 16px; }
.capability-panel { gap: 16px; }
.capability-main { justify-content: start; padding-bottom: 0; }
.capability-scene { width: 320px; max-width: 100%; height: 162px; overflow: hidden; display: grid; place-items: center; flex: none; }
.capability-scene img { width: 248px; height: 248px; max-width: none; object-fit: contain; margin-top: -43px; mix-blend-mode: multiply; }
#panel-analytics .capability-scene img { width: 192px; height: 192px; margin-top: -15px; }
.capability-main h3 { margin-top: 4px; }
.capability-copy { margin-top: 12px; }
.capability-copy p { line-height: 1.45; }
.capability-states { padding-top: 12px; }
.capability-state > span { color: #a45f6e; }
.capability-state-after > span { color: #338467; }
.capability-state strong { margin-top: 8px; }
.capability-state p { margin-top: 8px; line-height: 1.45; }

.budget { background: #f2f5f8; }
.estimate-layout { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(0, 1fr); gap: 72px; align-items: start; }
.estimate-copy h2 { font-size: 46px; line-height: 1.17; text-wrap: pretty; max-width: 680px; }
.estimate-copy > p { font-size: 22px; line-height: 1.55; max-width: 610px; color: var(--muted); margin: 26px 0 30px; }
.estimate-card { position: relative; padding: 30px 32px 24px; border: 1px solid #fff; border-radius: 8px; background: linear-gradient(145deg, #ffffffed, #f9fcffd9); box-shadow: 0 16px 40px #29416b0b, 0 1px 2px #49679c15; }
.estimate-card:before { content: ''; position: absolute; inset: 28px auto 28px 0; width: 3px; background: #7299e3; border-radius: 2px; }
.estimate-caption { font-size: 18px; color: #607088; padding-bottom: 18px; border-bottom: 1px solid #dce3ed; }
.estimate-card dl { margin: 0; }
.estimate-card dl > div { padding-top: 18px; }
.estimate-card dt { font-size: 18px; color: #627187; }
.estimate-card dd { margin: 5px 0 0; font-size: 24px; line-height: 1.35; }
.estimate-card .estimate-term { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 16px; border-top: 1px solid #e1e7ee; padding-top: 16px; margin-top: 18px; }
.estimate-card .estimate-term dd { margin: 0; font-size: 20px; }
.estimate-audit { margin: 24px 0 0; padding-inline: 3px; }
.estimate-audit h3 { font-size: 20px; }
.estimate-audit p { font-size: 18px; line-height: 1.5; color: var(--muted); margin-top: 8px; }

.about .about-heading { grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 70px; }
.about .certificate-link img { width: 390px; border-radius: 8px; }
.about .certificate-link > span { max-width: 430px; }
.client-showcase { margin-top: 52px; border-top: 1px solid var(--line); padding-top: 22px; }
.client-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 12px; }
.client-heading > p { font-size: 20px; color: var(--muted); }
.client-motion { width: 44px; height: 44px; border-color: transparent; }
.client-motion:hover { border-color: var(--line); }
.client-ribbon { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.client-track { display: flex; width: max-content; animation: client-drift 70s linear infinite; }
.client-ribbon-reverse .client-track { animation-direction: reverse; animation-duration: 76s; }
.client-group { display: flex; flex-shrink: 0; }
.client-mark { width: 228px; height: 116px; display: grid; place-items: center; padding: 22px; }
.client-mark img { width: 184px; height: 56px; object-fit: contain; filter: grayscale(1); mix-blend-mode: multiply; opacity: .67; transition: opacity .2s; }
.client-mark:hover img { opacity: 1; }
.client-showcase.is-paused .client-track, .client-showcase:has(.client-ribbon:hover) .client-track { animation-play-state: paused; }
@keyframes client-drift { to { transform: translateX(-50%); } }

.contact { padding-block: 44px; background: #d6f2a4; }
.contact .contact-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.17fr); align-items: center; gap: 64px; }
.contact h2 { font-size: 48px; line-height: 1.15; text-wrap: pretty; }
.contact .contact-copy > p { font-size: 22px; line-height: 1.5; margin-top: 24px; max-width: 540px; }
.contact-links { display: flex; flex-wrap: wrap; gap: 16px 30px; margin-top: 30px; }
.contact-links a { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; }
.contact-links a:hover { color: var(--blue); }
.contact-form { min-width: 0; padding: 26px; border: 1px solid #fff; border-radius: 8px; background: linear-gradient(145deg, #ffffffe0, #eff8eabd); box-shadow: inset 0 1px 1px #fff, 0 14px 32px #3a5f3612; backdrop-filter: blur(18px); }
.contact-form .topic-picker { margin: 0 0 16px; position: relative; }
.contact-form .topic-picker legend { margin: 0 0 8px; font-size: 20px; }
.task-add-wrap { position: relative; }
.task-add { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #b6c8db; border-radius: 6px; padding: 9px 12px; background: #f8fcff; color: #24559e; font-size: 18px; line-height: 1.4; min-height: 44px; box-shadow: inset 0 1px 0 #fff, 0 2px 3px #23496b0a; }
.task-add:hover, .task-add[aria-expanded=true] { background: #eaf1fc; border-color: #7fa2d2; }
.contact-form .topic-options { position: absolute; top: calc(100% + 8px); left: 0; z-index: 10; width: 390px; max-width: 100%; padding: 8px; display: grid; grid-template-columns: 1fr; gap: 0; border: 1px solid #d0dae5; border-radius: 8px; background: #fcfdff; box-shadow: 0 16px 40px #22334c24; }
.contact-form .topic-options label { min-height: 46px; padding: 10px; margin: 0; border: 0; border-radius: 4px; font-size: 18px; line-height: 1.35; gap: 10px; }
.contact-form .topic-options label:hover, .contact-form .topic-options label:has(input:checked) { background: #edf3fc; font-weight: 400; }
.contact-form .topic-options label:focus-within { outline: 2px solid var(--blue); outline-offset: -2px; }
.contact-form .topic-options input { flex: 0 0 20px; width: 20px; height: 20px; }
.selected-tasks { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.selected-tasks:empty { display: none; }
.selected-task { display: inline-flex; align-items: center; gap: 7px; max-width: 100%; min-height: 38px; padding: 3px 4px 3px 10px; background: #e7eefc; color: #264878; border: 1px solid #c5d5eb; border-radius: 6px; font-size: 18px; line-height: 1.3; }
.selected-task > span { min-width: 0; overflow-wrap: anywhere; }
.selected-task > button { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; padding: 0; border: 0; border-radius: 4px; background: transparent; color: #466287; }
.selected-task > button:hover { background: #cdddf7; color: #153b76; }
.selected-task svg { width: 18px; height: 18px; }
.contact-form .website-field { margin-bottom: 16px; }
.contact-form .website-field label, .contact-form .message-field label { display: block; font-size: 20px; line-height: 1.35; margin-bottom: 7px; }
.contact-form .website-field input, .contact-form textarea { background: #ffffffbf; border: 1px solid #b4c5b2; border-radius: 4px; font-size: 18px; line-height: 1.45; padding: 10px 12px; width: 100%; color: var(--ink); }
.contact-form .website-field input { min-height: 46px; }
.contact-form .website-field p { font-size: 18px; line-height: 1.35; color: #52654c; margin-top: 6px; }
.contact-form textarea { display: block; height: 100px; min-height: 100px; resize: vertical; margin: 0; }
.contact-form textarea::placeholder, .contact-form .website-field input::placeholder { color: #63715e; opacity: 1; }
.contact-form .form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; margin-top: 18px; }
.contact-form .form-actions .button { font-size: 18px; padding: 12px 16px; gap: 12px; min-height: 50px; }
.contact-form .email-draft { font-size: 18px; line-height: 1.4; margin: 0; display: inline; border: 0; text-decoration: underline; text-underline-offset: 4px; }
.contact-form .form-note { font-size: 18px; line-height: 1.4; margin-top: 12px; color: #57644f; }
.contact-form .form-status { font-size: 18px; line-height: 1.4; margin-top: 12px; }
.contact-form .form-status:empty { display: none; }
.contact-form .privacy-link { display: inline-block; font-size: 18px; line-height: 1.35; color: #52654c; margin-top: 10px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 1190px) {
  .estimate-layout { gap: 40px; }
  .estimate-copy h2 { font-size: 40px; }
  .estimate-card { padding: 24px; }
  .estimate-card .estimate-term { grid-template-columns: 1fr; gap: 6px; }
  .about .about-heading { gap: 40px; }
  .contact .contact-grid { gap: 36px; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
  .contact h2 { font-size: 40px; }
  .contact-form { padding: 22px; }
  .contact .contact-copy > p { font-size: 20px; }
  .capability-panels { min-height: 680px; }
}
@media (max-width: 900px) {
  .estimate-layout { grid-template-columns: 1fr; gap: 36px; }
  .estimate-copy h2 { font-size: 44px; max-width: 740px; }
  .estimate-copy > p { max-width: 740px; }
  .estimate-card .estimate-term { grid-template-columns: 130px minmax(0, 1fr); }
  .about .about-heading { grid-template-columns: 1fr; }
  .about .certificate-link img { width: 320px; }
  .client-mark { width: 208px; height: 100px; padding: 18px; }
  .contact .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-copy { max-width: 740px; }
  .contact h2 { max-width: 660px; font-size: 44px; }
  .contact .contact-copy > p { max-width: 650px; }
  .contact-links { margin-top: 22px; }
  .capability-panels { min-height: 650px; }
}
@media (max-width: 560px) {
  .capability-tab { flex-direction: column; align-items: start; gap: 8px; }
  .capability-tab > svg { width: 20px; height: 20px; }
  .capability-panels { min-height: 0; }
  .capability-scene { height: 172px; }
  .capability-main h3 { margin-top: 10px; }
  .estimate-copy h2 { font-size: 34px; }
  .estimate-copy > p { font-size: 20px; margin-block: 22px; }
  .estimate-card { padding: 22px 20px; }
  .estimate-card dd { font-size: 22px; }
  .estimate-card .estimate-term { grid-template-columns: 1fr; gap: 5px; }
  .about .certificate-link img { width: 350px; }
  .client-showcase { margin-top: 36px; }
  .client-mark { width: 196px; height: 88px; padding: 18px; }
  .client-mark img { width: 160px; height: 48px; }
  .contact { padding-block: 40px; }
  .contact h2 { font-size: 36px; }
  .contact .contact-copy > p { font-size: 20px; margin-top: 20px; }
  .contact-links { gap: 14px 24px; }
  .contact-links a { font-size: 20px; }
  .contact-form { padding: 18px; }
  .contact-form .topic-options { position: static; width: 100%; margin-top: 8px; padding: 4px; box-shadow: none; }
  .contact-form .form-actions { flex-direction: column; align-items: stretch; gap: 16px; }
  .contact-form .form-actions .button { justify-content: space-between; padding-inline: 12px; }
  .contact-form .email-draft { text-align: center; }
  .contact-form textarea { height: 116px; }
}
@media (max-width: 360px) {
  .estimate-copy h2 { font-size: 30px; }
  .contact h2 { font-size: 32px; }
  .contact-form { padding: 14px; }
  .contact-form .form-actions .button { gap: 8px; padding-inline: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .client-track { animation: none; transform: none; }
  .client-ribbon { overflow: visible; mask-image: none; }
  .client-track, .client-group { width: 100%; }
  .client-group { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
  .client-group[aria-hidden=true], .client-motion { display: none; }
  .client-mark { width: 100%; }
}
