:root {
  --iod-ink: #102235;
  --iod-muted: #65758a;
  --iod-blue: #025add;
  --iod-cyan: #18c7e8;
  --iod-green: #27b77b;
  --iod-gold: #f3a712;
  --iod-paper: #ffffff;
  --iod-soft: #f4f8fc;
  --iod-line: #dce8f5;
}

body {
  color: var(--iod-ink);
}

a {
  text-decoration: none;
}

.header {
  min-height: 72px;
}

.iod-logo {
  gap: 12px;
  color: var(--iod-ink);
}

.iod-logo:hover {
  color: var(--iod-blue);
}

.iod-logo-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--iod-blue), var(--iod-cyan));
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: 0;
  width: 48px;
}

.iod-logo-text {
  color: var(--iod-ink);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}

.iod-logo-footer .iod-logo-text {
  color: #fff;
}

.navbar a {
  letter-spacing: 0;
}

.iod-hero {
  height: 100vh;
  min-height: 700px;
}

.iod-hero::before {
  background: linear-gradient(90deg, rgba(1, 12, 30, 0.10), rgba(1, 12, 30, 0.30));
}

.iod-hero-caption {
  max-width: 660px;
  padding: 50px 30px;
  position: relative;
  z-index: 4;
}

.iod-hero .container {
  position: relative;
  z-index: 3;
}

