/* AzTicket: emerald ticket identity with a restrained B2B helpdesk interface. */
.directory-card--azticket {
    border-color: #abdace;
    background: linear-gradient(155deg, #fff 0%, #f0fbf7 62%, #f1f8fb 100%);
    box-shadow: 0 18px 42px rgba(5, 82, 63, .1);
}
.directory-card--azticket::after { background: #078a62; }
.directory-card--azticket .directory-card__visual { margin: -12px -12px 5px; }
.directory-card--azticket .directory-card__visual > img { height: 205px; margin: 0; object-fit: contain; filter: drop-shadow(0 15px 22px rgba(6, 27, 58, .15)); }
.directory-card--azticket .directory-card__flag { inset: 9px 9px auto auto; border-color: #94d7c3; color: #075f49; background: rgba(237, 251, 246, .95); }
.directory-card--azticket .directory-card__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.directory-card--azticket .directory-card__actions > a { justify-content: center; min-width: 0; text-align: center; }
.directory-card--azticket .directory-card__actions > a:first-child { grid-column: 1 / -1; background: #078a62; }
.directory-card--azticket .directory-card__actions .directory-card__features { color: #084f80; border-color: #a8cbe0; background: #eef7fc; }
.directory-card--azticket .directory-card__actions .directory-card__demo { color: #086047; border-color: #96d3c1; background: #eaf9f3; }
.directory-card--azticket .directory-card__actions .directory-card__catalog { color: #735313; border-color: #e4ca8e; background: #fff9e9; }

.azticket-hero,
.azticket-section,
.azticket-trust {
    --az-navy: #061b3a;
    --az-navy-soft: #0b3454;
    --az-green: #078a62;
    --az-green-dark: #05634a;
    --az-mint: #dff8ee;
    --az-cyan: #22b8c8;
    --az-orange: #ef8b35;
    --az-ink: #102c3d;
    --az-muted: #5d7281;
    --az-line: #d4e8e2;
}
.azticket-hero { position: relative; isolation: isolate; min-height: 690px; overflow: hidden; color: #fff; background: var(--az-navy); }
.azticket-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(6, 27, 58, .16) 0%, rgba(6, 27, 58, .66) 50%, #061b3a 86%); pointer-events: none; }
.azticket-hero__inner { position: relative; min-height: 690px; display: flex; align-items: center; }
.azticket-hero__content { position: relative; z-index: 2; width: min(610px, 53%); padding: 80px 0; }
.azticket-kicker,
.azticket-label { display: inline-flex; align-items: center; gap: 8px; color: #34d4ab; font-size: .74rem; font-weight: 900; }
.azticket-kicker .lucide { width: 19px; height: 19px; }
.azticket-hero h1 { max-width: 600px; margin: 17px 0 18px; color: #fff; font-size: clamp(2.35rem, 4.2vw, 4.4rem); line-height: 1.35; letter-spacing: 0; }
.azticket-hero__lead { max-width: 590px; margin: 0; color: #dce8f1; font-size: 1rem; line-height: 2.05; }
.azticket-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 11px; margin-top: 27px; }
.azticket-hero__actions .btn { min-height: 44px; border-radius: 7px; }
.btn--azticket-primary { color: #fff; border-color: #0aa779; background: #078a62; box-shadow: 0 12px 28px rgba(0, 0, 0, .18); }
.btn--azticket-primary:hover { color: #fff; background: #069e70; }
.btn--azticket-start { color: #052f27; border-color: #83e1c4; background: #baf1df; }
.btn--azticket-start:hover { color: #03231d; background: #d8faef; }
.btn--azticket-light { color: #0b3854; border-color: #b8d1df; background: #f7fbfd; }
.btn--azticket-light:hover { color: #061b3a; background: #fff; }
.azticket-inline-link { display: inline-flex; align-items: center; gap: 5px; min-height: 38px; padding: 6px 2px; color: #b8eee0; font-size: .75rem; font-weight: 900; }
.azticket-inline-link .lucide { width: 17px; height: 17px; }
.azticket-hero__note { display: flex; align-items: flex-start; gap: 8px; max-width: 575px; margin: 18px 0 0; color: #a9bdcb; font-size: .72rem; line-height: 1.85; }
.azticket-hero__note .lucide { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 4px; color: #34d4ab; }
.azticket-hero__visual { position: absolute; z-index: -2; inset: 0; margin: 0; }
.azticket-hero__visual picture,
.azticket-hero__visual img { width: 100%; height: 100%; display: block; }
.azticket-hero__visual img { object-fit: cover; object-position: left center; }
.azticket-hero__visual figcaption { position: absolute; inset: auto 0 12px auto; max-width: 460px; color: rgba(255, 255, 255, .7); font-size: .63rem; }

.azticket-trust { border-bottom: 1px solid #dbe9e6; background: #f6fcfa; }
.azticket-trust .container { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.azticket-trust article { min-width: 0; display: flex; align-items: center; gap: 11px; padding: 22px 15px; }
.azticket-trust article:not(:last-child) { border-left: 1px solid #dbe9e6; }
.azticket-trust article > .lucide { flex: 0 0 auto; width: 25px; height: 25px; color: var(--az-green); }
.azticket-trust strong,
.azticket-trust small { display: block; }
.azticket-trust strong { color: var(--az-ink); font-size: .78rem; }
.azticket-trust small { margin-top: 3px; color: var(--az-muted); font-size: .66rem; line-height: 1.65; }

.azticket-section { padding: 88px 0; color: var(--az-ink); }
.azticket-section--soft { background: #f4f9fb; }
.azticket-section__heading { max-width: 760px; margin-bottom: 37px; }
.azticket-section__heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.azticket-section__heading--center .azticket-label { justify-content: center; }
.azticket-section__heading h2 { margin: 8px 0 11px; color: var(--az-navy); font-size: clamp(1.65rem, 3vw, 2.65rem); line-height: 1.55; letter-spacing: 0; }
.azticket-section__heading p { margin: 0; color: var(--az-muted); line-height: 2; }
.azticket-label { color: var(--az-green); }

.azticket-problem__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: 55px; }
.azticket-problem__panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; min-width: 0; }
.azticket-problem__item { min-width: 0; min-height: 310px; padding: 28px; border: 1px solid #e2d8d2; border-radius: 8px; background: #fffaf7; }
.azticket-problem__item--answer { border-color: #a7ddcd; background: #f0fbf7; }
.azticket-problem__item > .lucide { width: 34px; height: 34px; color: var(--az-orange); }
.azticket-problem__item--answer > .lucide { color: var(--az-green); }
.azticket-problem__item h3 { margin: 20px 0 12px; color: var(--az-navy); }
.azticket-problem__item ul { margin: 0; padding: 0 18px 0 0; color: var(--az-muted); line-height: 2.1; }

.azticket-section--mapping { background: var(--az-navy); color: #fff; }
.azticket-section--mapping .azticket-section__heading h2 { color: #fff; }
.azticket-section--mapping .azticket-section__heading p { color: #c8d8e2; }
.azticket-section--mapping .azticket-label { color: #45ddb6; }
.azticket-mapping { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, .8fr); align-items: stretch; gap: 13px; }
.azticket-mapping__step { min-width: 0; padding: 23px; border: 1px solid rgba(138, 229, 204, .28); border-radius: 8px; background: rgba(255, 255, 255, .07); }
.azticket-mapping__number { width: 28px; height: 28px; display: grid; place-items: center; margin-bottom: 12px; border-radius: 50%; color: #06372c; background: #8ce6cc; font-size: .73rem; font-weight: 900; }
.azticket-mapping__step > strong { display: block; margin-bottom: 15px; }
.azticket-department-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.azticket-department-list > span { min-width: 0; display: flex; align-items: center; gap: 6px; padding: 8px; border-radius: 5px; color: #dff8ee; background: rgba(255, 255, 255, .07); font-size: .69rem; }
.azticket-department-list .lucide { width: 15px; height: 15px; color: #61e1bf; }
.azticket-mapping__arrow { align-self: center; width: 24px; color: #4fd7b5; }
.azticket-type-demo { display: flex; flex-wrap: wrap; gap: 7px; }
.azticket-type-demo small { width: 100%; color: #91aaba; }
.azticket-type-demo span { padding: 7px 9px; border: 1px solid rgba(111, 218, 190, .34); border-radius: 5px; color: #dff8ee; background: rgba(8, 138, 98, .17); font-size: .68rem; }
.azticket-agent { display: flex; align-items: center; gap: 11px; margin-top: 25px; padding: 14px; border-radius: 7px; color: #06372c; background: #dff8ee; }
.azticket-agent > .lucide { width: 29px; height: 29px; }
.azticket-agent b,
.azticket-agent small { display: block; }
.azticket-agent small { margin-top: 3px; color: #416b60; font-size: .65rem; }
.azticket-mapping-examples { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-top: 14px; }
.azticket-mapping-examples article { min-width: 0; padding: 13px; border: 1px solid rgba(111, 218, 190, .22); border-radius: 7px; background: rgba(255, 255, 255, .05); }
.azticket-mapping-examples h3 { display: flex; align-items: center; gap: 7px; margin: 0 0 9px; color: #f0fffa; font-size: .78rem; }
.azticket-mapping-examples h3 .lucide { width: 17px; height: 17px; color: #61e1bf; }
.azticket-mapping-examples article > div { display: flex; flex-wrap: wrap; gap: 5px; }
.azticket-mapping-examples article > div span { padding: 4px 6px; border-radius: 4px; color: #c8e9df; background: rgba(255, 255, 255, .07); font-size: .61rem; }
.azticket-benefit-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.azticket-benefit-list > span { display: inline-flex; align-items: center; gap: 5px; padding: 8px 11px; border: 1px solid rgba(108, 219, 190, .2); border-radius: 5px; color: #c8e9df; font-size: .69rem; }
.azticket-benefit-list .lucide { width: 15px; height: 15px; color: #53dfb9; }
.azticket-article-link { max-width: 720px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; margin: 24px auto 0; padding: 16px 18px; border: 1px solid #45b99c; border-radius: 7px; color: #f3fffb; background: rgba(7, 138, 98, .2); }
.azticket-article-link > .lucide { width: 24px; height: 24px; color: #69e5c4; }
.azticket-article-link small { display: block; margin-top: 4px; color: #acd2c7; font-size: .68rem; }

.azticket-workflow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; }
.azticket-workflow li { position: relative; min-width: 0; min-height: 250px; padding: 25px 21px; border: 1px solid var(--az-line); background: #fff; }
.azticket-workflow li:first-child { border-radius: 0 8px 8px 0; }
.azticket-workflow li:last-child { border-radius: 8px 0 0 8px; }
.azticket-workflow li:not(:last-child) { border-left: 0; }
.azticket-workflow li:not(:last-child)::after { content: ""; position: absolute; z-index: 2; top: 46px; left: -6px; width: 11px; height: 11px; border-top: 2px solid var(--az-green); border-left: 2px solid var(--az-green); transform: rotate(-45deg); }
.azticket-workflow__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 7px; color: var(--az-green); background: var(--az-mint); }
.azticket-workflow__icon .lucide { width: 23px; height: 23px; }
.azticket-workflow small { display: block; margin-top: 18px; color: #9aaab5; font-weight: 900; }
.azticket-workflow h3 { margin: 7px 0; color: var(--az-navy); font-size: 1rem; }
.azticket-workflow p { margin: 0; color: var(--az-muted); font-size: .74rem; line-height: 1.9; }

.azticket-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.azticket-feature { min-width: 0; padding: 29px; border: 1px solid #d9e7e8; border-radius: 8px; background: #fff; box-shadow: 0 15px 35px rgba(6, 27, 58, .05); }
.azticket-feature header { display: flex; align-items: center; gap: 13px; }
.azticket-feature header > .lucide { flex: 0 0 auto; width: 39px; height: 39px; padding: 8px; border-radius: 7px; color: var(--az-green); background: var(--az-mint); }
.azticket-feature header small { color: #91a5b0; font-size: .68rem; font-weight: 900; }
.azticket-feature h3 { margin: 2px 0 0; color: var(--az-navy); font-size: 1.08rem; }
.azticket-feature > p { margin: 17px 0; padding-bottom: 15px; border-bottom: 1px solid #e2eceb; color: var(--az-muted); line-height: 1.9; }
.azticket-feature ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 14px; margin: 0; padding: 0; list-style: none; }
.azticket-feature li { min-width: 0; display: flex; align-items: flex-start; gap: 6px; color: #3e5867; font-size: .72rem; line-height: 1.75; }
.azticket-feature li .lucide { flex: 0 0 auto; width: 14px; height: 14px; margin-top: 5px; color: var(--az-green); }

.azticket-role-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.azticket-role-grid article { min-width: 0; min-height: 295px; padding: 29px; border: 1px solid var(--az-line); border-radius: 8px; background: #fff; }
.azticket-role-grid article > .lucide { width: 37px; height: 37px; color: var(--az-green); }
.azticket-role-grid h3 { margin: 19px 0 9px; color: var(--az-navy); }
.azticket-role-grid p { color: var(--az-muted); line-height: 1.95; }
.azticket-role-grid strong { display: flex; align-items: flex-start; gap: 6px; margin-top: 18px; color: var(--az-green-dark); font-size: .74rem; line-height: 1.8; }
.azticket-role-grid strong .lucide { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 4px; }

.azticket-reports { color: #fff; background: #092742; }
.azticket-reports__grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 60px; }
.azticket-reports .azticket-section__heading { margin: 0; }
.azticket-reports .azticket-section__heading h2 { color: #fff; }
.azticket-reports .azticket-section__heading p { color: #bdd0dc; }
.azticket-reports .azticket-section__heading ul { margin: 20px 0 0; padding: 0 18px 0 0; color: #dce9f0; line-height: 2.1; }
.azticket-report-board { min-width: 0; padding: 24px; border: 1px solid #31536a; border-radius: 8px; background: #f8fbfc; color: var(--az-ink); box-shadow: 0 24px 60px rgba(0, 0, 0, .22); }
.azticket-report-board__top { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 17px; border-bottom: 1px solid #dce8ec; }
.azticket-report-board__top span { padding: 5px 8px; border-radius: 5px; color: #547181; background: #eef3f5; font-size: .65rem; }
.azticket-report-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: 16px 0; }
.azticket-report-metrics article { position: relative; min-width: 0; padding: 13px; border: 1px solid #e0e9ec; border-radius: 6px; background: #fff; }
.azticket-report-metrics small { display: block; color: #718895; font-size: .61rem; }
.azticket-report-metrics b { display: block; margin-top: 5px; font-size: 1.25rem; }
.azticket-report-metrics article > span { position: absolute; inset: 13px auto auto 13px; width: 8px; height: 8px; border-radius: 50%; }
.is-blue { background: #2484dc; }
.is-green { background: #0baa78; }
.is-orange { background: #ef8b35; }
.azticket-report-chart { height: 190px; display: flex; align-items: end; justify-content: space-around; gap: 13px; padding: 24px 18px 0; border-right: 1px solid #d8e4e8; border-bottom: 1px solid #d8e4e8; background: repeating-linear-gradient(to top, transparent 0 37px, #eaf0f2 38px); }
.azticket-report-chart span { width: 10%; height: var(--bar); border-radius: 5px 5px 0 0; background: linear-gradient(180deg, #27c69b, #078a62); }
.azticket-report-legend { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 15px; color: #5a7482; font-size: .65rem; }
.azticket-report-legend span { display: inline-flex; align-items: center; gap: 5px; }
.azticket-report-legend i { width: 8px; height: 8px; border-radius: 50%; }

.azticket-scenario-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.azticket-scenario-grid article { min-width: 0; min-height: 250px; padding: 24px; border: 1px solid #dbe7e9; border-radius: 8px; background: #fff; }
.azticket-scenario-grid article:nth-child(-n+2) { grid-column: span 3; }
.azticket-scenario-grid article:nth-child(n+3) { grid-column: span 2; }
.azticket-scenario-grid .lucide { width: 30px; height: 30px; color: var(--az-green); }
.azticket-scenario-grid h3 { margin: 17px 0 4px; color: var(--az-navy); }
.azticket-scenario-grid small { color: var(--az-green-dark); font-weight: 800; }
.azticket-scenario-grid p { margin: 12px 0 0; color: var(--az-muted); font-size: .76rem; line-height: 1.9; }

.azticket-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--az-line); border-radius: 8px; }
.azticket-table-wrap table { width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; }
.azticket-table-wrap th,
.azticket-table-wrap td { padding: 17px; border-bottom: 1px solid #e2eceb; text-align: right; font-size: .76rem; line-height: 1.8; }
.azticket-table-wrap thead th { color: #fff; background: var(--az-navy); }
.azticket-table-wrap tbody th { width: 18%; color: var(--az-navy); }
.azticket-table-wrap tbody td { color: var(--az-muted); }
.azticket-table-wrap tbody td:last-child { color: var(--az-green-dark); font-weight: 700; }
.azticket-table-wrap td .lucide { width: 15px; height: 15px; margin-left: 5px; vertical-align: middle; }

.azticket-launch { background: #eff9f6; }
.azticket-launch ol { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.azticket-launch li { min-width: 0; padding: 24px; border: 1px solid #b9dfd5; border-radius: 8px; background: #fff; }
.azticket-launch li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--az-green); font-weight: 900; }
.azticket-launch h3 { margin: 18px 0 8px; color: var(--az-navy); }
.azticket-launch p { margin: 0; color: var(--az-muted); font-size: .75rem; line-height: 1.9; }
.azticket-launch__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 25px; }

.azticket-plan-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 11px; }
.azticket-plan-grid article { min-width: 0; padding: 23px 18px; border: 1px solid var(--az-line); border-radius: 8px; background: #fff; }
.azticket-plan-grid article.is-highlighted { border: 2px solid var(--az-green); background: #f1fbf8; }
.azticket-plan-grid small { color: var(--az-green-dark); font-size: .66rem; font-weight: 800; }
.azticket-plan-grid h3 { margin: 8px 0 17px; color: var(--az-navy); }
.azticket-plan-grid ul { margin: 0; padding: 0; list-style: none; }
.azticket-plan-grid li { display: flex; align-items: flex-start; gap: 5px; margin-top: 8px; color: var(--az-muted); font-size: .68rem; line-height: 1.75; }
.azticket-plan-grid li .lucide { flex: 0 0 auto; width: 13px; height: 13px; margin-top: 4px; color: var(--az-green); }
.azticket-plans__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; padding: 18px; border-radius: 7px; background: #f3f7f8; }
.azticket-plans__footer p { margin: 0; color: var(--az-muted); font-size: .73rem; }

.azticket-resources { background: #f5f8fb; }
.azticket-resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.azticket-resource { min-width: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 23px; border: 1px solid #dce6ec; border-radius: 8px; color: var(--az-ink); background: #fff; }
.azticket-resource--featured { border-color: #9bd6c5; background: #effaf6; }
.azticket-resource > .lucide { width: 27px; height: 27px; color: var(--az-green); }
.azticket-resource small { color: var(--az-green-dark); font-size: .65rem; font-weight: 800; }
.azticket-resource h3 { margin: 4px 0; color: var(--az-navy); font-size: .98rem; }
.azticket-resource p { margin: 0; color: var(--az-muted); font-size: .7rem; line-height: 1.8; }

.azticket-faq__layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 60px; }
.azticket-faq__layout .azticket-section__heading { position: sticky; top: 110px; margin: 0; }
.azticket-faq__layout .azticket-section__heading > a { display: inline-flex; align-items: center; gap: 5px; margin-top: 18px; color: var(--az-green-dark); font-size: .75rem; font-weight: 900; }
.azticket-faq details { border-bottom: 1px solid var(--az-line); }
.azticket-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 0; color: var(--az-navy); font-weight: 900; cursor: pointer; }
.azticket-faq summary .lucide { flex: 0 0 auto; width: 18px; height: 18px; color: var(--az-green); transition: transform .25s ease; }
.azticket-faq details[open] summary .lucide { transform: rotate(180deg); }
.azticket-faq details p { margin: 0; padding: 0 0 18px; color: var(--az-muted); line-height: 2; }

.azticket-contact { color: #fff; background: var(--az-navy); }
.azticket-contact__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 54px; }
.azticket-contact h2 { margin: 10px 0 13px; color: #fff; font-size: clamp(1.7rem, 3vw, 2.55rem); line-height: 1.55; }
.azticket-contact__grid > div > p { color: #bdd0dc; line-height: 2; }
.azticket-contact__links { display: grid; gap: 9px; margin-top: 24px; }
.azticket-contact__links a { display: grid; grid-template-columns: auto 1fr; gap: 3px 10px; padding: 14px; border: 1px solid #31536a; border-radius: 7px; color: #fff; background: #0a2c4b; }
.azticket-contact__links a .lucide { grid-row: span 2; width: 24px; height: 24px; color: #49dbb7; }
.azticket-contact__links small { color: #9fb6c5; font-size: .66rem; }
.azticket-contact__form { min-width: 0; padding: 29px; border: 1px solid #d8e6e4; border-radius: 8px; color: var(--az-ink); background: #fff; }
.azticket-contact__form h3 { margin: 0 0 5px; color: var(--az-navy); }
.azticket-contact__form > p { margin: 0 0 18px; color: var(--az-muted); font-size: .74rem; }
.azticket-contact__form .form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.azticket-contact__form label { min-width: 0; color: #435b69; font-size: .72rem; font-weight: 800; }
.azticket-contact__form input,
.azticket-contact__form textarea { width: 100%; margin-top: 6px; border: 1px solid #cbdde1; border-radius: 6px; color: var(--az-ink); background: #fbfdfd; }
.azticket-contact__wide { grid-column: 1 / -1; }
.azticket-contact__form .consent { display: flex; align-items: flex-start; gap: 7px; margin: 14px 0; line-height: 1.8; }
.azticket-contact__form .consent input { flex: 0 0 auto; width: auto; margin-top: 6px; }
.azticket-contact__form .consent a { color: var(--az-green-dark); }

.directory-card--azticket a:focus-visible,
.azticket-hero a:focus-visible,
.azticket-section a:focus-visible,
.azticket-section button:focus-visible,
.azticket-section summary:focus-visible,
.azticket-section input:focus-visible,
.azticket-section textarea:focus-visible { outline: 3px solid #24c9a0; outline-offset: 3px; }
.azticket-feature,
.azticket-role-grid article,
.azticket-scenario-grid article,
.azticket-plan-grid article,
.azticket-resource { transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease; }
.azticket-feature:hover,
.azticket-role-grid article:hover,
.azticket-scenario-grid article:hover,
.azticket-plan-grid article:hover,
.azticket-resource:hover { transform: translateY(-4px); border-color: #9fd5c7; box-shadow: 0 18px 40px rgba(6, 27, 58, .09); }

@media (max-width: 1100px) {
    .azticket-hero__content { width: 61%; }
    .azticket-trust .container { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .azticket-trust article { border-bottom: 1px solid #dbe9e6; }
    .azticket-mapping { grid-template-columns: 1fr; }
    .azticket-mapping__arrow { justify-self: center; transform: rotate(-90deg); }
    .azticket-mapping-examples { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .azticket-workflow { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
    .azticket-workflow li,
    .azticket-workflow li:first-child,
    .azticket-workflow li:last-child { border: 1px solid var(--az-line); border-radius: 8px; }
    .azticket-workflow li::after { display: none; }
    .azticket-plan-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .azticket-hero,
    .azticket-hero__inner { min-height: 720px; }
    .azticket-hero::after { background: rgba(6, 27, 58, .86); }
    .azticket-hero__content { width: 100%; padding: 64px 0; }
    .azticket-hero__visual img { opacity: .3; object-position: 42% center; }
    .azticket-hero__visual figcaption { display: none; }
    .azticket-problem__grid,
    .azticket-reports__grid,
    .azticket-faq__layout,
    .azticket-contact__grid { grid-template-columns: 1fr; gap: 34px; }
    .azticket-feature-grid,
    .azticket-role-grid,
    .azticket-launch ol,
    .azticket-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .azticket-faq__layout .azticket-section__heading { position: static; }
    .azticket-scenario-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .azticket-scenario-grid article,
    .azticket-scenario-grid article:nth-child(-n+2),
    .azticket-scenario-grid article:nth-child(n+3) { grid-column: auto; }
}

@media (max-width: 580px) {
    .directory-card--azticket .directory-card__actions { grid-template-columns: 1fr; }
    .directory-card--azticket .directory-card__actions > a:first-child { grid-column: auto; }
    .azticket-hero,
    .azticket-hero__inner { min-height: 790px; }
    .azticket-hero h1 { font-size: 2.05rem; }
    .azticket-hero__lead { font-size: .86rem; }
    .azticket-hero__actions { align-items: stretch; flex-direction: column; }
    .azticket-hero__actions .btn,
    .azticket-inline-link { justify-content: center; width: 100%; }
    .azticket-trust .container,
    .azticket-problem__panels,
    .azticket-workflow,
    .azticket-feature-grid,
    .azticket-role-grid,
    .azticket-launch ol,
    .azticket-plan-grid,
    .azticket-resource-grid,
    .azticket-scenario-grid { grid-template-columns: 1fr; }
    .azticket-mapping-examples { grid-template-columns: 1fr; }
    .azticket-trust article:not(:last-child) { border-left: 0; }
    .azticket-section { padding: 66px 0; }
    .azticket-feature,
    .azticket-problem__item,
    .azticket-report-board,
    .azticket-contact__form { padding: 21px; }
    .azticket-feature ul,
    .azticket-contact__form .form-grid { grid-template-columns: 1fr; }
    .azticket-contact__wide { grid-column: auto; }
    .azticket-report-metrics { grid-template-columns: 1fr; }
    .azticket-report-chart { height: 150px; }
    .azticket-table-wrap { border-radius: 0; }
    .azticket-plans__footer { align-items: stretch; flex-direction: column; }
    .azticket-resource { grid-template-columns: auto 1fr; }
    .azticket-resource > .lucide:last-child { display: none; }
    .azticket-article-link { grid-template-columns: auto 1fr; }
    .azticket-article-link > .lucide:last-child { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .directory-card--azticket *,
    .azticket-hero *,
    .azticket-section * { animation: none !important; scroll-behavior: auto !important; transition: none !important; }
    .azticket-feature:hover,
    .azticket-role-grid article:hover,
    .azticket-scenario-grid article:hover,
    .azticket-plan-grid article:hover,
    .azticket-resource:hover { transform: none; }
}
