@import url('https://fonts.cdnfonts.com/css/batman-forever');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #ffffff;
  color: #1e293b;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Home page: keep body window pure white */
body.tev-home-page {
  background: #ffffff !important;
}

body.tev-home-page main,
body.tev-home-page .marketplace-layout,
body.tev-home-page .products-column,
body.tev-home-page .tab-panels {
  background: #ffffff;
}

body.tev-home-page #bg-canvas {
  opacity: 0.7;
  visibility: visible;
  pointer-events: none;
}

/* Accessibility */
:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 4px;
  border-radius: 4px;
}

#bg-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
  background: #ffffff !important;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.hero {
  position: sticky;
  top: 0;
  z-index: 1000;
  overflow: visible;
  color: #1e293b;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  min-height: 0;
  max-height: none;
}

.nav {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  /* Increased gap for better wide-format balance */
  padding: 1.2rem 0;
  /* Increased padding for better vertical centering */
}

.hero .container {
  width: 100%;
  max-width: 100%;
  padding: 0 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-family: 'BatmanForeverAlternate', 'Batman Forever', sans-serif;
  font-weight: 800;
  font-size: 1.45rem;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
}

.brand-thunder {
  color: #1d4ed8;
  /* Stronger Blue */
  letter-spacing: -1px;
}

.brand-ev {
  color: #ff6600 !important;
  /* Vibrant Electric Orange */
  font-weight: 900;
  padding: 0 2px;
  text-shadow: 0 0 10px rgba(255, 102, 0, 0.3);
}

.ev-orange {
  color: #ff6600;
  font-weight: bold;
}

.brand-charging {
  color: #1d4ed8;
  /* Match Thunder Blue */
  font-size: 0.85rem;
  opacity: 1;
  letter-spacing: 1px;
  align-self: flex-end;
  margin-bottom: 3px;
}

.logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 8px rgba(56, 189, 248, 0.4));
  transition: transform 0.3s ease;
}

.brand:hover .logo-icon {
  transform: scale(1.1) rotate(5deg);
}

@keyframes spin-plugs {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotating-plugs {
  animation: spin-plugs 8s linear infinite;
  transform-origin: 50px 50px;
}

.logo {
  font-size: 1.4rem;
}

.cta-small {
  text-decoration: none;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.cta-small:hover {
  background: #fff;
  border-color: rgba(37, 99, 235, 0.5);
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
  transform: translateY(-2px);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-text {
  text-align: center;
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  z-index: 10;
}

.hero h1 {
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 4px 15px rgba(37, 99, 235, 0.2);
  margin: 0;
  font-weight: 900;
}

.hero p {
  margin: 0.1rem 0 0;
  color: #334155;
  font-size: 0.85rem;
  line-height: 1.2;
}

.partners-ticker {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  display: flex;
  align-items: center;
}

.partners-ticker:hover .ticker-track {
  animation-play-state: paused;
  cursor: pointer;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: scroll-ticker 120s linear infinite;
  gap: 2.5rem;
  align-items: center;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.ticker-name {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ticker-loc {
  font-size: 0.72rem;
  color: #ea580c !important;
  font-weight: 600;
  margin-left: 4px;
  opacity: 0.95;
}

.partners-ticker.customers-ticker .ticker-track,
.customers-ticker .ticker-track {
  animation-duration: 140s;
}

.ticker-track span {
  font-size: 0.85rem;
  color: #94a3b8;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.ticker-track span.brand-logo {
  font-size: 1rem;
}

.brand-joulpoint {
  font-family: 'Arial Black', sans-serif;
  font-style: italic;
  color: #facc15 !important;
}

.brand-chargmod {
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: 800;
  color: #38bdf8 !important;
}

.brand-lubi {
  font-family: 'Georgia', serif;
  font-weight: bold;
  color: #60a5fa !important;
}

.brand-efill {
  font-family: 'Verdana', sans-serif;
  font-weight: 900;
  color: #4ade80 !important;
}

.brand-siemence {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  color: #0ea5e9 !important;
  letter-spacing: 1px;
}

.brand-zetworks {
  font-family: 'Impact', sans-serif;
  color: #f87171 !important;
  letter-spacing: 1px;
}

.ticker-track span.dot {
  color: #38bdf8;
  font-size: 1rem;
}

@keyframes scroll-ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 0.75rem));
  }
}

.hero-map-container {
  position: absolute;
  right: 0;
  width: 120px;
  height: 90px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 5;
}

#hero-map {
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.8);
}

.map-overlay-text {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(15, 23, 42, 0.8);
  color: #38bdf8;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 1000;
  border: 1px solid rgba(56, 189, 248, 0.3);
  backdrop-filter: blur(5px);
}

/* Custom leaflet popup for dark theme */
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: rgba(30, 41, 59, 0.9) !important;
  color: #fff !important;
  border: 1px solid rgba(56, 189, 248, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 8px;
}

.leaflet-popup-content {
  margin: 10px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
}

.leaflet-container a.leaflet-popup-close-button {
  color: #cbd5e1 !important;
}

@media (max-width: 768px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-text {
    text-align: center;
  }

  .hero-map-container {
    height: 250px;
  }
}

.hero-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.btn {
  border: 0;
  padding: 0.8rem 1.5rem;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #0ea5e9, #3b82f6);
  color: #fff;
  box-shadow: 0 4px 15px rgba(14, 165, 233, 0.4);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #38bdf8, #60a5fa);
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.6);
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.section {
  padding: 0 0 5rem 0;
  /* Content now touches the header area */
}

.section-soft {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.marketplace-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0;
  /* Gap removed for seamless touch */
  align-items: start;
  padding: 0;
}

.products-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 0;
  margin-top: 0;
}

.sidebar-column {
  position: static !important;
  z-index: 100;
  background: transparent !important;
}

@media (max-width: 768px) {
  .marketplace-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1rem;
  }

  .sidebar-column {
    position: relative;
    top: 0;
  }

  .sidebar-menu {
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    padding: 0.5rem 0;
    overflow-x: auto;
  }

  .vertical-tabs {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Hide scrollbar for clean look */
  }

  .vertical-tabs::-webkit-scrollbar {
    display: none;
  }

  .v-tab {
    white-space: nowrap;
    width: auto;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }

  .sidebar-menu h2 {
    display: none;
    /* Hide 'Categories' text on mobile to save space */
  }

  .tab-panels {
    padding: 1rem;
    border-radius: 15px;
  }
}

.sidebar-menu {
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 0.75rem 0.5rem 0;
  box-shadow: none !important;
}