.iod-eyebrow {
  color: var(--iod-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.iod-hero h1 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 22px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  text-transform: none;
  overflow-wrap: break-word;
}

.iod-hero h1 span {
  color: var(--iod-cyan);
}

.iod-hero p {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  max-width: 620px;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.iod-btn-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.iod-btn-outline:hover {
  border-color: transparent;
}

.iod-section {
  padding: 90px 0;
}

.iod-page-header .page-header {
  min-height: 370px;
  padding: 140px 0 80px;
}

.iod-page-header h1 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.iod-page-header p {
  max-width: 820px;
}

.section-header {
  padding-bottom: 46px;
}

.section-header h2 {
  color: var(--iod-ink);
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.section-header p {
  color: var(--iod-muted);
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.iod-workflow-card,
.iod-feature-card {
  background: var(--iod-paper);
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(16, 34, 53, 0.08);
  display: flex;
  flex-direction: column;
}

.iod-workflow-card .title,
.iod-feature-card .title {
  color: var(--iod-blue);
  font-size: 24px;
  letter-spacing: 0;
}

.iod-workflow-card h4 {
  color: var(--iod-ink);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}

.iod-card-kicker {
  color: var(--iod-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.iod-arrow-link {
  align-items: center;
  color: var(--iod-blue);
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  margin-top: auto;
}

.iod-arrow-link:hover {
  color: var(--iod-green);
}

.iod-flow-section {
  background: var(--iod-soft);
}

.iod-flow-diagram {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
}

.iod-flow-step {
  background: #fff;
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(16, 34, 53, 0.08);
  padding: 26px;
  text-align: center;
}

.iod-flow-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--iod-blue), var(--iod-cyan));
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 28px;
  height: 66px;
  justify-content: center;
  margin-bottom: 16px;
  width: 66px;
}

.iod-flow-step h3 {
  color: var(--iod-ink);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.iod-flow-step p {
  color: var(--iod-muted);
  margin-bottom: 0;
}

.iod-flow-arrow {
  align-items: center;
  color: var(--iod-gold);
  display: flex;
  font-size: 30px;
  justify-content: center;
}

.iod-standard-section h2,
.iod-explain-section h2,
.iod-workflow-intro h2 {
  color: var(--iod-ink);
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.18;
  margin-bottom: 18px;
}

.iod-rounded-image {
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(16, 34, 53, 0.14);
  width: 100%;
}

.iod-chat-pair {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.iod-chat-bubble {
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.5;
  padding: 16px 18px;
}

.iod-chat-user {
  background: #e8f3ff;
  border-left: 4px solid var(--iod-blue);
}

.iod-chat-agent {
  background: #ecfbf4;
  border-left: 4px solid var(--iod-green);
}

.iod-story-panel {
  background: #fff;
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(16, 34, 53, 0.08);
  height: 100%;
  overflow: hidden;
}

.iod-story-panel img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.iod-story-content {
  padding: 24px;
}

.iod-story-content h3 {
  color: var(--iod-ink);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
}

.iod-small-bubble {
  background: var(--iod-soft);
  border-left: 4px solid var(--iod-gold);
  border-radius: 8px;
  color: var(--iod-ink);
  font-weight: 700;
  margin-top: 18px;
  padding: 14px 16px;
}

.iod-email-preview {
  background: #fff;
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  box-shadow: 0 24px 62px rgba(16, 34, 53, 0.12);
  overflow: hidden;
}

.iod-email-topbar {
  background: #102235;
  display: flex;
  gap: 8px;
  padding: 14px 18px;
}

.iod-email-topbar span {
  background: #fff;
  border-radius: 50%;
  height: 11px;
  opacity: 0.8;
  width: 11px;
}

.iod-email-body {
  padding: 28px;
}

.iod-email-label {
  color: var(--iod-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.iod-email-body h3,
.iod-email-body h4 {
  color: var(--iod-ink);
  font-weight: 800;
  letter-spacing: 0;
}

.iod-email-body dl {
  border-top: 1px solid var(--iod-line);
  margin: 22px 0 0;
  padding-top: 18px;
}

.iod-email-body dt {
  color: var(--iod-blue);
  float: left;
  font-weight: 800;
  width: 160px;
}

.iod-email-body dd {
  color: var(--iod-ink);
  margin-bottom: 12px;
  margin-left: 170px;
}

.iod-code-card {
  background: #0f2032;
  border-radius: 8px;
  box-shadow: 0 24px 62px rgba(16, 34, 53, 0.18);
  color: #fff;
  padding: 34px;
}

.iod-code-card span {
  color: var(--iod-cyan);
  display: block;
  font-family: Consolas, monospace;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 18px;
}

.iod-code-card p {
  color: #c6d7e9;
}

.iod-pricing .card {
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(16, 34, 53, 0.09);
}

.iod-pricing .card.iod-featured-plan {
  border: 2px solid var(--iod-blue);
  transform: translateY(-10px);
}

.iod-pricing .price p,
.iod-plan-description {
  color: var(--iod-muted);
}

.iod-pricing .option ul {
  text-align: left;
}

.iod-contact-box {
  background: var(--iod-soft);
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  padding: 30px;
}

.iod-contact-box h2 {
  color: var(--iod-ink);
  font-weight: 800;
  letter-spacing: 0;
}

.iod-app-form .form-input-box {
  margin-bottom: 0;
}

.iod-app-form .iod-email-label {
  color: var(--iod-blue);
  display: block;
  margin-bottom: 8px;
}

.iod-required-label::after {
  color: #d93025;
  content: "*";
  margin-left: 2px;
}

.iod-app-form .form-control {
  background: #fff;
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  color: var(--iod-ink);
  font-size: 16px;
  height: 52px;
  padding: 12px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.iod-app-form .form-control:focus {
  border-color: var(--iod-blue);
  box-shadow: 0 0 0 4px rgba(2, 90, 221, 0.12);
  outline: 0;
}

.iod-app-form .text-danger {
  display: block;
  font-size: 13px;
  margin-top: 6px;
}

.iod-app-form .form-control[aria-invalid="true"] {
  border-color: #d93025;
  box-shadow: 0 0 0 4px rgba(217, 48, 37, 0.10);
}

.iod-app-form button[type="submit"]:not(.iod-record-button) {
  background: linear-gradient(45deg, var(--iod-blue), var(--iod-cyan));
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  margin-top: 6px;
  padding: 13px 26px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.iod-app-form button[type="submit"]:not(.iod-record-button):hover,
.iod-app-form button[type="submit"]:not(.iod-record-button):focus {
  box-shadow: 0 14px 32px rgba(2, 90, 221, 0.22);
  color: #fff;
  transform: translateY(-1px);
}

.iod-form-actions {
  display: flex;
  justify-content: flex-end;
}

.iod-dashboard-link {
  background: linear-gradient(45deg, var(--iod-blue), var(--iod-cyan));
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  margin-top: 14px;
  padding: 12px 24px;
}

.iod-dashboard-link:hover {
  color: #fff;
}

.iod-app-layout {
  align-items: flex-start;
}

.iod-app-container {
  max-width: none;
  padding-left: clamp(18px, 2vw, 38px);
  padding-right: clamp(18px, 2vw, 38px);
  width: 100%;
}

.iod-app-sidebar-column {
  flex: 0 0 290px;
  max-width: 290px;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 290px;
}

.iod-app-content-column {
  flex: 1 1 0;
  max-width: none;
  min-width: 0;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.iod-app-sidebar {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 96px;
}

.iod-app-sidebar .iod-email-label {
  margin-bottom: 2px;
}

.iod-app-menu-card {
  align-items: center;
  background: var(--iod-paper);
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(16, 34, 53, 0.07);
  color: var(--iod-ink);
  display: grid;
  gap: 12px;
  grid-template-columns: 42px 1fr;
  padding: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.iod-app-menu-card:hover,
.iod-app-menu-card.is-active {
  border-color: var(--iod-blue);
  box-shadow: 0 18px 45px rgba(16, 34, 53, 0.12);
  color: var(--iod-ink);
  transform: translateY(-2px);
}

.iod-app-menu-card i {
  align-items: center;
  background: var(--iod-soft);
  border-radius: 8px;
  color: var(--iod-blue);
  display: inline-flex;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.iod-app-menu-card.is-active i {
  background: var(--iod-blue);
  color: #fff;
}

.iod-app-menu-card strong {
  color: var(--iod-ink);
  display: block;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.iod-app-menu-card small {
  color: var(--iod-muted);
  display: block;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 4px;
}

.iod-dashboard-bar,
.iod-dashboard-empty,
.iod-dashboard-panel,
.iod-dashboard-metric {
  background: var(--iod-paper);
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(16, 34, 53, 0.08);
}

.iod-dashboard-bar {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
  padding: 24px;
}

.iod-dashboard-bar h2,
.iod-dashboard-empty h2,
.iod-dashboard-panel h3 {
  color: var(--iod-ink);
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}

.iod-dashboard-title-row {
  align-items: center;
  display: flex;
  gap: 10px;
}

.iod-icon-button {
  align-items: center;
  background: linear-gradient(45deg, var(--iod-blue), var(--iod-cyan));
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  width: 38px;
}

.iod-icon-button:hover {
  box-shadow: 0 14px 32px rgba(2, 90, 221, 0.22);
  color: #fff;
  transform: translateY(-1px);
}

.iod-dashboard-bar p {
  color: var(--iod-muted);
  margin: 6px 0 0;
}

.iod-dashboard-select-form {
  min-width: 320px;
}

.iod-dashboard-select-row {
  display: flex;
  gap: 10px;
}

.iod-dashboard-select-row .form-select {
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  color: var(--iod-ink);
  height: 50px;
}

.iod-dashboard-select-row button {
  background: linear-gradient(45deg, var(--iod-blue), var(--iod-cyan));
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  padding: 0 18px;
}

.iod-dashboard-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 28px;
}

.iod-dashboard-metric {
  padding: 20px;
}

.iod-dashboard-metric i {
  color: var(--iod-green);
  font-size: 24px;
}

.iod-dashboard-metric span {
  color: var(--iod-muted);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-top: 12px;
}

.iod-dashboard-metric strong {
  color: var(--iod-ink);
  display: block;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 4px;
}

.iod-dashboard-metric p,
.iod-dashboard-empty p,
.iod-dashboard-task-list p,
.iod-dashboard-empty-small p {
  color: var(--iod-muted);
}

.iod-dashboard-panel {
  min-height: 100%;
  padding: 24px;
}

.iod-dashboard-panel-header {
  margin-bottom: 18px;
}

.iod-dashboard-task-list {
  display: grid;
  gap: 14px;
}

.iod-dashboard-task-list div {
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  padding: 16px;
}

.iod-dashboard-task-list i {
  color: var(--iod-blue);
  font-size: 20px;
}

.iod-dashboard-task-list span {
  color: var(--iod-ink);
  display: block;
  font-weight: 800;
  margin-top: 8px;
}

.iod-dashboard-task-list p {
  margin: 5px 0 0;
}

.iod-dashboard-empty {
  padding: 28px;
}

.iod-dashboard-empty-small {
  align-items: center;
  border: 1px dashed var(--iod-line);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  padding: 18px;
}

.iod-dashboard-empty-small i {
  color: var(--iod-gold);
  font-size: 24px;
}

.iod-dashboard-empty-small p {
  margin: 0;
}

.iod-dashboard-modal .modal-content {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 28px 90px rgba(16, 34, 53, 0.28);
}

.iod-dashboard-modal .modal-header,
.iod-dashboard-modal .modal-footer {
  border-color: var(--iod-line);
  padding: 22px 24px;
}

.iod-dashboard-modal .modal-title {
  color: var(--iod-ink);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
}

.iod-dashboard-modal .modal-body {
  padding: 24px;
}

.iod-suggestion-notice,
.iod-suggestion-error {
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 14px 16px;
}

.iod-suggestion-notice {
  background: #e9f8f1;
  border: 1px solid rgba(39, 183, 123, 0.24);
  color: #17613b;
  font-weight: 800;
}

.iod-suggestion-error {
  background: #fff2f0;
  border: 1px solid #f2b8b5;
  color: #9f1c12;
}

.iod-suggestion-error ul {
  margin-bottom: 0;
}

.iod-suggestion-create-panel {
  align-items: center;
  background: var(--iod-paper);
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(16, 34, 53, 0.08);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 28px;
  padding: 24px;
}

.iod-suggestion-create-panel h2 {
  color: var(--iod-ink);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.iod-suggestion-create-panel p:not(.iod-email-label) {
  color: var(--iod-muted);
  margin: 0;
}

.iod-suggestion-card-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.iod-suggestion-card {
  background: var(--iod-paper);
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(16, 34, 53, 0.08);
  display: grid;
  overflow: hidden;
  position: relative;
}

.iod-suggestion-card > header {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 20px 22px 8px;
}

.iod-suggestion-card h2 {
  color: var(--iod-ink);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  padding-right: 28px;
}

.iod-suggestion-card > header > span {
  color: var(--iod-muted);
  flex: 0 0 auto;
  font-weight: 900;
}

.iod-suggestion-card > p {
  color: var(--iod-muted);
  margin: 0;
  padding: 0 22px 6px;
}

.iod-suggestion-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 16px 22px 22px;
}

.iod-suggestion-card dl div {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.iod-suggestion-card dt {
  color: var(--iod-muted);
  font-weight: 900;
}

.iod-suggestion-card dd {
  color: var(--iod-ink);
  margin: 0;
  text-align: right;
}

.iod-suggestion-card .iod-suggestion-resolution-row {
  display: grid;
  gap: 5px;
}

.iod-suggestion-card .iod-suggestion-resolution-row dd {
  text-align: left;
}

.iod-suggestion-delete-form {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.iod-icon-delete-button {
  align-items: center;
  background: #fae6dc;
  border: 1px solid rgba(199, 104, 70, 0.26);
  border-radius: 8px;
  color: #8a3e25;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.iod-icon-delete-button:hover,
.iod-icon-delete-button:focus {
  background: #f7d4c7;
  color: #8a3e25;
}

.iod-product-workspace .iod-dashboard-panel {
  height: 100%;
}

.iod-product-search-form {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.iod-product-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.iod-search-chip-input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.iod-search-chip {
  align-items: center;
  background: #fff;
  border: 1px solid var(--iod-line);
  border-radius: 999px;
  color: var(--iod-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
  line-height: 1;
  padding: 10px 13px;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.iod-search-chip i {
  color: var(--iod-blue);
}

.iod-search-chip-input:checked + .iod-search-chip {
  background: var(--iod-blue);
  border-color: var(--iod-blue);
  color: #fff;
}

.iod-search-chip-input:checked + .iod-search-chip i {
  color: #fff;
}

.iod-active-search-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.iod-active-search-chip {
  align-items: center;
  background: var(--iod-blue);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  line-height: 1;
  max-width: 100%;
  padding: 10px 11px 10px 13px;
}

.iod-active-search-chip span {
  overflow-wrap: anywhere;
}

.iod-active-search-chip a {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.iod-active-search-chip a:hover,
.iod-active-search-chip a:focus {
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.iod-product-search-box {
  align-items: center;
  background: #fff;
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr auto;
  padding: 8px 8px 8px 14px;
}

.iod-product-search-box > i {
  color: var(--iod-muted);
  font-size: 18px;
}

.iod-product-search-box .form-control {
  border: 0;
  box-shadow: none;
  color: var(--iod-ink);
  height: 42px;
  padding: 8px 0;
}

.iod-product-search-box .form-control:focus {
  box-shadow: none;
}

.iod-product-search-box button {
  align-items: center;
  background: linear-gradient(45deg, var(--iod-blue), var(--iod-cyan));
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  width: 42px;
}

.iod-product-search-box button:hover,
.iod-product-search-box button:focus {
  box-shadow: 0 14px 32px rgba(2, 90, 221, 0.22);
  transform: translateY(-1px);
}

.iod-product-card-list {
  display: grid;
  gap: 12px;
}

.iod-product-card {
  background: #fff;
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  color: var(--iod-ink);
  display: block;
  padding: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.iod-product-card:hover,
.iod-product-card.is-selected {
  border-color: var(--iod-blue);
  box-shadow: 0 18px 45px rgba(16, 34, 53, 0.12);
  color: var(--iod-ink);
  transform: translateY(-2px);
}

.iod-product-card-header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 8px;
}

.iod-product-card-header span,
.iod-product-card-flags span,
.iod-product-card-meta span {
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 7px 9px;
}

.iod-product-card-header span {
  background: var(--iod-soft);
  color: var(--iod-blue);
}

.iod-product-card-header strong {
  color: var(--iod-green);
  font-weight: 900;
}

.iod-product-card h4 {
  color: var(--iod-ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 6px;
}

.iod-product-card p {
  color: var(--iod-muted);
  margin: 0 0 12px;
}

.iod-product-card-meta,
.iod-product-card-flags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.iod-product-card-meta {
  margin-bottom: 10px;
}

.iod-product-card-meta span {
  background: #f7fbff;
  color: var(--iod-muted);
}

.iod-product-card-flags span {
  background: var(--iod-soft);
  color: var(--iod-muted);
}

.iod-product-card-flags .is-good {
  background: #e9f8f1;
  color: var(--iod-green);
}

.iod-product-card-flags .is-muted {
  background: #f1f4f8;
  color: var(--iod-muted);
}

.iod-product-card-flags .is-schedulable {
  background: #fff6df;
  color: #9d6900;
}

.iod-order-workspace {
  align-items: flex-start;
  display: grid;
  gap: 24px;
}

.iod-order-panel-title-row {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.iod-order-search-panel {
  padding: 0;
}

.iod-order-search-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--iod-ink);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 24px;
  text-align: left;
  width: 100%;
}

.iod-order-search-toggle h3 {
  color: var(--iod-ink);
  font-weight: 800;
  letter-spacing: 0;
  margin: 0;
}

.iod-order-search-toggle i {
  align-items: center;
  background: linear-gradient(45deg, var(--iod-blue), var(--iod-cyan));
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  transition: transform 0.2s ease;
  width: 38px;
}

.iod-order-search-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.iod-order-search-collapse {
  padding: 0 24px 24px;
}

.iod-order-customer-box {
  background: #f7fbff;
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  display: grid;
  gap: 7px;
  margin-bottom: 18px;
  padding: 16px;
}

.iod-order-customer-box strong {
  color: var(--iod-ink);
  font-size: 18px;
  font-weight: 900;
}

.iod-order-customer-box span {
  color: var(--iod-muted);
  font-size: 14px;
  line-height: 1.35;
}

.iod-order-customer-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  margin-bottom: 0;
  max-height: 312px;
  overflow: auto;
  padding-right: 4px;
}

.iod-order-customer-list .iod-dashboard-empty-small {
  grid-column: 1 / -1;
}

.iod-order-search-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  max-height: 312px;
  overflow: auto;
  padding-right: 4px;
}

.iod-order-search-list .iod-dashboard-empty-small {
  grid-column: 1 / -1;
}

.iod-order-search-card {
  display: flex;
  flex-direction: column;
  min-height: 150px;
}

.iod-order-search-card .iod-product-card-meta {
  margin-bottom: 0;
  margin-top: auto;
}

.iod-order-customer-card {
  display: flex;
  flex-direction: column;
  min-height: 144px;
}

.iod-order-customer-card .iod-product-card-meta {
  margin-bottom: 0;
  margin-top: auto;
}

.iod-readonly-field {
  align-items: center;
  background: #f7fbff;
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  color: var(--iod-ink);
  display: flex;
  font-weight: 800;
  min-height: 52px;
  padding: 13px 14px;
}

.iod-order-base-grid {
  max-width: none;
}

.iod-service-address-heading {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.iod-service-address-toggle {
  flex: 0 0 auto;
  margin: 0;
  min-width: 180px;
}

.iod-invoice-total-panel {
  margin-top: 0;
  max-width: none;
}

.iod-invoice-total-list {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  max-width: 520px;
}

.iod-invoice-total-list div {
  align-items: center;
  border-bottom: 1px solid var(--iod-line);
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
}

.iod-invoice-total-list div:first-child {
  padding-top: 0;
}

.iod-invoice-total-list dt {
  color: var(--iod-muted);
  font-weight: 800;
}

.iod-invoice-total-list dd {
  color: var(--iod-ink);
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}

.iod-invoice-total-list .iod-invoice-total-row {
  border-bottom: 0;
  padding-bottom: 0;
}

.iod-invoice-total-list .iod-invoice-total-row dt,
.iod-invoice-total-list .iod-invoice-total-row dd {
  color: var(--iod-blue);
  font-size: 20px;
}

.iod-order-items-panel {
  margin-top: 0;
}

.iod-order-product-results {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-bottom: 24px;
}

.iod-order-product-result-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  color: var(--iod-ink);
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto;
  padding: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.iod-order-product-result-card:hover,
.iod-order-product-result-card:focus,
.iod-order-product-result-card.is-selected {
  border-color: var(--iod-blue);
  box-shadow: 0 18px 45px rgba(16, 34, 53, 0.12);
  color: var(--iod-ink);
  transform: translateY(-2px);
}

.iod-order-product-result-card strong,
.iod-order-product-result-card span {
  display: block;
}

.iod-order-product-result-card strong {
  color: var(--iod-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.iod-order-product-result-card span {
  color: var(--iod-muted);
  font-size: 12px;
  font-weight: 800;
  margin-top: 4px;
}

.iod-order-product-select-icon {
  align-items: center;
  background: linear-gradient(45deg, var(--iod-blue), var(--iod-cyan));
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  width: 40px;
}

.iod-order-product-result-card:hover .iod-order-product-select-icon,
.iod-order-product-result-card:focus .iod-order-product-select-icon {
  box-shadow: 0 14px 32px rgba(2, 90, 221, 0.22);
  transform: translateY(-1px);
}

.iod-order-item-editor-heading {
  margin: 4px 0 18px;
}

.iod-order-item-form {
  border-top: 1px solid var(--iod-line);
  margin-top: 8px;
  padding-top: 20px;
}

.iod-order-items-heading {
  border-top: 1px solid var(--iod-line);
  margin: 26px 0 16px;
  padding-top: 20px;
}

.iod-record-action-strip {
  border-bottom: 1px solid var(--iod-line);
  display: flex;
  gap: 10px;
  margin: -4px 0 22px;
  padding-bottom: 18px;
}

.iod-record-button {
  align-items: center;
  background: linear-gradient(45deg, var(--iod-blue), var(--iod-cyan));
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  height: 64px;
  justify-content: center;
  min-width: 78px;
  padding: 8px 12px;
  transition: box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.iod-record-button i {
  color: #fff;
  font-size: 20px;
}

.iod-record-button:hover,
.iod-record-button:focus {
  box-shadow: 0 14px 32px rgba(2, 90, 221, 0.22);
  color: #fff;
  transform: translateY(-1px);
}

.iod-record-button:hover i,
.iod-record-button:focus i {
  color: #fff;
}

.iod-record-button-danger i {
  color: #fff;
}

.iod-record-button-danger:hover,
.iod-record-button-danger:focus {
  background: #d93025;
  border-color: #d93025;
}

.iod-record-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.iod-record-button:disabled:hover {
  background: linear-gradient(45deg, var(--iod-blue), var(--iod-cyan));
  color: #fff;
  box-shadow: none;
  transform: none;
}

.iod-record-button:disabled:hover i {
  color: #fff;
}

.iod-hidden-form {
  display: none;
}

.iod-product-editor-heading {
  margin-bottom: 18px;
}

.iod-toggle-row {
  align-items: center;
  background: #fff;
  border: 1px solid var(--iod-line);
  border-radius: 8px;
  color: var(--iod-ink);
  cursor: pointer;
  display: flex;
  font-weight: 800;
  gap: 10px;
  height: 52px;
  padding: 0 14px;
}

.iod-toggle-row input {
  accent-color: var(--iod-blue);
  height: 18px;
  width: 18px;
}

.iod-app-form .iod-form-textarea {
  height: auto;
  min-height: 118px;
  resize: vertical;
}

.iod-secondary-button {
  background: linear-gradient(45deg, var(--iod-blue), var(--iod-cyan));
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  padding: 13px 26px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.iod-secondary-button:hover {
  box-shadow: 0 14px 32px rgba(2, 90, 221, 0.22);
  color: #fff;
  transform: translateY(-1px);
}

.iod-app-error-card {
  background: #fff;
  border: 1px solid #f2b8b5;
  border-left: 6px solid #d93025;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(16, 34, 53, 0.22);
  color: var(--iod-ink);
  display: none;
  left: 50%;
  max-width: 720px;
  padding: 18px 20px;
  position: fixed;
  top: 92px;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  z-index: 10000;
}

.iod-app-error-card.is-visible {
  display: block;
}

.iod-app-error-card h2 {
  color: #9f1c12;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 6px;
}

.iod-app-error-card p {
  color: var(--iod-muted);
  margin: 0 0 10px;
}

.iod-app-error-card ul {
  margin: 0;
  padding-left: 20px;
}

.iod-app-error-card li {
  margin: 6px 0;
}

.iod-cta {
  overflow: hidden;
  position: relative;
}

.iod-cta::before,
.iod-footer::before {
  background: rgba(1, 12, 30, 0.72);
}

.iod-footer {
  margin-top: 0;
  position: relative;
}

.iod-footer .container {
  z-index: 1;
}

.iod-footer-link {
  color: var(--iod-cyan);
  font-weight: 800;
}

@media (max-width: 991px) {
  .iod-app-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .iod-app-sidebar-column,
  .iod-app-content-column {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .iod-app-sidebar {
    margin-bottom: 8px;
    position: static;
  }

  .iod-dashboard-bar {
    align-items: stretch;
    flex-direction: column;
  }

  .iod-dashboard-select-form {
    min-width: 0;
    width: 100%;
  }

  .iod-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .iod-suggestion-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .iod-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .iod-dashboard-select-row {
    flex-direction: column;
  }

  .iod-suggestion-create-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .iod-suggestion-card-grid {
    grid-template-columns: 1fr;
  }

  .iod-suggestion-card > header {
    flex-direction: column;
  }

  .iod-suggestion-card dl div {
    display: grid;
    gap: 4px;
  }

  .iod-suggestion-card dd {
    text-align: left;
  }

  .iod-dashboard-select-row button {
    height: 48px;
  }

  .iod-record-action-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .iod-record-button {
    min-width: 0;
    width: 100%;
  }

  .iod-service-address-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .iod-service-address-toggle {
    width: 100%;
  }

  .iod-product-search-box {
    grid-template-columns: auto 1fr auto;
  }
}

@media (max-width: 1199px) {
  .iod-flow-diagram {
    grid-template-columns: 1fr;
  }

  .iod-flow-arrow {
    transform: rotate(90deg);
  }
}

@media (max-width: 991px) {
  .iod-logo-text {
    font-size: 17px;
  }

  .iod-hero h1 {
    font-size: 38px;
  }

  .iod-hero-caption {
    align-items: center;
    margin-left: 0;
    max-width: 100%;
    text-align: center;
  }

  .iod-hero p {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .mobile-nav-toggle {
    color: var(--iod-ink);
    font-size: 30px;
    margin-left: 12px;
  }

  .iod-logo-text {
    display: none;
  }

  .iod-hero h1 {
    font-size: 34px;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
  }

  .iod-hero p {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 340px;
  }

  .mobile-nav-show {
    display: inline-flex !important;
    margin-left: auto !important;
    order: 2;
  }

  .mobile-nav-hide {
    display: none !important;
    order: 2;
  }

  body.mobile-nav-active .mobile-nav-show {
    display: none !important;
  }

  body.mobile-nav-active .mobile-nav-hide {
    display: inline-flex !important;
  }

  .iod-section {
    padding: 70px 0;
  }

  .iod-page-header h1 {
    font-size: 34px;
  }

  .iod-email-body dt {
    float: none;
    width: auto;
  }

  .iod-email-body dd {
    margin-left: 0;
  }
}
