.elementor-16655 .elementor-element.elementor-element-5961461{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b1e7c17 */.crg-calculator {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #1A1A1A;
  color: #B0B0B0;
  padding: 32px;
  border-radius: 12px;
  max-width: 800px;
  margin: 40px auto;
}

.crg-calculator * {
  box-sizing: border-box;
}

.crg-callout {
  border: 2px solid #FF6B35;
  background-color: rgba(255, 107, 53, 0.05);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  margin-bottom: 32px;
}

.crg-callout-label {
  font-size: 14px;
  font-weight: 500;
  color: #B0B0B0;
  margin: 0 0 4px 0;
}

.crg-callout-value {
  font-size: 40px;
  font-weight: 700;
  color: #FF6B35;
  margin: 0;
  line-height: 1.2;
}

.crg-callout-sub {
  font-size: 14px;
  color: #B0B0B0;
  margin: 4px 0 0 0;
}

.crg-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}

.crg-toggle-btn {
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}

.crg-toggle-btn.active {
  background-color: #FF6B35;
  color: #FFFFFF;
}

.crg-toggle-btn.inactive {
  background-color: #2A2A2A;
  color: #B0B0B0;
}

.crg-toggle-btn.inactive:hover {
  color: #FFFFFF;
}

.crg-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}

@media (max-width: 600px) {
  .crg-inputs {
    grid-template-columns: 1fr;
  }
  .crg-scenarios {
    grid-template-columns: 1fr !important;
  }
  .crg-callout-value {
    font-size: 32px;
  }
}

.crg-input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.crg-label-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.crg-label {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}

.crg-tooltip-wrap {
  position: relative;
  display: inline-block;
}

.crg-tooltip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #2A2A2A;
  font-size: 12px;
  color: #B0B0B0;
  cursor: help;
}

.crg-tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  width: 220px;
  background-color: #2A2A2A;
  color: #B0B0B0;
  font-size: 12px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #3A3A3A;
  z-index: 10;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.crg-tooltip-wrap:hover .crg-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.crg-input-field {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #2A2A2A;
  background-color: #2A2A2A;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.crg-input-field:focus-within {
  border-color: #FF6B35;
}

.crg-input-prefix,
.crg-input-suffix {
  padding: 0 12px;
  color: #B0B0B0;
  font-size: 14px;
}

.crg-input-prefix {
  padding-left: 16px;
  padding-right: 0;
}

.crg-input-suffix {
  padding-right: 16px;
  padding-left: 0;
}

.crg-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 12px 16px;
  color: #FFFFFF;
  font-size: 16px;
  font-family: inherit;
}

.crg-input::-webkit-outer-spin-button,
.crg-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.crg-input[type=number] {
  -moz-appearance: textfield;
}

.crg-leads-summary {
  background-color: #2A2A2A;
  border: 1px solid #3A3A3A;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
}

.crg-leads-summary span {
  font-weight: 600;
  color: #FFFFFF;
}

.crg-scenarios {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.crg-scenario {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #3A3A3A;
  background-color: #2A2A2A;
}

.crg-scenario.accent {
  border-color: rgba(255, 107, 53, 0.4);
}

.crg-scenario.strong {
  border: 2px solid #FF6B35;
  background-color: rgba(255, 107, 53, 0.05);
}

.crg-scenario-title {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
}

.crg-scenario-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.crg-scenario-label {
  font-size: 14px;
  color: #B0B0B0;
}

.crg-scenario-value {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}

.crg-scenario-divider {
  height: 1px;
  background-color: #3A3A3A;
}

.crg-scenario-revenue-label {
  font-size: 14px;
  color: #B0B0B0;
}

.crg-scenario-revenue-value {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}

.crg-scenario-gap {
  background-color: rgba(255, 107, 53, 0.1);
  color: #FF6B35;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  margin-top: 4px;
}

.crg-scenario-gap-label {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 2px 0;
}

.crg-scenario-gap-value {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.crg-chart {
  background-color: #2A2A2A;
  border: 1px solid #3A3A3A;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 32px;
}

.crg-chart-title {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 24px 0;
}

.crg-chart-bars {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.crg-chart-bar-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.crg-chart-bar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.crg-chart-bar-label {
  color: #B0B0B0;
}

.crg-chart-bar-value {
  font-weight: 600;
  color: #FFFFFF;
}

.crg-chart-bar-track {
  height: 12px;
  width: 100%;
  background-color: #1A1A1A;
  border-radius: 6px;
  overflow: hidden;
}

.crg-chart-bar-fill {
  height: 100%;
  border-radius: 6px;
  transition: width 0.5s ease;
  min-width: 2%;
}

.crg-chart-bar-fill.current {
  background-color: #B0B0B0;
}

.crg-chart-bar-fill.average {
  background-color: rgba(255, 107, 53, 0.6);
}

.crg-chart-bar-fill.best {
  background-color: #FF6B35;
}

.crg-insight {
  background-color: #2A2A2A;
  border: 1px solid #3A3A3A;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  color: #B0B0B0;
}

.crg-insight strong {
  color: #FFFFFF;
}

.crg-insight .highlight {
  font-weight: 600;
  color: #FF6B35;
}

.crg-assumptions {
  background-color: #2A2A2A;
  border: 1px solid #3A3A3A;
  border-radius: 12px;
  padding: 20px;
}

.crg-assumptions-title {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 12px 0;
}

.crg-assumptions-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.crg-assumptions-list li {
  font-size: 12px;
  color: #B0B0B0;
  line-height: 1.5;
}/* End custom CSS */