.ce-page {
  --ai-bg: #030a12;
  --ai-bg-soft: #07111c;
  --ai-panel: #08131e;
  --ai-panel-elevated: #0d1925;
  --ai-panel-soft: #111f2d;
  --ai-border: #223242;
  --ai-border-strong: #344658;
  --ai-text: #f7f9fc;
  --ai-text-muted: #98a7b8;
  --ai-red: #e51b25;
  --ai-red-hover: #f42a33;
  --ai-success: #8ed247;
  --ai-warning: #f1ad32;
  --ai-focus: #79cfff;
  --ai-radius-sm: 8px;
  --ai-radius-md: 14px;
  --ai-radius-lg: 20px;
  --ai-shadow: 0 22px 60px rgba(0, 0, 0, .32);
  --ai-glow: 0 0 34px rgba(229, 27, 37, .15);
  margin: 0;
  background: var(--ai-bg);
  color: var(--ai-text);
  overflow-x: hidden;
}

.ce-page,
.ce-page button,
.ce-page input,
.ce-page select,
.ce-page textarea {
  font-family: "Josefin Sans", Arial, Helvetica, sans-serif;
}

.ce-page * {
  box-sizing: border-box;
}

.ce-page .header_area {
  padding: 0 !important;
}

.ce-page .header_navbar {
  position: fixed;
  padding: 0 clamp(18px, 3vw, 48px);
  box-shadow: 0 7px 26px rgba(0, 0, 0, .12);
}

.ce-page .header_navbar .container-fluid {
  max-width: 1536px;
  padding: 0;
}

.ce-page .navbar {
  min-height: 66px;
}

.ce-page .navbar-brand img {
  width: 120px;
  height: auto;
}

.ce-page .navbar-nav {
  margin-right: 18px;
}

.ce-page .navbar-nav .nav-item a,
.ce-page .nash-tools-trigger {
  padding: 22px 14px;
  color: #0e1218;
  font-size: 14px;
  font-weight: 700;
}

.ce-page .navbar-btn .main-btn {
  min-width: 96px;
  height: 42px;
  line-height: 42px;
  border-radius: 6px;
}

.ce-page .navbar-btn .main-btn i {
  margin-right: 7px;
}

