@charset "UTF-8";
/* Mechanically extracted from widget_v4_page_content_1_0e9f8e413cdb0eb7a49484f3554770bd. */
/* line 3, do-native-backend.scss */
.do-native-view--backend {
  /* BUTTONS */
  /* ══════════════════════
     1. HERO
  ══════════════════════ */
  /* ══════════════════════
     2. SCENARIOS
  ══════════════════════ */
  /* ══════════════════════
     3. TASKS
  ══════════════════════ */
  /* ══════════════════════
     4. COMPOSITION
  ══════════════════════ */
  /* ══════════════════════
     5. SHARED INFRASTRUCTURE
  ══════════════════════ */
  /* ══════════════════════
     6. SYSTEMS
  ══════════════════════ */
  /* ══════════════════════
     7. PROCESS
  ══════════════════════ */
  /* ══════════════════════
     8. CASES
  ══════════════════════ */
  /* ══════════════════════
     9. CTA
  ══════════════════════ */
  /* RESPONSIVE */
  /* Backend service TZ patch 2026-05-16 */
  /* Backend hero/reviews revision 2026-05-18 */
  /* Exact main-page reviews transfer 2026-05-18 */
  /* Exact standalone cases block transfer 2026-05-18 */
  /* Backend cases final cleanup against old page inheritance 2026-05-18 */
  /* Backend cases overflow/arrow reset 2026-05-18 */
  /* Backend cases width/title and hero accent 2026-05-18 */
  /* Backend hero text-only layout like ecommerce 2026-05-21 */
  /* Backend hero content width alignment 2026-05-21 */
  /* Hero two-button CTA rule 2026-05-25 */ }
  /* line 4, do-native-backend.scss */
  .do-native-view--backend *, .do-native-view--backend *::before, .do-native-view--backend *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  /* line 5, do-native-backend.scss */
  .do-native-view--backend body {
    background: #ffffff;
    color: #222222;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased; }
  /* line 11, do-native-backend.scss */
  .do-native-view--backend a {
    color: inherit;
    text-decoration: none; }
  /* line 13, do-native-backend.scss */
  .do-native-view--backend .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px; }
  /* line 14, do-native-backend.scss */
  .do-native-view--backend section {
    padding: 96px 0; }
  /* line 16, do-native-backend.scss */
  .do-native-view--backend .s-tag {
    font-family: 'DM Mono', monospace;
    font-size: 0.68rem;
    color: #E85D0A;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px; }
  /* line 22, do-native-backend.scss */
  .do-native-view--backend .s-tag::before {
    content: '';
    width: 14px;
    height: 1px;
    background: #E85D0A;
    flex-shrink: 0; }
  /* line 23, do-native-backend.scss */
  .do-native-view--backend .s-h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.9rem, 3.2vw, 2.85rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
    color: #111111;
    margin-bottom: 14px; }
  /* line 29, do-native-backend.scss */
  .do-native-view--backend .s-lead {
    font-size: 1.02rem;
    color: #666666;
    max-width: 580px;
    line-height: 1.72;
    margin-bottom: 48px; }
  /* line 32, do-native-backend.scss */
  .do-native-view--backend .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 13px 26px;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    transition: transform .18s, box-shadow .18s;
    text-decoration: none; }
  /* line 38, do-native-backend.scss */
  .do-native-view--backend .btn:hover {
    transform: translateY(-2px); }
  /* line 39, do-native-backend.scss */
  .do-native-view--backend .btn-primary {
    background: #E85D0A;
    color: #fff;
    box-shadow: 0 4px 18px rgba(232, 93, 10, 0.28); }
  /* line 40, do-native-backend.scss */
  .do-native-view--backend .btn-primary:hover {
    box-shadow: 0 8px 28px rgba(232, 93, 10, 0.38); }
  /* line 41, do-native-backend.scss */
  .do-native-view--backend .btn-navy {
    background: #0D2D6B;
    color: #fff;
    box-shadow: 0 4px 18px rgba(13, 45, 107, 0.2); }
  /* line 42, do-native-backend.scss */
  .do-native-view--backend .btn-navy:hover {
    box-shadow: 0 8px 28px rgba(13, 45, 107, 0.32); }
  /* line 43, do-native-backend.scss */
  .do-native-view--backend .btn-outline {
    background: transparent;
    color: #0D2D6B;
    border: 1.5px solid rgba(13, 45, 107, 0.25); }
  /* line 44, do-native-backend.scss */
  .do-native-view--backend .btn-outline:hover {
    border-color: #0D2D6B;
    background: rgba(13, 45, 107, 0.04); }
  /* line 45, do-native-backend.scss */
  .do-native-view--backend .btn-ghost {
    background: transparent;
    color: #444;
    border: 1.5px solid rgba(0, 0, 0, 0.14); }
  /* line 46, do-native-backend.scss */
  .do-native-view--backend .btn-ghost:hover {
    border-color: rgba(0, 0, 0, 0.28); }
  /* line 47, do-native-backend.scss */
  .do-native-view--backend .btn-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap; }
  /* line 52, do-native-backend.scss */
  .do-native-view--backend #hero {
    background: #fff;
    padding: 0;
    position: relative;
    overflow: hidden; }
  /* line 53, do-native-backend.scss */
  .do-native-view--backend #hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #E8A87C 30%, #E85D0A 60%, transparent); }
  /* line 57, do-native-backend.scss */
  .do-native-view--backend .hero-split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 600px;
    align-items: stretch; }
  /* line 58, do-native-backend.scss */
  .do-native-view--backend .hero-left {
    padding: 88px 72px 88px 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  /* line 59, do-native-backend.scss */
  .do-native-view--backend .hero-right {
    background: #111827;
    border-left: 1px solid #1e2535;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 56px;
    position: relative;
    overflow: hidden; }
  /* line 64, do-native-backend.scss */
  .do-native-view--backend .hero-right::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(13, 45, 107, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none; }
  /* line 70, do-native-backend.scss */
  .do-native-view--backend .hero-visual {
    width: 100%;
    max-width: 520px;
    position: relative;
    z-index: 1; }
  /* line 72, do-native-backend.scss */
  .do-native-view--backend .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(13, 45, 107, 0.07);
    border: 1px solid rgba(13, 45, 107, 0.15);
    border-radius: 100px;
    padding: 6px 16px;
    font-family: 'DM Mono', monospace;
    font-size: 0.7rem;
    color: #0D2D6B;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 28px; }
  /* line 79, do-native-backend.scss */
  .do-native-view--backend .badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E85D0A;
    flex-shrink: 0; }
  /* line 80, do-native-backend.scss */
  .do-native-view--backend .hero-h1 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2.2rem, 3.5vw, 4rem);
    font-weight: 800;
    line-height: 1.03;
    letter-spacing: -0.045em;
    color: #111111;
    margin-bottom: 22px; }
  /* line 86, do-native-backend.scss */
  .do-native-view--backend .hero-h1 em {
    font-style: normal;
    color: #E85D0A; }
  /* line 87, do-native-backend.scss */
  .do-native-view--backend .hero-sub {
    font-size: 1rem;
    color: #555;
    max-width: 520px;
    line-height: 1.75;
    margin-bottom: 18px; }
  /* line 88, do-native-backend.scss */
  .do-native-view--backend .hero-body {
    font-size: .92rem;
    color: #777;
    max-width: 480px;
    line-height: 1.72;
    margin-bottom: 32px; }
  /* line 89, do-native-backend.scss */
  .do-native-view--backend .hero-tezisy {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 36px; }
  /* line 90, do-native-backend.scss */
  .do-native-view--backend .ht-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .87rem;
    color: #333;
    font-weight: 500; }
  /* line 91, do-native-backend.scss */
  .do-native-view--backend .ht-item::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E85D0A;
    flex-shrink: 0; }
  /* line 96, do-native-backend.scss */
  .do-native-view--backend #useful {
    background: #f8f9fb; }
  /* line 97, do-native-backend.scss */
  .do-native-view--backend .useful-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 72px;
    align-items: start; }
  /* line 98, do-native-backend.scss */
  .do-native-view--backend .useful-left {
    position: sticky;
    top: 100px; }
  /* line 99, do-native-backend.scss */
  .do-native-view--backend .scenarios-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px; }
  /* line 100, do-native-backend.scss */
  .do-native-view--backend .sc {
    background: #fff;
    border: 1.5px solid #ebebeb;
    border-radius: 14px;
    padding: 24px 26px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: border-color .18s, transform .18s; }
  /* line 105, do-native-backend.scss */
  .do-native-view--backend .sc:hover {
    border-color: rgba(13, 45, 107, 0.22);
    transform: translateY(-2px); }
  /* line 106, do-native-backend.scss */
  .do-native-view--backend .sc-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(13, 45, 107, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0; }
  /* line 110, do-native-backend.scss */
  .do-native-view--backend .sc-title {
    font-weight: 700;
    font-size: .9rem;
    color: #111;
    line-height: 1.3; }
  /* line 115, do-native-backend.scss */
  .do-native-view--backend #tasks {
    background: #fff; }
  /* line 116, do-native-backend.scss */
  .do-native-view--backend .tasks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 14px; }
  /* line 117, do-native-backend.scss */
  .do-native-view--backend .tasks-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 40px; }
  /* line 118, do-native-backend.scss */
  .do-native-view--backend .task-card {
    background: #f8f9fb;
    border: 1.5px solid #ebebeb;
    border-radius: 16px;
    padding: 34px 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color .2s, transform .2s; }
  /* line 123, do-native-backend.scss */
  .do-native-view--backend .task-card:hover {
    border-color: rgba(13, 45, 107, 0.22);
    transform: translateY(-3px); }
  /* line 124, do-native-backend.scss */
  .do-native-view--backend .task-card.primary {
    background: #0D2D6B;
    border-color: #0D2D6B; }
  /* line 125, do-native-backend.scss */
  .do-native-view--backend .task-card.orange {
    background: #E85D0A;
    border-color: #E85D0A; }
  /* line 126, do-native-backend.scss */
  .do-native-view--backend .task-num {
    font-family: 'DM Mono',monospace;
    font-size: .67rem;
    color: #bbb;
    letter-spacing: .08em; }
  /* line 127, do-native-backend.scss */
  .do-native-view--backend .task-card.primary .task-num, .do-native-view--backend .task-card.orange .task-num {
    color: rgba(255, 255, 255, 0.3); }
  /* line 128, do-native-backend.scss */
  .do-native-view--backend .task-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #fff;
    border: 1.5px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0; }
  /* line 132, do-native-backend.scss */
  .do-native-view--backend .task-card.primary .task-icon, .do-native-view--backend .task-card.orange .task-icon {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2); }
  /* line 133, do-native-backend.scss */
  .do-native-view--backend .task-title {
    font-family: 'Syne',sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.2;
    color: #111; }
  /* line 134, do-native-backend.scss */
  .do-native-view--backend .task-card.primary .task-title, .do-native-view--backend .task-card.orange .task-title {
    color: #fff; }
  /* line 135, do-native-backend.scss */
  .do-native-view--backend .task-desc {
    font-size: .86rem;
    color: #666;
    line-height: 1.65;
    flex: 1; }
  /* line 136, do-native-backend.scss */
  .do-native-view--backend .task-card.primary .task-desc, .do-native-view--backend .task-card.orange .task-desc {
    color: rgba(255, 255, 255, 0.75); }
  /* line 141, do-native-backend.scss */
  .do-native-view--backend #composition {
    background: #FFF8F0; }
  /* line 142, do-native-backend.scss */
  .do-native-view--backend .comp-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start; }
  /* line 143, do-native-backend.scss */
  .do-native-view--backend .comp-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1.5px solid rgba(232, 93, 10, 0.14);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 28px; }
  /* line 147, do-native-backend.scss */
  .do-native-view--backend .comp-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 17px 22px;
    border-bottom: 1px solid rgba(232, 93, 10, 0.1);
    background: #fff;
    transition: background .18s; }
  /* line 151, do-native-backend.scss */
  .do-native-view--backend .comp-item:last-child {
    border-bottom: none; }
  /* line 152, do-native-backend.scss */
  .do-native-view--backend .comp-item:hover {
    background: #fff8f3; }
  /* line 153, do-native-backend.scss */
  .do-native-view--backend .comp-idx {
    font-family: 'DM Mono',monospace;
    font-size: .7rem;
    color: #E85D0A;
    width: 24px;
    flex-shrink: 0; }
  /* line 154, do-native-backend.scss */
  .do-native-view--backend .comp-text {
    font-size: .9rem;
    font-weight: 500;
    color: #222; }
  /* line 155, do-native-backend.scss */
  .do-native-view--backend .comp-desc {
    font-size: .78rem;
    color: #888;
    margin-top: 2px;
    line-height: 1.4; }
  /* line 156, do-native-backend.scss */
  .do-native-view--backend .comp-right {
    background: #0D2D6B;
    border-radius: 18px;
    padding: 40px 36px;
    position: sticky;
    top: 100px; }
  /* line 157, do-native-backend.scss */
  .do-native-view--backend .comp-right-label {
    font-family: 'DM Mono',monospace;
    font-size: .68rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 20px; }
  /* line 158, do-native-backend.scss */
  .do-native-view--backend .comp-right p {
    font-size: .9rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    margin-bottom: 20px; }
  /* line 159, do-native-backend.scss */
  .do-native-view--backend .comp-note {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 20px;
    font-size: .84rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    border-left: 3px solid #E8A87C; }
  /* line 160, do-native-backend.scss */
  .do-native-view--backend .comp-note strong {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600; }
  /* line 161, do-native-backend.scss */
  .do-native-view--backend .comp-note .rate-footnote {
    display: block;
    margin-top: 10px;
    font-size: .72rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.45); }
  /* line 166, do-native-backend.scss */
  .do-native-view--backend #shared-infrastructure {
    background: #F7F8FB; }
  /* line 167, do-native-backend.scss */
  .do-native-view--backend .shared-infra-head {
    max-width: 860px;
    margin-bottom: 42px; }
  /* line 168, do-native-backend.scss */
  .do-native-view--backend .shared-infra-head .s-lead {
    max-width: 820px;
    margin-bottom: 0; }
  /* line 169, do-native-backend.scss */
  .do-native-view--backend .shared-infra-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 24px;
    align-items: stretch; }
  /* line 170, do-native-backend.scss */
  .do-native-view--backend .shared-infra-main {
    background: #FFF8F0;
    border: 1.5px solid rgba(232, 93, 10, 0.14);
    border-radius: 18px;
    padding: 36px; }
  /* line 171, do-native-backend.scss */
  .do-native-view--backend .shared-infra-main h3 {
    font-family: 'Syne',sans-serif;
    font-size: 1.45rem;
    line-height: 1.2;
    letter-spacing: -.03em;
    color: #111;
    margin: 0 0 14px; }
  /* line 172, do-native-backend.scss */
  .do-native-view--backend .shared-infra-main > p {
    font-size: .94rem;
    color: #555;
    line-height: 1.72;
    margin: 0 0 22px; }
  /* line 173, do-native-backend.scss */
  .do-native-view--backend .shared-infra-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 22px; }
  /* line 174, do-native-backend.scss */
  .do-native-view--backend .shared-infra-tags span {
    font-family: 'DM Mono',monospace;
    font-size: .69rem;
    line-height: 1.35;
    color: #0D2D6B;
    background: #fff;
    border: 1px solid rgba(13, 45, 107, 0.14);
    border-radius: 999px;
    padding: 8px 11px; }
  /* line 175, do-native-backend.scss */
  .do-native-view--backend .shared-infra-main .shared-infra-note {
    margin: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(232, 93, 10, 0.14);
    font-size: .8rem;
    color: #888; }
  /* line 176, do-native-backend.scss */
  .do-native-view--backend .shared-example {
    background: #0D2D6B;
    border-radius: 18px;
    padding: 34px;
    color: #fff;
    display: flex;
    flex-direction: column; }
  /* line 177, do-native-backend.scss */
  .do-native-view--backend .shared-example-label {
    font-family: 'DM Mono',monospace;
    font-size: .68rem;
    color: rgba(255, 255, 255, 0.42);
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 20px; }
  /* line 178, do-native-backend.scss */
  .do-native-view--backend .shared-example-row {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 5px; }
  /* line 179, do-native-backend.scss */
  .do-native-view--backend .shared-example-row span {
    font-size: .78rem;
    color: rgba(255, 255, 255, 0.55); }
  /* line 180, do-native-backend.scss */
  .do-native-view--backend .shared-example-row strong {
    font-family: 'DM Mono',monospace;
    font-size: .92rem;
    line-height: 1.45;
    color: #fff;
    font-weight: 500; }
  /* line 181, do-native-backend.scss */
  .do-native-view--backend .shared-example-row.accent strong {
    color: #F4B487; }
  /* line 182, do-native-backend.scss */
  .do-native-view--backend .shared-example-result {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 22px 0 14px; }
  /* line 183, do-native-backend.scss */
  .do-native-view--backend .shared-example-result strong {
    font-family: 'Syne',sans-serif;
    font-size: 2rem;
    line-height: 1;
    color: #F4B487; }
  /* line 184, do-native-backend.scss */
  .do-native-view--backend .shared-example-result span {
    font-size: .78rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.58);
    max-width: 145px; }
  /* line 185, do-native-backend.scss */
  .do-native-view--backend .shared-example > p {
    font-size: .73rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.42);
    margin: auto 0 0; }
  /* line 186, do-native-backend.scss */
  .do-native-view--backend .shared-infra-action {
    margin-top: 24px;
    padding: 24px 28px;
    border: 1.5px solid rgba(13, 45, 107, 0.12);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px; }
  /* line 187, do-native-backend.scss */
  .do-native-view--backend .shared-infra-action p {
    max-width: 650px;
    margin: 0;
    font-size: .9rem;
    line-height: 1.65;
    color: #555; }
  /* line 188, do-native-backend.scss */
  .do-native-view--backend .shared-infra-action .btn {
    flex-shrink: 0; }
  /* line 193, do-native-backend.scss */
  .do-native-view--backend #systems {
    background: #fff; }
  /* line 194, do-native-backend.scss */
  .do-native-view--backend .sys-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 72px;
    align-items: start; }
  /* line 195, do-native-backend.scss */
  .do-native-view--backend .sys-left {
    position: sticky;
    top: 100px; }
  /* line 196, do-native-backend.scss */
  .do-native-view--backend .sys-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px; }
  /* line 197, do-native-backend.scss */
  .do-native-view--backend .sys-card {
    background: #f8f9fb;
    border: 1.5px solid #ebebeb;
    border-radius: 14px;
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: border-color .18s,transform .18s; }
  /* line 202, do-native-backend.scss */
  .do-native-view--backend .sys-card:hover {
    border-color: rgba(13, 45, 107, 0.22);
    transform: translateY(-2px); }
  /* line 203, do-native-backend.scss */
  .do-native-view--backend .sys-card.dark {
    background: #0D2D6B;
    border-color: #0D2D6B; }
  /* line 204, do-native-backend.scss */
  .do-native-view--backend .sys-arrow {
    font-family: 'DM Mono',monospace;
    font-size: .85rem;
    font-weight: 500;
    color: #E85D0A;
    letter-spacing: .04em; }
  /* line 208, do-native-backend.scss */
  .do-native-view--backend .sys-card.dark .sys-arrow {
    color: #E8A87C; }
  /* line 209, do-native-backend.scss */
  .do-native-view--backend .sys-title {
    font-weight: 700;
    font-size: .92rem;
    color: #111;
    line-height: 1.3; }
  /* line 210, do-native-backend.scss */
  .do-native-view--backend .sys-card.dark .sys-title {
    color: #fff; }
  /* line 211, do-native-backend.scss */
  .do-native-view--backend .sys-desc {
    font-size: .8rem;
    color: #777;
    line-height: 1.55; }
  /* line 212, do-native-backend.scss */
  .do-native-view--backend .sys-card.dark .sys-desc {
    color: rgba(255, 255, 255, 0.6); }
  /* line 213, do-native-backend.scss */
  .do-native-view--backend .sys-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; }
  /* line 214, do-native-backend.scss */
  .do-native-view--backend .sys-tag {
    font-family: 'DM Mono',monospace;
    font-size: .65rem;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 2px 8px;
    color: #999; }
  /* line 215, do-native-backend.scss */
  .do-native-view--backend .sys-card.dark .sys-tag {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5); }
  /* line 220, do-native-backend.scss */
  .do-native-view--backend #process {
    background: #f8f9fb; }
  /* line 221, do-native-backend.scss */
  .do-native-view--backend .process-layout {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 72px;
    align-items: start; }
  /* line 222, do-native-backend.scss */
  .do-native-view--backend .process-left {
    position: sticky;
    top: 100px; }
  /* line 223, do-native-backend.scss */
  .do-native-view--backend .process-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 28px; }
  /* line 224, do-native-backend.scss */
  .do-native-view--backend .pp {
    background: #fff;
    border: 1.5px solid #ebebeb;
    border-radius: 10px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 10px; }
  /* line 225, do-native-backend.scss */
  .do-native-view--backend .pp-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0D2D6B;
    flex-shrink: 0; }
  /* line 226, do-native-backend.scss */
  .do-native-view--backend .pp-text {
    font-size: .83rem;
    font-weight: 500;
    color: #333; }
  /* line 227, do-native-backend.scss */
  .do-native-view--backend .steps-list {
    display: flex;
    flex-direction: column; }
  /* line 228, do-native-backend.scss */
  .do-native-view--backend .step-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0; }
  /* line 229, do-native-backend.scss */
  .do-native-view--backend .step-row:last-child {
    border-bottom: none; }
  /* line 230, do-native-backend.scss */
  .do-native-view--backend .step-bubble {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f4f6fb;
    border: 1.5px solid #d8deed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DM Mono',monospace;
    font-size: .8rem;
    font-weight: 500;
    color: #0D2D6B;
    flex-shrink: 0;
    transition: background .18s,border-color .18s; }
  /* line 236, do-native-backend.scss */
  .do-native-view--backend .step-row:hover .step-bubble {
    background: #0D2D6B;
    color: #fff;
    border-color: #0D2D6B; }
  /* line 237, do-native-backend.scss */
  .do-native-view--backend .step-title {
    font-weight: 700;
    font-size: .93rem;
    color: #111;
    margin-bottom: 3px; }
  /* line 238, do-native-backend.scss */
  .do-native-view--backend .step-desc {
    font-size: .8rem;
    color: #888;
    line-height: 1.5; }
  /* line 244, do-native-backend.scss */
  .do-native-view--backend #why {
    background: #f8f9fb; }
  /* line 245, do-native-backend.scss */
  .do-native-view--backend .why-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start; }
  /* line 246, do-native-backend.scss */
  .do-native-view--backend .why-args {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px; }
  /* line 247, do-native-backend.scss */
  .do-native-view--backend .arg {
    background: #fff;
    border: 1.5px solid #ebebeb;
    border-radius: 12px;
    padding: 22px 26px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: border-color .18s; }
  /* line 248, do-native-backend.scss */
  .do-native-view--backend .arg:hover {
    border-color: rgba(13, 45, 107, 0.22); }
  /* line 249, do-native-backend.scss */
  .do-native-view--backend .arg-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(13, 45, 107, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0; }
  /* line 250, do-native-backend.scss */
  .do-native-view--backend .arg-title {
    font-weight: 700;
    font-size: .9rem;
    color: #111;
    margin-bottom: 3px; }
  /* line 251, do-native-backend.scss */
  .do-native-view--backend .arg-desc {
    font-size: .8rem;
    color: #777;
    line-height: 1.5; }
  /* line 252, do-native-backend.scss */
  .do-native-view--backend .why-panel {
    background: #0D2D6B;
    border-radius: 20px;
    padding: 44px 40px;
    color: #fff;
    position: sticky;
    top: 100px; }
  /* line 253, do-native-backend.scss */
  .do-native-view--backend .why-panel h3 {
    font-family: 'Syne',sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.12;
    margin-bottom: 16px; }
  /* line 254, do-native-backend.scss */
  .do-native-view--backend .why-panel p {
    font-size: .9rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    margin-bottom: 24px; }
  /* line 255, do-native-backend.scss */
  .do-native-view--backend .why-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px; }
  /* line 256, do-native-backend.scss */
  .do-native-view--backend .why-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: .86rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5; }
  /* line 257, do-native-backend.scss */
  .do-native-view--backend .why-list li::before {
    content: '✓';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DM Mono',monospace;
    font-size: .68rem;
    color: #E8A87C;
    margin-top: 1px; }
  /* line 258, do-native-backend.scss */
  .do-native-view--backend .why-cta {
    width: 100%;
    background: #E85D0A;
    color: #fff;
    font-family: 'DM Sans',sans-serif;
    font-weight: 700;
    font-size: .9rem;
    padding: 14px 24px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: opacity .18s,transform .18s; }
  /* line 259, do-native-backend.scss */
  .do-native-view--backend .why-cta:hover {
    opacity: .9;
    transform: translateY(-2px); }
  /* line 264, do-native-backend.scss */
  .do-native-view--backend #cta {
    background: #0D2D6B;
    padding: 100px 0; }
  /* line 265, do-native-backend.scss */
  .do-native-view--backend .cta-wrap {
    text-align: center; }
  /* line 266, do-native-backend.scss */
  .do-native-view--backend .cta-h2 {
    font-family: 'Syne',sans-serif;
    font-size: clamp(2.1rem, 4.2vw, 3.8rem);
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: 1.03;
    color: #fff;
    margin-bottom: 16px; }
  /* line 267, do-native-backend.scss */
  .do-native-view--backend .cta-h2 em {
    font-style: normal;
    color: #E8A87C; }
  /* line 268, do-native-backend.scss */
  .do-native-view--backend .cta-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 52px;
    line-height: 1.7; }
  /* line 269, do-native-backend.scss */
  .do-native-view--backend .cta-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 900px;
    margin: 0 auto 40px; }
  /* line 270, do-native-backend.scss */
  .do-native-view--backend .cta-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    padding: 28px 24px;
    text-align: left;
    transition: background .18s,transform .18s;
    cursor: pointer; }
  /* line 271, do-native-backend.scss */
  .do-native-view--backend .cta-card.cta-main {
    background: #E85D0A;
    border-color: #E85D0A;
    box-shadow: 0 8px 32px rgba(232, 93, 10, 0.4); }
  /* line 272, do-native-backend.scss */
  .do-native-view--backend .cta-card:not(.cta-main):hover {
    background: rgba(255, 255, 255, 0.13);
    transform: translateY(-2px); }
  /* line 273, do-native-backend.scss */
  .do-native-view--backend .cta-card.cta-main:hover {
    transform: translateY(-3px); }
  /* line 274, do-native-backend.scss */
  .do-native-view--backend .cta-card-icon {
    font-size: 1.4rem;
    margin-bottom: 14px; }
  /* line 275, do-native-backend.scss */
  .do-native-view--backend .cta-card-title {
    font-weight: 700;
    font-size: .95rem;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: -.01em; }
  /* line 276, do-native-backend.scss */
  .do-native-view--backend .cta-card-desc {
    font-size: .81rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.55;
    margin-bottom: 18px; }
  /* line 277, do-native-backend.scss */
  .do-native-view--backend .cta-main .cta-card-desc {
    color: rgba(255, 255, 255, 0.82); }
  /* line 278, do-native-backend.scss */
  .do-native-view--backend .cta-card-action {
    font-family: 'DM Mono',monospace;
    font-size: .73rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: .02em;
    transition: gap .18s; }
  /* line 279, do-native-backend.scss */
  .do-native-view--backend .cta-card:hover .cta-card-action {
    gap: 10px; }
  /* line 280, do-native-backend.scss */
  .do-native-view--backend .cta-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 14px 28px;
    font-weight: 600;
    font-size: .95rem;
    color: #fff;
    margin-bottom: 18px;
    transition: background .18s;
    text-decoration: none; }
  /* line 281, do-native-backend.scss */
  .do-native-view--backend .cta-contact:hover {
    background: rgba(255, 255, 255, 0.17); }
  /* line 282, do-native-backend.scss */
  .do-native-view--backend .cta-note {
    font-size: .8rem;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6; }
  /* line 283, do-native-backend.scss */
  .do-native-view--backend .cta-note::before {
    content: '—';
    font-family: 'DM Mono',monospace; }
  @media (max-width: 1024px) {
    /* line 287, do-native-backend.scss */
    .do-native-view--backend .container {
      padding: 0 32px; }
    /* line 288, do-native-backend.scss */
    .do-native-view--backend .hero-split {
      grid-template-columns: 1fr; }
    /* line 289, do-native-backend.scss */
    .do-native-view--backend .hero-left {
      padding: 56px 0 48px; }
    /* line 290, do-native-backend.scss */
    .do-native-view--backend .hero-right {
      display: none; }
    /* line 291, do-native-backend.scss */
    .do-native-view--backend .useful-layout, .do-native-view--backend .sys-layout, .do-native-view--backend .process-layout, .do-native-view--backend .why-layout, .do-native-view--backend .comp-layout, .do-native-view--backend .shared-infra-grid {
      grid-template-columns: 1fr; }
    /* line 292, do-native-backend.scss */
    .do-native-view--backend .useful-left, .do-native-view--backend .sys-left, .do-native-view--backend .process-left {
      position: static; }
    /* line 293, do-native-backend.scss */
    .do-native-view--backend .comp-right, .do-native-view--backend .why-panel {
      position: static; }
    /* line 294, do-native-backend.scss */
    .do-native-view--backend .shared-infra-action {
      align-items: flex-start;
      flex-direction: column; } }
  @media (max-width: 768px) {
    /* line 297, do-native-backend.scss */
    .do-native-view--backend section {
      padding: 64px 0; }
    /* line 298, do-native-backend.scss */
    .do-native-view--backend .container {
      padding: 0 20px; }
    /* line 299, do-native-backend.scss */
    .do-native-view--backend .tasks-grid {
      grid-template-columns: 1fr; }
    /* line 300, do-native-backend.scss */
    .do-native-view--backend .tasks-bottom, .do-native-view--backend .sys-grid, .do-native-view--backend .scenarios-grid {
      grid-template-columns: 1fr; }
    /* line 301, do-native-backend.scss */
    .do-native-view--backend .process-pillars {
      grid-template-columns: 1fr; }
    /* line 302, do-native-backend.scss */
    .do-native-view--backend .shared-infra-main, .do-native-view--backend .shared-example {
      padding: 26px 22px; }
    /* line 303, do-native-backend.scss */
    .do-native-view--backend .shared-infra-action {
      padding: 22px; }
    /* line 304, do-native-backend.scss */
    .do-native-view--backend .shared-infra-action .btn {
      width: 100%;
      justify-content: center;
      text-align: center; }
    /* line 305, do-native-backend.scss */
    .do-native-view--backend .cta-cards {
      grid-template-columns: 1fr;
      max-width: 380px; } }
  /* line 309, do-native-backend.scss */
  .do-native-view--backend #hero .btn-primary,
  .do-native-view--backend #useful .btn-primary,
  .do-native-view--backend #tasks .btn-primary,
  .do-native-view--backend #composition .btn-primary,
  .do-native-view--backend #process .btn-primary {
    position: relative;
    overflow: hidden;
    isolation: isolate; }
  /* line 319, do-native-backend.scss */
  .do-native-view--backend #hero .btn-primary::before,
  .do-native-view--backend #useful .btn-primary::before,
  .do-native-view--backend #tasks .btn-primary::before,
  .do-native-view--backend #composition .btn-primary::before,
  .do-native-view--backend #process .btn-primary::before {
    content: "";
    position: absolute;
    inset: -35% auto -35% -55%;
    width: 42%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    animation: backendCtaShimmer 4.4s ease-in-out infinite;
    z-index: -1; }
