.di-orc-template-page {
  --di-primary: #155eef;
  --di-primary-dark: #0b46bd;
  --di-ink: #182230;
  --di-muted: #667085;
  --di-line: #e4e7ec;
  --di-success: #067647;
  --di-danger: #b42318;
  background: #f5f8fc;
  color: #0b1f3a;
  min-height: 70vh;
  padding: clamp(34px, 6vw, 78px) 22px;
}

.di-orc-template-inner {
  margin: 0 auto;
  max-width: 1160px;
}

.di-orc-catalog {
  --di-blue: #1769f6;
  --di-blue-dark: #0d4ec2;
  --di-ink: #0a1f3c;
  --di-muted: #5d6c82;
  --di-border: #d9e2ef;
  --di-soft-blue: #eaf3ff;
  background: #fff;
  border: 1px solid #e1e8f2;
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(20, 46, 82, .08);
  color: var(--di-ink);
  font: 400 16px/1.55 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  padding: clamp(28px, 5vw, 58px);
}

.di-orc-catalog *,
.di-orc-product-detail * {
  box-sizing: border-box;
}

.di-orc-catalog-hero {
  max-width: 760px;
}

.di-orc-catalog-eyebrow {
  color: #1769f6;
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.di-orc-catalog-hero h1,
.di-orc-catalog-hero h2,
.di-orc-product-detail h1 {
  color: #081f3f;
  font-size: clamp(31px, 5vw, 50px);
  font-weight: 760;
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0 0 14px;
}

.di-orc-catalog-hero h2 { font-size: clamp(28px, 4vw, 42px); }

.di-orc-catalog-hero p {
  color: var(--di-muted);
  font-size: 17px;
  margin: 0;
}

.di-orc-catalog-toolbar {
  margin-top: 32px;
}

.di-orc-catalog-search {
  align-items: center;
  border: 1px solid #cdd9e8;
  border-radius: 12px;
  color: #1769f6;
  display: flex;
  gap: 10px;
  padding: 0 15px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.di-orc-catalog-search:focus-within {
  border-color: var(--di-blue);
  box-shadow: 0 0 0 4px rgba(23, 105, 246, .1);
}

.di-orc-catalog-search input {
  background: transparent;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--di-ink);
  font: inherit;
  height: 54px;
  margin: 0 !important;
  outline: 0;
  padding: 0 !important;
  width: 100%;
}

.di-orc-catalog-search input::placeholder {
  color: #a0aec0;
}

.di-orc-category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.di-orc-category-filters button {
  background: #fff;
  border: 1px solid var(--di-border);
  border-radius: 999px;
  color: #42526a;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  padding: 8px 14px;
}

.di-orc-category-filters button:hover,
.di-orc-category-filters button.is-active {
  background: var(--di-blue);
  border-color: var(--di-blue);
  color: #fff;
}

.di-orc-catalog-meta {
  color: #7a8799;
  font-size: 13px;
  margin: 24px 0 10px;
}

.di-orc-product-grid {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.di-orc-product-card[hidden] {
  display: none;
}

.di-orc-product-card > a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--di-border);
  border-radius: 13px;
  color: var(--di-ink) !important;
  display: grid;
  gap: 13px;
  grid-template-columns: 48px minmax(0, 1fr) 22px;
  min-height: 92px;
  padding: 13px;
  text-decoration: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.di-orc-product-card > a:hover,
.di-orc-product-card > a:focus-visible {
  border-color: #8cb8ff;
  box-shadow: 0 10px 26px rgba(23, 105, 246, .1);
  outline: 0;
  transform: translateY(-1px);
}

.di-orc-product-icon {
  align-items: center;
  background: var(--di-soft-blue);
  border-radius: 12px;
  color: var(--di-blue);
  display: flex;
  height: 48px;
  justify-content: center;
  overflow: hidden;
  width: 48px;
}

.di-orc-product-icon img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.di-orc-product-icon span {
  font-size: 18px;
  font-weight: 700;
}

.di-orc-product-card-content h2 {
  color: var(--di-ink);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.25;
  margin: 0 0 2px;
}

.di-orc-product-card-content > span {
  color: #5f7190;
  display: block;
  font-size: 11px;
  margin-bottom: 4px;
}

.di-orc-product-card-content p {
  color: #718096;
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.35;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.di-orc-product-arrow {
  color: #8da1bd;
  font-size: 20px;
}

.di-orc-catalog-empty {
  background: #f7faff;
  border: 1px dashed #bed0e8;
  border-radius: 14px;
  color: #607089;
  margin-top: 18px;
  padding: 34px;
  text-align: center;
}

.di-orc-catalog-empty[hidden] {
  display: none;
}

.di-orc-catalog-empty h2 {
  color: #17375e;
  font-size: 20px;
  margin: 0 0 6px;
}

.di-orc-catalog-empty p {
  margin: 0;
}

.di-orc-product-breadcrumb {
  align-items: center;
  color: #6f7f95;
  display: flex;
  font: 500 13px/1.4 system-ui, sans-serif;
  gap: 9px;
  margin-bottom: 24px;
}

.di-orc-product-breadcrumb a {
  color: #1769f6;
  text-decoration: none;
}

.di-orc-product-detail {
  background: #fff;
  border: 1px solid #e0e7f0;
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(20, 46, 82, .08);
  display: grid;
  gap: clamp(28px, 5vw, 62px);
  grid-template-columns: minmax(280px, .85fr) minmax(360px, 1.15fr);
  padding: clamp(24px, 5vw, 58px);
}

.di-orc-product-detail-media {
  align-items: center;
  background: linear-gradient(145deg, #edf5ff, #f8fbff);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  min-height: 370px;
  overflow: hidden;
}

.di-orc-product-detail-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.di-orc-product-detail-placeholder {
  align-items: center;
  background: #1769f6;
  border-radius: 22px;
  box-shadow: 0 22px 45px rgba(23, 105, 246, .22);
  color: #fff;
  display: flex;
  font: 800 42px/1 system-ui, sans-serif;
  height: 132px;
  justify-content: center;
  width: 132px;
}

.di-orc-product-detail-copy {
  align-self: center;
  color: #52637b;
  font: 400 16px/1.65 system-ui, sans-serif;
}

.di-orc-product-type {
  background: #eaf3ff;
  border-radius: 999px;
  color: #0d56d6;
  display: inline-flex;
  font-size: 12px;
  font-weight: 750;
  margin: 0 0 20px;
  padding: 7px 11px;
}

.di-orc-product-description {
  margin-bottom: 28px;
}

.di-orc-product-cta {
  align-items: center;
  background: #1769f6;
  border-radius: 11px;
  color: #fff !important;
  display: inline-flex;
  font-weight: 750;
  gap: 16px;
  min-height: 50px;
  padding: 12px 20px;
  text-decoration: none !important;
}

.di-orc-product-cta:hover {
  background: #0d4ec2;
}

.di-orc-product-cta--muted {
  background: #4e6078;
}

.di-orc-product-help {
  color: #7b8899;
  font-size: 12px;
  margin: 9px 0 0;
}

.di-orc-catalog-footer { margin-top: 26px; text-align: center; }

.di-orc-catalog--home { padding: clamp(24px, 4vw, 44px); }
.di-orc-catalog--home .di-orc-catalog-hero { margin-bottom: 26px; }

.di-orc-quote-box {
  background: #fff;
  border: 1px solid #e0e7f0;
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(20, 46, 82, .08);
  display: grid;
  gap: clamp(26px, 5vw, 58px);
  grid-template-columns: minmax(240px, .75fr) minmax(380px, 1.25fr);
  margin-top: 28px;
  padding: clamp(24px, 5vw, 52px);
  scroll-margin-top: 110px;
}

.di-orc-quote-heading h2 {
  color: #081f3f;
  font: 760 clamp(26px, 4vw, 38px)/1.12 system-ui, sans-serif;
  letter-spacing: -.025em;
  margin: 0 0 13px;
}

.di-orc-quote-heading p { color: #617087; margin: 0; }
.di-orc-quote-form { background: #f8faff; border: 1px solid #e3eaf4; border-radius: 16px; padding: clamp(18px, 3vw, 28px); }
.di-orc-quote-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.di-orc-quote-options .di-orc-check { background: transparent !important; border: 0 !important; cursor: pointer; display: block !important; margin: 0 !important; padding: 0 !important; position: relative; }
.di-orc-quote-options .di-orc-check input[type="checkbox"] { clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; height: 1px !important; margin: 0 !important; opacity: 0 !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; white-space: nowrap !important; width: 1px !important; }
.di-orc-quote-options .di-orc-check > span { align-items: center; background: #fff; border: 1px solid #d6e0ed; border-radius: 10px; color: #344054; display: flex; gap: 10px; min-height: 50px; padding: 11px 13px; transition: background .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease; }
.di-orc-quote-options .di-orc-check > span::before { background: #fff; border: 2px solid #98a2b3; border-radius: 5px; box-sizing: border-box; content: ""; flex: 0 0 20px; height: 20px; width: 20px; }
.di-orc-quote-options .di-orc-check input:checked + span { background: #edf5ff; border-color: #1769f6; color: #0d4ec2; }
.di-orc-quote-options .di-orc-check input:checked + span::before { background-color: #1769f6; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m5 10 3 3 7-7' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.4'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: 18px; border-color: #1769f6; }
.di-orc-quote-options .di-orc-check input:focus-visible + span { box-shadow: 0 0 0 4px rgba(23, 105, 246, .14); }

@media (max-width: 820px) {
  .di-orc-template-page { padding: 24px 14px; }
  .di-orc-catalog { border-radius: 16px; padding: 24px 18px; }
  .di-orc-product-grid, .di-orc-product-detail, .di-orc-quote-box { grid-template-columns: 1fr; }
  .di-orc-product-detail { padding: 20px; }
  .di-orc-product-detail-media { min-height: 240px; }
}

@media (max-width: 520px) {
  .di-orc-product-card-content p { display: none; }
  .di-orc-product-card > a { min-height: 78px; }
  .di-orc-category-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .di-orc-category-filters button { white-space: nowrap; }
  .di-orc-quote-options { grid-template-columns: 1fr; }
}
