@charset "UTF-8";
/* Mechanically extracted from widget_v4_blog_1_15ced6aa64a4b7fa6e581e954ac95b14. */
/* line 3, do-native-cases.scss */
.do-native-view--cases {
  /* ─── RESET ─── */
  /* ─── LAYOUT ─── */
  /* ─── SECTION HEADER ─── */
  /* ─── BUTTONS ─── */
  /* ══════════════════════════
     HERO
  ══════════════════════════ */
  /* subtle bg grid */
  /* hero count badge */
  /* ══════════════════════════
     FILTERS
  ══════════════════════════ */
  /* ══════════════════════════
     FEATURED CASES
  ══════════════════════════ */
  /* ─── CASE CARD ─── */
  /* card image */
  /* type badge on image */
  /* card body */
  /* colour variants */
  /* ══════════════════════════
     ALL CASES
  ══════════════════════════ */
  /* HIDDEN state for filtering */
  /* load more */
  /* empty state */
  /* ══════════════════════════
     CTA FINAL
  ══════════════════════════ */
  /* ─── RESPONSIVE ─── */
  /* Blog cases full-width backgrounds 2026-05-21 */
  /* Blog cases stronger grid 2026-05-21 */
  /* Bright form CTA and contrast fix 2026-05-25 */
  /* Hero two-button CTA rule 2026-05-25 */ }
  /* line 5, do-native-cases.scss */
  .do-native-view--cases *, .do-native-view--cases *::before, .do-native-view--cases *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  /* line 6, do-native-cases.scss */
  .do-native-view--cases html {
    scroll-behavior: smooth; }
  /* line 7, do-native-cases.scss */
  .do-native-view--cases body {
    background: #fff;
    color: #222;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased; }
  /* line 13, do-native-cases.scss */
  .do-native-view--cases a {
    color: inherit;
    text-decoration: none; }
  /* line 14, do-native-cases.scss */
  .do-native-view--cases img {
    display: block;
    max-width: 100%; }
  /* line 17, do-native-cases.scss */
  .do-native-view--cases .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px; }
  /* line 18, do-native-cases.scss */
  .do-native-view--cases section {
    padding: 80px 0; }
  /* line 21, do-native-cases.scss */
  .do-native-view--cases .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 27, do-native-cases.scss */
  .do-native-view--cases .s-tag::before {
    content: '';
    width: 14px;
    height: 1px;
    background: #E85D0A;
    flex-shrink: 0; }
  /* line 28, do-native-cases.scss */
  .do-native-view--cases .s-h2 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.08;
    color: #111;
    margin-bottom: 12px; }
  /* line 34, do-native-cases.scss */
  .do-native-view--cases .s-lead {
    font-size: 1rem;
    color: #666;
    max-width: 600px;
    line-height: 1.72; }
  /* line 37, do-native-cases.scss */
  .do-native-view--cases .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 43, do-native-cases.scss */
  .do-native-view--cases .btn:hover {
    transform: translateY(-2px); }
  /* line 44, do-native-cases.scss */
  .do-native-view--cases .btn-primary {
    background: #E85D0A;
    color: #fff;
    box-shadow: 0 4px 18px rgba(232, 93, 10, 0.28); }
  /* line 45, do-native-cases.scss */
  .do-native-view--cases .btn-primary:hover {
    box-shadow: 0 8px 28px rgba(232, 93, 10, 0.38); }
  /* line 46, do-native-cases.scss */
  .do-native-view--cases .btn-outline {
    background: transparent;
    color: #0D2D6B;
    border: 1.5px solid rgba(13, 45, 107, 0.25); }
  /* line 47, do-native-cases.scss */
  .do-native-view--cases .btn-outline:hover {
    border-color: #0D2D6B;
    background: rgba(13, 45, 107, 0.04); }
  /* line 48, do-native-cases.scss */
  .do-native-view--cases .btn-ghost {
    background: transparent;
    color: #444;
    border: 1.5px solid rgba(0, 0, 0, 0.14); }
  /* line 49, do-native-cases.scss */
  .do-native-view--cases .btn-ghost:hover {
    border-color: rgba(0, 0, 0, 0.28); }
  /* line 50, do-native-cases.scss */
  .do-native-view--cases .btn-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap; }
  /* line 55, do-native-cases.scss */
  .do-native-view--cases #hero {
    background: #fff;
    padding: 80px 0 72px;
    position: relative;
    overflow: hidden; }
  /* line 58, do-native-cases.scss */
  .do-native-view--cases #hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #E8A87C 30%, #E85D0A 60%, transparent); }
  /* line 63, do-native-cases.scss */
  .do-native-view--cases #hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(13, 45, 107, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 45, 107, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 100% at 50% 0%, #000000, rgba(0, 0, 0, 0));
    pointer-events: none; }
  /* line 71, do-native-cases.scss */
  .do-native-view--cases .hero-inner {
    position: relative;
    z-index: 1; }
  /* line 72, do-native-cases.scss */
  .do-native-view--cases .hero-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 48px; }
  /* line 77, do-native-cases.scss */
  .do-native-view--cases .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: 24px; }
  /* line 84, do-native-cases.scss */
  .do-native-view--cases .badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E85D0A;
    flex-shrink: 0; }
  /* line 85, do-native-cases.scss */
  .do-native-view--cases .hero-h1 {
    font-family: 'Syne', sans-serif;
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.045em;
    color: #111;
    margin-bottom: 20px; }
  /* line 91, do-native-cases.scss */
  .do-native-view--cases .hero-h1 em {
    font-style: normal;
    color: #E85D0A; }
  /* line 92, do-native-cases.scss */
  .do-native-view--cases .hero-sub {
    font-size: 1.05rem;
    color: #555;
    max-width: 580px;
    line-height: 1.75; }
  /* line 93, do-native-cases.scss */
  .do-native-view--cases .hero-ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: flex-end; }
  /* line 95, do-native-cases.scss */
  .do-native-view--cases .hero-count {
    background: #0D2D6B;
    border-radius: 12px;
    padding: 20px 28px;
    min-width: 160px;
    text-align: center;
    flex-shrink: 0; }
  /* line 99, do-native-cases.scss */
  .do-native-view--cases .hc-val {
    font-family: 'Syne',sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -.05em;
    color: #fff;
    line-height: 1; }
  /* line 100, do-native-cases.scss */
  .do-native-view--cases .hc-label {
    font-size: .78rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 4px; }
  /* line 105, do-native-cases.scss */
  .do-native-view--cases #filters {
    padding: 0;
    background: #fff;
    position: relative;
    top: 0;
    z-index: 50; }
  /* line 106, do-native-cases.scss */
  .do-native-view--cases .filters-bar {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background: #fff; }
  /* line 110, do-native-cases.scss */
  .do-native-view--cases .filters-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-top: 14px;
    padding-bottom: 14px; }
  /* line 116, do-native-cases.scss */
  .do-native-view--cases .filters-inner::-webkit-scrollbar {
    display: none; }
  /* line 117, do-native-cases.scss */
  .do-native-view--cases .filter-btn {
    font-family: 'DM Mono', monospace;
    font-size: .75rem;
    font-weight: 500;
    color: #666;
    letter-spacing: .04em;
    background: transparent;
    border: 1.5px solid #ebebeb;
    border-radius: 100px;
    padding: 7px 18px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .18s;
    flex-shrink: 0; }
  /* line 125, do-native-cases.scss */
  .do-native-view--cases .filter-btn:hover {
    border-color: rgba(13, 45, 107, 0.3);
    color: #0D2D6B; }
  /* line 126, do-native-cases.scss */
  .do-native-view--cases .filter-btn.active {
    background: #0D2D6B;
    border-color: #0D2D6B;
    color: #fff; }
  /* line 130, do-native-cases.scss */
  .do-native-view--cases .filters-count {
    margin-left: auto;
    flex-shrink: 0;
    font-family: 'DM Mono', monospace;
    font-size: .72rem;
    color: #bbb;
    white-space: nowrap;
    padding-left: 16px; }
  /* line 139, do-native-cases.scss */
  .do-native-view--cases #featured {
    background: #fff; }
  /* line 140, do-native-cases.scss */
  .do-native-view--cases .featured-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
    flex-wrap: wrap; }
  /* line 144, do-native-cases.scss */
  .do-native-view--cases .featured-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; }
  /* line 149, do-native-cases.scss */
  .do-native-view--cases .case-card {
    border-radius: 16px;
    border: 1.5px solid transparent;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
    cursor: pointer; }
  /* line 156, do-native-cases.scss */
  .do-native-view--cases .case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1); }
  /* line 159, do-native-cases.scss */
  .do-native-view--cases .case-img {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f4f6fb;
    position: relative;
    flex-shrink: 0; }
  /* line 163, do-native-cases.scss */
  .do-native-view--cases .case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s; }
  /* line 164, do-native-cases.scss */
  .do-native-view--cases .case-card:hover .case-img img {
    transform: scale(1.04); }
  /* line 165, do-native-cases.scss */
  .do-native-view--cases .case-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #d0d8e8; }
  /* line 170, do-native-cases.scss */
  .do-native-view--cases .case-img-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    font-family: 'DM Mono', monospace;
    font-size: .65rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15); }
  /* line 180, do-native-cases.scss */
  .do-native-view--cases .case-body {
    padding: 28px 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1; }
  /* line 181, do-native-cases.scss */
  .do-native-view--cases .case-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.2;
    color: #111; }
  /* line 185, do-native-cases.scss */
  .do-native-view--cases .case-desc {
    font-size: .87rem;
    color: #666;
    line-height: 1.6;
    flex: 1; }
  /* line 186, do-native-cases.scss */
  .do-native-view--cases .case-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    margin-top: auto;
    border-top: 1px solid #f0f0f0; }
  /* line 190, do-native-cases.scss */
  .do-native-view--cases .case-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap; }
  /* line 191, do-native-cases.scss */
  .do-native-view--cases .case-tag {
    font-family: 'DM Mono', monospace;
    font-size: .64rem;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 2px 8px;
    color: #999;
    letter-spacing: .02em; }
  /* line 196, do-native-cases.scss */
  .do-native-view--cases .case-link {
    font-family: 'DM Mono', monospace;
    font-size: .75rem;
    color: #E85D0A;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    transition: gap .18s;
    flex-shrink: 0; }
  /* line 201, do-native-cases.scss */
  .do-native-view--cases .case-card:hover .case-link {
    gap: 9px; }
  /* line 204, do-native-cases.scss */
  .do-native-view--cases .case-card.v-navy {
    background: #0D2D6B;
    border-color: #0D2D6B; }
  /* line 205, do-native-cases.scss */
  .do-native-view--cases .case-card.v-navy .case-title {
    color: #fff; }
  /* line 206, do-native-cases.scss */
  .do-native-view--cases .case-card.v-navy .case-desc {
    color: rgba(255, 255, 255, 0.7); }
  /* line 207, do-native-cases.scss */
  .do-native-view--cases .case-card.v-navy .case-footer {
    border-top-color: rgba(255, 255, 255, 0.12); }
  /* line 208, do-native-cases.scss */
  .do-native-view--cases .case-card.v-navy .case-tag {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5); }
  /* line 209, do-native-cases.scss */
  .do-native-view--cases .case-card.v-navy .case-link {
    color: #E8A87C; }
  /* line 211, do-native-cases.scss */
  .do-native-view--cases .case-card.v-warm {
    background: #FFF8F0;
    border-color: #f0e8dd; }
  /* line 212, do-native-cases.scss */
  .do-native-view--cases .case-card.v-pale {
    background: #f4f6fb;
    border-color: #e0e4ef; }
  /* line 213, do-native-cases.scss */
  .do-native-view--cases .case-card.v-light {
    background: #fff;
    border-color: #e0e0e0; }
  /* line 218, do-native-cases.scss */
  .do-native-view--cases #all-cases {
    background: #f8f9fb; }
  /* line 219, do-native-cases.scss */
  .do-native-view--cases .all-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
    flex-wrap: wrap; }
  /* line 223, do-native-cases.scss */
  .do-native-view--cases .cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 40px; }
  /* line 229, do-native-cases.scss */
  .do-native-view--cases .case-card-wrap {
    transition: opacity .2s; }
  /* line 230, do-native-cases.scss */
  .do-native-view--cases .case-card-wrap.hidden {
    display: none; }
  /* line 233, do-native-cases.scss */
  .do-native-view--cases .load-more-wrap {
    text-align: center; }
  /* line 234, do-native-cases.scss */
  .do-native-view--cases .btn-load-more {
    font-family: 'DM Mono', monospace;
    font-size: .8rem;
    font-weight: 500;
    color: #0D2D6B;
    letter-spacing: .06em;
    background: #fff;
    border: 1.5px solid rgba(13, 45, 107, 0.2);
    border-radius: 100px;
    padding: 12px 32px;
    cursor: pointer;
    transition: all .18s;
    display: inline-flex;
    align-items: center;
    gap: 8px; }
  /* line 242, do-native-cases.scss */
  .do-native-view--cases .btn-load-more:hover {
    background: rgba(13, 45, 107, 0.04);
    border-color: #0D2D6B; }
  /* line 243, do-native-cases.scss */
  .do-native-view--cases .btn-load-more.hidden {
    display: none; }
  /* line 246, do-native-cases.scss */
  .do-native-view--cases .empty-state {
    grid-column: 1/-1;
    text-align: center;
    padding: 60px 20px;
    display: none; }
  /* line 250, do-native-cases.scss */
  .do-native-view--cases .empty-state.visible {
    display: block; }
  /* line 251, do-native-cases.scss */
  .do-native-view--cases .empty-icon {
    font-size: 2.5rem;
    margin-bottom: 16px; }
  /* line 252, do-native-cases.scss */
  .do-native-view--cases .empty-text {
    font-size: .95rem;
    color: #888;
    margin-bottom: 24px; }
  /* line 257, do-native-cases.scss */
  .do-native-view--cases #cta {
    background: #0D2D6B;
    padding: 100px 0; }
  /* line 258, do-native-cases.scss */
  .do-native-view--cases .cta-wrap {
    text-align: center; }
  /* line 259, do-native-cases.scss */
  .do-native-view--cases .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 265, do-native-cases.scss */
  .do-native-view--cases .cta-h2 em {
    font-style: normal;
    color: #E8A87C; }
  /* line 266, do-native-cases.scss */
  .do-native-view--cases .cta-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 52px;
    line-height: 1.7; }
  /* line 267, do-native-cases.scss */
  .do-native-view--cases .cta-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 900px;
    margin: 0 auto 40px; }
  /* line 268, do-native-cases.scss */
  .do-native-view--cases .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 269, do-native-cases.scss */
  .do-native-view--cases .cta-card.cta-main {
    background: #E85D0A;
    border-color: #E85D0A;
    box-shadow: 0 8px 32px rgba(232, 93, 10, 0.4); }
  /* line 270, do-native-cases.scss */
  .do-native-view--cases .cta-card:not(.cta-main):hover {
    background: rgba(255, 255, 255, 0.13);
    transform: translateY(-2px); }
  /* line 271, do-native-cases.scss */
  .do-native-view--cases .cta-card.cta-main:hover {
    transform: translateY(-3px); }
  /* line 272, do-native-cases.scss */
  .do-native-view--cases .cta-card-icon {
    font-size: 1.4rem;
    margin-bottom: 14px; }
  /* line 273, do-native-cases.scss */
  .do-native-view--cases .cta-card-title {
    font-weight: 700;
    font-size: .95rem;
    color: #fff;
    margin-bottom: 8px; }
  /* line 274, do-native-cases.scss */
  .do-native-view--cases .cta-card-desc {
    font-size: .81rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.55;
    margin-bottom: 18px; }
  /* line 275, do-native-cases.scss */
  .do-native-view--cases .cta-main .cta-card-desc {
    color: rgba(255, 255, 255, 0.82); }
  /* line 276, do-native-cases.scss */
  .do-native-view--cases .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 277, do-native-cases.scss */
  .do-native-view--cases .cta-card:hover .cta-card-action {
    gap: 10px; }
  /* line 278, do-native-cases.scss */
  .do-native-view--cases .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 279, do-native-cases.scss */
  .do-native-view--cases .cta-contact:hover {
    background: rgba(255, 255, 255, 0.17); }
  /* line 280, do-native-cases.scss */
  .do-native-view--cases .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 281, do-native-cases.scss */
  .do-native-view--cases .cta-note::before {
    content: '—';
    font-family: 'DM Mono',monospace; }
  @media (max-width: 1024px) {
    /* line 285, do-native-cases.scss */
    .do-native-view--cases .container {
      padding: 0 32px; }
    /* line 286, do-native-cases.scss */
    .do-native-view--cases .filters-inner {
      padding: 14px 32px; }
    /* line 287, do-native-cases.scss */
    .do-native-view--cases .cases-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    /* line 290, do-native-cases.scss */
    .do-native-view--cases section {
      padding: 56px 0; }
    /* line 291, do-native-cases.scss */
    .do-native-view--cases .container {
      padding: 0 20px; }
    /* line 292, do-native-cases.scss */
    .do-native-view--cases .filters-inner {
      padding: 12px 20px; }
    /* line 293, do-native-cases.scss */
    .do-native-view--cases .featured-grid {
      grid-template-columns: 1fr; }
    /* line 294, do-native-cases.scss */
    .do-native-view--cases .cases-grid {
      grid-template-columns: 1fr; }
    /* line 295, do-native-cases.scss */
    .do-native-view--cases .hero-top {
      flex-direction: column;
      align-items: flex-start; }
    /* line 296, do-native-cases.scss */
    .do-native-view--cases .hero-ctas {
      flex-direction: column;
      align-items: flex-start; }
    /* line 297, do-native-cases.scss */
    .do-native-view--cases .cta-cards {
      grid-template-columns: 1fr;
      max-width: 380px; } }
  /* line 301, do-native-cases.scss */
  .do-native-view--cases #hero,
  .do-native-view--cases #filters,
  .do-native-view--cases #featured,
  .do-native-view--cases #all-cases,
  .do-native-view--cases #cta {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    box-sizing: border-box; }
  /* line 311, do-native-cases.scss */
  .do-native-view--cases #hero > .container,
  .do-native-view--cases #featured > .container,
  .do-native-view--cases #all-cases > .container,
  .do-native-view--cases #cta > .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px; }
  /* line 321, do-native-cases.scss */
  .do-native-view--cases #filters .filters-bar {
    width: 100%; }
  /* line 324, do-native-cases.scss */
  .do-native-view--cases #filters .filters-inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px; }
  @media (max-width: 1024px) {
    /* line 332, do-native-cases.scss */
    .do-native-view--cases #hero > .container,
    .do-native-view--cases #featured > .container,
    .do-native-view--cases #all-cases > .container,
    .do-native-view--cases #cta > .container,
    .do-native-view--cases #filters .filters-inner {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (max-width: 768px) {
    /* line 342, do-native-cases.scss */
    .do-native-view--cases #hero > .container,
    .do-native-view--cases #featured > .container,
    .do-native-view--cases #all-cases > .container,
    .do-native-view--cases #cta > .container,
    .do-native-view--cases #filters .filters-inner {
      padding-left: 20px;
      padding-right: 20px; } }
  /* line 354, do-native-cases.scss */
  .do-native-view--cases #hero {
    position: relative;
    overflow: hidden;
    background-color: #f5f8ff !important;
    background-image: linear-gradient(rgba(13, 45, 107, 0.11) 1px, transparent 1px), linear-gradient(90deg, rgba(13, 45, 107, 0.11) 1px, transparent 1px), radial-gradient(circle at 78% 18%, rgba(232, 93, 10, 0.08), rgba(0, 0, 0, 0) 28%), linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%) !important;
    background-size: 44px 44px, 44px 44px, 100% 100%, 100% 100%;
    background-position: center top, center top, center center, center center; }
  /* line 366, do-native-cases.scss */
  .do-native-view--cases #filters,
  .do-native-view--cases #featured,
  .do-native-view--cases #all-cases {
    background-image: none !important; }
  /* line 371, do-native-cases.scss */
  .do-native-view--cases #filters {
    background: #ffffff !important; }
  /* line 374, do-native-cases.scss */
  .do-native-view--cases #featured {
    background: #ffffff !important; }
  /* line 377, do-native-cases.scss */
  .do-native-view--cases #all-cases {
    background: #f8f9fb !important; }
  /* line 381, do-native-cases.scss */
  .do-native-view--cases #cta a.cta-card {
    color: inherit;
    text-decoration: none; }
  /* line 385, do-native-cases.scss */
  .do-native-view--cases .btn-form-bright {
    position: relative;
    overflow: hidden;
    background: #E85D0A !important;
    border-color: #E85D0A !important;
    color: #fff !important;
    box-shadow: 0 8px 28px rgba(232, 93, 10, 0.34); }
  /* line 393, do-native-cases.scss */
  .do-native-view--cases .btn-form-bright::after {
    content: "";
    position: absolute;
    top: -70%;
    bottom: -70%;
    left: -44%;
    width: 34%;
    transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    animation: do42BtnShimmer 4s ease-in-out infinite; }
@keyframes do42BtnShimmer {
  0%, 68% {
    left: -44%; }
  100% {
    left: 122%; } }
  @media (prefers-reduced-motion: reduce) {
    /* line 409, do-native-cases.scss */
    .do-native-view--cases .btn-form-bright::after {
      animation: none;
      display: none; } }
  /* line 413, do-native-cases.scss */
  .do-native-view--cases #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 422, do-native-cases.scss */
  .do-native-view--cases #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 433, do-native-cases.scss */
  .do-native-view--cases #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 437, do-native-cases.scss */
  .do-native-view--cases #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 443, do-native-cases.scss */
  .do-native-view--cases #hero .btn-row .btn:nth-of-type(2)::before,
  .do-native-view--cases #hero .btn-row .btn:nth-of-type(2)::after {
    content: none !important;
    display: none !important;
    animation: none !important; }
  /* line 449, do-native-cases.scss */
  .do-native-view--cases #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 460, do-native-cases.scss */
    .do-native-view--cases #hero .btn-row .btn:first-of-type::before {
      animation: none !important;
      opacity: 0 !important; } }