@keyframes backendCtaShimmer {
  0%, 58% {
    left: -55%;
    opacity: 0; }
  66% {
    opacity: .9; }
  86%, 100% {
    left: 115%;
    opacity: 0; } }
  /* line 340, do-native-backend.scss */
  .do-native-view--backend .backend-case-link,
  .do-native-view--backend .cta-card {
    color: inherit;
    text-decoration: none; }
  /* line 346, do-native-backend.scss */
  .do-native-view--backend .backend-case-link:hover .case-arrow {
    transform: translateX(4px); }
  /* line 350, do-native-backend.scss */
  .do-native-view--backend .backend-cases-actions {
    justify-content: center; }
  @media (prefers-reduced-motion: reduce) {
    /* line 355, do-native-backend.scss */
    .do-native-view--backend #hero .btn-primary::before,
    .do-native-view--backend #useful .btn-primary::before,
    .do-native-view--backend #tasks .btn-primary::before,
    .do-native-view--backend #composition .btn-primary::before,
    .do-native-view--backend #process .btn-primary::before {
      animation: none;
      display: none; } }
  /* line 367, do-native-backend.scss */
  .do-native-view--backend #hero,
  .do-native-view--backend #useful,
  .do-native-view--backend #tasks,
  .do-native-view--backend #composition,
  .do-native-view--backend #systems,
  .do-native-view--backend #process,
  .do-native-view--backend #cases,
  .do-native-view--backend #why,
  .do-native-view--backend #cta {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box; }
  /* line 382, do-native-backend.scss */
  .do-native-view--backend .backend-hero-v2 {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 72px);
    background: radial-gradient(circle at 28% 54%, rgba(237, 96, 9, 0.13), rgba(0, 0, 0, 0) 24%), radial-gradient(circle at 78% 20%, rgba(237, 96, 9, 0.18), rgba(0, 0, 0, 0) 28%), radial-gradient(circle at 52% 72%, rgba(6, 45, 99, 0.1), rgba(0, 0, 0, 0) 34%), linear-gradient(135deg, #ffffff 0%, #f7f9fd 48%, #eef3fb 100%); }
  /* line 393, do-native-backend.scss */
  .do-native-view--backend .backend-hero-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(6, 45, 99, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(6, 45, 99, 0.06) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.58));
    pointer-events: none; }
  /* line 405, do-native-backend.scss */
  .do-native-view--backend .backend-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden; }
  /* line 406, do-native-backend.scss */
  .do-native-view--backend .backend-beam {
    position: absolute;
    top: -22%;
    width: 2px;
    height: 240px;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 157, 65, 0.1) 12%, rgba(237, 96, 9, 0.92) 50%, rgba(255, 193, 133, 0.55) 72%, transparent 100%);
    filter: drop-shadow(0 0 13px rgba(237, 96, 9, 0.55));
    opacity: .82;
    animation: backendBeam 3.25s linear infinite; }
  /* line 416, do-native-backend.scss */
  .do-native-view--backend .beam-a {
    left: 18%;
    animation-delay: .15s; }
  /* line 417, do-native-backend.scss */
  .do-native-view--backend .beam-b {
    left: 30%;
    animation-delay: 1.15s;
    height: 190px; }
  /* line 418, do-native-backend.scss */
  .do-native-view--backend .beam-c {
    left: 58%;
    animation-delay: .55s; }
  /* line 419, do-native-backend.scss */
  .do-native-view--backend .beam-d {
    left: 76%;
    animation-delay: 1.75s;
    height: 210px; }
  /* line 420, do-native-backend.scss */
  .do-native-view--backend .beam-e {
    left: 88%;
    animation-delay: 2.35s;
    height: 180px; }