.sidebar-menu h2,
.sidebar-menu h3.electric-heading,
.sidebar-menu .electric-heading {
  color: #2563eb;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  white-space: nowrap;
  border-bottom: none;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.vertical-tabs {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.v-tab {
  width: 100%;
  text-align: left;
  padding: 0.6rem 0.8rem;
  border-radius: 10px;
  background: transparent !important;
  border: none !important;
  color: #334155;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.85rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1.2;
  box-shadow: none !important;
}

.v-tab:hover {
  background: rgba(37, 99, 235, 0.06) !important;
  border: none !important;
  color: #2563eb;
  transform: translateX(4px);
  box-shadow: none !important;
}

.v-tab.active {
  background: linear-gradient(135deg, #2563eb, #3b82f6) !important;
  border: 1px solid #1d4ed8 !important;
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
  transform: translateX(0);
}

.sidebar-sub-menu {
  display: none;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(37, 99, 235, 0.2);
}

.sidebar-sub-menu.show {
  display: flex;
}

.sub-tab {
  background: transparent;
  border: none;
  color: #64748b;
  padding: 0.4rem 0.8rem;
  text-align: left;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
}

.sub-tab:hover {
  color: #2563eb;
  background: rgba(37, 99, 235, 0.05);
}

.sub-tab.active {
  color: #2563eb;
  background: rgba(37, 99, 235, 0.1);
  font-weight: 600;
}

.section h2 {
  font-size: clamp(2rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
  color: #0f172a;
}

.search-container {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 0.8rem 1.2rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.search-container:focus-within {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1), 0 15px 35px rgba(37, 99, 235, 0.2) !important;
  transform: translateY(-2px);
}

.ai-pulse {
  animation: ai-glow 2s infinite;
}

@keyframes ai-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }

  70% {
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

.search-icon {
  color: #94a3b8;
  margin-right: 0.8rem;
}

.smart-search {
  width: 100%;
  background: transparent;
  border: none;
  color: #0f172a;
  font-size: 1rem;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.smart-search::placeholder {
  color: #64748b;
}

.tab-panels {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.panel {
  display: none;
  animation: fadeIn 0.4s ease forwards;
  scroll-margin-top: 100px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.panel.active {
  display: block;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media (max-width: 1100px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

.chargers-overview,
.chargers-product-view {
  width: 100%;
}

.chargers-product-view {
  min-height: 120px;
}

.chargers-product-view .tev-mp-grid {
  min-height: 120px;
}

.card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.08);
  transition: all 0.3s ease;
  color: #475569;
}

.card:hover {
  transform: translateY(-5px);
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.15);
}

.card-image {
  width: 100%;
  height: 160px;
  /* Significantly taller for better visibility */
  object-fit: contain;
  /* Keep the whole product visible but fill the area */
  border-radius: 12px;
  margin-bottom: 1rem;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card:hover .card-image {
  transform: scale(1.05);
  /* Smooth zoom effect on hover */
}

.card h3 {
  font-size: 1rem;
  color: #0f172a;
  margin-bottom: 0.4rem;
}

.card p {
  color: #475569;
  margin-bottom: 0.8rem;
  font-size: 0.85rem;
}

.card span {
  display: inline-block;
  color: #2563eb;
  font-weight: 600;
  font-size: 0.85rem;
  background: rgba(37, 99, 235, 0.1);
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.2);
}

.card span.price-tag {
  color: #4ade80;
  background: rgba(74, 222, 128, 0.1);
  border-color: rgba(74, 222, 128, 0.2);
}

/* Product card: guns row, then price on next line */
.card-product-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  margin-top: 0.35rem;
}

.card-product-meta .guns-container {
  margin: 0;
}

.card-product-meta .price-tag {
  margin-top: 0.1rem;
}

.recommend-form,
.contact-form {
  display: grid;
  gap: 1rem;
}

label {
  font-weight: 500;
  font-size: 0.95rem;
  color: #334155;
}

select,
input,
textarea {
  width: 100%;
  margin-top: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0.8rem 1rem;
  font: inherit;
  background: rgba(255, 255, 255, 0.8);
  color: #0f172a;
  transition: all 0.3s ease;
}

select:focus,
input:focus,
textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

option {
  background: #fff;
  color: #0f172a;
}

.result {
  margin-top: 1.5rem;
  padding: 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(37, 99, 235, 0.3);
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
  font-weight: 500;
  line-height: 1.5;
}

.footer {
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: #475569;
  padding: 2rem 0 1.25rem;
  position: relative;
  z-index: 2;
}

.footer>.container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: clamp(0.75rem, 2vw, 1.5rem);
  padding-right: clamp(0.75rem, 2vw, 1.5rem);
  box-sizing: border-box;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  align-items: start;
}

.footer-grid > div {
  min-width: 0;
}

@media (max-width: 900px) {
  .footer-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.35rem;
  }

  .footer-grid > div {
    flex: 0 0 auto;
    min-width: 148px;
    max-width: 200px;
  }
}

.footer-title {
  color: #1d4ed8;
  font-family: 'BatmanForeverAlternate', 'Batman Forever', sans-serif;
  font-size: 0.92rem;
  margin-bottom: 0.45rem;
  letter-spacing: 0.5px;
  line-height: 1.15;
  white-space: nowrap;
}

.footer-heading {
  color: #0f172a;
  margin-bottom: 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.footer-text {
  color: #475569;
  font-size: 0.72rem;
  line-height: 1.4;
  margin: 0;
}

.footer-links {
  list-style: none;
  display: grid;
  gap: 0.28rem;
  margin: 0;
  padding: 0;
}

.footer-links a,
.footer-links li {
  color: #475569;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 0.72rem;
  line-height: 1.35;
}

.footer-links a:hover {
  color: #2563eb;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 2rem;
  text-align: center;
  font-size: 0.85rem;
  color: #64748b;
  font-family: 'Poppins', sans-serif;
  /* Keep Poppins for copyright but I'll check if user wanted Batman there too */
}

.footer-bottom p {
  font-size: 0.8rem;
}

/* --- Floating AI search (WhatsApp-style, over page content) --- */
.floating-ai-search-dock {
  position: fixed;
  right: 1.25rem;
  bottom: 8.5rem;
  z-index: 1002;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
  max-width: min(360px, calc(100vw - 2.5rem));
  pointer-events: none;
}

.floating-ai-search-dock>* {
  pointer-events: auto;
}

.floating-ai-search-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.floating-ai-search-dock .ai-search-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

.floating-ai-search-btn.ai-robot-icon {
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 6px 22px rgba(37, 99, 235, 0.45);
}

.floating-ai-search-dock .ai-feedback-box {
  align-self: flex-end;
  max-width: min(340px, calc(100vw - 2.5rem));
  margin-bottom: 0.15rem;
}

.ai-search-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ai-search-wrapper .smart-search {
  width: 100% !important;
  min-width: 0;
  background: rgba(255, 255, 255, 0.98);
  border: 2px solid #3b82f6;
  border-radius: 99px;
  padding: 6px 15px;
  font-size: 0.85rem;
  outline: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ai-robot-icon {
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #2563eb;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.2);
  transition: all 0.3s ease;
}

.ai-robot-icon:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.ai-pulse {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  border: 2px solid #fff;
}

.ai-feedback-box {
  display: none;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  max-width: min(420px, 100%);
  align-self: flex-end;
  padding: 1rem 1.1rem;
  background: #eff6ff;
  border-radius: 16px;
  border: 1px solid #dbeafe;
  color: #1e3a8a;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
  box-sizing: border-box;
}

.ai-feedback-box:not([hidden]) {
  display: flex;
}

.ai-feedback-box .ai-feedback-icon {
  background: #2563eb;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.ai-feedback-box .ai-feedback-content h4 {
  margin: 0 0 0.35rem 0;
  font-size: 1rem;
  font-weight: 700;
}

.ai-feedback-box .ai-feedback-content p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
}

.ai-search-container {
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: 0;
  display: flex;
  align-items: center;
}

.ai-search-container.active {
  width: min(280px, calc(100vw - 6rem));
  opacity: 1;
  margin-right: 0.65rem;
}

.floating-ai-search-dock .ai-search-container.active {
  width: min(300px, calc(100vw - 6rem));
}

.tab-panels.search-active .panel.panel-search-empty {
  display: none !important;
  margin: 0 !important;
}

@media (max-width: 850px) {
  .floating-ai-search-dock {
    right: 0.85rem;
    bottom: 8rem;
    max-width: calc(100vw - 1.7rem);
  }

  .floating-ai-search-dock .ai-feedback-box {
    max-width: 100%;
  }

  .marketplace-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .sidebar-column {
    position: relative;
    top: 0;
  }
}

/* --- AI Prototype UI --- */
.ai-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  background: rgba(15, 23, 42, 0.6);
  padding: 0.5rem;
  border-radius: 12px;
  overflow-x: auto;
}

.ai-tab {
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.5rem 0.8rem;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.ai-tab:hover {
  color: #fff;
}

.ai-tab.active {
  background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
  color: #fff;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.ai-panel {
  display: none;
  animation: fadeIn 0.4s ease forwards;
}

.ai-panel.active {
  display: block;
}

.wizard-step {
  margin-top: 1rem;
}

.wizard-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.wizard-btn {
  flex: 1;
  min-width: 120px;
  font-size: 0.85rem;
  padding: 0.6rem;
  text-align: center;
}

/* --- Product Detail Modal --- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(11, 16, 38, 0.6);
  backdrop-filter: blur(15px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background: rgba(30, 41, 59, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  width: 95%;
  max-width: 1100px;
  max-height: 95vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transform: translateY(20px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modal-overlay.active .modal-content {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.2s ease;
}

.modal-close:hover {
  background: rgba(239, 68, 68, 0.8);
}

.modal-grid {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 0;
}

.modal-image-container {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border-radius: 20px 0 0 20px;
}

.modal-image-container img {
  width: 100%;
  max-width: 250px;
  max-height: 280px;
  object-fit: contain;
}

.modal-details {
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
}

.modal-details h2 {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 0.4rem;
}

.modal-desc {
  color: #94a3b8;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

.modal-specs {
  background: rgba(15, 23, 42, 0.5);
  border-radius: 12px;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.modal-specs h3 {
  color: #2563eb;
  font-size: 1rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.4rem;
}

#modal-specs-list {
  list-style: none;
}

#modal-specs-list li {
  color: #cbd5e1;
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
}

#modal-specs-list li strong {
  color: #fff;
}

#modal-service-details .modal-specs {
  margin-bottom: 0.75rem;
}

#modal-service-process li,
#modal-service-doc-list li {
  color: #cbd5e1;
  font-size: 0.82rem;
  margin-bottom: 0.35rem;
  line-height: 1.45;
  padding-left: 1rem;
  position: relative;
}

#modal-service-process li::before,
#modal-service-doc-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #38bdf8;
  font-size: 0.75rem;
}

.tev-install-doc {
  max-width: 1100px;
  margin: 0 auto 3rem;
  padding: 2rem 2.25rem;
  border-radius: 24px;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 55%, #ecfdf5 100%);
  border: 1px solid rgba(37, 99, 235, 0.18);
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.08);
}

.tev-install-doc h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
}

.tev-install-doc__lead {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
  max-width: 820px;
}

.tev-install-doc__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.tev-install-doc__col h4 {
  font-size: 0.85rem;
  font-weight: 800;
  color: #2563eb;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
}

.tev-install-doc__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tev-install-doc__col li {
  font-size: 0.88rem;
  color: #334155;
  line-height: 1.5;
  margin-bottom: 0.45rem;
  padding-left: 1.15rem;
  position: relative;
}

.tev-install-doc__col li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: 700;
}

.tev-service-highlights {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  text-align: left;
}

.tev-service-highlights li {
  font-size: 0.82rem;
  color: #475569;
  line-height: 1.45;
  margin-bottom: 0.35rem;
  padding-left: 1rem;
  position: relative;
}

.tev-service-highlights li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: 800;
}

.modal-btn {
  width: 100%;
  padding: 0.7rem;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .modal-grid {
    grid-template-columns: 1fr;
  }

  .modal-image-container {
    border-radius: 24px 24px 0 0;
    padding: 1.5rem;
  }

  .modal-details {
    padding: 1.5rem;
  }
}

.electric-heading {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  margin-bottom: 1rem;
  text-align: center;
}

.glass-input {
  width: 100%;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
}

.glass-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.glass-input:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #2563eb;
  box-shadow: 0 0 10px rgba(37, 99, 235, 0.3);
}

/* Shopping cart icon button */
.tev-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(22, 163, 74, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  flex-shrink: 0;
}

.tev-cart-link:hover {
  transform: scale(1.06);
  box-shadow: 0 6px 18px rgba(22, 163, 74, 0.45);
  color: #fff;
}

.tev-cart-link [data-tev-cart-count] {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: #ef4444;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  border-radius: 99px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  line-height: 1;
}

.floating-whatsapp {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  background-color: #25D366;
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  transition: all 0.3s ease;
  animation: pulse-glow 2s infinite;
}

.floating-whatsapp:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6);
  color: white;
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.floating-ai-chat {
  position: fixed;
  bottom: 9.35rem;
  right: 1.25rem;
  background: linear-gradient(135deg, #1e3a8a, #0ea5e9);
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(14, 165, 233, 0.4);
  z-index: 1000;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.floating-ai-chat:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 8px 25px rgba(14, 165, 233, 0.6);
}

.floating-ai-chat svg,
.floating-whatsapp svg {
  width: 22px;
  height: 22px;
}

.chat-tooltip {
  position: absolute;
  right: 52px;
  font-size: 0.7rem;
  background: #0f172a;
  color: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.floating-ai-chat:hover .chat-tooltip {
  opacity: 1;
  visibility: visible;
  right: 70px;
}

/* Partner Logo Marquee */
.partner-marquee-container {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  width: 100%;
}

.partner-marquee-title {
  text-align: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
}

.partner-marquee-track {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* Fade edges for smooth entry/exit */
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.partner-marquee-content {
  display: flex;
  gap: 4rem;
  align-items: center;
  width: max-content;
  animation: scroll-marquee 20s linear infinite;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

  /* Scrolls exactly half since the content is duplicated */
}

/* Base style for text logos */
.partner-logo {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  transition: color 0.3s ease;
}

.partner-logo:hover {
  color: rgba(255, 255, 255, 1);
}

/* Individual Brand Typographies */
.partner-joulpoint {
  font-family: 'Arial', sans-serif;
  font-weight: 900;
  letter-spacing: -1px;
  color: #2563eb;
}

.partner-lubi {
  font-family: 'Georgia', serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
}

.partner-efill {
  font-family: 'Courier New', monospace;
  text-transform: lowercase;
  font-weight: bold;
  letter-spacing: -2px;
  color: #25D366;
}

.partner-chargmod {
  font-family: 'Impact', sans-serif;
  letter-spacing: 2px;
}

.partner-zetworks {
  font-family: 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 4px;
}

/* Scroll Reveal Animations */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.guns-container {
  display: flex;
  gap: 4px;
  align-items: center;
  margin: 0.5rem 0;
  flex-wrap: nowrap;
  max-width: 100%;
}

.gun-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: transparent;
  border: none;
  border-radius: 0;
  color: #64748b;
  transition: all 0.3s ease;
  cursor: help;
  position: relative;
  padding: 0;
  min-width: 0;
}

.gun-badge:hover {
  color: #2563eb;
  transform: translateY(-1px) scale(1.05);
}

.gun-badge svg {
  width: 16px;
  height: 16px;
  display: block;
}

.gun-type-label {
  font-size: 0.52rem;
  font-weight: 800;
  margin-top: 1px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #64748b;
  line-height: 1;
  white-space: nowrap;
}

.gun-badge:hover .gun-type-label {
  color: #0ea5e9;
}

/* Search Results Global Visibility */
.tab-panels.search-active .panel {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  margin-bottom: 2rem;
}

.tab-panels.search-active .panel h2,
.tab-panels.search-active .panel>p {
  display: none;
}

/* Flagship Product Styling */
.flagship-card {
  grid-column: span 2;
  /* Make it double width */
  background: linear-gradient(145deg, #ffffff, #f0f9ff) !important;
  border: 2px solid #3b82f6 !important;
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.1) !important;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  /* Split image and text side-by-side */
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem !important;
}

.flagship-card .card-image {
  height: 280px !important;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .flagship-card {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }
}

/* --- Live EV News Ticker --- */
.news-ticker-section {
  background: #0f172a;
  /* Solid dark background */
  color: #fff;
  height: 45px;
  /* Fixed height for better visibility */
  display: flex;
  align-items: center;
  border-top: 2px solid #2563eb;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
  z-index: 9999;
  /* Highest priority */
  margin-top: 2rem;
}

.news-label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #2563eb;
  color: #fff;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 10;
}

.news-track {
  display: flex;
  white-space: nowrap;
  animation: news-scroll 160s linear infinite;
  padding-left: 150px;
}

.news-item {
  display: inline-flex;
  align-items: center;
  margin-right: 4rem;
  color: #e2e8f0;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.news-item:hover {
  color: #38bdf8;
}

.news-item::before {
  content: "⚡";
  margin-right: 1rem;
}

@keyframes news-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* AI Project Planner Styles */
#modal-planner-chat-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1rem 1.25rem;
  overflow-y: auto;
  min-height: 0;
}

#modal-planner-chat-box .planner-bubble.ai {
  background: #e0f2fe;
  color: #0c4a6e;
  border: 1px solid #7dd3fc;
}

#modal-planner-chat-box .planner-bubble.user {
  background: #2563eb;
  color: #fff;
  border: none;
}

.ai-planner-modal .modal-content {
  width: min(750px, 95%);
  height: 75vh;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #bae6fd;
  box-shadow: 0 0 50px rgba(14, 165, 233, 0.2);
}

@media (max-width: 480px) {
  .ai-planner-modal .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .ai-header {
    padding: 1rem;
  }

  .floating-whatsapp {
    bottom: 1rem !important;
    right: 1rem !important;
    width: 44px;
    height: 44px;
  }

  .floating-ai-search-dock {
    bottom: 8.3rem !important;
    right: 1rem !important;
  }

  .floating-ai-search-btn.ai-robot-icon {
    width: 44px;
    height: 44px;
  }

  .tev-floating-stack {
    bottom: 11.9rem !important;
    right: 1rem !important;
  }

  .tev-floating-stack .tev-floating-cart {
    font-size: 0.78rem;
    padding: 0.45rem 0.7rem;
  }

  .chat-tooltip {
    display: none;
    /* Tooltips can be annoying on touch */
  }
}

.ai-header {
  padding: 1.5rem 2rem;
  background: linear-gradient(90deg, #1e3a8a, #0ea5e9);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ai-status-dot {
  width: 10px;
  height: 10px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 10px #22c55e;
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

.chat-container {
  flex: 1;
  padding: 1.5rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #0f172a;
  /* Solid dark background */
}

.planner-bubble {
  max-width: 85%;
  padding: 0.8rem 1rem;
  border-radius: 18px;
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.planner-bubble.ai {
  align-self: flex-start;
  background: #2563eb;
  color: #ffffff;
  border: 1px solid #1e40af;
  border-bottom-left-radius: 4px;
}

.planner-bubble.user {
  align-self: flex-end;
  background: #ffffff;
  color: #0f172a;
  border: 1px solid #e2e8f0;
  border-bottom-right-radius: 4px;
  font-weight: 500;
}

.chat-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.5rem;
}

.option-btn {
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.3);
  color: #38bdf8;
  padding: 0.6rem 1.2rem;
  border-radius: 99px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}

.option-btn:hover {
  background: #38bdf8;
  color: #000;
  transform: translateY(-2px);
}

/* Thunder AI Architect — detailed project blueprint */
.planner-bubble.ai .tev-architect-report,
#planner-panel .tev-architect-report {
  background: #ffffff;
  color: #0f172a;
  border-radius: 16px;
  padding: 1rem 1.1rem;
  margin-top: 0.35rem;
  border: 2px solid #1e3a8a;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
  max-width: 100%;
  font-size: 0.78rem;
  line-height: 1.45;
}

.tev-architect-report__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 0.5rem;
  margin-bottom: 0.65rem;
  font-weight: 800;
  color: #1e3a8a;
}

