/* v15 custom overrides (deduped). Tailwind utilities live in 0dd551f4d852.style.css */

@media (max-width: 600px) {
  .hero-angle {
    display: none !important;
  }

  section.relative {
    background-image: linear-gradient(120deg, #e0f2ff 0%, #c8f3a2 50%, #585ee5 100%);
  }
}

.cky-btn.cky-btn-customize,
.cky-btn.cky-btn-reject {
  color: #1e40af !important;
  border-color: #1e40af !important;
}

button.cky-btn.cky-btn-accept {
  background-color: rgb(59, 130, 246) !important;
  color: rgb(255, 255, 255) !important;
}

footer.bg-gray-100 p {
  color: #4b5563;
}

.cky-btn.cky-btn-reject {
  color: #111827 !important;
  border-color: #6b7280 !important;
}

.cky-btn-accept {
  color: #ffffff !important;
  background-color: #1e40af !important;
  border-color: #1e40af !important;
}

.cky-btn-accept:hover {
  background-color: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
}

@font-face {
  font-family: "Phosphor-Fill";
  src: url(../fonts/Phosphor-Fill.woff2) format("woff2"),
    url(../fonts/Phosphor-Fill.woff) format("woff"),
    url(../fonts/Phosphor-Fill.ttf) format("truetype"),
    url(../fonts/Phosphor-Fill.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.ph-fill {
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-fill.ph-address-book:before { content: "\e900"; }
.ph-fill.ph-airplane-takeoff:before { content: "\e904"; }
.ph-fill.ph-arrow-right:before { content: "\e95c"; }
.ph-fill.ph-brain:before { content: "\e9d1"; }
.ph-fill.ph-caret-down:before { content: "\e9fd"; }
.ph-fill.ph-chart-bar:before { content: "\ea17"; }
.ph-fill.ph-check-circle:before { content: "\ea30"; }
.ph-fill.ph-coin:before { content: "\ea5e"; }
.ph-fill.ph-envelope-simple:before { content: "\eac7"; }
.ph-fill.ph-graph:before { content: "\eb6a"; }
.ph-fill.ph-lightbulb:before { content: "\ebbb"; }
.ph-fill.ph-lightning:before { content: "\ebbe"; }
.ph-fill.ph-list:before { content: "\ebcd"; }
.ph-fill.ph-lock:before { content: "\ebd2"; }
.ph-fill.ph-map-pin:before { content: "\ebe0"; }
.ph-fill.ph-money:before { content: "\ebfb"; }
.ph-fill.ph-play-circle:before { content: "\ec7e"; }
.ph-fill.ph-robot:before { content: "\ecb4"; }
.ph-fill.ph-shield-check:before { content: "\ecd3"; }
.ph-fill.ph-smiley:before { content: "\ecfa"; }
.ph-fill.ph-trademark:before { content: "\ed80"; }
.ph-fill.ph-user:before { content: "\eda4"; }
.ph-fill.ph-x:before { content: "\eddc"; }

.ph-fill.ph-list {
  display: inline-block !important;
}

/* ROI form */
.roi-form-container .error { color: red; font-size: 0.875em; min-height: 1.2em; }
.roi-form-container .roi-input-wrapper { position: relative; margin-bottom: 4px; }
.roi-form-container .roi-input-icon { position: absolute; left: 16px; top: 25px; transform: translateY(-50%); color: #9ca3af; font-size: 1.25rem; pointer-events: none; }
.roi-form-container .roi-input-with-icon { padding-left: 48px !important; }
.roi-form-container #roi_btn_register { cursor: pointer; color: white; background-color: #172554; border-radius: 10px; height: 60px; width: 100%; border: none; font-size: 1.1em; font-weight: bold; margin-top: 8px; }
.roi-form-container #roi_btn_register:disabled { background-color: #a5b4fc; cursor: not-allowed; }
.roi-form-container #roi_btn_register:not(:disabled):hover { background-color: #1e3a8a; }
.roi-form-container #roi_dropdown_input_group { display: flex; width: 100%; margin-bottom: 4px; }
.roi-form-container #roi_dropdown_btn { display: flex; align-items: center; justify-content: center; vertical-align: bottom; border-radius: 0.25rem 0 0 0.25rem; height: 50px; width: 100px; background-color: rgba(243, 244, 246, 1); font-size: 16px; border: 1px solid #9ca3af; border-right: none; cursor: pointer; padding: 0; }
.roi-form-container #roi_dropdown_btn:hover,
.roi-form-container #roi_dropdown_btn:focus { background-color: #e5e7eb; }
.roi-form-container .roi-terms-wrapper { display: flex; align-items: center; gap: 8px; margin: 16px 0; }
.roi-form-container .roi-terms-wrapper label { font-size: 0.875em; color: #4b5563; line-height: 1.4; }
.roi-form-container .roi-terms-wrapper a { color: #1d4ed8; text-decoration: underline; }
.roi-form-container .roi-social-proof { text-align: center; font-weight: bold; color: #374151; margin-top: 24px; font-size: 1.1em; }
.roi-form-container .roi-trust-elements { list-style: none; padding: 0; margin: 16px 0 0 0; text-align: center; }
.roi-form-container .roi-trust-elements li { color: #4b5563; margin-bottom: 8px; font-size: 0.9em; }
#roi_dropdown_content { display: none; position: absolute; background-color: #f6f6f6; max-height: 150px; overflow-y: auto; border: 1px solid #ddd; z-index: 9999; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border-radius: 0.25rem; }
#roi_search { box-sizing: border-box; width: 100%; font-size: 16px; padding: 10px; border: none; border-bottom: 1px solid #ddd; }
#roi_dropdown_content button { display: block; width: 100%; background: none; border: none; padding: 8px 12px; margin: 0; font: inherit; color: inherit; cursor: pointer; text-align: left; }
#roi_dropdown_content button:hover { background-color: #ddd; }

#roi-loader-overlay {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6); backdrop-filter: blur(5px);
  z-index: 999998; display: none; opacity: 0; transition: opacity 0.3s ease-in-out;
}
#roi-loader-container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #1f2937; position: fixed; top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0.95); width: 90%; max-width: 420px;
  background: #ffffff; padding: 2rem; border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  z-index: 999999; text-align: center; display: none; opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
#roi-loader-container.visible,
#roi-loader-overlay.visible { display: block; opacity: 1; }
#roi-loader-container.visible { transform: translate(-50%, -50%) scale(1); }
#roi-loader-logo { max-height: 35px; margin-bottom: 1rem; }
#roi-loader-title { font-size: 1.3rem; font-weight: 600; margin-bottom: 0.5rem; color: #111827; }
#roi-loader-subtitle { font-size: 0.9rem; font-weight: 500; color: #4b5563; margin-bottom: 1rem; }
#roi-progress-bar-container { width: 100%; height: 10px; background-color: #e5e7eb; border-radius: 5px; margin: 1.5rem 0; overflow: hidden; }
#roi-progress-bar { height: 100%; background-color: #2563eb; width: 0%; transition: width 0.4s ease-in-out; border-radius: 5px; }
.roi-progress-steps { text-align: left; margin-top: 1.5rem; }
.roi-step { display: flex; align-items: center; margin-bottom: 0.75rem; opacity: 0.5; transition: opacity 0.4s ease; }
.roi-step.active { opacity: 1; }
.roi-step-bullet {
  width: 24px; height: 24px; border-radius: 50%; margin-right: 12px;
  background-color: #d1d5db; border: 2px solid #9ca3af; transition: all 0.4s ease;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px;
}
.roi-step-text { color: #4b5563; font-weight: 500; }
.roi-step.active .roi-step-bullet { background-color: #ffffff; border-color: #2563eb; animation: pulse 1.5s infinite; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(37, 99, 235, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
}
.roi-step.active .roi-step-text { color: #111827; }
.roi-step.completed .roi-step-bullet {
  background-color: #10b981; border-color: #059669;
  animation: none; color: white; font-weight: bold;
}
.roi-step.completed .roi-step-bullet:after { content: "✓"; }
.roi-step.completed .roi-step-text { color: #10b981; }
#roi-loader-footer { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid #e5e7eb; }
#roi-footer-title { font-weight: 600; color: #111827; font-size: 1rem; }
#roi-footer-subtitle { font-size: 0.875rem; color: #6b7280; margin-top: 0.25rem; }
#roi-footer-disclaimer { font-size: 0.75rem; color: #9ca3af; margin-top: 0.5rem; font-style: italic; }

.prose :where(.h3):not(:where([class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(.h3 strong):not(:where([class~=not-prose] *)) {
  font-weight: 700 !important;
}

#phone {
  padding-left: 92px !important;
}
.roi-input-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.roi-form-container .error {
  text-align: left;
}

.header-logo {
  font-weight: 600;
  font-size: 33px;
  line-height: 1;
}

@media (max-width: 768px) {
  .header-logo {
    font-weight: 600;
    font-size: 28px;
  }
}

@media (max-width: 370px) {
  .header-logo {
    font-weight: 600;
    font-size: 20px;
  }
  .header-btn {
    font-size: 12px;
    padding: 0.4rem 0.7rem !important;
    max-width: 9.5rem;
  }
}