.ce-app {
  position: relative;
  min-height: 100dvh;
  padding-top: 66px;
  background:
    radial-gradient(circle at 72% 10%, rgba(36, 61, 82, .16), transparent 28%),
    radial-gradient(circle at 40% 38%, rgba(205, 22, 31, .07), transparent 32%),
    linear-gradient(145deg, #030912 0%, #06101a 48%, #020811 100%);
}

.ce-app::before {
  content: "";
  position: absolute;
  inset: 66px 0 auto;
  height: 1px;
  background: rgba(255, 255, 255, .05);
}

.ce-dashboard {
  width: 100%;
  max-width: 1536px;
  min-height: 797px;
  height: calc(100dvh - 148px);
  margin: 0 auto;
  padding: 16px 72px 16px 16px;
  display: grid;
  grid-template-columns: minmax(250px, 262px) minmax(570px, 1fr) minmax(350px, 385px);
  gap: clamp(14px, 1.3vw, 24px);
}

.ce-surface {
  min-width: 0;
  border: 1px solid var(--ai-border);
  background: linear-gradient(155deg, rgba(12, 24, 36, .97), rgba(5, 14, 23, .98));
  box-shadow: inset 0 1px rgba(255, 255, 255, .025), var(--ai-shadow);
}

.ce-sidebar {
  height: 100%;
  min-height: 0;
  padding: 18px;
  border-radius: var(--ai-radius-lg);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ce-sidebar-heading {
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ai-text);
  font-size: 14px;
}

.ce-spark-icon {
  font-size: 19px;
}

.ce-new-conversation {
  width: 100%;
  min-height: 46px;
  margin: 16px 0 20px;
  border: 0;
  border-radius: var(--ai-radius-sm);
  background: linear-gradient(135deg, #ed2630, #d81320);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(229, 27, 37, .22);
}

.ce-new-conversation i {
  margin-right: 7px;
}

.ce-sidebar-section h2,
.ce-card-heading h2,
.ce-help-card h2 {
  margin: 0;
  color: #e9eef4;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .02em;
}

.ce-quick-actions {
  margin-top: 11px;
  display: grid;
  gap: 7px;
}

.ce-quick-actions button {
  width: 100%;
  min-height: 48px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #1e3041;
  border-radius: var(--ai-radius-sm);
  background: linear-gradient(135deg, rgba(19, 33, 46, .92), rgba(12, 24, 36, .92));
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.ce-quick-actions button:hover,
.ce-quick-actions button:focus-visible {
  transform: translateY(-1px);
  border-color: #40566a;
  background: #132231;
  outline: none;
}

.ce-quick-actions button > span {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  font-size: 16px;
}

.ce-quick-actions .violet { color: #d2a4ff; background: rgba(132, 51, 204, .25); }
.ce-quick-actions .amber { color: #ffc04a; background: rgba(218, 143, 0, .22); }
.ce-quick-actions .cyan { color: #54d8ff; background: rgba(0, 157, 205, .2); }
.ce-quick-actions .orange { color: #ff9661; background: rgba(206, 69, 17, .24); }
.ce-quick-actions .blue { color: #93aaff; background: rgba(56, 77, 196, .22); }
.ce-quick-actions .lime { color: #a7e75d; background: rgba(96, 156, 21, .22); }

.ce-quick-actions b {
  min-width: 0;
  font-size: 12px;
  line-height: 1.25;
}

.ce-quick-actions small {
  display: block;
  margin-top: 2px;
  color: var(--ai-text-muted);
  font-size: 10px;
  font-weight: 500;
}

.ce-recent-section {
  min-height: 0;
  margin-top: 18px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.ce-recent-list {
  min-height: 0;
  margin-top: 9px;
  display: grid;
  align-content: start;
  gap: 5px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.ce-recent-item {
  width: 100%;
  min-height: 38px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: rgba(17, 31, 44, .75);
  color: #e8edf3;
  cursor: pointer;
  text-align: left;
}

.ce-recent-item:hover,
.ce-recent-item:focus-visible {
  border-color: #30465a;
  outline: none;
}

.ce-recent-item span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}

.ce-recent-item time,
.ce-empty-small {
  color: var(--ai-text-muted);
  font-size: 9px;
  white-space: nowrap;
}

.ce-empty-small {
  padding: 8px;
  line-height: 1.4;
  white-space: normal;
}

.ce-shop-card {
  position: relative;
  min-height: 128px;
  margin-top: 14px;
  padding: 16px 12px;
  border: 1px solid #263747;
  border-radius: var(--ai-radius-sm);
  background: linear-gradient(100deg, rgba(17, 31, 44, .98) 0 62%, rgba(29, 13, 14, .92));
  overflow: hidden;
}

.ce-shop-card > div {
  position: relative;
  z-index: 2;
  width: 69%;
}

.ce-shop-card h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 11px;
}

.ce-shop-card p {
  margin: 0 0 10px;
  color: #bdc7d2;
  font-size: 10px;
  line-height: 1.45;
}

.ce-shop-card a {
  min-height: 34px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  background: var(--ai-red);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.ce-shop-card picture,
.ce-shop-card img {
  position: absolute;
  inset: 0 -32% 0 auto;
  width: 76%;
  height: 100%;
}

.ce-shop-card img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  object-position: 64% center;
  opacity: .62;
}

.ce-chat-panel {
  position: relative;
  height: 100%;
  min-height: 0;
  border-radius: var(--ai-radius-lg);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
}

.ce-ai-hero {
  position: relative;
  min-height: 204px;
  padding: 26px 30px 15px;
  border-bottom: 1px solid rgba(48, 67, 83, .5);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 44%, rgba(225, 21, 31, .22), transparent 27%),
    linear-gradient(120deg, rgba(8, 17, 28, .98) 36%, rgba(15, 8, 15, .86));
}

.ce-ai-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5, 13, 22, .1) 50%, rgba(5, 13, 22, .55));
}

.ce-hero-copy {
  position: relative;
  z-index: 3;
  width: 59%;
}

.ce-hero-copy p {
  max-width: 450px;
  margin: 0;
  color: #bdc8d4;
  font-size: 13px;
  line-height: 1.45;
}

.ce-hero-copy:first-child > p:first-child {
  margin-bottom: 3px;
  color: #f2f5f8;
  font-size: 14px;
  font-weight: 700;
}

.ce-hero-copy h1 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.ce-hero-copy h1 span {
  font-size: .72em;
}

.ce-hero-art {
  position: absolute;
  z-index: 1;
  top: -66px;
  right: -92px;
  width: 62%;
  height: 230px;
  filter: drop-shadow(0 0 30px rgba(224, 24, 34, .28));
  pointer-events: none;
}

.ce-hero-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.ce-capabilities {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 14px;
  left: 30px;
  min-height: 50px;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid rgba(47, 64, 81, .7);
  border-radius: 10px;
  background: rgba(5, 12, 20, .76);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
  backdrop-filter: blur(8px);
}

.ce-capabilities > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.ce-capabilities i {
  color: var(--ai-red);
  font-size: 17px;
}

.ce-capabilities span,
.ce-capabilities b,
.ce-capabilities small {
  min-width: 0;
  display: block;
}

.ce-capabilities b {
  color: #eef2f6;
  font-size: 10px;
}

.ce-capabilities small {
  margin-top: 1px;
  color: #8e9dad;
  font-size: 8px;
  white-space: nowrap;
}

.ce-conversation {
  min-height: 0;
  padding: 18px 28px 14px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #2c4051 transparent;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

.ce-message {
  position: relative;
  margin: 0 0 13px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.ce-message-user {
  justify-content: flex-end;
}

.ce-avatar {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 1px solid #355069;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  box-shadow: 0 0 18px rgba(58, 174, 235, .22);
}

.ce-avatar-ai {
  background: radial-gradient(circle at 35% 30%, #65d0ff, #065889 54%, #031824 74%);
}

.ce-avatar-user {
  order: 2;
  background: #263444;
  box-shadow: none;
}

.ce-message-wrap {
  min-width: 0;
  max-width: 78%;
}

.ce-message-user .ce-message-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.ce-message-meta {
  margin: 0 0 5px;
  display: flex;
  gap: 6px;
  color: #738397;
  font-size: 9px;
}

.ce-message-user .ce-message-meta {
  justify-content: flex-end;
}

.ce-message-bubble {
  padding: 12px 15px;
  border: 1px solid #293a4b;
  border-radius: 4px 13px 13px 13px;
  background: linear-gradient(135deg, #142230, #101d29);
  color: #eff3f7;
  font-size: 13px;
  line-height: 1.5;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
}

.ce-message-user .ce-message-bubble {
  border-color: rgba(255, 255, 255, .08);
  border-radius: 13px 4px 13px 13px;
  background: linear-gradient(135deg, #e0252e, #c90916);
  color: #fff;
  box-shadow: 0 12px 28px rgba(215, 16, 28, .2);
}

.ce-message-bubble p {
  margin: 0;
}

.ce-message-bubble p + p,
.ce-message-bubble ul,
.ce-message-bubble ol {
  margin-top: 6px;
}

.ce-message-bubble ul,
.ce-message-bubble ol {
  margin-bottom: 0;
  padding-left: 18px;
}

.ce-message-bubble a {
  color: #73d0ff;
  text-decoration: underline;
}

.ce-message-user .ce-message-bubble a {
  color: #fff;
}

.ce-message-actions {
  min-height: 24px;
  margin-top: 3px;
  display: flex;
  gap: 3px;
  opacity: 0;
  transition: opacity .15s ease;
}

.ce-message:hover .ce-message-actions,
.ce-message:focus-within .ce-message-actions {
  opacity: 1;
}

.ce-message-actions button {
  width: 25px;
  height: 24px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #738397;
  cursor: pointer;
}

.ce-message-actions button:hover,
.ce-message-actions button:focus-visible,
.ce-message-actions button.is-active {
  color: #fff;
  background: #172737;
  outline: none;
}

.ce-prompt-chips {
  margin: 4px 0 13px 44px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.ce-prompt-chips button {
  min-height: 52px;
  padding: 8px 9px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #27394b;
  border-radius: 9px;
  background: linear-gradient(135deg, #101c29, #0a1520);
  color: #edf1f5;
  font-size: 10px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.ce-prompt-chips i {
  color: var(--ai-red);
}

.ce-prompt-chips button:hover,
.ce-prompt-chips button:focus-visible {
  border-color: #496176;
  transform: translateY(-1px);
  outline: none;
}

.ce-typing {
  display: inline-flex;
  gap: 4px;
}

.ce-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #76cff7;
  animation: ceThinking 1s ease-in-out infinite;
}

.ce-typing span:nth-child(2) { animation-delay: .12s; }
.ce-typing span:nth-child(3) { animation-delay: .24s; }

.ce-inline-card,
.ce-inline-form {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #304354;
  border-radius: 9px;
  background: rgba(4, 11, 18, .45);
}

.ce-inline-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ce-inline-form .wide,
.ce-inline-form .ce-inline-actions {
  grid-column: 1 / -1;
}

.ce-inline-form label,
.ce-quote-form-grid label {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.ce-inline-form label span,
.ce-quote-form-grid label span {
  color: #aab6c2;
  font-size: 10px;
}

.ce-inline-form input,
.ce-inline-form select,
.ce-quote-form-grid input,
.ce-quote-form-grid select {
  width: 100%;
  min-height: 38px;
  padding: 8px 9px;
  border: 1px solid #314454;
  border-radius: 6px;
  background: #07131e;
  color: #fff;
  font-size: 12px;
}

.ce-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ce-inline-actions button,
.ce-inline-actions a {
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid #3b4d5f;
  border-radius: 6px;
  background: #142331;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.ce-inline-actions .primary {
  border-color: var(--ai-red);
  background: var(--ai-red);
}

.ce-calc-metrics {
  margin-top: 9px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.ce-calc-metrics span {
  padding: 7px;
  border-radius: 6px;
  background: #142331;
  color: #9caaba;
  font-size: 9px;
}

.ce-calc-metrics b {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: 12px;
}

.ce-composer {
  position: relative;
  z-index: 8;
  min-height: 88px;
  margin: 0 14px 14px;
  padding: 12px 16px 8px;
  border: 1px solid #334658;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(17, 30, 43, .98), rgba(10, 21, 31, .98));
  box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
}

.ce-composer:focus-within {
  border-color: #5a7a94;
  box-shadow: 0 0 0 3px rgba(73, 142, 187, .1), var(--ai-glow);
}

.ce-composer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
}

.ce-composer textarea {
  min-height: 42px;
  max-height: 112px;
  padding: 10px 0;
  border: 0;
  resize: none;
  outline: none;
  background: transparent;
  color: #eef2f6;
  font-size: 13px;
  line-height: 1.45;
}

.ce-composer textarea::placeholder {
  color: #8795a5;
}

.ce-composer-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ce-composer-actions button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #c9d2dc;
  font-size: 18px;
  cursor: pointer;
}

.ce-composer-actions button:hover,
.ce-composer-actions button:focus-visible,
.ce-composer-actions button.is-recording {
  color: #fff;
  background: #223446;
  outline: none;
}

.ce-composer-actions .ce-send-button,
.ce-composer-actions .ce-stop-button {
  background: linear-gradient(135deg, #ee313a, #d40d19);
  color: #fff;
  box-shadow: 0 8px 18px rgba(229, 27, 37, .24);
}

.ce-composer-actions .ce-stop-button {
  background: #7f1c23;
}

.ce-composer-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #6f7e8e;
  font-size: 9px;
}

.ce-composer-footer small {
  font-size: 9px;
}

.ce-attachment {
  min-height: 48px;
  margin-bottom: 8px;
  padding: 5px 7px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #314658;
  border-radius: 8px;
  color: #b8c4cf;
  font-size: 10px;
}

.ce-attachment img {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  object-fit: cover;
}

.ce-attachment span {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ce-attachment button {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 6px;
  background: #203142;
  color: #fff;
  cursor: pointer;
}

.ce-right-rail {
  height: 100%;
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(238px, auto) minmax(0, 1fr) 128px;
  gap: 16px;
}

.ce-right-rail > .ce-drawer-close {
  display: none;
}

.ce-quote-card,
.ce-recommend-card,
.ce-help-card {
  min-width: 0;
  border-radius: var(--ai-radius-md);
  overflow: hidden;
}

.ce-quote-card {
  padding: 15px 12px 12px;
}

.ce-card-heading {
  min-height: 27px;
  padding: 0 2px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #233443;
}

.ce-card-heading button {
  padding: 3px;
  border: 0;
  background: transparent;
  color: #ff3e47;
  font-size: 10px;
  cursor: pointer;
}

.ce-quote-lines {
  max-height: 170px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.ce-empty-quote {
  min-height: 80px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 3px;
  color: #718193;
  text-align: center;
}

.ce-empty-quote i {
  margin-bottom: 3px;
  color: #536b80;
  font-size: 22px;
}

.ce-empty-quote p,
.ce-empty-quote small {
  margin: 0;
  font-size: 10px;
}

.ce-empty-quote small {
  font-size: 9px;
}

.ce-quote-line {
  padding: 9px 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 9px;
  border-bottom: 1px solid #20303f;
}

.ce-quote-line img {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: contain;
  background: #e6e3eb;
}

.ce-quote-line h3 {
  margin: 0;
  color: #fff;
  font-size: 11px;
  line-height: 1.25;
}

.ce-quote-line p,
.ce-quote-line small {
  margin: 2px 0 0;
  display: block;
  color: #8797a8;
  font-size: 9px;
  line-height: 1.25;
}

.ce-quantity {
  margin-top: 7px;
  display: inline-grid;
  grid-template-columns: 25px 28px 25px;
  align-items: center;
  border: 1px solid #314456;
  border-radius: 6px;
  overflow: hidden;
}

.ce-quantity button {
  width: 25px;
  height: 25px;
  border: 0;
  background: #101d29;
  color: #fff;
  cursor: pointer;
}

.ce-quantity span {
  text-align: center;
  color: #fff;
  font-size: 10px;
}

.ce-quote-line-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.ce-quote-line-side b {
  color: #fff;
  font-size: 10px;
}

.ce-quote-line-side button {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #d0d7df;
  cursor: pointer;
}

.ce-quote-totals {
  margin: 6px 0 0;
}

.ce-quote-totals > div {
  min-height: 23px;
  padding: 2px 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ce-quote-totals dt,
.ce-quote-totals dd {
  margin: 0;
  color: #e9edf2;
  font-size: 10px;
  font-weight: 500;
}

.ce-quote-totals > div:nth-child(2) dd {
  color: #7f91a4;
  font-size: 8px;
}

.ce-quote-totals .grand {
  min-height: 45px;
  margin-top: 4px;
  padding: 10px 9px;
  border-radius: 5px;
  background: linear-gradient(120deg, rgba(150, 15, 25, .55), rgba(101, 14, 22, .7));
  box-shadow: inset 3px 0 var(--ai-red), 0 0 22px rgba(224, 18, 29, .14);
}

.ce-quote-totals .grand dt {
  color: #ff6068;
  font-size: 16px;
  font-weight: 700;
}

.ce-quote-totals .grand dd {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.ce-recommend-card {
  min-height: 0;
  padding: 0 12px 10px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.ce-tabs {
  min-height: 48px;
  display: flex;
  gap: 22px;
  border-bottom: 1px solid #253544;
}

.ce-tabs button {
  position: relative;
  padding: 3px 0 0;
  border: 0;
  background: transparent;
  color: #8998a9;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.ce-tabs button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  background: var(--ai-red);
  transition: transform .18s ease;
}

.ce-tabs button[aria-selected="true"] {
  color: #ff454e;
}

.ce-tabs button[aria-selected="true"]::after {
  transform: scaleX(1);
}

.ce-tab-panel {
  min-height: 0;
  padding-top: 10px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.ce-panel-empty {
  min-height: 90px;
  display: grid;
  place-items: center;
  color: #77889a;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.ce-recommend-product {
  min-height: 83px;
  padding: 8px;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  gap: 8px;
  border: 1px solid #283948;
  border-radius: 8px;
  background: rgba(14, 28, 40, .85);
}

.ce-recommend-product + .ce-recommend-product {
  margin-top: 7px;
}

.ce-recommend-product > img {
  width: 66px;
  height: 66px;
  border-radius: 7px;
  object-fit: contain;
  background: #e8e7ed;
}

.ce-recommend-product h3 {
  margin: 1px 0 2px;
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
}

.ce-recommend-product p,
.ce-recommend-product small {
  margin: 0;
  display: block;
  color: #8c9bac;
  font-size: 9px;
  line-height: 1.3;
}

.ce-recommend-product .stock {
  margin-top: 5px;
  color: var(--ai-success);
}

.ce-recommend-product-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.ce-recommend-product-side b {
  color: #fff;
  font-size: 11px;
}

.ce-recommend-product-actions {
  display: flex;
  gap: 4px;
}

.ce-recommend-product-actions button,
.ce-recommend-product-actions a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #384b5b;
  border-radius: 6px;
  background: #0d1a25;
  color: var(--ai-red);
  cursor: pointer;
}

.ce-palette-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.ce-palette-item {
  min-width: 0;
  border: 1px solid #2a3b4b;
  border-radius: 8px;
  overflow: hidden;
  background: #0e1b27;
}

.ce-palette-swatch {
  height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.ce-palette-copy {
  padding: 7px;
}

.ce-palette-copy b,
.ce-palette-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ce-palette-copy b {
  color: #fff;
  font-size: 10px;
}

.ce-palette-copy small {
  color: #8796a7;
  font-size: 8px;
}

.ce-palette-copy button {
  margin-top: 5px;
  padding: 3px 5px;
  border: 0;
  border-radius: 4px;
  background: #1b2b3a;
  color: #c7d0d9;
  font-size: 8px;
  cursor: pointer;
}

.ce-help-card {
  position: relative;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ce-help-card > div:first-child {
  position: relative;
  z-index: 2;
  width: 80%;
}

.ce-help-card p {
  margin: 6px 0 11px;
  color: #b2bdc8;
  font-size: 10px;
}

.ce-help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ce-help-actions a {
  min-height: 30px;
  padding: 6px 7px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 6px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}

.ce-help-actions a i {
  color: var(--ai-red);
}

.ce-help-actions .whatsapp {
  background: #55a93b;
}

.ce-help-actions .whatsapp i {
  color: #fff;
}

.ce-help-mark {
  position: absolute;
  right: 7px;
  bottom: -5px;
  width: 82px;
  height: 104px;
  display: grid;
  place-items: center;
  color: #5c7082;
  font-size: 55px;
  opacity: .55;
}

.ce-help-mark span {
  position: absolute;
  top: 2px;
  right: 8px;
  width: 32px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: var(--ai-red);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.ce-floating-rail {
  position: absolute;
  z-index: 22;
  top: 50%;
  right: max(15px, env(safe-area-inset-right));
  display: grid;
  gap: 8px;
  transform: translateY(-20%);
}

.ce-floating-rail button {
  position: relative;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid #3b4651;
  border-radius: 50%;
  background: #101923;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 9px 24px rgba(0, 0, 0, .28);
}

.ce-floating-rail button.exit {
  width: 58px;
  height: 58px;
  border-color: #ff545b;
  background: linear-gradient(135deg, #df222c, #ad0c17);
}

.ce-floating-rail button:hover,
.ce-floating-rail button:focus-visible {
  border-color: #6c8193;
  transform: translateY(-1px);
  outline: none;
}

.ce-floating-rail button::after {
  content: attr(data-tooltip);
  position: absolute;
  right: calc(100% + 9px);
  padding: 5px 7px;
  border-radius: 5px;
  background: #111c27;
  color: #fff;
  font-size: 9px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}

.ce-floating-rail button:hover::after,
.ce-floating-rail button:focus-visible::after {
  opacity: 1;
}

.ce-trust-strip {
  min-height: 82px;
  padding: 12px max(76px, calc((100vw - 1360px) / 2 + 76px));
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  border-top: 1px solid #243646;
  border-bottom: 1px solid #243646;
  background: linear-gradient(180deg, #0d1925, #09131e);
}

.ce-trust-strip > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
}

.ce-trust-strip i {
  color: var(--ai-red);
  font-size: 28px;
}

.ce-trust-strip b,
.ce-trust-strip small {
  display: block;
}

.ce-trust-strip b {
  color: #f5f7fa;
  font-size: 12px;
}

.ce-trust-strip small {
  margin-top: 2px;
  color: #8d9aab;
  font-size: 10px;
}

.ce-mobile-toolbar,
.ce-drawer-close,
.ce-drawer-backdrop {
  display: none;
}

.ce-dialog,
.ce-confirm-dialog {
  padding: 0;
  border: 1px solid #354a5d;
  border-radius: 16px;
  background: #09141f;
  color: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .65);
}

.ce-dialog {
  width: min(920px, calc(100vw - 32px));
  max-height: min(88dvh, 820px);
}

.ce-dialog::backdrop,
.ce-confirm-dialog::backdrop {
  background: rgba(0, 5, 10, .76);
  backdrop-filter: blur(4px);
}

.ce-dialog-shell {
  max-height: min(88dvh, 820px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.ce-dialog header,
.ce-dialog footer {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #26394a;
}

.ce-dialog header span {
  color: var(--ai-red);
  font-size: 9px;
  font-weight: 800;
}

.ce-dialog header h2 {
  margin: 2px 0 0;
  color: #fff;
  font-size: 20px;
}

.ce-dialog header button {
  width: 38px;
  height: 38px;
  border: 1px solid #35485a;
  border-radius: 8px;
  background: #122230;
  color: #fff;
  cursor: pointer;
}

.ce-dialog-body {
  min-height: 0;
  padding: 18px 20px;
  overflow-y: auto;
}

.ce-full-quote-lines {
  display: grid;
  gap: 7px;
}

.ce-full-quote-line {
  padding: 9px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  border: 1px solid #293c4d;
  border-radius: 8px;
  background: #0d1b27;
}

.ce-full-quote-line img {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  object-fit: contain;
  background: #eee;
}

.ce-full-quote-line h3 {
  margin: 0;
  color: #fff;
  font-size: 12px;
}

.ce-full-quote-line p {
  margin: 3px 0 0;
  color: #8898a8;
  font-size: 10px;
}

.ce-quote-form-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ce-quote-form-grid .wide {
  grid-column: span 2;
}

.ce-dialog footer {
  justify-content: flex-end;
  border-top: 1px solid #26394a;
  border-bottom: 0;
}

.ce-dialog footer button,
.ce-saved-quote a {
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #3a4c5c;
  border-radius: 7px;
  background: #142331;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.ce-dialog footer .ce-dialog-primary {
  border-color: var(--ai-red);
  background: var(--ai-red);
}

.ce-saved-quote {
  margin-top: 14px;
  padding: 13px;
  border: 1px solid #345244;
  border-radius: 8px;
  background: rgba(43, 100, 65, .18);
  color: #d9f2df;
}

.ce-saved-quote a {
  margin-top: 8px;
  display: inline-flex;
}

.ce-confirm-dialog {
  width: min(420px, calc(100vw - 32px));
}

.ce-confirm-dialog form {
  padding: 22px;
}

.ce-confirm-dialog h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.ce-confirm-dialog p {
  margin: 8px 0 18px;
  color: #aab6c1;
  font-size: 12px;
  line-height: 1.5;
}

.ce-confirm-dialog form > div {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.ce-confirm-dialog button {
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid #384b5c;
  border-radius: 7px;
  background: #132230;
  color: #fff;
  cursor: pointer;
}

.ce-confirm-dialog button.confirm {
  border-color: var(--ai-red);
  background: var(--ai-red);
}

.ce-skeleton {
  position: relative;
  overflow: hidden;
  background: #122230;
}

.ce-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .07), transparent);
  animation: ceShimmer 1.4s infinite;
}

.ce-error {
  padding: 10px;
  border: 1px solid rgba(244, 73, 82, .35);
  border-radius: 7px;
  background: rgba(137, 21, 29, .16);
  color: #ffc3c7;
  font-size: 11px;
}

@keyframes ceThinking {
  0%, 80%, 100% { transform: translateY(0); opacity: .35; }
  40% { transform: translateY(-3px); opacity: 1; }
}

@keyframes ceShimmer {
  to { transform: translateX(100%); }
}

@media (max-width: 1399px) {
  .ce-page .header_navbar {
    padding: 0 22px;
  }

  .ce-page .navbar-nav .nav-item a,
  .ce-page .nash-tools-trigger {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
  }

  .ce-dashboard {
    padding-right: 65px;
    grid-template-columns: minmax(226px, 246px) minmax(500px, 1fr) minmax(320px, 350px);
    gap: 14px;
  }

  .ce-sidebar {
    padding: 14px;
  }

  .ce-quick-actions button {
    min-height: 45px;
  }

  .ce-capabilities {
    left: 24px;
  }

  .ce-hero-copy {
    width: 64%;
  }

  .ce-recommend-product {
    grid-template-columns: 58px minmax(0, 1fr) auto;
  }

  .ce-recommend-product > img {
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 1199px) {
  .ce-page .navbar {
    min-height: 74px;
  }

  .ce-app {
    padding-top: 74px;
  }

  .ce-dashboard {
    height: auto;
    min-height: calc(100dvh - 74px);
    padding: 14px 18px;
    grid-template-columns: minmax(210px, 235px) minmax(0, 1fr);
    grid-template-rows: minmax(720px, calc(100dvh - 102px)) auto;
  }

  .ce-chat-panel {
    grid-column: 2;
    grid-row: 1;
  }

  .ce-sidebar {
    grid-column: 1;
    grid-row: 1;
  }

  .ce-right-rail {
    grid-column: 1 / -1;
    grid-row: 2;
    height: auto;
    grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr);
    grid-template-rows: minmax(330px, auto) 128px;
  }

  .ce-quote-card { grid-column: 1; grid-row: 1; }
  .ce-recommend-card { grid-column: 2; grid-row: 1 / 3; min-height: 460px; }
  .ce-help-card { grid-column: 1; grid-row: 2; }

  .ce-floating-rail {
    position: fixed;
    top: auto;
    right: 14px;
    bottom: 16px;
    transform: none;
  }

  .ce-trust-strip {
    padding-right: 22px;
    padding-left: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .ce-page .header_navbar {
    padding: 0 18px;
  }

  .ce-page .navbar-collapse {
    max-height: calc(100dvh - 74px);
    overflow-y: auto;
  }

  .ce-page .navbar-nav .nav-item a,
  .ce-page .nash-tools-trigger {
    width: 100%;
    padding: 8px 0;
    font-size: 13px;
    text-align: left;
  }

  .ce-app {
    padding-top: 74px;
  }

  .ce-mobile-toolbar {
    position: sticky;
    z-index: 45;
    top: 74px;
    min-height: 52px;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
    border-bottom: 1px solid #253847;
    background: rgba(7, 17, 27, .96);
    backdrop-filter: blur(8px);
  }

  .ce-mobile-toolbar strong {
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ce-mobile-panel-button {
    min-width: 44px;
    min-height: 44px;
    padding: 7px 9px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #35495a;
    border-radius: 7px;
    background: #112130;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
  }

  .ce-mobile-panel-button b {
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: var(--ai-red);
    font-size: 9px;
  }

  .ce-dashboard {
    min-height: calc(100dvh - 126px);
    padding: 12px;
    display: block;
  }

  .ce-chat-panel {
    height: calc(100dvh - 150px);
    min-height: 650px;
  }

  .ce-sidebar,
  .ce-right-rail {
    position: fixed;
    z-index: 70;
    top: 74px;
    bottom: 0;
    height: auto;
    max-height: none;
    border-radius: 0;
    transform: translateX(-105%);
    transition: transform .2s ease;
  }

  .ce-sidebar {
    left: 0;
    width: min(330px, 88vw);
  }

  .ce-right-rail {
    right: 0;
    left: auto;
    width: min(430px, 94vw);
    padding: 50px 12px 14px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(330px, 1fr) 128px;
    gap: 12px;
    overflow-y: auto;
    transform: translateX(105%);
    background: #06101a;
  }

  .ce-sidebar.is-open,
  .ce-right-rail.is-open {
    transform: translateX(0);
  }

  .ce-right-rail .ce-quote-card,
  .ce-right-rail .ce-recommend-card,
  .ce-right-rail .ce-help-card {
    grid-column: 1;
    grid-row: auto;
  }

  .ce-drawer-close,
  .ce-right-rail > .ce-drawer-close {
    display: grid;
  }

  .ce-drawer-close {
    width: 36px;
    height: 36px;
    margin-left: auto;
    place-items: center;
    border: 1px solid #35485a;
    border-radius: 7px;
    background: #112230;
    color: #fff;
    cursor: pointer;
  }

  .ce-sidebar-heading .ce-drawer-close {
    margin-left: auto;
  }

  .ce-right-rail > .ce-drawer-close {
    position: absolute;
    top: 9px;
    right: 12px;
  }

  .ce-drawer-backdrop {
    position: fixed;
    z-index: 65;
    inset: 74px 0 0;
    background: rgba(0, 5, 10, .7);
    backdrop-filter: blur(3px);
  }

  .ce-drawer-backdrop.is-visible {
    display: block;
  }

  .ce-floating-rail {
    display: none;
  }

  .ce-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ce-page .navbar-brand img {
    width: 102px;
  }

  .ce-mobile-panel-button span {
    display: none;
  }

  .ce-dashboard {
    padding: 0;
  }

  .ce-chat-panel {
    height: calc(100dvh - 126px);
    min-height: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .ce-ai-hero {
    min-height: 176px;
    padding: 20px 18px 12px;
  }

  .ce-hero-copy {
    width: 73%;
  }

  .ce-hero-copy h1 {
    font-size: clamp(20px, 6vw, 25px);
  }

  .ce-hero-copy p {
    font-size: 11px;
  }

  .ce-hero-art {
    top: -46px;
    right: -80px;
    width: 73%;
    height: 190px;
  }

  .ce-capabilities {
    right: 12px;
    bottom: 9px;
    left: 12px;
    min-height: 42px;
    padding: 6px 7px;
    gap: 4px;
  }

  .ce-capabilities i {
    font-size: 13px;
  }

  .ce-capabilities b {
    font-size: 8px;
  }

  .ce-capabilities small {
    display: none;
  }

  .ce-conversation {
    padding: 14px 13px;
  }

  .ce-message-wrap {
    max-width: calc(100% - 43px);
  }

  .ce-message-bubble {
    padding: 10px 12px;
    font-size: 12px;
  }

  .ce-prompt-chips {
    margin-left: 43px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .ce-prompt-chips button {
    min-width: 150px;
    scroll-snap-align: start;
  }

  .ce-composer {
    margin: 0 8px calc(8px + env(safe-area-inset-bottom));
    padding: 9px 10px 7px;
    border-radius: 13px;
  }

  .ce-composer-actions {
    gap: 1px;
  }

  .ce-composer-actions button {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .ce-composer-footer small {
    display: none;
  }

  .ce-trust-strip {
    min-height: 0;
    padding: 18px 16px;
  }

  .ce-trust-strip i {
    font-size: 22px;
  }

  .ce-trust-strip b {
    font-size: 10px;
  }

  .ce-trust-strip small {
    font-size: 8px;
  }

  .ce-dialog {
    width: 100vw;
    max-width: none;
    max-height: calc(100dvh - 24px);
    margin: auto 0 0;
    border-radius: 16px 16px 0 0;
  }

  .ce-dialog-shell {
    max-height: calc(100dvh - 24px);
  }

  .ce-dialog header,
  .ce-dialog footer {
    padding: 13px;
  }

  .ce-dialog-body {
    padding: 13px;
  }

  .ce-quote-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ce-quote-form-grid .wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 430px) {
  .ce-hero-copy {
    width: 82%;
  }

  .ce-hero-copy > p:last-child {
    max-width: 240px;
  }

  .ce-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 60px;
  }

  .ce-ai-hero {
    min-height: 194px;
  }

  .ce-quote-form-grid {
    grid-template-columns: 1fr;
  }

  .ce-quote-form-grid .wide {
    grid-column: 1;
  }

  .ce-dialog footer {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .ce-inline-form,
  .ce-calc-metrics {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ce-page *,
  .ce-page *::before,
  .ce-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Canonical Nash site footer, scoped to the full-page Colour Expert shell. */
.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ce-page .footer_area {
  background: #071523;
}

.ce-page .footer_wrapper {
  padding: 58px 0 42px;
}

.ce-page .footer_wrapper::before {
  display: none;
}

.ce-page .footer_about img {
  width: 128px;
}

.ce-page .footer_about p {
  max-width: 330px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.ce-page .footer_about .social li {
  margin-top: 28px;
}

.ce-page .footer_about .social li a {
  width: 42px;
  height: 42px;
  line-height: 44px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.ce-page .footer_about .social li a:hover {
  background: #e10a18;
  border-color: #e10a18;
}

.ce-page .footer_title {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}

.ce-page .footer_link {
  width: auto;
  padding-left: 0;
  margin-top: 8px;
}

.ce-page .footer_link .link {
  padding-top: 18px;
}

.ce-page .footer_link .link li {
  margin-top: 8px;
}

.ce-page .footer_link .link li a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.ce-page .footer_link .link li a:hover,
.ce-page .footer_info a:hover {
  color: #fff;
}

.ce-page .footer_contact {
  margin-top: 8px;
}

.ce-page .footer_info {
  padding-top: 18px;
}

.ce-page .footer_info li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.55;
}

.ce-page .footer_info a {
  color: rgba(255, 255, 255, 0.9);
}

.ce-page .footer-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
}

.ce-page .footer-info-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ce-page .footer_bottom {
  display: flex;
  gap: 18px;
  justify-content: center;
  padding: 22px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.ce-page .footer_bottom p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.ce-page .footer_bottom a {
  color: #e10a18;
}

@media only screen and (max-width: 991px) {
  .ce-page .footer_link,
  .ce-page .footer_contact {
    margin-top: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .ce-page .footer_wrapper {
    padding-top: 48px;
  }

  .ce-page .footer_bottom {
    flex-direction: column;
    gap: 6px;
  }
}