.tev-architect-report__id {
  background: #eff6ff;
  color: #1e40af;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  font-size: 0.65rem;
}

.tev-architect-report__client {
  margin: 0 0 0.75rem;
  color: #64748b;
  font-size: 0.72rem;
}

.tev-architect-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.tev-architect-card {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.55rem 0.65rem;
  background: #f8fafc;
}

.tev-architect-card span {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  color: #2563eb;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.tev-architect-card strong {
  display: block;
  font-size: 0.95rem;
  margin-top: 0.15rem;
}

.tev-architect-card small {
  display: block;
  font-size: 0.62rem;
  color: #64748b;
  margin-top: 0.1rem;
}

.tev-architect-report h4 {
  margin: 0.75rem 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: #0f172a;
}

.tev-architect-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.7rem;
  margin-bottom: 0.35rem;
}

.tev-architect-table th,
.tev-architect-table td {
  border: 1px solid #e2e8f0;
  padding: 0.35rem 0.45rem;
  text-align: left;
}

.tev-architect-table th {
  background: #eff6ff;
  font-weight: 700;
}

.tev-architect-list {
  margin: 0 0 0.5rem;
  padding-left: 1.1rem;
  color: #334155;
}

.tev-architect-list li {
  margin-bottom: 0.2rem;
}

