/* ============================================================
   STRATORA BRAND OVERRIDE — Yellow Identity
   Loaded AFTER stratora.webflow.shared.css to override colors.
   ============================================================ */

/* ── CSS Variable Overrides ────────────────────────────────── */
:root {
  /* Primary brand: orange → yellow */
  --primary: #FFCB06;
  --primary-dark: #E6B600;
  --accent: #FFCB06;

  /* Dark tones */
  --neutral-900: #14110F;
  --near-black: #14110F;
  --off-black: #14110F;
  --title-color: #14110F;
}

/* ── Global Blue (#3582FF) → Yellow (#FFCB06) ──────────────── */

/* Banner subtitle pill */
.banner-subtitle-button {
  background-color: #FFCB06 !important;
  color: #14110F !important;
}

/* Banner title accent span (uses gradient text fill) */
.banner-title-span {
  background-image: linear-gradient(125deg, #FFCB06, #E6B600) !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
/* Fluid responsive banner title and subtitle to enforce perfect layouts without text crashing */
.banner-title {
  font-size: clamp(2.15rem, 6vw, 4.5rem) !important;
  line-height: 1.15 !important;
  letter-spacing: -0.035em !important; 
}

.banner-subtitle-button, 
.banner-subtitle {
  font-size: clamp(9px, 2vw, 12px) !important;
  white-space: nowrap !important;
}

.banner-subtitle-single {
  flex-wrap: nowrap !important;
  overflow: hidden;
}


/* CTA title accent span (uses gradient text fill) */
.cta-title-span {
  background-image: linear-gradient(125deg, #FFCB06, #E6B600) !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

/* Subtile labels */
.subtile {
  color: #FFCB06 !important;
}
.subtile.white-color {
  color: #FFCB06 !important;
}

/* Section decorative lines */
.section-line {
  background-color: #14110F !important;
}
.section-line.color-change {
  background-color: #FFCB06 !important;
}

/* Section decorative circles */
.section-circle {
  border-color: #14110F !important;
}

/* ── Buttons ───────────────────────────────────────────────── */

/* Default dark button gets proper dark bg (inherits from --title-color, no override needed) */

/* White-variant button: ensure it stays white, not overridden */
.primary-button:where(.w-variant-7853504c-a3d2-92e9-61a5-ab0aa214196a) {
  background-color: var(--white) !important;
  color: var(--title-color) !important;
}

/* Integration CTA button */
.primary-button.home-integrations {
  background-image: linear-gradient(90deg, #FFCB06, #E6B600) !important;
  color: #14110F !important;
}

/* Button shape background glow */
.primary-button-shape-bg {
  background-color: #FFCB06 !important;
}

/* ── Feature Cards and Tab Menus ───────────────────────────── */

/* Features active tab */
.features-menu-tab-menu-link.w--current {
  border-color: #FFCB06 !important;
  color: #14110F !important;
}

/* Agents feature list check icons (SVG image tint to brand yellow) */
.features-card-list-icon {
  filter: brightness(0) saturate(100%) invert(80%) sepia(72%) saturate(1240%)
    hue-rotate(358deg) brightness(103%) contrast(105%) !important;
}

/* Process active tab */
.process-tabs-menu-link.w--current .process-tabs-menu-title {
  color: #FFCB06 !important;
}
.process-tabs-menu-link.w--current .process-tabs-menu-arrow {
  background-color: #FFCB06 !important;
}

/* Banner table menu shape (scroll indicator) */
.banner-table-menu-shape {
  background-color: #FFCB06 !important;
}
.banner-table-menu-single.is-active .banner-table-menu-text {
  color: #14110F !important;
}
.banner-table-menu-single.is-passed .banner-table-menu-text {
  color: #14110F !important;
}

/* ── Core Features Section ─────────────────────────────────── */

/* Active bar circle */
.core-features-bar-active-circle {
  background-color: #FFCB06 !important;
}

/* Active year text */
.core-features-year-text.active {
  color: #FFCB06 !important;
}

/* Comprehensive integration list bullet */
.comprehensive-integration-list-item-line {
  background-color: #FFCB06 !important;
}

/* Security shield circle */
.security-circle-single {
  background-color: #FFCB06 !important;
}

/* Security animation/shape overlay still carries legacy orange tones */
#features .security-jason,
#features .security-shape {
  filter: hue-rotate(28deg) saturate(175%) brightness(1.03) !important;
}

/* Hard override legacy lottie/vector orange paths to brand yellow */
#features .security-jason svg path[fill="rgb(250,60,12)"],
#features .security-jason svg path[fill="#FA3C0C"],
#features .security-jason svg path[fill="#fa3c0c"] {
  fill: #FFCB06 !important;
}

#features .security-jason svg path[stroke="rgb(250,60,12)"],
#features .security-jason svg path[stroke="#FA3C0C"],
#features .security-jason svg path[stroke="#fa3c0c"] {
  stroke: #FFCB06 !important;
}

/* Core features element buttons */
.core-features-element-button {
  border-color: #FFCB06 !important;
}

/* ── FAQ Section ───────────────────────────────────────────── */

.faq-accordion-icon {
  color: #FFCB06 !important;
}

/* ── Stat Numbers ──────────────────────────────────────────── */

.number-digit {
  color: #FFCB06 !important;
}

/* ── Pricing ───────────────────────────────────────────────── */

.pricing-tab-link-circle {
  background-color: #FFCB06 !important;
}

.popular-button {
  background-color: #FFCB06 !important;
  color: #14110F !important;
}

/* ── Cream Background Sections ─────────────────────────────── */

/* About Us section */
.section.about-us {
  background-color: #f6f3ee !important;
}

/* Process section */
.section.process {
  background-color: #f6f3ee !important;
}

/* FAQ section */
.section.faq {
  background-color: #f6f3ee !important;
}

/* Agents section full width background */
#agents {
  background-color: #f6f3ee !important;
}

/* Blank div wrappers between sections */
.blank-div-wrapper:not(.border-none) {
  background-color: #f6f3ee !important;
}

/* Keep border-none variant visually consistent with standard wrapper */
.blank-div-wrapper.border-none {
  background-color: #f6f3ee !important;
}

/* Match the first blank wrapper container to border-none variant tone */
.blank-div-wrapper:not(.border-none) > .container {
  background-color: transparent !important;
}

/* ── Link/Focus State Overrides ────────────────────────────── */

/* Any remaining blue checkbox/radio overrides */
.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #FFCB06 !important;
  border-color: #FFCB06 !important;
}

