.br-roi-act3,
    .br-roi-act3 * {
      box-sizing: border-box;
    }

    .br-roi-act3 {
      --br-a3-bg: transparent;
      --br-a3-bg-2: transparent;
      --br-a3-card: #ffffff;
      --br-a3-mini-card: #ffffff;
      --br-a3-hero-start: rgba(13, 190, 166, 0.11);
      --br-a3-hero-end: rgba(36, 87, 255, 0.08);
      --br-a3-hero-label: var(--br-a3-muted);
      --br-a3-hero-number: var(--br-a3-text);
      --br-a3-hero-description: var(--br-a3-muted);
      --br-a3-table-bg: #ffffff;
      --br-a3-table-head-bg: #f7fbff;
      --br-a3-message-bg: rgba(13, 190, 166, 0.07);
      --br-a3-slider-start: #0dbea6;
      --br-a3-slider-end: #2457ff;
      --br-a3-slider-thumb: #078a79;
      --br-a3-slider-value: #078a79;
      --br-a3-scale-color: #6d7a8d;
      --br-a3-card-soft: #f8fbff;
      --br-a3-text: #0b1728;
      --br-a3-heading: #0b1728;
      --br-a3-muted: #526175;
      --br-a3-lead: #526175;
      --br-a3-eyebrow-text: #078a79;
      --br-a3-eyebrow-bg: #eafaf7;
      --br-a3-eyebrow-border: #bfeee6;
      --br-a3-eyebrow-dot: #0dbea6;
      --br-a3-eyebrow-dot-ring: #d4f6f1;
      --br-a3-soft: #6d7a8d;
      --br-a3-line: rgba(11, 23, 40, 0.12);
      --br-a3-line-strong: rgba(11, 23, 40, 0.18);
      --br-a3-primary: #0dbea6;
      --br-a3-primary-dark: #078a79;
      --br-a3-blue: #2457ff;
      --br-a3-purple: #7c5cff;
      --br-a3-success: #0da66f;
      --br-a3-radius-xl: 28px;
      --br-a3-radius-lg: 22px;
      --br-a3-radius-md: 16px;
      --br-a3-shadow: 0 24px 70px rgba(15, 39, 75, 0.12);
      --br-a3-shadow-soft: 0 14px 38px rgba(15, 39, 75, 0.09);

      width: 100%;
      padding: clamp(48px, 7vw, 92px) 20px;
      color: var(--br-a3-text);
      font-family: inherit;
      background: transparent;
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }

    .br-roi-act3--bg-transparent {
      background: transparent;
    }

    .br-roi-act3--bg-transparent::before {
      display: none;
    }

    .br-roi-act3--bg-light {
      background: var(--br-a3-table-head-bg);
    }

    .br-roi-act3--bg-light::before {
      display: none;
    }

    .br-roi-act3--bg-gradient {
      background:
        radial-gradient(circle at 12% 8%, rgba(13, 190, 166, 0.14), transparent 30%),
        radial-gradient(circle at 90% 16%, rgba(124, 92, 255, 0.12), transparent 30%),
        linear-gradient(180deg, #f7fbff, #eef6ff);
    }

    .br-roi-act3::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(11, 23, 40, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(11, 23, 40, 0.035) 1px, transparent 1px);
      background-size: 68px 68px;
      mask-image: radial-gradient(circle at center, black, transparent 72%);
      opacity: 0.7;
      pointer-events: none;
      z-index: -1;
    }

    .br-roi-act3__wrap {
      width: min(1180px, 100%);
      margin: 0 auto;
    }

    .br-roi-act3__header {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(290px, 0.46fr);
      gap: clamp(24px, 4vw, 52px);
      align-items: end;
      margin-bottom: clamp(26px, 4vw, 44px);
    }

    .br-roi-act3__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      width: fit-content;
      margin-bottom: 16px;
      padding: 8px 13px;
      border: 1px solid var(--br-a3-eyebrow-border);
      border-radius: 999px;
      color: var(--br-a3-eyebrow-text);
      background: var(--br-a3-eyebrow-bg);
      font-size: 14px;
      font-weight: 800;
      line-height: 1.2;
    }

    .br-roi-act3__eyebrow-dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--br-a3-eyebrow-dot);
      box-shadow: 0 0 0 6px var(--br-a3-eyebrow-dot-ring);
    }

    .br-roi-act3 h2,
    .br-roi-act3 h3,
    .br-roi-act3 p {
      margin-top: 0;
    }

    .br-roi-act3 #br-roi-act3-title {
      max-width: 850px;
      margin-bottom: 16px;
      font-size: clamp(34px, 5.2vw, 68px);
      line-height: 1.02;
      letter-spacing: -0.055em;
      font-weight: 900;
      color: var(--br-a3-heading);
    }

    .br-roi-act3__lead {
      max-width: 760px;
      margin-bottom: 0;
      color: var(--br-a3-lead);
      font-size: clamp(17px, 1.5vw, 20px);
      line-height: 1.65;
    }

    .br-roi-act3__mini-card {
      padding: 24px;
      border: 1px solid var(--br-a3-line);
      border-radius: var(--br-a3-radius-lg);
      background: var(--br-a3-mini-card);
      box-shadow: var(--br-a3-shadow-soft);
      backdrop-filter: blur(12px);
    }

    .br-roi-act3__mini-label {
      display: block;
      margin-bottom: 8px;
      color: var(--br-a3-soft);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.09em;
    }

    .br-roi-act3__mini-value {
      display: block;
      margin-bottom: 8px;
      color: var(--br-a3-text);
      font-size: clamp(36px, 5vw, 54px);
      font-weight: 950;
      letter-spacing: -0.06em;
      line-height: 1;
    }

    .br-roi-act3__mini-copy {
      margin-bottom: 0;
      color: var(--br-a3-muted);
      font-size: 15px;
      line-height: 1.55;
    }

    .br-roi-act3__grid {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(330px, 1.1fr);
      gap: clamp(20px, 3vw, 30px);
      align-items: start;
      grid-auto-rows: auto;
    }

    .br-roi-act3__panel {
      border: 1px solid var(--br-a3-line);
      border-radius: var(--br-a3-radius-xl);
      background: var(--br-a3-card);
      box-shadow: var(--br-a3-shadow);
      overflow: hidden;
      display: block;
      height: auto;
      min-height: 0;
    }

    .br-roi-act3__panel-head {
      padding: 26px 26px 0;
    }

    .br-roi-act3__panel-title {
      margin-bottom: 6px;
      font-size: 22px;
      line-height: 1.2;
      letter-spacing: -0.025em;
      font-weight: 900;
      color: var(--br-a3-text);
    }

    .br-roi-act3__panel-subtitle {
      margin-bottom: 0;
      color: var(--br-a3-muted);
      font-size: 15px;
      line-height: 1.55;
    }

    .br-roi-act3__panel-body {
      padding: 26px;
      display: block;
      height: auto;
      min-height: 0;
    }

    .br-roi-act3__controls {
      display: grid;
      gap: 24px;
    }

    .br-roi-act3__field {
      display: grid;
      gap: 11px;
    }

    .br-roi-act3__field-top {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      gap: 16px;
    }

    .br-roi-act3__field-label {
      color: var(--br-a3-text);
      font-size: 15px;
      font-weight: 850;
    }

    .br-roi-act3__field-value {
      color: var(--br-a3-slider-value);
      font-size: 20px;
      font-weight: 950;
      white-space: nowrap;
      letter-spacing: -0.025em;
    }

    .br-roi-act3__range {
      width: 100%;
      height: 8px;
      border-radius: 999px;
      outline: none;
      cursor: pointer;
      appearance: none;
      background: linear-gradient(90deg, var(--br-a3-slider-start), var(--br-a3-slider-end));
    }

    .br-roi-act3__range::-webkit-slider-thumb {
      appearance: none;
      width: 24px;
      height: 24px;
      border: 4px solid #ffffff;
      border-radius: 999px;
      background: var(--br-a3-slider-thumb);
      box-shadow: 0 7px 18px rgba(13, 190, 166, 0.35);
    }

    .br-roi-act3__range::-moz-range-thumb {
      width: 24px;
      height: 24px;
      border: 4px solid #ffffff;
      border-radius: 999px;
      background: var(--br-a3-slider-thumb);
      box-shadow: 0 7px 18px rgba(13, 190, 166, 0.35);
    }

    .br-roi-act3__scale {
      display: flex;
      justify-content: space-between;
      color: var(--br-a3-scale-color);
      font-size: 12px;
      font-weight: 750;
    }

    .br-roi-act3__fixed {
      display: block;
      margin-top: 24px;
      padding-top: 24px;
      border-top: 1px solid var(--br-a3-line);
    }

    .br-roi-act3__fixed-summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin: 0 0 14px;
      list-style: none;
      cursor: default;
    }

    .br-roi-act3__fixed-summary::-webkit-details-marker {
      display: none;
    }

    .br-roi-act3__fixed-title {
      margin: 0;
      color: var(--br-a3-soft);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .br-roi-act3__fixed-toggle {
      display: none;
      width: 36px;
      height: 36px;
      flex: 0 0 36px;
      border: 1px solid var(--br-a3-line);
      border-radius: 999px;
      background: var(--br-a3-card-soft);
      position: relative;
    }

    .br-roi-act3__fixed-toggle::before,
    .br-roi-act3__fixed-toggle::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 13px;
      height: 2px;
      border-radius: 99px;
      background: var(--br-a3-primary-dark);
      transform: translate(-50%, -50%);
    }

    .br-roi-act3__fixed-toggle::after {
      transform: translate(-50%, -50%) rotate(90deg);
      transition: transform 0.18s ease, opacity 0.18s ease;
    }

    .br-roi-act3__fixed[open] .br-roi-act3__fixed-toggle::after {
      opacity: 0;
      transform: translate(-50%, -50%) rotate(0deg);
    }

    .br-roi-act3__fixed-content {
      display: grid;
      gap: 12px;
      min-height: 0;
    }

    .br-roi-act3__fixed:not([open]) > .br-roi-act3__fixed-content {
      display: none;
    }

    .br-roi-act3__fixed-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 18px;
      padding: 15px 16px;
      border: 1px solid var(--br-a3-line);
      border-radius: var(--br-a3-radius-md);
      background: var(--br-a3-card-soft);
    }

    .br-roi-act3__fixed-row span {
      color: var(--br-a3-muted);
      font-size: 14px;
      font-weight: 780;
    }

    .br-roi-act3__fixed-row strong {
      color: var(--br-a3-text);
      font-size: 18px;
      font-weight: 950;
      white-space: nowrap;
      letter-spacing: -0.025em;
    }

    .br-roi-act3__hero-result {
      position: relative;
      padding: 26px;
      border: 1px solid var(--br-a3-eyebrow-border);
      border-radius: 24px;
      background:
        radial-gradient(circle at 20% 8%, rgba(13, 190, 166, 0.17), transparent 34%),
        linear-gradient(135deg, var(--br-a3-hero-start), var(--br-a3-hero-end));
      overflow: hidden;
    }

    .br-roi-act3__hero-result span {
      display: block;
      margin-bottom: 9px;
      color: var(--br-a3-hero-label);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    .br-roi-act3__hero-result strong {
      display: block;
      color: var(--br-a3-hero-number);
      font-size: clamp(42px, 6vw, 76px);
      line-height: 0.95;
      letter-spacing: -0.07em;
      font-weight: 950;
    }

    .br-roi-act3__hero-result p {
      max-width: 620px;
      margin: 12px 0 0;
      color: var(--br-a3-hero-description);
      font-size: 15px;
      line-height: 1.55;
    }

    .br-roi-act3__kpis {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin-top: 16px;
    }

    .br-roi-act3__kpi {
      padding: 18px;
      border: 1px solid var(--br-a3-line);
      border-radius: 18px;
      background: var(--br-a3-card-soft);
    }

    .br-roi-act3__kpi span {
      display: block;
      margin-bottom: 8px;
      color: var(--br-a3-soft);
      font-size: 13px;
      font-weight: 850;
    }

    .br-roi-act3__kpi strong {
      display: block;
      color: var(--br-a3-text);
      font-size: clamp(23px, 3vw, 32px);
      line-height: 1.08;
      letter-spacing: -0.045em;
      font-weight: 950;
    }

    .br-roi-act3__table-wrap {
      margin-top: 16px;
      border: 1px solid var(--br-a3-line);
      border-radius: 20px;
      overflow: hidden;
      background: var(--br-a3-table-bg);
    }

    .br-roi-act3__table {
      width: 100%;
      border-collapse: collapse;
      color: var(--br-a3-text);
      font-size: 14px;
    }

    .br-roi-act3__table th,
    .br-roi-act3__table td {
      padding: 14px 16px;
      border-bottom: 1px solid var(--br-a3-line);
      text-align: left;
      vertical-align: top;
    }

    .br-roi-act3__table tr:last-child td {
      border-bottom: 0;
    }

    .br-roi-act3__table th {
      color: var(--br-a3-soft);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      background: var(--br-a3-table-head-bg);
    }

    .br-roi-act3__table th:last-child,
    .br-roi-act3__table td:last-child {
      text-align: right;
      font-weight: 850;
    }

    .br-roi-act3__message {
      margin-top: 16px;
      padding: 17px 18px;
      border: 1px solid rgba(13, 190, 166, 0.22);
      border-radius: 18px;
      background: var(--br-a3-message-bg);
      color: var(--br-a3-muted);
      font-size: 15px;
      line-height: 1.58;
    }

    .br-roi-act3__message strong {
      color: var(--br-a3-text);
      font-weight: 950;
    }

    .br-roi-act3__note-break {
      display: block;
      margin: 28px 0 0;
      min-height: 1em;
      line-height: 1;
      font-size: 14px;
    }

    .br-roi-act3__note {
      margin: 12px 0 0;
      color: var(--br-a3-soft);
      font-size: 13px;
      line-height: 1.5;
    }

    @media (min-width: 981px) {
      .br-roi-act3__grid {
        align-items: stretch;
        grid-auto-rows: 1fr;
      }

      .br-roi-act3__grid > .br-roi-act3__panel {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 100%;
        align-self: stretch;
      }

      .br-roi-act3__grid > .br-roi-act3__panel .br-roi-act3__panel-body {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
      }
    }

    @media (max-width: 980px) {
      .br-roi-act3__header,
      .br-roi-act3__grid {
        grid-template-columns: 1fr;
      }

      .br-roi-act3__grid {
        align-items: start;
        grid-auto-rows: auto;
        row-gap: clamp(20px, 4vw, 30px);
      }

      .br-roi-act3__grid > .br-roi-act3__panel + .br-roi-act3__panel {
        margin-top: clamp(20px, 4vw, 30px);
      }

      .br-roi-act3__grid > .br-roi-act3__panel {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        align-self: auto !important;
      }

      .br-roi-act3__panel-body {
        display: block !important;
        flex: none !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
      }

      .br-roi-act3__mini-card {
        max-width: 480px;
      }
    }

    @media (max-width: 680px) {
      .br-roi-act3 {
        padding: 42px 16px;
      }

      .br-roi-act3__panel-head,
      .br-roi-act3__panel-body,
      .br-roi-act3__hero-result {
        padding: 20px;
      }

      .br-roi-act3__kpis {
        grid-template-columns: 1fr;
      }

      .br-roi-act3__field-top,
      .br-roi-act3__fixed-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
      }

      .br-roi-act3__fixed-summary {
        margin-bottom: 0;
        padding: 14px 15px;
        border: 1px solid var(--br-a3-line);
        border-radius: var(--br-a3-radius-md);
        background: var(--br-a3-card-soft);
        cursor: pointer;
      }

      .br-roi-act3__fixed-toggle {
        display: block;
      }

      .br-roi-act3__fixed[open] .br-roi-act3__fixed-summary {
        margin-bottom: 12px;
      }

      .br-roi-act3__fixed--mobile-collapsed > .br-roi-act3__fixed-content,
      .br-roi-act3__fixed:not([open]) > .br-roi-act3__fixed-content {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
        gap: 0 !important;
      }

      .br-roi-act3__fixed--mobile-collapsed,
      .br-roi-act3__fixed:not([open]) {
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        padding-bottom: 0;
        margin-bottom: 0;
      }

      .br-roi-act3__note-break {
        margin-top: 34px;
        min-height: 1.15em;
      }

      .br-roi-act3__note {
        margin-top: 12px;
      }

      .br-roi-act3__table th,
      .br-roi-act3__table td {
        padding: 12px 12px;
      }
    }

    @supports (-webkit-touch-callout: none) {
      @media (max-width: 980px) {
        .br-roi-act3__grid {
          display: grid !important;
          height: auto !important;
          min-height: 0 !important;
          max-height: none !important;
          row-gap: clamp(20px, 4vw, 30px) !important;
        }

        .br-roi-act3__panel,
        .br-roi-act3__panel-body {
          display: block !important;
          height: auto !important;
          min-height: 0 !important;
          max-height: none !important;
        }

        .br-roi-act3__panel-body {
          flex: none !important;
        }
      }
    }