.tev-architect-note {
  font-size: 0.65rem;
  color: #64748b;
  margin: 0.5rem 0;
}

.tev-architect-note--timeline {
  background: #fffbeb;
  border-left: 3px solid #f59e0b;
  padding: 0.5rem 0.65rem;
  border-radius: 0 8px 8px 0;
  font-weight: 600;
  color: #92400e;
}

/* ── Disclaimer acknowledgement gate ─────────────────────────────────── */
.tev-planner-ack__box {
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  font-size: 0.74rem;
  line-height: 1.5;
}

.tev-planner-ack__label {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  cursor: pointer;
  color: #78350f;
  margin-bottom: 0.6rem;
}

.tev-planner-ack__check {
  margin-top: 0.2rem;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  accent-color: #b45309;
}

.tev-planner-ack__btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* ── Report metadata + AI confidence + legal disclaimer ──────────────── */
.tev-report-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.4rem;
  margin: 0.55rem 0;
  padding: 0.55rem 0.65rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.7rem;
}

.tev-report-meta span {
  display: block;
  font-size: 0.56rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #64748b;
}

.tev-report-meta strong {
  color: #0f172a;
  font-size: 0.72rem;
}

.tev-conf-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 0.45rem;
  margin: 0.5rem 0 0.3rem;
}

.tev-conf-chip {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  padding: 0.45rem 0.5rem;
  text-align: center;
}

.tev-conf-chip span {
  display: block;
  font-size: 0.58rem;
  font-weight: 700;
  color: #1e40af;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.tev-conf-chip strong {
  font-size: 0.95rem;
  color: #0f172a;
}

.tev-conf-chip--high {
  background: #ecfdf5;
  border-color: #6ee7b7;
}

.tev-conf-chip--high span { color: #047857; }

.tev-conf-chip--low {
  background: #fffbeb;
  border-color: #fcd34d;
}

.tev-conf-chip--low span { color: #b45309; }

.tev-architect-summary__disclaimer {
  margin: 0.45rem 0 0;
  font-size: 0.66rem;
  color: #92400e;
}

.tev-legal-disclaimer {
  margin: 0.7rem 0 0.4rem;
  padding: 0.6rem 0.75rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #94a3b8;
  border-radius: 0 10px 10px 0;
  font-size: 0.7rem;
  color: #475569;
}

.tev-legal-disclaimer h4 {
  margin-top: 0;
}

.tev-legal-disclaimer p {
  margin: 0.4rem 0 0;
}

.tev-architect-footer-note {
  margin: 0.6rem 0 0.2rem;
  font-size: 0.62rem;
  font-weight: 600;
  text-align: center;
  color: #64748b;
  border-top: 1px dashed #cbd5e1;
  padding-top: 0.45rem;
}

/* ── AI education cards (AC vs DC vs Hybrid) ─────────────────────────── */
.tev-edu-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.5rem;
  margin: 0.6rem 0 0.2rem;
}

.tev-edu-card {
  position: relative;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.65rem 0.7rem;
  font-size: 0.72rem;
  line-height: 1.45;
}

.tev-edu-card h5 {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  color: #0f172a;
}

.tev-edu-card p {
  margin: 0.15rem 0;
  color: #475569;
}

.tev-edu-card--active {
  background: #eff6ff;
  border-color: #2563eb;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.12);
}

.tev-edu-card__badge {
  position: absolute;
  top: -8px;
  right: 8px;
  background: #2563eb;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
}

/* ── Agent team trace ────────────────────────────────────────────────── */
.tev-agent-trace {
  margin: 0.55rem 0;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.45rem 0.65rem;
  font-size: 0.74rem;
}

.tev-agent-trace summary {
  cursor: pointer;
  font-weight: 700;
  color: #1e3a8a;
}

.tev-agent-trace ul {
  margin: 0.45rem 0 0.2rem;
}

/* ── ROI dashboard + investment tier cards ───────────────────────────── */
.tev-roi-dash {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
  gap: 0.45rem;
  margin: 0.7rem 0;
  padding: 0.65rem;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%);
  border-radius: 14px;
}

