:root {
      --id-orange: #f06b23;
      --id-orange-dark: #d95612;
      --id-ink: #10131a;
      --id-muted: #5f6470;
      --id-soft: #f6f7f9;
      --id-line: #e8eaee;
      --id-green: #1f9d67;
      --id-white: #ffffff;
      --id-radius: 8px;
      --id-shadow: 0 18px 45px rgba(16, 19, 26, 0.12);
      --id-max: 1370px;
    }

    * {
      box-sizing: border-box;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    .str-page, .str-page p {
      overflow: hidden;
      font-family: "Inter", Sans-serif;
    }

    .str-container {
      width: min(100% - 60px, var(--id-max));
      margin: 0 auto;
    }

    .str-section {
      padding: 86px 0;
    }

    .str-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin: 0 0 16px;
      color: var(--id-orange);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .str-dot {
      width: 8px;
      height: 8px;
      background: var(--id-green);
      border-radius: 50%;
      box-shadow: 0 0 0 6px rgba(31, 157, 103, 0.12);
      animation: str-breathe-green 2.4s ease-in-out infinite;
    }

    @keyframes str-breathe-green {
      0%, 100% {
        transform: scale(0.92);
        box-shadow: 0 0 0 4px rgba(31, 157, 103, 0.1);
      }
      50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 8px rgba(31, 157, 103, 0.18);
      }
    }

    .str-h1,
    .str-h2,
    .str-h3,
    .str-p {
      margin-top: 0;
    }

    .str-h1,
    .str-h2,
    .str-h3 {
      font-family: 'FP_Heavy', arial, sans-serif;
    }

    .str-h1 {
      max-width: 820px;
      margin-bottom: 22px;
      font-size: clamp(42px, 4.8vw, 62px);
      line-height: 1.04;
      font-weight: 900;
      letter-spacing: 0;
    }

    .str-h2 {
      max-width: 780px;
      margin-bottom: 18px;
      font-size: clamp(32px, 4vw, 52px);
      line-height: 1.03;
      font-weight: 900;
      letter-spacing: 0;
    }

    .str-h3 {
      margin-bottom: 10px;
      font-size: 21px;
      line-height: 1.18;
      font-weight: 850;
      letter-spacing: 0;
    }

    .str-p {
      color: var(--id-muted);
      font-size: 17px;
    }

    .str-lead {
      max-width: 680px;
      margin-bottom: 30px;
      color: #313640;
      font-size: 20px;
      line-height: 1.55;
    }

    .str-seo-line {
      max-width: 760px;
      margin: -16px 0 28px;
      color: rgba(255, 255, 255, 0.76);
      font-size: 15px;
      font-weight: 650;
      line-height: 1.55;
    }

    .str-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 50px;
      padding: 14px 22px;
      border: 1px solid transparent;
      border-radius: 999px;
      font-size: 15px;
      font-weight: 800;
      line-height: 1;
      cursor: pointer;
      transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
    }

    .str-btn i {
      width: 18px;
      height: 18px;
      stroke-width: 2.6;
    }

    .str-btn:hover {
      transform: translateY(-2px);
    }

    .str-btn-primary {
      color: var(--id-white);
      background: var(--id-orange);
      box-shadow: 0 12px 26px rgba(240, 107, 35, 0.28);
    }

    .str-btn-primary:hover {
      background: var(--id-orange-dark);
    }

    .str-btn-secondary {
      color: var(--id-ink);
      background: var(--id-white);
      border-color: var(--id-line);
      box-shadow: 0 10px 22px rgba(16, 19, 26, 0.07);
    }

    .str-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .str-proof-strip {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 30px;
    }

    .str-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 34px;
      padding: 8px 12px;
      border: 1px solid rgba(240, 107, 35, 0.22);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.74);
      color: #303540;
      font-size: 13px;
      font-weight: 800;
    }

    .str-pill i {
      width: 20px;
      height: 20px;
      color: var(--id-green);
      stroke-width: 2.4;
    }

    .str-hero {
      position: relative;
      min-height: 720px;
      padding: 200px 0 70px;
      background: var(--idr-str-hero-bg) center / cover;
    }

   
    .str-hero .str-eyebrow,
    .str-hero .str-h1 {
      color: #fff;
    }

    .str-hero .str-lead {
      color: rgba(255, 255, 255, 0.82);
    }

    .str-hero .str-pill {
      border-color: rgba(255, 255, 255, 0.2);
      background: rgba(255, 255, 255, 0.1);
      color: #fff;
      backdrop-filter: blur(12px);
    }

    .str-hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.68fr);
      gap: 34px;
      align-items: end;
    }

    .str-hero-card {
      margin-top: 34px;
      border: 1px solid rgba(255,255,255,0.68);
      border-radius: var(--id-radius);
      background: rgba(255, 255, 255, 0.86);
      box-shadow: var(--id-shadow);
      backdrop-filter: blur(14px);
      overflow: hidden;
    }

    .str-dashboard-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px 18px;
      border-bottom: 1px solid var(--id-line);
      background: #fff;
    }

    .str-status {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--id-green);
      font-size: 13px;
      font-weight: 900;
    }

    .str-status:before {
      content: "";
      display: inline-block;
      flex: 0 0 auto;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--id-green);
      transform-origin: center;
      animation: str-breathe-green 2.4s ease-in-out infinite;
    }

    .str-dashboard-body {
      padding: 18px;
    }

    .str-live-feed {
      overflow: hidden;
    }

    .str-task {
      display: grid;
      grid-template-columns: 44px 1fr auto;
      gap: 12px;
      align-items: center;
      padding: 14px 0;
      border-bottom: 1px solid var(--id-line);
      transition: opacity 280ms ease, transform 280ms ease;
    }

    .str-task:last-child {
      border-bottom: 0;
    }

    .str-live-feed.is-advancing .str-task {
      transform: translateY(-8px);
      opacity: 0.72;
    }

    .str-live-feed.is-advancing .str-task:first-child {
      transform: translate(28px, -12px);
      opacity: 0;
    }

    .str-live-feed.is-fresh .str-task {
      animation: str-task-rise 420ms ease both;
    }

    .str-live-feed.is-fresh .str-task:nth-child(2) {
      animation-delay: 45ms;
    }

    .str-live-feed.is-fresh .str-task:nth-child(3) {
      animation-delay: 90ms;
    }

    @keyframes str-task-rise {
      from {
        transform: translateY(14px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    .str-task-icon {
      display: grid;
      place-items: center;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: rgba(31, 157, 103, 0.12);
      color: var(--id-green);
      font-size: 18px;
      font-weight: 900;
    }

    .str-task-icon.orange {
      background: rgba(240, 107, 35, 0.12);
      color: var(--id-orange);
    }

    .str-task-icon.blue {
      background: rgba(37, 99, 235, 0.1);
      color: #2563eb;
    }

    .str-task-icon i {
      width: 21px;
      height: 21px;
      stroke-width: 2.7;
    }

    .str-task strong {
      display: block;
      font-size: 15px;
      line-height: 1.2;
    }

    .str-task span {
      color: var(--id-muted);
      font-size: 13px;
    }

    .str-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 7px 9px;
      border-radius: 999px;
      background: var(--id-soft);
      color: #3c414b;
      font-size: 12px;
      font-weight: 850;
      white-space: nowrap;
    }

    .str-badge i {
      width: 14px;
      height: 14px;
      stroke-width: 2.6;
    }

    .str-badge.success {
      background: rgba(31, 157, 103, 0.1);
      color: var(--id-green);
    }

    .str-badge.warning {
      background: rgba(240, 107, 35, 0.11);
      color: var(--id-orange);
    }

    .str-badge.pending {
      background: rgba(37, 99, 235, 0.09);
      color: #2563eb;
    }

    .str-badge.watch {
      background: rgba(16, 19, 26, 0.07);
      color: #4b5563;
    }

    .str-dashboard-foot {
      display: flex;
      gap: 11px;
      align-items: center;
      padding: 16px 18px;
      border-top: 1px solid var(--id-line);
      color: var(--id-ink);
      font-size: 14px;
      font-weight: 850;
    }

    .str-dashboard-foot i {
      width: 20px;
      height: 20px;
      color: var(--id-green);
      stroke-width: 2.5;
    }

    .str-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: -44px;
      position: relative;
      z-index: 2;
    }

    .str-stat {
      min-height: 130px;
      padding: 22px;
      border: 1px solid var(--id-line);
      border-radius: var(--id-radius);
      background: #fff;
      box-shadow: 0 16px 35px rgba(16, 19, 26, 0.08);
    }

    .str-stat strong {
      display: block;
      margin-bottom: 4px;
      color: var(--id-orange);
      font-size: 34px;
      line-height: 1;
      font-weight: 900;
    }

    .str-stat span {
      color: var(--id-muted);
      font-size: 14px;
      font-weight: 750;
    }

    .str-split {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 58px;
      align-items: center;
    }

    .str-list {
      display: grid;
      gap: 12px;
      margin: 26px 0 0;
      padding: 0;
      list-style: none;
    }

    .str-list li {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      color: #343943;
      font-size: 16px;
    }

    .str-check {
      display: inline-grid;
      place-items: center;
      flex: 0 0 23px;
      width: 23px;
      height: 23px;
      margin-top: 1px;
      border-radius: 50%;
      background: rgba(31, 157, 103, 0.12);
      color: var(--id-green);
      font-size: 13px;
      font-weight: 900;
    }

    .str-card-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-top: 34px;
    }

    .str-card {
      min-height: 230px;
      padding: 25px;
      border: 1px solid var(--id-line);
      border-radius: var(--id-radius);
      background: #fff;
      box-shadow: 0 14px 30px rgba(16, 19, 26, 0.06);
    }

    .str-card-icon {
      display: grid;
      place-items: center;
      width: 48px;
      height: 48px;
      margin-bottom: 18px;
      border-radius: 50%;
      background: rgba(240, 107, 35, 0.11);
      color: var(--id-orange);
      font-size: 22px;
      font-weight: 900;
    }

    .str-muted-band {
      background: var(--id-soft);
    }

    .str-human-proof {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 44px;
      align-items: center;
    }

    .str-human-photo {
      position: relative;
      overflow: hidden;
      border-radius: var(--id-radius);
      box-shadow: var(--id-shadow);
      background: #fff;
    }

    .str-human-photo img {
      display: block;
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
    }

    .str-human-badge {
      position: absolute;
      right: 16px;
      bottom: 16px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 13px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.94);
      color: var(--id-green);
      font-size: 13px;
      font-weight: 900;
      box-shadow: 0 12px 28px rgba(16, 19, 26, 0.14);
    }

    .str-human-badge .str-dot {
      margin-right: 0;
    }

    .str-human-copy {
      max-width: 620px;
    }

    .str-human-copy .str-list {
      margin-top: 24px;
    }

    .str-human-note {
      margin-top: 26px;
      padding: 18px 20px;
      border-left: 3px solid var(--id-green);
      background: rgba(31, 157, 103, 0.08);
      color: #27313f;
      font-size: 16px;
      font-weight: 800;
      line-height: 1.55;
    }

    .str-system-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 34px;
      align-items: stretch;
    }

    .str-system-points {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      margin-top: 24px;
    }

    .str-system-point {
      min-height: 150px;
      padding: 18px;
      border: 1px solid var(--id-line);
      border-radius: var(--id-radius);
      background: #fff;
      box-shadow: 0 12px 28px rgba(16, 19, 26, 0.05);
    }

    .str-system-point i {
      width: 22px;
      height: 22px;
      margin-bottom: 14px;
      color: var(--id-orange);
    }

    .str-system-point strong {
      display: block;
      margin-bottom: 7px;
      color: var(--id-ink);
      font-size: 15px;
      line-height: 1.25;
    }

    .str-system-point span {
      color: var(--id-muted);
      font-size: 13px;
      line-height: 1.55;
    }

    .str-monitor-panel {
      border: 1px solid var(--id-line);
      border-radius: var(--id-radius);
      background: #fff;
      box-shadow: var(--id-shadow);
      overflow: hidden;
    }

    .str-monitor-top {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      align-items: center;
      padding: 17px 18px;
      border-bottom: 1px solid var(--id-line);
      background: #12161f;
      color: #fff;
    }

    .str-monitor-top strong {
      font-size: 16px;
      line-height: 1.2;
    }

    .str-monitor-live {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #9af0c2;
      font-size: 12px;
      font-weight: 900;
      white-space: nowrap;
    }

    .str-monitor-live:before {
      content: "";
      display: inline-block;
      flex: 0 0 auto;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #34d37d;
      transform-origin: center;
      animation: str-breathe-green 2.4s ease-in-out infinite;
    }

    @media (prefers-reduced-motion: reduce) {
      .str-dot,
      .str-status:before,
      .str-monitor-live:before,
      .str-live-feed.is-fresh .str-task {
        animation: none;
      }

      .str-task {
        transition: none;
      }
    }

    .str-monitor-tabs {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border-bottom: 1px solid var(--id-line);
      background: #fff;
    }

    .str-monitor-tab {
      padding: 13px 10px;
      border-right: 1px solid var(--id-line);
      border-top: 0;
      border-bottom: 0;
      border-left: 0;
      color: var(--id-muted);
      font-size: 12px;
      font-weight: 900;
      text-align: center;
      background: #fff;
      cursor: pointer;
      font: inherit;
      transition: color 160ms ease, background 160ms ease;
    }

    .str-monitor-tab:last-child {
      border-right: 0;
    }

    .str-monitor-tab:hover {
      color: var(--id-orange);
      background: rgba(240, 107, 35, 0.04);
    }

    .str-monitor-tab.active {
      color: var(--id-orange);
      background: rgba(240, 107, 35, 0.08);
    }

    .str-monitor-body {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 240px;
      gap: 18px;
      padding: 18px;
    }

    .str-monitor-row {
      display: grid;
      grid-template-columns: 34px 1fr auto;
      gap: 11px;
      align-items: center;
      padding: 13px 0;
      border-bottom: 1px solid var(--id-line);
    }

    .str-monitor-row:last-child {
      border-bottom: 0;
    }

    .str-monitor-icon {
      display: grid;
      place-items: center;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: rgba(240, 107, 35, 0.1);
      color: var(--id-orange);
    }

    .str-monitor-row strong {
      display: block;
      font-size: 14px;
      line-height: 1.2;
    }

    .str-monitor-row span {
      color: var(--id-muted);
      font-size: 12px;
    }

    .str-monitor-side {
      padding: 15px;
      border-radius: var(--id-radius);
      background: var(--id-soft);
    }

    .str-monitor-side h3 {
      margin: 0 0 12px;
      font-size: 15px;
      line-height: 1.2;
    }

    .str-mini-metric {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      padding: 10px 0;
      border-bottom: 1px solid #e1e4ea;
      color: var(--id-muted);
      font-size: 13px;
      font-weight: 800;
    }

    .str-mini-metric:last-child {
      border-bottom: 0;
    }

    .str-mini-metric strong {
      color: var(--id-ink);
    }

    .str-process {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
      margin-top: 34px;
      counter-reset: step;
    }

    .str-step {
      position: relative;
      min-height: 210px;
      padding: 24px;
      border: 1px solid var(--id-line);
      border-radius: var(--id-radius);
      background: #fff;
    }

    .str-step:before {
      counter-increment: step;
      content: "0" counter(step);
      display: block;
      margin-bottom: 34px;
      color: rgba(240, 107, 35, 0.22);
      font-size: 48px;
      line-height: 1;
      font-weight: 900;
    }

    .str-packages {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-top: 34px;
      align-items: stretch;
    }

    .str-price-card {
      position: relative;
      display: flex;
      flex-direction: column;
      padding: 28px;
      border: 1px solid var(--id-line);
      border-radius: var(--id-radius);
      background: #fff;
      box-shadow: 0 14px 30px rgba(16, 19, 26, 0.06);
    }

    .str-price-card.featured {
      border-color: rgba(240, 107, 35, 0.55);
      box-shadow: 0 20px 48px rgba(240, 107, 35, 0.16);
    }

    .str-label {
      display: inline-flex;
      width: fit-content;
      margin-bottom: 14px;
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(240, 107, 35, 0.1);
      color: var(--id-orange);
      font-size: 12px;
      font-weight: 900;
    }

    .str-price {
      margin: 12px 0 18px;
      font-size: 30px;
      line-height: 1;
      font-weight: 900;
    }

    .str-listing-range {
      display: inline-flex;
      align-items: center;
      min-height: 24px;
      margin: 0 3px;
      padding: 3px 9px;
      border: 1px solid rgba(31, 157, 103, 0.26);
      border-radius: 999px;
      background: rgba(31, 157, 103, 0.1);
      color: var(--id-green);
      font-size: 0.95em;
      font-weight: 900;
      white-space: nowrap;
    }

    .str-price small {
      color: var(--id-muted);
      font-size: 14px;
      font-weight: 700;
    }

    .str-price-card .str-btn {
      width: 100%;
      margin-top: auto;
    }

    .str-price-card .str-list {
      margin-bottom: 22px;
    }

    .str-pilot-offer {
      display: grid;
      grid-template-columns: auto 1fr auto;
      gap: 18px;
      align-items: center;
      margin-top: 28px;
      padding: 20px 22px;
      border: 1px solid rgba(31, 157, 103, 0.28);
      border-radius: var(--id-radius);
      background: linear-gradient(135deg, rgba(31, 157, 103, 0.1), rgba(255,255,255,0.94));
      box-shadow: 0 16px 36px rgba(16, 19, 26, 0.06);
    }

    .str-pilot-price {
      color: var(--id-green);
      font-size: 42px;
      line-height: 1;
      font-weight: 900;
      white-space: nowrap;
    }

    .str-pilot-offer strong {
      display: block;
      margin-bottom: 4px;
      color: var(--id-ink);
      font-size: 18px;
      line-height: 1.25;
    }

    .str-pilot-offer span {
      color: var(--id-muted);
      font-size: 14px;
      line-height: 1.5;
    }

    .str-testimonial {
      display: grid;
      grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
      gap: 28px;
      align-items: center;
      padding: 34px;
      border: 1px solid rgba(255,255,255,0.16);
      border-radius: var(--id-radius);
      background: #12161f;
      color: #fff;
      box-shadow: var(--id-shadow);
    }

    .str-testimonial .str-p {
      color: rgba(255,255,255,0.72);
    }

    .str-quote {
      margin: 0;
      color: #fff;
      font-size: clamp(22px, 3vw, 36px);
      line-height: 1.14;
      font-weight: 850;
    }

    .str-form-wrap {
      display: grid;
      grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
      gap: 42px;
      align-items: start;
    }

    .str-form {
      padding: 26px;
      border: 1px solid var(--id-line);
      border-radius: var(--id-radius);
      background: #fff;
      box-shadow: var(--id-shadow);
    }

    .str-field-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .str-field {
      margin-bottom: 14px;
    }

    .str-field label {
      display: block;
      margin-bottom: 7px;
      color: #343943;
      font-size: 13px;
      font-weight: 850;
    }

    .str-field input,
    .str-field select,
    .str-field textarea {
      width: 100%;
      min-height: 46px;
      padding: 12px 13px;
      border: 1px solid #dcdfe5;
      border-radius: var(--id-radius);
      background: #fff;
      color: var(--id-ink);
      font: inherit;
      outline: 0;
      transition: border-color 160ms ease, box-shadow 160ms ease;
    }

    .str-field textarea {
      min-height: 104px;
      resize: vertical;
    }

    .str-field input:focus,
    .str-field select:focus,
    .str-field textarea:focus {
      border-color: var(--id-orange);
      box-shadow: 0 0 0 4px rgba(240, 107, 35, 0.12);
    }

    .str-form-note {
      margin: 12px 0 0;
      color: var(--id-muted);
      font-size: 13px;
    }

    .str-form-message {
      display: none;
      margin-top: 14px;
      padding: 12px 13px;
      border-radius: var(--id-radius);
      background: rgba(31, 157, 103, 0.1);
      color: #12613f;
      font-size: 14px;
      font-weight: 800;
    }

    .str-faq {
      max-width: 860px;
      margin: 34px auto 0;
    }

    .str-faq-item {
      border: 1px solid var(--id-line);
      border-radius: var(--id-radius);
      background: #fff;
      overflow: hidden;
    }

    .str-faq-item + .str-faq-item {
      margin-top: 12px;
    }

    .str-faq-button {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      width: 100%;
      padding: 18px 20px;
      border: 0;
      background: #fff;
      color: var(--id-ink);
      text-align: left;
      font: inherit;
      font-weight: 850;
      cursor: pointer;
    }

    .str-faq-button span:last-child {
      color: var(--id-orange);
      font-size: 22px;
      line-height: 1;
    }

    .str-faq-panel {
      display: none;
      padding: 0 20px 18px;
      color: var(--id-muted);
    }

    .str-faq-item.open .str-faq-panel {
      display: block;
    }

    .str-faq-item.open .str-faq-button span:last-child {
      transform: rotate(45deg);
    }

    .str-final-cta {
      padding: 66px 0;
      background: var(--id-orange);
      color: #fff;
    }

    .str-final-cta .str-container {
      display: flex;
      gap: 22px;
      align-items: center;
      justify-content: space-between;
    }

    .str-final-cta .str-h2 {
      margin-bottom: 0;
      color: #fff;
    }

    .str-final-cta .str-p {
      max-width: 560px;
      margin: 10px 0 0;
      color: rgba(255,255,255,0.82);
    }

    .str-mobile-bar {
      position: fixed;
      right: 14px;
      bottom: 14px;
      left: 14px;
      z-index: 9999;
      display: none;
      gap: 10px;
      padding: 10px;
      border: 1px solid rgba(255,255,255,0.5);
      border-radius: 999px;
      background: rgba(255,255,255,0.92);
      box-shadow: 0 18px 38px rgba(16, 19, 26, 0.18);
      backdrop-filter: blur(14px);
    }

    .str-mobile-bar .str-btn {
      flex: 1;
      min-height: 44px;
      padding: 12px 14px;
      font-size: 13px;
    }

    .str-fade {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 520ms ease, transform 520ms ease;
    }

    .str-fade.visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 980px) {
      .str-section {
        padding: 64px 0;
      }

      .str-hero {
        min-height: auto;
        padding: 92px 0 76px;
        background: var(--idr-str-hero-bg) center / cover;
      }

      .str-hero-grid,
      .str-split,
      .str-form-wrap,
      .str-human-proof,
      .str-system-grid,
      .str-testimonial {
        grid-template-columns: 1fr;
      }

      .str-stats,
      .str-card-grid,
      .str-process,
      .str-packages {
        grid-template-columns: 1fr 1fr;
      }

      .str-system-points {
        grid-template-columns: 1fr 1fr;
      }

      .str-final-cta .str-container {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    @media (max-width: 640px) {
      .str-container {
        width: min(100% - 60px, var(--id-max));
      }

      .str-section {
        padding: 54px 0;
      }

      .str-hero {
        padding-top: 104px;
      }

      .str-h1 {
        font-size: 44px;
      }

      .str-lead {
        font-size: 18px;
      }

      .str-stats,
      .str-card-grid,
      .str-process,
      .str-packages,
      .str-field-grid {
        grid-template-columns: 1fr;
      }

      .str-task {
        grid-template-columns: 44px 1fr;
      }

      .str-task .str-badge {
        grid-column: 2;
        width: fit-content;
      }

      .str-monitor-tabs,
      .str-monitor-body {
        grid-template-columns: 1fr;
      }

      .str-monitor-tab {
        border-right: 0;
        border-bottom: 1px solid var(--id-line);
      }

      .str-monitor-row {
        grid-template-columns: 34px 1fr;
      }

      .str-monitor-row .str-badge {
        grid-column: 2;
        width: fit-content;
      }

      .str-system-points {
        grid-template-columns: 1fr;
      }

      .str-actions {
        align-items: stretch;
        flex-direction: column;
      }

      .str-pilot-offer {
        grid-template-columns: 1fr;
      }

      .str-pilot-offer .str-btn {
        width: 100%;
      }

      .str-actions .str-btn {
        width: 100%;
      }

      .str-form {
        padding: 18px;
      }

      .str-mobile-bar {
        display: flex;
      }

      .str-final-cta {
        padding-bottom: 92px;
      }
    }