@keyframes backendBeam {
  from {
    transform: translateY(118vh); }
  to {
    transform: translateY(-34vh); } }
  /* line 427, do-native-backend.scss */
  .do-native-view--backend .backend-hero-v2 .container {
    position: relative;
    z-index: 1; }
  /* line 428, do-native-backend.scss */
  .do-native-view--backend .backend-hero-split {
    min-height: calc(100vh - 72px);
    align-items: center;
    gap: 56px;
    padding: 52px 0 58px; }
  /* line 434, do-native-backend.scss */
  .do-native-view--backend .backend-hero-copy {
    max-width: 670px;
    padding: 0; }
  /* line 438, do-native-backend.scss */
  .do-native-view--backend .backend-hero-copy .hero-h1 {
    max-width: 780px;
    margin-bottom: 24px; }
  /* line 442, do-native-backend.scss */
  .do-native-view--backend .backend-hero-copy .hero-sub {
    max-width: 660px;
    margin-bottom: 30px; }
  /* line 446, do-native-backend.scss */
  .do-native-view--backend .backend-hero-actions {
    gap: 12px; }
  /* line 448, do-native-backend.scss */
  .do-native-view--backend .backend-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    background: transparent;
    border-left: 0;
    padding: 0;
    overflow: visible; }
  /* line 458, do-native-backend.scss */
  .do-native-view--backend .backend-hero-visual::before {
    content: none; }
  /* line 460, do-native-backend.scss */
  .do-native-view--backend .backend-hero-image-card {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    border: 1px solid rgba(6, 45, 99, 0.08);
    background: radial-gradient(circle at 52% 52%, rgba(83, 169, 255, 0.18), rgba(0, 0, 0, 0) 34%), linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(243, 248, 255, 0.82));
    box-shadow: 0 30px 90px rgba(6, 45, 99, 0.15);
    overflow: hidden;
    position: relative; }
  /* line 474, do-native-backend.scss */
  .do-native-view--backend .backend-hero-image-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
  /* line 481, do-native-backend.scss */
  .do-native-view--backend .backend-hero-image-fallback {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(6, 45, 99, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(6, 45, 99, 0.045) 1px, transparent 1px), radial-gradient(circle at 50% 52%, rgba(70, 157, 255, 0.18), rgba(0, 0, 0, 0) 34%);
    background-size: 44px 44px, 44px 44px, auto; }
  /* line 491, do-native-backend.scss */
  .do-native-view--backend .fallback-window {
    position: absolute;
    width: 180px;
    height: 128px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(6, 45, 99, 0.1);
    box-shadow: 0 22px 45px rgba(6, 45, 99, 0.12);
    padding: 18px; }
  /* line 501, do-native-backend.scss */
  .do-native-view--backend .fallback-window span {
    display: block;
    height: 8px;
    border-radius: 99px;
    background: #d7e2f1;
    margin-bottom: 10px; }
  /* line 508, do-native-backend.scss */
  .do-native-view--backend .fallback-window span:first-child {
    width: 58px;
    background: #ED6009; }
  /* line 509, do-native-backend.scss */
  .do-native-view--backend .fallback-window span:nth-child(2) {
    width: 112px; }
  /* line 510, do-native-backend.scss */
  .do-native-view--backend .fallback-window span:nth-child(3) {
    width: 86px; }
  /* line 511, do-native-backend.scss */
  .do-native-view--backend .fallback-window strong {
    display: block;
    margin-top: 18px;
    color: #062D63;
    font: 800 1.05rem 'Syne', sans-serif; }
  /* line 517, do-native-backend.scss */
  .do-native-view--backend .fallback-store {
    left: 8%;
    top: 12%; }
  /* line 518, do-native-backend.scss */
  .do-native-view--backend .fallback-crm {
    right: 8%;
    top: 18%; }
  /* line 519, do-native-backend.scss */
  .do-native-view--backend .fallback-core {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 154px;
    height: 154px;
    border-radius: 30px;
    background: linear-gradient(135deg, #0D2D6B, #2d8eff);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 900 2rem 'DM Mono', monospace;
    box-shadow: 0 18px 50px rgba(45, 142, 255, 0.34); }
  @media (max-width: 960px) {
    /* line 537, do-native-backend.scss */
    .do-native-view--backend .backend-hero-split {
      min-height: auto;
      padding: 40px 0 48px;
      gap: 26px; }
    /* line 542, do-native-backend.scss */
    .do-native-view--backend .backend-hero-v2 {
      min-height: auto; }
    /* line 543, do-native-backend.scss */
    .do-native-view--backend .backend-hero-visual {
      display: none; }
    /* line 544, do-native-backend.scss */
    .do-native-view--backend .backend-hero-copy .hero-h1 {
      margin-bottom: 20px; }
    /* line 545, do-native-backend.scss */
    .do-native-view--backend .backend-hero-copy .hero-sub {
      margin-bottom: 24px; }
    /* line 546, do-native-backend.scss */
    .do-native-view--backend .backend-hero-actions .btn {
      width: 100%;
      justify-content: center; } }
  @media (max-width: 560px) {
    /* line 550, do-native-backend.scss */
    .do-native-view--backend .backend-hero-split {
      padding: 32px 0 40px; }
    /* line 551, do-native-backend.scss */
    .do-native-view--backend .backend-hero-copy .hero-h1 {
      font-size: clamp(2.05rem, 9vw, 2.7rem);
      line-height: 1.04; }
    /* line 555, do-native-backend.scss */
    .do-native-view--backend .backend-hero-copy .hero-sub {
      font-size: .98rem;
      line-height: 1.62; } }
  @media (prefers-reduced-motion: reduce) {
    /* line 562, do-native-backend.scss */
    .do-native-view--backend .backend-beam {
      animation: none !important; } }
  /* line 569, do-native-backend.scss */
  .do-native-view--backend .backend-reviews-section .backend-reviews-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start; }
  /* line 575, do-native-backend.scss */
  .do-native-view--backend .backend-reviews-section .reviews {
    display: flex;
    flex-direction: column;
    gap: 14px; }
  /* line 576, do-native-backend.scss */
  .do-native-view--backend .backend-reviews-section .rev {
    background: #fff;
    border: 1.5px solid #ebebeb;
    border-radius: 14px;
    padding: 26px 28px;
    transition: border-color .18s; }
  /* line 583, do-native-backend.scss */
  .do-native-view--backend .backend-reviews-section .rev:hover {
    border-color: rgba(13, 45, 107, 0.2);
    transform: none; }
  /* line 584, do-native-backend.scss */
  .do-native-view--backend .backend-reviews-section .rev-stars {
    color: #E85D0A;
    font-size: .8rem;
    letter-spacing: 3px;
    margin-bottom: 12px; }
  /* line 585, do-native-backend.scss */
  .do-native-view--backend .backend-reviews-section .rev-text {
    font-size: .86rem;
    color: #666;
    line-height: 1.65;
    font-style: italic;
    margin-bottom: 16px; }
  /* line 586, do-native-backend.scss */
  .do-native-view--backend .backend-reviews-section .rev-author {
    display: flex;
    align-items: center;
    gap: 12px; }
  /* line 587, do-native-backend.scss */
  .do-native-view--backend .backend-reviews-section .rev-av {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f2f7;
    border: 1.5px solid #e0e4ef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne',sans-serif;
    font-weight: 800;
    font-size: .78rem;
    color: #0D2D6B;
    flex-shrink: 0; }
  /* line 594, do-native-backend.scss */
  .do-native-view--backend .backend-reviews-section .rev-name {
    font-weight: 600;
    font-size: .86rem;
    color: #111; }
  /* line 595, do-native-backend.scss */
  .do-native-view--backend .backend-reviews-section .rev-role {
    font-size: .72rem;
    color: #999; }
  @media (max-width: 960px) {
    /* line 597, do-native-backend.scss */
    .do-native-view--backend .backend-reviews-section .backend-reviews-layout {
      grid-template-columns: 1fr;
      gap: 32px; } }
  /* line 602, do-native-backend.scss */
  .do-native-view--backend #cases.cases-section {
    --section-bg:#F5F7FB;
    --card-bg:#FFFFFF;
    --text:#07142F;
    --muted:#657087;
    --accent:#F26A21;
    --dark:#07142F;
    --line:rgba(13,45,107,.12);
    --line-strong:rgba(13,45,107,.18);
    --shadow:0 24px 70px rgba(7,20,47,.08);
    --shadow-hover:0 30px 82px rgba(7,20,47,.14);
    --radius:8px;
    --mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 96px 0 104px;
    background: var(--section-bg);
    color: var(--text);
    box-sizing: border-box; }
  /* line 623, do-native-backend.scss */
  .do-native-view--backend #cases.cases-section *,
  .do-native-view--backend #cases.cases-section *::before,
  .do-native-view--backend #cases.cases-section *::after {
    box-sizing: border-box; }
  /* line 626, do-native-backend.scss */
  .do-native-view--backend #cases.cases-section a {
    color: inherit;
    text-decoration: none; }
  /* line 627, do-native-backend.scss */
  .do-native-view--backend #cases .cases-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px; }
  /* line 632, do-native-backend.scss */
  .do-native-view--backend #cases .cases-header {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    align-items: end;
    margin-bottom: 42px; }
  /* line 639, do-native-backend.scss */
  .do-native-view--backend #cases .cases-heading {
    grid-column: span 6; }
  /* line 640, do-native-backend.scss */
  .do-native-view--backend #cases .cases-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--accent);
    font-family: var(--mono);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700; }
  /* line 653, do-native-backend.scss */
  .do-native-view--backend #cases .cases-eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--accent); }
  /* line 659, do-native-backend.scss */
  .do-native-view--backend #cases .cases-title {
    max-width: 690px;
    margin: 0;
    color: var(--text);
    font-size: clamp(40px, 4vw, 58px);
    line-height: 1.02;
    letter-spacing: 0;
    font-weight: 780; }
  /* line 668, do-native-backend.scss */
  .do-native-view--backend #cases .cases-intro {
    grid-column: 8 / 13;
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.62; }
  /* line 675, do-native-backend.scss */
  .do-native-view--backend #cases .case-wall {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch; }
  /* line 681, do-native-backend.scss */
  .do-native-view--backend #cases .case-card {
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 0;
    padding: 0;
    gap: 0;
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: var(--card-bg);
    box-shadow: var(--shadow);
    transition: transform 220ms ease,box-shadow 220ms ease,border-color 220ms ease; }
  /* line 694, do-native-backend.scss */
  .do-native-view--backend #cases .case-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-color: var(--line-strong); }
  /* line 699, do-native-backend.scss */
  .do-native-view--backend #cases .case-card:hover .case-img {
    transform: scale(1.025); }
  /* line 700, do-native-backend.scss */
  .do-native-view--backend #cases .case-card:hover .case-arrow {
    transform: translateX(4px); }
  /* line 701, do-native-backend.scss */
  .do-native-view--backend #cases .case-media {
    position: relative;
    overflow: hidden;
    background: #E8EDF6;
    flex-shrink: 0; }
  /* line 707, do-native-backend.scss */
  .do-native-view--backend #cases .case-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transition: transform 220ms ease; }
  /* line 715, do-native-backend.scss */
  .do-native-view--backend #cases .case-main {
    grid-column: span 8;
    height: 520px;
    display: grid;
    grid-template-columns: 58% 42%; }
  /* line 721, do-native-backend.scss */
  .do-native-view--backend #cases .case-main .case-media {
    min-width: 0;
    width: auto;
    height: auto;
    padding: 10px 0 10px 10px;
    background: #FFFFFF; }
  /* line 728, do-native-backend.scss */
  .do-native-view--backend #cases .case-main .case-media-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: var(--radius); }
  /* line 735, do-native-backend.scss */
  .do-native-view--backend #cases .case-main .case-body {
    padding: 36px; }
  /* line 736, do-native-backend.scss */
  .do-native-view--backend #cases .case-featured {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    color: #fff;
    background: rgba(7, 20, 47, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 700;
    backdrop-filter: blur(12px); }
  /* line 756, do-native-backend.scss */
  .do-native-view--backend #cases .case-side {
    grid-column: span 4;
    display: grid;
    grid-template-rows: 248px 248px;
    gap: 24px; }
  /* line 762, do-native-backend.scss */
  .do-native-view--backend #cases .case-small {
    height: 248px;
    flex-direction: column; }
  /* line 766, do-native-backend.scss */
  .do-native-view--backend #cases .case-small .case-media {
    width: 100%;
    height: 156px;
    flex: 0 0 156px; }
  /* line 771, do-native-backend.scss */
  .do-native-view--backend #cases .case-small .case-body {
    min-height: 0;
    padding: 16px 16px 15px;
    gap: 0; }
  /* line 776, do-native-backend.scss */
  .do-native-view--backend #cases .case-wide {
    grid-column: 1 / -1;
    height: 380px;
    display: grid;
    grid-template-columns: 40% 60%;
    flex-direction: row;
    background: var(--dark);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.14); }
  /* line 786, do-native-backend.scss */
  .do-native-view--backend #cases .case-wide .case-body {
    width: auto;
    padding: 36px;
    color: #fff; }
  /* line 791, do-native-backend.scss */
  .do-native-view--backend #cases .case-wide .case-media {
    width: auto;
    height: auto;
    margin: 22px 22px 22px 0;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #0d1834; }
  /* line 799, do-native-backend.scss */
  .do-native-view--backend #cases .case-wide .case-img {
    opacity: .94; }
  /* line 800, do-native-backend.scss */
  .do-native-view--backend #cases .case-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: var(--text); }
  /* line 806, do-native-backend.scss */
  .do-native-view--backend #cases .case-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px; }
  /* line 812, do-native-backend.scss */
  .do-native-view--backend #cases .case-tag {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(13, 45, 107, 0.08);
    color: #0D2D6B;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase; }
  /* line 826, do-native-backend.scss */
  .do-native-view--backend #cases .case-wide .case-tag {
    background: rgba(255, 255, 255, 0.1);
    color: #fff; }
  /* line 830, do-native-backend.scss */
  .do-native-view--backend #cases .case-name {
    margin: 0;
    color: inherit;
    font-size: 26px;
    line-height: 1.12;
    letter-spacing: 0;
    font-weight: 760; }
  /* line 838, do-native-backend.scss */
  .do-native-view--backend #cases .case-small .case-name {
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.16;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  /* line 846, do-native-backend.scss */
  .do-native-view--backend #cases .case-wide .case-name {
    max-width: 430px;
    font-size: 34px;
    line-height: 1.06; }
  /* line 851, do-native-backend.scss */
  .do-native-view--backend #cases .case-copy {
    display: grid;
    gap: 14px;
    margin: 22px 0 0; }
  /* line 856, do-native-backend.scss */
  .do-native-view--backend #cases .case-small .case-copy {
    display: none; }
  /* line 857, do-native-backend.scss */
  .do-native-view--backend #cases .case-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.52; }
  /* line 863, do-native-backend.scss */
  .do-native-view--backend #cases .case-copy b {
    display: block;
    margin-bottom: 4px;
    color: var(--text);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase; }
  /* line 872, do-native-backend.scss */
  .do-native-view--backend #cases .case-wide .case-copy p {
    color: rgba(255, 255, 255, 0.72); }
  /* line 873, do-native-backend.scss */
  .do-native-view--backend #cases .case-wide .case-copy b {
    color: #fff; }
  /* line 874, do-native-backend.scss */
  .do-native-view--backend #cases .case-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding-top: 20px;
    color: var(--accent);
    font-weight: 760;
    font-size: 15px;
    line-height: 1; }
  /* line 885, do-native-backend.scss */
  .do-native-view--backend #cases .case-small .case-link {
    padding-top: 10px;
    font-size: 13px; }
  /* line 889, do-native-backend.scss */
  .do-native-view--backend #cases .case-small .case-tags {
    position: absolute;
    top: 124px;
    left: 16px;
    right: 16px;
    z-index: 2;
    flex-wrap: nowrap;
    gap: 5px;
    max-width: 100%;
    margin: 0;
    overflow: hidden; }
  /* line 901, do-native-backend.scss */
  .do-native-view--backend #cases .case-small .case-tag {
    min-height: 22px;
    padding: 5px 7px;
    background: rgba(245, 247, 251, 0.92);
    font-size: 10px;
    white-space: nowrap;
    box-shadow: 0 8px 22px rgba(7, 20, 47, 0.08);
    backdrop-filter: blur(10px); }
  /* line 910, do-native-backend.scss */
  .do-native-view--backend #cases .case-wide .case-link {
    align-self: flex-start;
    min-height: 44px;
    margin-top: auto;
    padding: 0 16px;
    border-radius: var(--radius);
    background: var(--accent);
    color: #fff;
    box-shadow: 0 18px 42px rgba(242, 106, 33, 0.28); }
  /* line 920, do-native-backend.scss */
  .do-native-view--backend #cases .case-arrow {
    display: inline-block;
    transition: transform 220ms ease; }
  /* line 924, do-native-backend.scss */
  .do-native-view--backend #cases .integration-labels {
    position: absolute;
    inset: 0;
    pointer-events: none; }
  /* line 929, do-native-backend.scss */
  .do-native-view--backend #cases .integration-labels span {
    position: absolute;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(7, 20, 47, 0.68);
    color: #fff;
    font-family: var(--mono);
    font-size: 11px;
    line-height: 1;
    letter-spacing: .04em;
    backdrop-filter: blur(12px); }
  /* line 945, do-native-backend.scss */
  .do-native-view--backend #cases .integration-labels span:nth-child(1) {
    top: 18px;
    left: 18px; }
  /* line 946, do-native-backend.scss */
  .do-native-view--backend #cases .integration-labels span:nth-child(2) {
    top: 18px;
    right: 20px; }
  /* line 947, do-native-backend.scss */
  .do-native-view--backend #cases .integration-labels span:nth-child(3) {
    left: 24px;
    bottom: 20px; }
  /* line 948, do-native-backend.scss */
  .do-native-view--backend #cases .integration-labels span:nth-child(4) {
    right: 24px;
    bottom: 20px; }
  /* line 949, do-native-backend.scss */
  .do-native-view--backend #cases .cases-all-link-wrap {
    display: flex;
    justify-content: center;
    margin-top: 44px; }
  /* line 954, do-native-backend.scss */
  .do-native-view--backend #cases .cases-all-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 30px;
    border-radius: 8px;
    border: 1px solid rgba(13, 45, 107, 0.16);
    background: #fff;
    color: #0D2D6B;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 18px 46px rgba(7, 20, 47, 0.06);
    transition: transform 220ms ease, box-shadow 220ms ease; }
  /* line 970, do-native-backend.scss */
  .do-native-view--backend #cases .cases-all-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 54px rgba(7, 20, 47, 0.1); }
  /* line 974, do-native-backend.scss */
  .do-native-view--backend #cases .cases-cta {
    display: none !important; }
  @media (max-width: 1120px) {
    /* line 976, do-native-backend.scss */
    .do-native-view--backend #cases .case-main {
      grid-column: 1 / -1; }
    /* line 977, do-native-backend.scss */
    .do-native-view--backend #cases .case-side {
      grid-column: 1 / -1;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: 248px; } }
  @media (max-width: 760px) {
    /* line 984, do-native-backend.scss */
    .do-native-view--backend #cases.cases-section {
      padding: 64px 0 72px; }
    /* line 985, do-native-backend.scss */
    .do-native-view--backend #cases .cases-container {
      padding: 0 18px; }
    /* line 986, do-native-backend.scss */
    .do-native-view--backend #cases .cases-header {
      display: block;
      margin-bottom: 30px; }
    /* line 987, do-native-backend.scss */
    .do-native-view--backend #cases .cases-eyebrow {
      margin-bottom: 12px; }
    /* line 988, do-native-backend.scss */
    .do-native-view--backend #cases .cases-title {
      font-size: 32px;
      line-height: 1.08; }
    /* line 989, do-native-backend.scss */
    .do-native-view--backend #cases .cases-intro {
      margin-top: 16px;
      font-size: 16px;
      line-height: 1.56; }
    /* line 994, do-native-backend.scss */
    .do-native-view--backend #cases .case-wall {
      display: grid;
      grid-template-columns: 1fr;
      gap: 18px; }
    /* line 999, do-native-backend.scss */
    .do-native-view--backend #cases .case-main,
    .do-native-view--backend #cases .case-wide,
    .do-native-view--backend #cases .case-small,
    .do-native-view--backend #cases .case-side {
      grid-column: auto;
      height: auto; }
    /* line 1006, do-native-backend.scss */
    .do-native-view--backend #cases .case-side {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      gap: 18px; }
    /* line 1012, do-native-backend.scss */
    .do-native-view--backend #cases .case-card,
    .do-native-view--backend #cases .case-main,
    .do-native-view--backend #cases .case-wide {
      display: flex;
      flex-direction: column; }
    /* line 1018, do-native-backend.scss */
    .do-native-view--backend #cases .case-main .case-media {
      height: 220px;
      padding: 0; }
    /* line 1022, do-native-backend.scss */
    .do-native-view--backend #cases .case-main .case-media-inner {
      border-radius: 0; }
    /* line 1023, do-native-backend.scss */
    .do-native-view--backend #cases .case-small .case-media,
    .do-native-view--backend #cases .case-wide .case-media {
      width: 100%;
      height: 180px;
      flex: 0 0 180px;
      margin: 0;
      border: 0;
      border-radius: 0; }
    /* line 1032, do-native-backend.scss */
    .do-native-view--backend #cases .case-wide .case-media {
      order: -1; }
    /* line 1033, do-native-backend.scss */
    .do-native-view--backend #cases .case-main .case-body,
    .do-native-view--backend #cases .case-wide .case-body,
    .do-native-view--backend #cases .case-small .case-body {
      padding: 22px; }
    /* line 1036, do-native-backend.scss */
    .do-native-view--backend #cases .case-tags {
      margin-bottom: 14px; }
    /* line 1037, do-native-backend.scss */
    .do-native-view--backend #cases .case-small .case-tags {
      position: static;
      flex-wrap: wrap;
      gap: 6px;
      margin-bottom: 14px;
      overflow: visible; }
    /* line 1044, do-native-backend.scss */
    .do-native-view--backend #cases .case-small .case-tag {
      min-height: 24px;
      padding: 6px 8px;
      background: rgba(13, 45, 107, 0.08);
      font-size: 11px;
      box-shadow: none;
      backdrop-filter: none; }
    /* line 1052, do-native-backend.scss */
    .do-native-view--backend #cases .case-name,
    .do-native-view--backend #cases .case-wide .case-name,
    .do-native-view--backend #cases .case-small .case-name {
      display: block;
      overflow: visible;
      font-size: 22px;
      line-height: 1.15;
      -webkit-line-clamp: unset; }
    /* line 1061, do-native-backend.scss */
    .do-native-view--backend #cases .case-copy,
    .do-native-view--backend #cases .case-small .case-copy {
      display: grid;
      margin-top: 16px;
      gap: 10px; }
    /* line 1067, do-native-backend.scss */
    .do-native-view--backend #cases .case-copy p,
    .do-native-view--backend #cases .case-small .case-copy p {
      display: block;
      overflow: visible;
      font-size: 14px;
      line-height: 1.5;
      -webkit-line-clamp: unset; }
    /* line 1075, do-native-backend.scss */
    .do-native-view--backend #cases .case-small .case-copy p + p {
      display: block; }
    /* line 1076, do-native-backend.scss */
    .do-native-view--backend #cases .case-link,
    .do-native-view--backend #cases .case-small .case-link {
      padding-top: 18px;
      font-size: 15px; }
    /* line 1081, do-native-backend.scss */
    .do-native-view--backend #cases .case-wide .case-link {
      width: 100%;
      justify-content: center;
      margin-top: 20px; }
    /* line 1086, do-native-backend.scss */
    .do-native-view--backend #cases .integration-labels span {
      font-size: 10px; }
    /* line 1087, do-native-backend.scss */
    .do-native-view--backend #cases .cases-all-link-wrap {
      margin-top: 30px; }
    /* line 1088, do-native-backend.scss */
    .do-native-view--backend #cases .cases-all-link {
      width: 100%; } }
  @media (prefers-reduced-motion: reduce) {
    /* line 1091, do-native-backend.scss */
    .do-native-view--backend #cases .case-card,
    .do-native-view--backend #cases .case-img,
    .do-native-view--backend #cases .case-arrow,
    .do-native-view--backend #cases .cases-all-link {
      transition-property: box-shadow,color,border-color,background; }
    /* line 1095, do-native-backend.scss */
    .do-native-view--backend #cases .case-card:hover,
    .do-native-view--backend #cases .cases-all-link:hover {
      transform: none; }
    /* line 1097, do-native-backend.scss */
    .do-native-view--backend #cases .case-card:hover .case-img,
    .do-native-view--backend #cases .case-card:hover .case-arrow {
      transform: none; } }
  /* line 1103, do-native-backend.scss */
  .do-native-view--backend #cases .case-main,
  .do-native-view--backend #cases .case-wide,
  .do-native-view--backend #cases .case-small {
    overflow: hidden; }
  /* line 1108, do-native-backend.scss */
  .do-native-view--backend #cases .case-main .case-media,
  .do-native-view--backend #cases .case-main .case-media-inner,
  .do-native-view--backend #cases .case-main .case-img,
  .do-native-view--backend #cases .case-wide .case-media,
  .do-native-view--backend #cases .case-wide .case-img {
    min-height: 0; }
  /* line 1115, do-native-backend.scss */
  .do-native-view--backend #cases .case-main .case-media-inner,
  .do-native-view--backend #cases .case-main .case-img {
    height: 100%; }
  /* line 1119, do-native-backend.scss */
  .do-native-view--backend #cases .case-main .case-body,
  .do-native-view--backend #cases .case-wide .case-body,
  .do-native-view--backend #cases .case-small .case-body {
    min-height: 0;
    overflow: hidden; }
  /* line 1125, do-native-backend.scss */
  .do-native-view--backend #cases .case-main .case-link,
  .do-native-view--backend #cases .case-wide .case-link,
  .do-native-view--backend #cases .case-small .case-link {
    flex: 0 0 auto; }
  /* line 1133, do-native-backend.scss */
  .do-native-view--backend #cases .case-link,
  .do-native-view--backend #cases .case-small .case-link,
  .do-native-view--backend #cases .case-wide .case-link {
    min-height: 0 !important;
    height: auto !important;
    line-height: 1 !important; }
  /* line 1140, do-native-backend.scss */
  .do-native-view--backend #cases .case-arrow {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: inline-block !important;
    line-height: 1 !important; }
  /* line 1154, do-native-backend.scss */
  .do-native-view--backend #cases .case-main .case-body {
    padding: 32px 34px 30px; }
  /* line 1157, do-native-backend.scss */
  .do-native-view--backend #cases .case-main .case-name {
    font-size: 25px;
    line-height: 1.08; }
  /* line 1161, do-native-backend.scss */
  .do-native-view--backend #cases .case-main .case-copy {
    gap: 10px;
    margin-top: 18px; }
  /* line 1165, do-native-backend.scss */
  .do-native-view--backend #cases .case-main .case-copy p {
    font-size: 14px;
    line-height: 1.43; }
  /* line 1169, do-native-backend.scss */
  .do-native-view--backend #cases .case-main .case-link {
    padding-top: 14px; }
  /* line 1172, do-native-backend.scss */
  .do-native-view--backend #cases .case-wide .case-body {
    padding: 28px 32px; }
  /* line 1175, do-native-backend.scss */
  .do-native-view--backend #cases .case-wide .case-name {
    max-width: 470px;
    font-size: 26px;
    line-height: 1.04; }
  /* line 1180, do-native-backend.scss */
  .do-native-view--backend #cases .case-wide .case-copy {
    gap: 8px;
    margin-top: 14px; }
  /* line 1184, do-native-backend.scss */
  .do-native-view--backend #cases .case-wide .case-copy p {
    font-size: 13.5px;
    line-height: 1.38; }
  /* line 1188, do-native-backend.scss */
  .do-native-view--backend #cases .case-wide .case-copy b {
    margin-bottom: 3px;
    font-size: 11px; }
  /* line 1192, do-native-backend.scss */
  .do-native-view--backend #cases .case-wide .case-link {
    min-height: 42px !important;
    margin-top: 16px;
    padding: 0 16px; }
  @media (max-width: 760px) {
    /* line 1198, do-native-backend.scss */
    .do-native-view--backend #cases .case-main .case-body,
    .do-native-view--backend #cases .case-wide .case-body,
    .do-native-view--backend #cases .case-small .case-body {
      padding: 22px; }
    /* line 1203, do-native-backend.scss */
    .do-native-view--backend #cases .case-main .case-name,
    .do-native-view--backend #cases .case-wide .case-name,
    .do-native-view--backend #cases .case-small .case-name {
      font-size: 22px;
      line-height: 1.15; }
    /* line 1209, do-native-backend.scss */
    .do-native-view--backend #cases .case-wide .case-copy p,
    .do-native-view--backend #cases .case-main .case-copy p {
      font-size: 14px;
      line-height: 1.5; } }
  /* line 1218, do-native-backend.scss */
  .do-native-view--backend #cases .cases-container {
    max-width: 1440px;
    padding-left: 60px;
    padding-right: 60px; }
  /* line 1223, do-native-backend.scss */
  .do-native-view--backend #cases .cases-title {
    max-width: 620px;
    color: #111111;
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.9rem, 3.2vw, 2.85rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.04em; }
  /* line 1232, do-native-backend.scss */
  .do-native-view--backend #cases .cases-header {
    align-items: start; }
  /* line 1235, do-native-backend.scss */
  .do-native-view--backend #cases .cases-intro {
    padding-top: 30px; }
  /* line 1238, do-native-backend.scss */
  .do-native-view--backend .backend-hero-copy .hero-accent {
    color: #E85D0A; }
  @media (max-width: 760px) {
    /* line 1242, do-native-backend.scss */
    .do-native-view--backend #cases .cases-container {
      padding-left: 20px;
      padding-right: 20px; }
    /* line 1246, do-native-backend.scss */
    .do-native-view--backend #cases .cases-title {
      font-size: 32px;
      line-height: 1.08; }
    /* line 1250, do-native-backend.scss */
    .do-native-view--backend #cases .cases-intro {
      padding-top: 0; } }
  /* line 1257, do-native-backend.scss */
  .do-native-view--backend .backend-hero-v2.backend-hero-textonly .backend-hero-container {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    padding: 64px 0 70px; }
  /* line 1265, do-native-backend.scss */
  .do-native-view--backend .backend-hero-v2.backend-hero-textonly .backend-hero-copy {
    max-width: 1020px;
    padding: 0; }
  /* line 1269, do-native-backend.scss */
  .do-native-view--backend .backend-hero-v2.backend-hero-textonly .hero-badge {
    margin-bottom: 32px; }
  /* line 1272, do-native-backend.scss */
  .do-native-view--backend .backend-hero-v2.backend-hero-textonly .hero-h1 {
    max-width: 1060px;
    margin: 0 0 26px;
    font-size: clamp(58px, 6.7vw, 104px);
    line-height: .96;
    letter-spacing: -.055em; }
  /* line 1279, do-native-backend.scss */
  .do-native-view--backend .backend-hero-v2.backend-hero-textonly .hero-sub {
    max-width: 760px;
    margin: 0 0 32px; }
  /* line 1283, do-native-backend.scss */
  .do-native-view--backend .backend-hero-v2.backend-hero-textonly .backend-hero-actions {
    gap: 12px; }
  /* line 1286, do-native-backend.scss */
  .do-native-view--backend .backend-hero-v2.backend-hero-textonly .backend-hero-visual,
  .do-native-view--backend .backend-hero-v2.backend-hero-textonly .hero-right {
    display: none !important; }
  @media (max-width: 960px) {
    /* line 1291, do-native-backend.scss */
    .do-native-view--backend .backend-hero-v2.backend-hero-textonly .backend-hero-container {
      min-height: auto;
      padding: 58px 0 62px; }
    /* line 1295, do-native-backend.scss */
    .do-native-view--backend .backend-hero-v2.backend-hero-textonly .hero-h1 {
      font-size: clamp(44px, 10vw, 72px);
      line-height: 1; } }
  @media (max-width: 560px) {
    /* line 1301, do-native-backend.scss */
    .do-native-view--backend .backend-hero-v2.backend-hero-textonly .backend-hero-container {
      padding: 44px 0 54px; }
    /* line 1304, do-native-backend.scss */
    .do-native-view--backend .backend-hero-v2.backend-hero-textonly .hero-badge {
      margin-bottom: 24px; }
    /* line 1307, do-native-backend.scss */
    .do-native-view--backend .backend-hero-v2.backend-hero-textonly .hero-h1 {
      font-size: 42px;
      line-height: .98;
      letter-spacing: -.04em; }
    /* line 1312, do-native-backend.scss */
    .do-native-view--backend .backend-hero-v2.backend-hero-textonly .backend-hero-actions {
      display: grid;
      grid-template-columns: 1fr;
      width: 100%; }
    /* line 1317, do-native-backend.scss */
    .do-native-view--backend .backend-hero-v2.backend-hero-textonly .backend-hero-actions .btn {
      width: 100%;
      justify-content: center; } }
  /* line 1325, do-native-backend.scss */
  .do-native-view--backend .backend-hero-v2.backend-hero-textonly .backend-hero-container {
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 64px 60px 70px !important;
    box-sizing: border-box !important; }
  /* line 1332, do-native-backend.scss */
  .do-native-view--backend .backend-hero-v2.backend-hero-textonly .backend-hero-copy {
    max-width: 1040px !important; }
  @media (max-width: 960px) {
    /* line 1336, do-native-backend.scss */
    .do-native-view--backend .backend-hero-v2.backend-hero-textonly .backend-hero-container {
      padding: 58px 40px 62px !important; } }
  @media (max-width: 560px) {
    /* line 1341, do-native-backend.scss */
    .do-native-view--backend .backend-hero-v2.backend-hero-textonly .backend-hero-container {
      padding: 44px 20px 54px !important; } }
  /* line 1348, do-native-backend.scss */
  .do-native-view--backend #hero .btn-row .btn:first-of-type {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(90deg, #F25A00 0%, #FF7A1F 48%, #F25A00 100%) !important;
    border-color: rgba(255, 122, 31, 0.74) !important;
    color: #fff !important;
    box-shadow: 0 16px 38px rgba(242, 90, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.22) !important; }
  /* line 1357, do-native-backend.scss */
  .do-native-view--backend #hero .btn-row .btn:first-of-type::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -3px auto -3px -46%;
    width: 38%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.43), transparent);
    animation: do42HeroPairShimmer 4.2s ease-in-out infinite;
    pointer-events: none; }
  /* line 1368, do-native-backend.scss */
  .do-native-view--backend #hero .btn-row .btn:first-of-type:hover {
    background: linear-gradient(90deg, #FF6410 0%, #FF8533 48%, #FF6410 100%) !important;
    box-shadow: 0 20px 48px rgba(242, 90, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.26) !important; }
  /* line 1372, do-native-backend.scss */
  .do-native-view--backend #hero .btn-row .btn:nth-of-type(2) {
    background: #fff !important;
    border: 1px solid rgba(13, 45, 107, 0.16) !important;
    color: #0D2D6B !important;
    box-shadow: 0 10px 28px rgba(7, 20, 47, 0.07) !important; }
  /* line 1378, do-native-backend.scss */
  .do-native-view--backend #hero .btn-row .btn:nth-of-type(2)::before,
  .do-native-view--backend #hero .btn-row .btn:nth-of-type(2)::after {
    content: none !important;
    display: none !important;
    animation: none !important; }
  /* line 1384, do-native-backend.scss */
  .do-native-view--backend #hero .btn-row .btn:nth-of-type(2):hover {
    background: #fff !important;
    border-color: rgba(13, 45, 107, 0.25) !important;
    box-shadow: 0 14px 36px rgba(7, 20, 47, 0.12) !important; }
@keyframes do42HeroPairShimmer {
  0%, 48% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0; }
  58% {
    opacity: .9; }
  82%, 100% {
    transform: translateX(450%) skewX(-18deg);
    opacity: 0; } }
  @media (prefers-reduced-motion: reduce) {
    /* line 1395, do-native-backend.scss */
    .do-native-view--backend #hero .btn-row .btn:first-of-type::before {
      animation: none !important;
      opacity: 0 !important; } }