.tev-roi-dash__item {
  text-align: center;
  padding: 0.3rem 0.2rem;
}

.tev-roi-dash__item span {
  display: block;
  font-size: 0.58rem;
  font-weight: 600;
  color: #93c5fd;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.tev-roi-dash__item strong {
  font-size: 0.92rem;
  color: #fff;
}

.tev-roi-dash__rating {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 800;
  border-radius: 10px;
  padding: 0.4rem;
  margin-top: 0.15rem;
}

.tev-tier-stars {
  letter-spacing: 2px;
}

.tev-tier-rating--high { background: rgba(16, 185, 129, 0.2); color: #6ee7b7; }
.tev-tier-rating--ok { background: rgba(59, 130, 246, 0.2); color: #93c5fd; }
.tev-tier-rating--no { background: rgba(239, 68, 68, 0.2); color: #fca5a5; }

.tev-tier-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.55rem;
  margin: 0.5rem 0 0.75rem;
}

.tev-tier-card {
  position: relative;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.7rem 0.75rem 0.6rem;
}

.tev-tier-card--rec {
  background: #eff6ff;
  border: 2px solid #2563eb;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.12);
}

.tev-tier-card__badge {
  position: absolute;
  top: -9px;
  right: 10px;
  background: #2563eb;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.4px;
  padding: 0.14rem 0.5rem;
  border-radius: 99px;
}

.tev-tier-card h5 {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 800;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.tev-tier-card__inv {
  font-size: 1.05rem;
  font-weight: 800;
  color: #1e3a8a;
}

.tev-tier-card__setup {
  margin: 0.2rem 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: #0f172a;
}

.tev-tier-card__machines {
  font-size: 0.66rem;
  margin: 0 0 0.35rem;
}

.tev-tier-power {
  margin: 0.25rem 0;
  font-size: 0.64rem;
  font-weight: 700;
}

.tev-tier-card__roi {
  display: flex;
  gap: 0.4rem;
  border-top: 1px dashed #cbd5e1;
  padding-top: 0.4rem;
}

.tev-tier-card__roi > div {
  flex: 1;
  text-align: center;
}

.tev-tier-card__roi span {
  display: block;
  font-size: 0.56rem;
  color: #64748b;
  font-weight: 600;
}

.tev-tier-card__roi strong {
  font-size: 0.74rem;
  color: #047857;
}

.tev-tier-uplift {
  margin: 0.35rem 0 0;
  font-size: 0.62rem;
  font-weight: 700;
  color: #047857;
  background: #ecfdf5;
  border-radius: 6px;
  padding: 0.25rem 0.4rem;
}

.tev-tier-reason {
  margin: 0.35rem 0 0;
  font-size: 0.62rem;
  color: #475569;
  line-height: 1.4;
}

.tev-tier-conf {
  margin: 0.25rem 0 0;
  font-size: 0.58rem;
  color: #64748b;
}

.tev-tier-conf b {
  color: #1d4ed8;
}

/* Solution Architect summary */
.tev-customer-selected-banner {
  background: linear-gradient(135deg, #eff6ff 0%, #ecfdf5 100%);
  border: 1px solid #93c5fd;
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0.65rem;
}

.tev-customer-selected-banner strong {
  display: block;
  color: #1e40af;
  margin-bottom: 0.25rem;
}

.tev-customer-selected-banner p {
  margin: 0;
  font-size: 0.78rem;
  color: #334155;
}

.tev-charger-picker {
  margin-top: 0.5rem;
  padding: 0.65rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.tev-charger-picker__hint {
  font-size: 0.78rem;
  color: #475569;
  margin: 0 0 0.5rem;
}

.tev-charger-picker__list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-height: 280px;
  overflow-y: auto;
}

.tev-charger-picker__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.45rem 0.55rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.tev-charger-picker__label small {
  display: block;
  font-size: 0.65rem;
  color: #64748b;
}

.tev-charger-picker__qty {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.tev-charger-picker__btn {
  width: 28px;
  height: 28px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
}

.tev-charger-picker__count {
  min-width: 1.25rem;
  text-align: center;
  font-weight: 700;
}

.tev-charger-picker__summary {
  margin: 0.55rem 0;
  font-size: 0.82rem;
  color: #0f172a;
}

.tev-charger-picker__continue {
  width: 100%;
}

.tev-sol-summary {
  margin: 0.6rem 0;
}

.tev-sol-summary > h4 {
  margin: 0 0 0.4rem;
}

.tev-sol-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.45rem;
}

.tev-sol-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.5rem 0.6rem;
}

.tev-sol-card span {
  display: block;
  font-size: 0.56rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  margin-bottom: 0.2rem;
}

.tev-sol-card strong {
  font-size: 0.92rem;
  color: #0f172a;
}

.tev-sol-card small {
  display: block;
  font-size: 0.58rem;
  color: #64748b;
  margin-top: 0.15rem;
}

.tev-sol-card--setup {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #eef2ff, #f8fafc);
  border-color: #c7d2fe;
}

.tev-sol-setup__line {
  font-size: 0.82rem;
  font-weight: 700;
  color: #1e3a8a;
}

.tev-sol-card--ok {
  background: #ecfdf5;
  border-color: #a7f3d0;
}

.tev-sol-card--ok strong {
  color: #047857;
}

.tev-sol-card--warn {
  background: #fffbeb;
  border-color: #fde68a;
}

.tev-sol-card--warn strong {
  color: #b45309;
}

.tev-sol-card--cost {
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.tev-sol-card--cost strong {
  color: #15803d;
  font-size: 1rem;
}

.tev-sol-boq-total td {
  background: #eef2ff !important;
  border-top: 2px solid #c7d2fe;
}

.tev-sol-recs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.tev-sol-recs li {
  font-size: 0.68rem;
  line-height: 1.45;
  padding: 0.3rem 0.5rem;
  border-radius: 7px;
}

.tev-sol-rec--ok {
  background: #ecfdf5;
  color: #065f46;
}

.tev-sol-rec--warn {
  background: #fffbeb;
  color: #92400e;
}

/* Advanced Investment Analysis (optional) */
.tev-advanced {
  margin: 0.7rem 0;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fafafa;
}

.tev-advanced > summary {
  cursor: pointer;
  padding: 0.55rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #1e3a8a;
}

.tev-advanced__body {
  padding: 0.2rem 0.7rem 0.7rem;
}

/* Demand-based revenue model */
.tev-rev-table td:first-child {
  font-weight: 600;
  color: #334155;
}

.tev-rev-table th:nth-child(3),
.tev-rev-table td:nth-child(3) {
  background: #eef2ff;
  font-weight: 700;
}

.tev-rev-assumptions {
  margin: 0.3rem 0 0.6rem;
  font-size: 0.6rem;
  color: #64748b;
  line-height: 1.5;
}

.tev-growth-note {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  border-radius: 8px;
  padding: 0.45rem 0.6rem;
  font-size: 0.66rem;
  line-height: 1.45;
}

/* Units-sold ROI — Investment Summary & Revenue Potential */
.tev-inv-summary {
  margin-bottom: 0.6rem;
}

.tev-inv-summary h4 {
  margin-bottom: 0.35rem;
}

.tev-rev-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.5rem;
  margin: 0.4rem 0 0.5rem;
}

.tev-rev-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.55rem 0.65rem;
  font-size: 0.66rem;
}

.tev-rev-card--rec {
  border-color: #6366f1;
  box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.15);
  background: #f5f7ff;
}

.tev-rev-card--na {
  background: #f8fafc;
  color: #64748b;
}

.tev-rev-card--na p {
  margin: 0.3rem 0 0;
  font-size: 0.62rem;
  line-height: 1.4;
}

.tev-rev-card__head {
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.35rem;
}

.tev-rev-card__head small {
  display: block;
  font-weight: 600;
  color: #64748b;
  margin-top: 0.1rem;
}

.tev-rev-card__row {
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
  padding: 0.12rem 0;
}

.tev-rev-card__row span {
  color: #64748b;
}

.tev-rev-insights li {
  color: #1e3a8a;
}

.tev-roi-table th:nth-child(1),
.tev-roi-table td:nth-child(1) {
  font-weight: 600;
}

.tev-roi-row--rec td {
  background: #eef2ff;
  font-weight: 600;
}

.tev-roi-row--na td {
  color: #64748b;
  font-style: italic;
}

.tev-loc-intel {
  margin: 0.6rem 0;
  padding: 0.5rem 0;
  border-top: 1px solid #e2e8f0;
}

.tev-funding {
  margin: 0.6rem 0;
  padding: 0.5rem 0;
  border-top: 1px solid #e2e8f0;
}

.tev-fund-summary {
  margin-bottom: 0.5rem;
}

.tev-fund-badge {
  display: inline-block;
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
  font-size: 0.58rem;
  font-weight: 700;
}

.tev-fund--ok {
  background: #ecfdf5;
  color: #065f46;
}

.tev-fund--maybe {
  background: #fffbeb;
  color: #92400e;
}

.tev-fund--no {
  background: #f1f5f9;
  color: #64748b;
}

.tev-fund--highlight strong {
  color: #1d4ed8;
}

.tev-fund-disclaimer {
  background: #fef3c7;
  border: 1px solid #fcd34d;
  border-radius: 8px;
  padding: 0.45rem 0.6rem;
  color: #78350f;
}

.tev-fund-table td {
  vertical-align: top;
}

/* Agentic AI Strategic Recommendation */
.tev-strategy {
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  border: 1px solid #c7d2fe;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
  margin: 0.6rem 0;
}

.tev-strategy > h4 {
  margin: 0 0 0.3rem;
}

.tev-strategy__intro {
  margin: 0 0 0.5rem;
  font-size: 0.64rem;
  color: #4338ca;
  line-height: 1.45;
}

.tev-strategy__points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.tev-strategy__points li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.tev-strategy__num {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #4f46e5;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}

.tev-strategy__points b {
  font-size: 0.66rem;
  color: #1e293b;
}

.tev-strategy__points p {
  margin: 0.12rem 0 0;
  font-size: 0.64rem;
  color: #475569;
  line-height: 1.45;
}

.tev-strategy__insights li {
  font-size: 0.64rem;
  line-height: 1.45;
}

.tev-strategy__challenges {
  margin-top: 0.5rem;
  font-size: 0.64rem;
}

.tev-strategy__challenges summary {
  cursor: pointer;
  font-weight: 700;
  color: #4338ca;
}

.tev-strategy__challenges ul {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.tev-strategy__challenges li b {
  color: #1e293b;
}

.tev-strategy__challenges li span {
  color: #475569;
}

.tev-tier-logic {
  background: #fafaf9;
  border: 1px solid #e7e5e4;
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  margin: 0.4rem 0 0.6rem;
}

.tev-tier-logic h4 {
  margin: 0 0 0.35rem;
}

/* Project proposal — Economy / Standard / Premium */
.tev-proposal {
  margin: 0.75rem 0 1rem;
  padding: 0.75rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border: 1px solid #e2e8f0;
  border-radius: 14px;
}

.tev-proposal__intro h4 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: #1e3a8a;
}

.tev-proposal__intro p {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  color: #475569;
  line-height: 1.45;
}

.tev-proposal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.65rem;
}

.tev-proposal-card {
  position: relative;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.65rem 0.7rem 0.75rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.tev-proposal-card--rec {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb, 0 8px 24px rgba(37, 99, 235, 0.12);
}

.tev-proposal-card__badge {
  position: absolute;
  top: -0.45rem;
  right: 0.65rem;
  background: #2563eb;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.tev-proposal-card__head h5 {
  margin: 0;
  font-size: 0.95rem;
  color: #0f172a;
}

.tev-proposal-card__sub {
  margin: 0.15rem 0 0.45rem;
  font-size: 0.68rem;
  color: #64748b;
}

.tev-proposal-card__total {
  font-size: 1.15rem;
  font-weight: 800;
  color: #1d4ed8;
  margin-bottom: 0.25rem;
}

.tev-proposal-card__total small {
  font-size: 0.62rem;
  font-weight: 600;
  color: #64748b;
  margin-left: 0.25rem;
}

.tev-proposal-card__setup {
  font-size: 0.72rem;
  color: #334155;
  margin: 0 0 0.45rem;
}

.tev-proposal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.65rem;
  margin-bottom: 0.4rem;
}

.tev-proposal-table th,
.tev-proposal-table td {
  border-bottom: 1px solid #eef2f7;
  padding: 0.28rem 0.2rem;
  text-align: left;
}

.tev-proposal-table th {
  color: #64748b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.58rem;
}

.tev-proposal-power {
  font-size: 0.68rem;
  margin: 0.25rem 0 0.4rem;
}

.tev-proposal-card__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  font-size: 0.68rem;
  color: #475569;
  border-top: 1px dashed #e2e8f0;
  padding-top: 0.45rem;
}