.w-radio-input--inputType-custom.w--redirected-checked {
  border-color: #FFCB06 !important;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #FFCB06 !important;
}

/* Active nav dot — override SVG with pure yellow circle */
.nav-link.w--current {
  background-image: none !important;
  background-color: transparent !important;
  position: relative;
}
.nav-link.w--current::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #FFCB06 !important;
  margin-right: 6px;
  vertical-align: middle;
}

/* Text link accent */
.w--current {
  color: #14110F !important;
}

/* Footer details link */
.footer-details-text-link {
  color: #FFCB06 !important;
}

/* Footer Logo Overrides */
.footer-logo-image {
  filter: grayscale(1) brightness(1.5) sepia(1) hue-rotate(5deg) saturate(5) brightness(0.9) !important;
  opacity: 1 !important;
}

/* ── Mobile Adjustments ────────────────────────────────────── */

@media screen and (max-width: 991px) {
  .primary-button.home-integrations {
    min-height: 60px;
  }
}

/* ── Rework Calculator Overrides ─────────────────────────────── */

@media screen and (min-width: 992px) {
  .banner-typography {
    max-width: 650px !important;
  }
}

.rework-calculator-wrapper {
  margin-top: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 650px;
}

.rework-calculator-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #f6f3ee;
  border: 1px dashed rgba(255, 203, 6, 0.75);
  border-radius: 16px;
  padding: 1.25rem 2rem;
  width: 100%;
  gap: 2rem;
  box-shadow: none;
}

.rework-input-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.rework-input-row {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.rework-currency {
  font-size: 2.25rem;
  font-weight: 800;
  color: #14110F;
  line-height: 1;
  margin-right: 0.15rem;
  transition: color 0.3s ease;
}

.rework-input {
  background: transparent;
  border: none;
  color: #14110F;
  font-size: 2.25rem;
  font-weight: 800;
  width: 100%;
  outline: none;
  line-height: 1;
  padding: 0;
  transition: color 0.3s ease;
}

.rework-input-row:focus-within .rework-currency,
.rework-input-row:focus-within .rework-input {
  color: #FFCB06;
}

.rework-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(20, 17, 15, 0.62);
  margin-top: 0.75rem;
  font-weight: 700;
}

.rework-divider {
  width: 1px;
  height: 55px;
  background: linear-gradient(180deg, rgba(255, 203, 6, 0) 0%, rgba(255, 203, 6, 0.55) 50%, rgba(255, 203, 6, 0) 100%);
  align-self: center;
}

.rework-result-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
}

.rework-result-value {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(90deg, #FF6B6B 0%, #FF3B30 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rework-result-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(20, 17, 15, 0.62);
  margin-top: 0.75rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {

  .rework-calculator-wrapper {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .rework-calculator-inner {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }

  .rework-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 203, 6, 0) 0%, rgba(255, 203, 6, 0.55) 50%, rgba(255, 203, 6, 0) 100%);
  }

  .rework-input-row {
    display: inline-flex !important;
    width: fit-content !important;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .rework-input {
    width: 10ch !important;
    flex: 0 0 auto;
    text-align: left;
    min-width: 0;
  }

  .rework-input-group,
  .rework-result-group {
    align-items: center;
    text-align: center;
    width: 100%;
  }
}