.tev-proposal-card__foot strong {
  color: #0f172a;
  display: block;
}

/* ── ChargMod-style commercial proposal (in-chat report) ─────────────── */
.tev-commercial-proposal {
  margin: 1rem 0 1.25rem;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.tev-cp-cover {
  text-align: center;
  padding: 1.75rem 1.25rem 1.5rem;
  background: linear-gradient(165deg, #eff6ff 0%, #f8fafc 55%, #fff 100%);
  border-bottom: 3px solid #1e3a8a;
}

.tev-cp-cover__co {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1e3a8a;
  margin-bottom: 0.75rem;
}

.tev-cp-cover h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
}

.tev-cp-cover p {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: #475569;
}

.tev-cp-letter {
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #334155;
}

.tev-cp-letter__sal {
  font-weight: 700;
  color: #0f172a;
}

.tev-cp-letter__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.55rem 1rem;
  margin: 0.85rem 0;
  padding: 0.65rem 0.75rem;
  background: #f8fafc;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
}

.tev-cp-letter__meta span {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
}

.tev-cp-letter__meta strong {
  font-size: 0.78rem;
  color: #0f172a;
}

.tev-cp-letter__sign {
  margin: 0.75rem 0 0;
  font-size: 0.78rem;
}

.tev-cp-section {
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid #eef2f7;
}

.tev-cp-section h4 {
  margin: 0 0 0.55rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #1e3a8a;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.tev-cp-section--append {
  background: #fafbff;
}

.tev-cp-pillar {
  margin-bottom: 0.55rem;
  padding: 0.55rem 0.65rem;
  border-left: 3px solid #2563eb;
  background: #f8fafc;
  border-radius: 0 8px 8px 0;
}

.tev-cp-pillar strong {
  display: block;
  font-size: 0.75rem;
  color: #0f172a;
  margin-bottom: 0.2rem;
}

.tev-cp-pillar p {
  margin: 0;
  font-size: 0.72rem;
  color: #475569;
  line-height: 1.45;
}

.tev-commercial-proposal .tev-proposal-grid {
  padding: 0 0 0.25rem;
}

.tev-cp-boq,
.tev-cp-roi,
.tev-cp-pay {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.72rem;
}

.tev-cp-boq th,
.tev-cp-boq td,
.tev-cp-roi th,
.tev-cp-roi td,
.tev-cp-pay th,
.tev-cp-pay td {
  border: 1px solid #e2e8f0;
  padding: 0.35rem 0.45rem;
  text-align: left;
}

.tev-cp-boq thead th,
.tev-cp-roi thead th,
.tev-cp-pay thead th {
  background: #1e3a8a;
  color: #fff;
  font-weight: 700;
  font-size: 0.68rem;
}

.tev-cp-total td,
.tev-cp-grand td {
  background: #eff6ff;
  font-weight: 700;
}

.tev-cp-grand td {
  background: #dbeafe;
  color: #1e3a8a;
}

.tev-cp-note {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  color: #64748b;
}

.tev-cp-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tev-cp-be {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.65rem;
  padding: 0.55rem 0.75rem;
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  border-radius: 8px;
  font-size: 0.75rem;
  color: #065f46;
}

.tev-cp-be strong {
  color: #047857;
}

.tev-cp-disclaimer {
  margin: 0;
  padding: 0.85rem 1.25rem 1rem;
  font-size: 0.68rem;
  color: #64748b;
  line-height: 1.45;
  background: #f8fafc;
}

.tev-cp-section--cost {
  background: #fafbff;
}

.tev-cp-section--cost .tev-architect-cost {
  margin: 0.5rem 0 0.75rem;
}

.tev-cp-section--scenarios {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  padding: 0.75rem 0.85rem;
  margin-bottom: 0.75rem;
}

.tev-cp-rec-budget {
  margin: 0.65rem 0;
  padding: 0.55rem 0.7rem;
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  border-radius: 8px;
}

.tev-cp-rec-budget span {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #047857;
}

.tev-cp-rec-budget strong {
  font-size: 1.05rem;
  color: #065f46;
}

.tev-cp-inc-exc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 0.5rem;
  font-size: 0.72rem;
}

.tev-cp-inc-exc h5 {
  margin: 0 0 0.25rem;
  font-size: 0.68rem;
  text-transform: uppercase;
  color: #475569;
}

.tev-cp-inc-exc ul {
  margin: 0;
  padding-left: 1rem;
}

.tev-cp-muted {
  color: #64748b;
  font-size: 0.68rem;
}

.tev-cp-section--grid {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  padding: 0.75rem 0.85rem;
  margin-bottom: 0.75rem;
}

.tev-cp-rates td:last-child,
.tev-cp-rates th:last-child {
  text-align: right;
}

.tev-cp-boq-details {
  margin: 0.65rem 0;
  font-size: 0.72rem;
}

.tev-cp-boq-details summary {
  cursor: pointer;
  font-weight: 700;
  color: #1d4ed8;
  margin-bottom: 0.35rem;
}

.tev-master-cost-disclaimer {
  margin-top: 0.65rem;
  padding: 0.55rem 0.65rem;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 8px;
  font-size: 0.68rem;
  color: #78350f;
  line-height: 1.45;
}

.tev-master-cost-disclaimer p {
  margin: 0 0 0.35rem;
}

.tev-cp-gst-total {
  grid-column: 1 / -1;
  margin-top: 0.35rem;
  padding-top: 0.45rem;
  border-top: 1px dashed #93c5fd;
}

.tev-cp-gst-total span {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e40af;
}

.tev-cp-gst-total strong {
  font-size: 1rem;
  color: #1e3a8a;
}

.tev-cp-setup {
  margin: 0 0 0.45rem;
  font-size: 0.75rem;
  color: #334155;
}

.tev-cp-subhead {
  margin: 0.75rem 0 0.4rem !important;
  font-size: 0.78rem !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: #0f172a !important;
}

.tev-cp-machines {
  margin-top: 0.25rem;
}

.tev-cp-more {
  margin: 0.75rem 0 0;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  background: #fafbfc;
}

.tev-cp-more > summary {
  cursor: pointer;
  padding: 0.65rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #475569;
  list-style-position: inside;
}

.tev-cp-more__body {
  padding: 0 0.85rem 0.85rem;
  border-top: 1px solid #e2e8f0;
}

.tev-architect-boq {
  margin-top: 1rem;
  border-top: 2px dashed #cbd5e1;
  padding-top: 0.75rem;
}

.tev-architect-boq__head {
  font-size: 0.8rem;
  color: #475569;
  margin: 0 0 0.5rem;
}

/* ── AI feasibility & investment report blocks ───────────────────────── */
.tev-feas-block h4 {
  margin: 0.9rem 0 0.4rem;
}

.tev-feas-verdict {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-radius: 12px;
  padding: 0.65rem 0.85rem;
  margin: 0.6rem 0;
  border: 1px solid #e2e8f0;
}

.tev-feas-verdict--high { background: #ecfdf5; border-color: #6ee7b7; }
.tev-feas-verdict--ok { background: #eff6ff; border-color: #93c5fd; }
.tev-feas-verdict--no { background: #fef2f2; border-color: #fca5a5; }

.tev-feas-verdict__score {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1;
}

.tev-feas-verdict__score small {
  font-size: 0.7rem;
  color: #64748b;
  font-weight: 700;
}

.tev-feas-verdict__label strong {
  display: block;
  font-size: 0.85rem;
  letter-spacing: 0.4px;
}

.tev-feas-verdict--high .tev-feas-verdict__label strong { color: #047857; }
.tev-feas-verdict--ok .tev-feas-verdict__label strong { color: #1d4ed8; }
.tev-feas-verdict--no .tev-feas-verdict__label strong { color: #b91c1c; }

.tev-feas-verdict__label span {
  font-size: 0.65rem;
  color: #64748b;
}

.tev-feas-scores {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
  gap: 0.4rem;
}

.tev-feas-score {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.45rem 0.55rem;
  text-align: center;
}

.tev-feas-score span {
  display: block;
  font-size: 0.6rem;
  color: #64748b;
  font-weight: 600;
}

.tev-feas-score strong {
  font-size: 1rem;
  color: #1e3a8a;
}

.tev-feas-score small {
  font-size: 0.58rem;
  color: #94a3b8;
}

.tev-feas-conf {
  font-size: 0.62rem;
  font-weight: 700;
  color: #1d4ed8;
  background: #eff6ff;
  border-radius: 99px;
  padding: 0.12rem 0.5rem;
  margin-left: 0.35rem;
  vertical-align: middle;
}

.tev-feas-ok { color: #047857; }
.tev-feas-warn { color: #b45309; }

.tev-feas-scen--rec td {
  background: #ecfdf5;
  font-weight: 700;
}

.tev-feas-risk {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.4px;
  border-radius: 99px;
  padding: 0.15rem 0.55rem;
  margin-right: 0.3rem;
}

.tev-feas-risk--low { background: #ecfdf5; color: #047857; }
.tev-feas-risk--med { background: #fffbeb; color: #b45309; }
.tev-feas-risk--high { background: #fef2f2; color: #b91c1c; }

.tev-feas-conclusion {
  background: #f0f9ff;
  border-left: 3px solid #0284c7;
  border-radius: 0 10px 10px 0;
  padding: 0.55rem 0.75rem;
  margin: 0.75rem 0 0.25rem;
}

.tev-feas-conclusion h4 {
  margin: 0 0 0.3rem;
}

.tev-feas-conclusion p {
  margin: 0;
  font-size: 0.74rem;
  color: #0c4a6e;
  line-height: 1.5;
}

.tev-architect-actions--export {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.75rem;
  padding-top: 0.65rem;
  border-top: 1px solid #e2e8f0;
}

.tev-architect-actions--export .btn,
.tev-architect-actions--export .tev-architect-wa {
  flex: 1 1 auto;
  min-width: 120px;
  margin-top: 0;
  font-size: 0.68rem;
  padding: 0.5rem 0.65rem;
}

.tev-architect-disclaimer {
  margin-top: 0.85rem;
  padding: 0.65rem 0.75rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.62rem;
  color: #475569;
  line-height: 1.45;
}

.tev-architect-disclaimer__title {
  margin: 0.35rem 0 0.25rem;
  font-size: 0.68rem;
  font-weight: 800;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.tev-architect-disclaimer__ai {
  margin: 0 0 0.35rem;
  font-size: 0.6rem;
  color: #2563eb;
  font-style: italic;
}

.tev-architect-disclaimer__footer {
  margin: 0.5rem 0 0;
  font-size: 0.58rem;
  color: #94a3b8;
}

.tev-architect-wa {
  width: 100%;
  margin-top: 0.65rem;
  background: #25d366;
  color: #fff;
  border: none;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  font-weight: 800;
  font-size: 0.75rem;
  cursor: pointer;
}

.tev-architect-wa:hover {
  filter: brightness(1.05);
}

.tev-architect-ai-badge {
  display: inline-block;
  margin-left: 0.35rem;
  font-size: 0.58rem;
  font-weight: 800;
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  background: #4ade80;
  color: #14532d;
  vertical-align: middle;
}

.tev-architect-ai-badge--rules {
  background: #e2e8f0;
  color: #475569;
}

.tev-architect-summary {
  background: #eff6ff;
  border-left: 4px solid #2563eb;
  padding: 0.65rem 0.85rem;
  margin-bottom: 0.75rem;
  border-radius: 0 10px 10px 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #1e3a8a;
}

.tev-architect-cost {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.45rem;
  margin-bottom: 0.5rem;
}

.tev-architect-cost>div {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.45rem 0.55rem;
}

.tev-architect-cost span {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
}

.tev-architect-cost strong {
  font-size: 0.85rem;
  color: #0f172a;
}

.tev-architect-cost__total {
  grid-column: 1 / -1;
  background: #1e3a8a !important;
  border-color: #1e3a8a !important;
}

.tev-architect-cost__total span,
.tev-architect-cost__total strong {
  color: #fff !important;
}

#planner-panel .chat-options .option-btn {
  background: #eff6ff;
  border-color: #93c5fd;
  color: #1d4ed8;
}

#planner-panel .chat-options .option-btn:hover {
  background: #2563eb;
  color: #fff;
}

/* Plan My Project — OTP panel, typing indicator, actions */
.tev-planner-otp {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-top: 0.5rem;
}

.tev-planner-otp-hint {
  width: 100%;
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  color: #64748b;
}

.tev-planner-otp-input {
  min-width: 120px;
  flex: 1;
  padding: 0.55rem 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 0.9rem;
}

.tev-planner-multiselect {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin-top: 0.5rem;
}

.tev-planner-chip {
  border: 2px solid #cbd5e1;
  background: #fff;
  color: #1e40af;
  border-radius: 99px;
  padding: 0.4rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tev-planner-chip.is-selected {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

.tev-planner-chip:hover {
  border-color: #2563eb;
}

.tev-planner-multiselect-done {
  background: #16a34a !important;
  color: #fff !important;
  border-color: #16a34a !important;
}

.tev-planner-otp button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.tev-planner-typing {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  padding: 0.75rem 1rem !important;
}

.tev-planner-typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #94a3b8;
  animation: tev-planner-dot 1.2s infinite ease-in-out;
}

.tev-planner-typing span:nth-child(2) {
  animation-delay: 0.15s;
}

.tev-planner-typing span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes tev-planner-dot {

  0%,
  80%,
  100% {
    opacity: 0.35;
    transform: scale(0.85);
  }

  40% {
    opacity: 1;
    transform: scale(1);
  }
}

.tev-architect-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.tev-planner-progress__label {
  font-size: 0.65rem;
  color: inherit;
}

.tev-planner-clear-confirm {
  position: fixed;
  inset: 0;
  z-index: 25000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(6px);
}

.tev-planner-clear-confirm.active {
  display: flex;
}

.tev-planner-clear-confirm__box {
  background: #fff;
  border-radius: 20px;
  padding: 1.75rem;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.2);
  animation: tev-planner-fade-in 0.25s ease;
}

.tev-planner-clear-confirm__box h3 {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  color: #0f172a;
}

.tev-planner-clear-confirm__box p {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.5;
}

.tev-planner-clear-confirm__actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@keyframes tev-planner-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.cost-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #38bdf8;
  border-radius: 15px;
  padding: 1.5rem;
  margin-top: 1rem;
  width: 100%;
}

.cost-item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.total-row {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid #38bdf8;
  font-weight: 800;
  font-size: 1.2rem;
  color: #38bdf8;
}

.ai-planner-card {
  background: linear-gradient(135deg, #1e3a8a, #0ea5e9) !important;
  color: white !important;
  border: none !important;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 250px;
}

.ai-planner-card h3,
.ai-planner-card p {
  position: relative;
  z-index: 2;
}

.ai-planner-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: shimmer-ai 10s infinite linear;
}

@keyframes shimmer-ai {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Hub product cards — subtle lift on hover */
.card.product-card,
.charger-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.card.product-card:hover,
.charger-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(37, 99, 235, 0.12);
}

/* Live installation map */
/* Live Points map modal */
.tev-map-modal.active {
  display: flex !important;
}

.tev-map-modal__panel {
  background: #fff !important;
  color: #0f172a;
  border-color: rgba(37, 99, 235, 0.15) !important;
}

.tev-map-modal__panel .modal-close {
  color: #0f172a;
  background: rgba(15, 23, 42, 0.06);
}

.tev-map-modal__panel .electric-heading {
  color: #1d4ed8;
}

#map-modal #expanded-map {
  background: #e2e8f0;
  z-index: 1;
}

#map-modal #expanded-map .leaflet-container {
  width: 100%;
  height: 100%;
  min-height: 320px;
  font-family: inherit;
}

.tev-map-loading {
  position: absolute;
  inset: 0;
  z-index: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  font-size: 0.85rem;
  color: #475569;
  font-weight: 500;
}

.tev-map-loading-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(37, 99, 235, 0.2);
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: tev-map-spin 0.75s linear infinite;
}

@keyframes tev-map-spin {
  to {
    transform: rotate(360deg);
  }
}

.tev-map-empty {
  position: absolute;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  color: #64748b;
  background: rgba(248, 250, 252, 0.92);
  border-radius: 12px;
  pointer-events: none;
}

/* Leaflet divIcon — must reset default icon box or markers are invisible */
.custom-leaflet-marker {
  background: transparent !important;
  border: none !important;
}

.tev-map-marker {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.tev-map-popup-wrap .leaflet-popup-content-wrapper {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.tev-map-popup {
  font-family: Poppins, sans-serif;
  min-width: 200px;
  line-height: 1.5;
}

.tev-map-popup-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #e2e8f0;
}

.tev-map-popup-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.78rem;
  color: #334155;
  margin: 0.25rem 0;
}

.tev-map-popup-row span {
  color: #64748b;
  flex-shrink: 0;
}

.tev-map-popup-row strong {
  text-align: right;
  font-weight: 600;
}

/* Plan My Project — in-chat report print */
@media print {
  body * {
    visibility: hidden;
  }

  #planner-panel .tev-architect-report,
  #planner-panel .tev-architect-report *,
  #ai-planner-modal .tev-architect-report,
  #ai-planner-modal .tev-architect-report * {
    visibility: visible;
  }

  #planner-panel .tev-architect-report,
  #ai-planner-modal .tev-architect-report {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: none;
    border: none;
    box-shadow: none;
  }

  .tev-architect-actions--export,
  .tev-architect-wa,
  .chat-options,
  .chat-input-area,
  .tev-planner-otp,
  .tev-planner-multiselect {
    display: none !important;
  }
}