@charset "UTF-8";
/* Mechanically extracted from widget_v4_page_content_1_97ef3d354ca62455cf279742f88c2d10. */
/* line 3, do-native-agency.scss */
.do-native-view--agency {
  /* ─── RESET ─── */
  /* ─── LAYOUT ─── */
  /* ─── SECTION HEADER ─── */
  /* ─── BUTTONS ─── */
  /* ══════════════════════════════════════
     1. HERO
  ══════════════════════════════════════ */
  /* ══════════════════════════════════════
     2. WHEN WE'RE USEFUL
  ══════════════════════════════════════ */
  /* ══════════════════════════════════════
     3. TASKS WE TAKE
  ══════════════════════════════════════ */
  /* ══════════════════════════════════════
     4. FORMATS
  ══════════════════════════════════════ */
  /* ══════════════════════════════════════
     5. PROCESS
  ══════════════════════════════════════ */
  /* ══════════════════════════════════════
     6. WHY US
  ══════════════════════════════════════ */
  /* quote accent panel */
  /* ══════════════════════════════════════
     7. CASES
  ══════════════════════════════════════ */
  /* ══════════════════════════════════════
     8. TRUST
  ══════════════════════════════════════ */
  /* numbers grid */
  /* reviews */
  /* ══════════════════════════════════════
     9. FINAL CTA
  ══════════════════════════════════════ */
  /* ══════════════════════════════════════
     RESPONSIVE
  ══════════════════════════════════════ */
  /* Agency service TZ patch 2026-05-16 */
  /* Agency hero text-only layout 2026-05-21 */
  /* Agency page section full-bleed backgrounds 2026-05-21 */
  /* Agency exact cases from main pages 2026-05-21 */
  /* Exact standalone cases block transfer 2026-05-18 */
  /* E-commerce cases visual QA fixes 2026-05-20 */
  /* E-commerce cases CTA visibility pass 2026-05-20 */
  /* FINAL mobile cases natural height 2026-05-20 */
  /* Honest handoff formats instead of unconfirmed agency cases 2026-05-25 */
  /* Hero two-button CTA rule 2026-05-25 */ }
  /* line 5, do-native-agency.scss */
  .do-native-view--agency *, .do-native-view--agency *::before, .do-native-view--agency *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  /* line 6, do-native-agency.scss */
  .do-native-view--agency html {
    scroll-behavior: smooth; }
  /* line 7, do-native-agency.scss */
  .do-native-view--agency 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 16, do-native-agency.scss */
  .do-native-view--agency a {
    color: inherit;
    text-decoration: none; }
  /* line 19, do-native-agency.scss */
  .do-native-view--agency .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 60px; }
  /* line 20, do-native-agency.scss */
  .do-native-view--agency section {
    padding: 96px 0; }
  /* line 23, do-native-agency.scss */
  .do-native-view--agency .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 30, do-native-agency.scss */
  .do-native-view--agency .s-tag::before {
    content: '';
    width: 14px;
    height: 1px;
    background: #E85D0A;
    flex-shrink: 0; }
  /* line 32, do-native-agency.scss */
  .do-native-view--agency .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 39, do-native-agency.scss */
  .do-native-view--agency .s-lead {
    font-size: 1.02rem;
    color: #666666;
    max-width: 580px;
    line-height: 1.72;
    margin-bottom: 48px; }
  /* line 44, do-native-agency.scss */
  .do-native-view--agency .s-body {
    font-size: 0.97rem;
    color: #555;
    line-height: 1.72;
    margin-bottom: 40px; }
  /* line 50, do-native-agency.scss */
  .do-native-view--agency .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, opacity .18s, box-shadow .18s;
    text-decoration: none; }
  /* line 59, do-native-agency.scss */
  .do-native-view--agency .btn:hover {
    transform: translateY(-2px); }
  /* line 60, do-native-agency.scss */
  .do-native-view--agency .btn-primary {
    background: #E85D0A;
    color: #fff;
    box-shadow: 0 4px 18px rgba(232, 93, 10, 0.28); }
  /* line 64, do-native-agency.scss */
  .do-native-view--agency .btn-primary:hover {
    box-shadow: 0 8px 28px rgba(232, 93, 10, 0.38); }
  /* line 65, do-native-agency.scss */
  .do-native-view--agency .btn-navy {
    background: #0D2D6B;
    color: #fff;
    box-shadow: 0 4px 18px rgba(13, 45, 107, 0.2); }
  /* line 69, do-native-agency.scss */
  .do-native-view--agency .btn-navy:hover {
    box-shadow: 0 8px 28px rgba(13, 45, 107, 0.32); }
  /* line 70, do-native-agency.scss */
  .do-native-view--agency .btn-outline {
    background: transparent;
    color: #0D2D6B;
    border: 1.5px solid rgba(13, 45, 107, 0.25); }
  /* line 74, do-native-agency.scss */
  .do-native-view--agency .btn-outline:hover {
    border-color: #0D2D6B;
    background: rgba(13, 45, 107, 0.04); }
  /* line 75, do-native-agency.scss */
  .do-native-view--agency .btn-ghost {
    background: transparent;
    color: #444444;
    border: 1.5px solid rgba(0, 0, 0, 0.14); }
  /* line 79, do-native-agency.scss */
  .do-native-view--agency .btn-ghost:hover {
    border-color: rgba(0, 0, 0, 0.28); }
  /* line 81, do-native-agency.scss */
  .do-native-view--agency .btn-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap; }
  /* line 87, do-native-agency.scss */
  .do-native-view--agency #hero {
    background: #ffffff;
    padding: 0;
    position: relative;
    overflow: hidden; }
  /* line 93, do-native-agency.scss */
  .do-native-view--agency #hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #E8A87C 30%, #E85D0A 60%, transparent); }
  /* line 100, do-native-agency.scss */
  .do-native-view--agency .hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
    align-items: stretch; }
  /* line 106, do-native-agency.scss */
  .do-native-view--agency .hero-left {
    padding: 88px 72px 88px 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  /* line 110, do-native-agency.scss */
  .do-native-view--agency .hero-right {
    background: #f4f6fb;
    border-left: 1px solid #e8eaf2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 56px;
    position: relative;
    overflow: hidden; }
  /* line 117, do-native-agency.scss */
  .do-native-view--agency .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.08) 0%, rgba(0, 0, 0, 0) 70%);
    pointer-events: none; }
  /* line 124, do-native-agency.scss */
  .do-native-view--agency .hero-visual {
    width: 100%;
    max-width: 520px;
    position: relative;
    z-index: 1; }
  /* line 126, do-native-agency.scss */
  .do-native-view--agency .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 136, do-native-agency.scss */
  .do-native-view--agency .badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E85D0A;
    flex-shrink: 0; }
  /* line 138, do-native-agency.scss */
  .do-native-view--agency .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 145, do-native-agency.scss */
  .do-native-view--agency .hero-h1 em {
    font-style: normal;
    color: #E85D0A; }
  /* line 147, do-native-agency.scss */
  .do-native-view--agency .hero-sub {
    font-size: 1rem;
    color: #555;
    max-width: 520px;
    line-height: 1.75;
    margin-bottom: 20px; }
  /* line 152, do-native-agency.scss */
  .do-native-view--agency .hero-body {
    font-size: 0.92rem;
    color: #777;
    max-width: 480px;
    line-height: 1.72;
    margin-bottom: 36px; }
  /* line 158, do-native-agency.scss */
  .do-native-view--agency .hero-tezisy {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 40px; }
  /* line 162, do-native-agency.scss */
  .do-native-view--agency .ht-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.87rem;
    color: #333;
    font-weight: 500; }
  /* line 166, do-native-agency.scss */
  .do-native-view--agency .ht-item::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E85D0A;
    flex-shrink: 0; }
  /* line 175, do-native-agency.scss */
  .do-native-view--agency #useful {
    background: #f8f9fb; }
  /* line 176, do-native-agency.scss */
  .do-native-view--agency .useful-layout {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 72px;
    align-items: start; }
  /* line 181, do-native-agency.scss */
  .do-native-view--agency .useful-left {
    position: sticky;
    top: 100px; }
  /* line 182, do-native-agency.scss */
  .do-native-view--agency .useful-left .s-lead {
    margin-bottom: 28px; }
  /* line 184, do-native-agency.scss */
  .do-native-view--agency .scenarios-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px; }
  /* line 189, do-native-agency.scss */
  .do-native-view--agency .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 197, do-native-agency.scss */
  .do-native-view--agency .sc:hover {
    border-color: rgba(13, 45, 107, 0.22);
    transform: translateY(-2px); }
  /* line 198, do-native-agency.scss */
  .do-native-view--agency .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 204, do-native-agency.scss */
  .do-native-view--agency .sc-title {
    font-weight: 700;
    font-size: 0.9rem;
    color: #111;
    line-height: 1.3; }
  /* line 209, do-native-agency.scss */
  .do-native-view--agency #tasks {
    background: #ffffff; }
  /* line 210, do-native-agency.scss */
  .do-native-view--agency .tasks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; }
  /* line 215, do-native-agency.scss */
  .do-native-view--agency .task-card {
    background: #f8f9fb;
    border: 1.5px solid #ebebeb;
    border-radius: 16px;
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color .2s, transform .2s; }
  /* line 223, do-native-agency.scss */
  .do-native-view--agency .task-card:hover {
    border-color: rgba(13, 45, 107, 0.22);
    transform: translateY(-3px); }
  /* line 224, do-native-agency.scss */
  .do-native-view--agency .task-card.primary {
    background: #0D2D6B;
    border-color: #0D2D6B; }
  /* line 226, do-native-agency.scss */
  .do-native-view--agency .task-num {
    font-family: 'DM Mono', monospace;
    font-size: 0.67rem;
    color: #bbb;
    letter-spacing: 0.08em; }
  /* line 231, do-native-agency.scss */
  .do-native-view--agency .task-card.primary .task-num {
    color: rgba(255, 255, 255, 0.3); }
  /* line 233, do-native-agency.scss */
  .do-native-view--agency .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 239, do-native-agency.scss */
  .do-native-view--agency .task-card.primary .task-icon {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2); }
  /* line 241, do-native-agency.scss */
  .do-native-view--agency .task-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: #111; }
  /* line 246, do-native-agency.scss */
  .do-native-view--agency .task-card.primary .task-title {
    color: #fff; }
  /* line 248, do-native-agency.scss */
  .do-native-view--agency .task-desc {
    font-size: 0.86rem;
    color: #666;
    line-height: 1.65;
    flex: 1; }
  /* line 249, do-native-agency.scss */
  .do-native-view--agency .task-card.primary .task-desc {
    color: rgba(255, 255, 255, 0.72); }
  /* line 254, do-native-agency.scss */
  .do-native-view--agency #formats {
    background: #FFF8F0; }
  /* line 255, do-native-agency.scss */
  .do-native-view--agency .formats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px; }
  /* line 260, do-native-agency.scss */
  .do-native-view--agency .fmt {
    background: #fff;
    border: 1.5px solid rgba(232, 93, 10, 0.14);
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color .18s, transform .18s; }
  /* line 268, do-native-agency.scss */
  .do-native-view--agency .fmt:hover {
    border-color: rgba(232, 93, 10, 0.3);
    transform: translateY(-3px); }
  /* line 269, do-native-agency.scss */
  .do-native-view--agency .fmt-num {
    font-family: 'DM Mono', monospace;
    font-size: 0.67rem;
    color: #ccc;
    letter-spacing: 0.08em; }
  /* line 273, do-native-agency.scss */
  .do-native-view--agency .fmt-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(232, 93, 10, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0; }
  /* line 279, do-native-agency.scss */
  .do-native-view--agency .fmt-title {
    font-family: 'Syne', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #111; }
  /* line 284, do-native-agency.scss */
  .do-native-view--agency .fmt-desc {
    font-size: 0.84rem;
    color: #666;
    line-height: 1.62;
    flex: 1; }
  /* line 289, do-native-agency.scss */
  .do-native-view--agency #process {
    background: #ffffff; }
  /* line 290, do-native-agency.scss */
  .do-native-view--agency .process-layout {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 72px;
    align-items: start; }
  /* line 295, do-native-agency.scss */
  .do-native-view--agency .process-left {
    position: sticky;
    top: 100px; }
  /* line 297, do-native-agency.scss */
  .do-native-view--agency .steps-list {
    display: flex;
    flex-direction: column;
    gap: 0; }
  /* line 300, do-native-agency.scss */
  .do-native-view--agency .step-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative; }
  /* line 306, do-native-agency.scss */
  .do-native-view--agency .step-row:last-child {
    border-bottom: none; }
  /* line 307, do-native-agency.scss */
  .do-native-view--agency .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: 0.8rem;
    font-weight: 500;
    color: #0D2D6B;
    flex-shrink: 0;
    transition: background .18s, border-color .18s; }
  /* line 316, do-native-agency.scss */
  .do-native-view--agency .step-row:hover .step-bubble {
    background: #0D2D6B;
    color: #fff;
    border-color: #0D2D6B; }
  /* line 318, do-native-agency.scss */
  .do-native-view--agency .step-title {
    font-weight: 700;
    font-size: 0.93rem;
    color: #111;
    margin-bottom: 3px; }
  /* line 319, do-native-agency.scss */
  .do-native-view--agency .step-desc {
    font-size: 0.8rem;
    color: #888;
    line-height: 1.5; }
  /* line 321, do-native-agency.scss */
  .do-native-view--agency .process-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 32px; }
  /* line 327, do-native-agency.scss */
  .do-native-view--agency .pp {
    background: #f8f9fb;
    border: 1.5px solid #ebebeb;
    border-radius: 10px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 10px; }
  /* line 332, do-native-agency.scss */
  .do-native-view--agency .pp-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0D2D6B;
    flex-shrink: 0; }
  /* line 333, do-native-agency.scss */
  .do-native-view--agency .pp-text {
    font-size: 0.83rem;
    font-weight: 500;
    color: #333; }
  /* line 338, do-native-agency.scss */
  .do-native-view--agency #why {
    background: #f8f9fb; }
  /* line 339, do-native-agency.scss */
  .do-native-view--agency .why-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start; }
  /* line 345, do-native-agency.scss */
  .do-native-view--agency .why-args {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 36px; }
  /* line 349, do-native-agency.scss */
  .do-native-view--agency .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 355, do-native-agency.scss */
  .do-native-view--agency .arg:hover {
    border-color: rgba(13, 45, 107, 0.22); }
  /* line 356, do-native-agency.scss */
  .do-native-view--agency .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 362, do-native-agency.scss */
  .do-native-view--agency .arg-title {
    font-weight: 700;
    font-size: 0.9rem;
    color: #111;
    margin-bottom: 3px; }
  /* line 363, do-native-agency.scss */
  .do-native-view--agency .arg-desc {
    font-size: 0.8rem;
    color: #777;
    line-height: 1.5; }
  /* line 366, do-native-agency.scss */
  .do-native-view--agency .why-right {
    background: #0D2D6B;
    border-radius: 20px;
    padding: 44px 40px;
    color: #fff;
    position: sticky;
    top: 100px; }
  /* line 371, do-native-agency.scss */
  .do-native-view--agency .why-right h3 {
    font-family: 'Syne', sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.12;
    margin-bottom: 18px; }
  /* line 377, do-native-agency.scss */
  .do-native-view--agency .why-body {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    margin-bottom: 28px; }
  /* line 381, do-native-agency.scss */
  .do-native-view--agency .why-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px; }
  /* line 382, do-native-agency.scss */
  .do-native-view--agency .why-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5; }
  /* line 386, do-native-agency.scss */
  .do-native-view--agency .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 394, do-native-agency.scss */
  .do-native-view--agency .why-cta-btn {
    width: 100%;
    background: #E85D0A;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 0.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 402, do-native-agency.scss */
  .do-native-view--agency .why-cta-btn:hover {
    opacity: .9;
    transform: translateY(-2px); }
  /* line 407, do-native-agency.scss */
  .do-native-view--agency #cases {
    background: #ffffff; }
  /* line 408, do-native-agency.scss */
  .do-native-view--agency .cases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 36px; }
  /* line 413, do-native-agency.scss */
  .do-native-view--agency .case-card {
    border-radius: 16px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform .2s;
    cursor: pointer;
    border: 1.5px solid transparent; }
  /* line 419, do-native-agency.scss */
  .do-native-view--agency .case-card:hover {
    transform: translateY(-4px); }
  /* line 420, do-native-agency.scss */
  .do-native-view--agency .case-card.c-navy {
    background: #0D2D6B; }
  /* line 421, do-native-agency.scss */
  .do-native-view--agency .case-card.c-light {
    background: #fff;
    border-color: #e0e0e0; }
  /* line 422, do-native-agency.scss */
  .do-native-view--agency .case-card.c-warm {
    background: #FFF8F0;
    border-color: #f0e8dd; }
  /* line 423, do-native-agency.scss */
  .do-native-view--agency .case-card.c-pale {
    background: #f4f6fb;
    border-color: #e0e4ef; }
  /* line 425, do-native-agency.scss */
  .do-native-view--agency .case-eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap; }
  /* line 426, do-native-agency.scss */
  .do-native-view--agency .case-badge {
    font-family: 'DM Mono', monospace;
    font-size: 0.65rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 4px; }
  /* line 431, do-native-agency.scss */
  .do-native-view--agency .c-navy .case-badge {
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7); }
  /* line 432, do-native-agency.scss */
  .do-native-view--agency .c-light .case-badge {
    background: rgba(13, 45, 107, 0.08);
    color: #0D2D6B; }
  /* line 433, do-native-agency.scss */
  .do-native-view--agency .c-warm .case-badge {
    background: rgba(232, 93, 10, 0.1);
    color: #E85D0A; }
  /* line 434, do-native-agency.scss */
  .do-native-view--agency .c-pale .case-badge {
    background: rgba(46, 125, 18, 0.1);
    color: #2E7D12; }
  /* line 436, do-native-agency.scss */
  .do-native-view--agency .case-context-tag {
    font-family: 'DM Mono', monospace;
    font-size: 0.64rem;
    color: #bbb;
    margin-left: auto; }
  /* line 440, do-native-agency.scss */
  .do-native-view--agency .c-navy .case-context-tag {
    color: rgba(255, 255, 255, 0.35); }
  /* line 442, do-native-agency.scss */
  .do-native-view--agency .case-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.18;
    color: #111; }
  /* line 447, do-native-agency.scss */
  .do-native-view--agency .c-navy .case-title {
    color: #fff; }
  /* line 449, do-native-agency.scss */
  .do-native-view--agency .case-desc {
    font-size: 0.86rem;
    color: #666;
    line-height: 1.65;
    flex: 1; }
  /* line 450, do-native-agency.scss */
  .do-native-view--agency .c-navy .case-desc {
    color: rgba(255, 255, 255, 0.72); }
  /* line 452, do-native-agency.scss */
  .do-native-view--agency .case-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.07); }
  /* line 457, do-native-agency.scss */
  .do-native-view--agency .c-navy .case-footer {
    border-top-color: rgba(255, 255, 255, 0.12); }
  /* line 458, do-native-agency.scss */
  .do-native-view--agency .case-platform {
    font-family: 'DM Mono', monospace;
    font-size: 0.7rem;
    color: #bbb; }
  /* line 459, do-native-agency.scss */
  .do-native-view--agency .c-navy .case-platform {
    color: rgba(255, 255, 255, 0.4); }
  /* line 460, do-native-agency.scss */
  .do-native-view--agency .case-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #888;
    transition: background .18s, color .18s, border-color .18s; }
  /* line 467, do-native-agency.scss */
  .do-native-view--agency .c-navy .case-arrow {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff; }
  /* line 468, do-native-agency.scss */
  .do-native-view--agency .case-card:hover .case-arrow {
    background: #E85D0A;
    color: #fff;
    border-color: #E85D0A; }
  /* line 473, do-native-agency.scss */
  .do-native-view--agency #trust {
    background: #f8f9fb; }
  /* line 474, do-native-agency.scss */
  .do-native-view--agency .trust-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: start; }
  /* line 479, do-native-agency.scss */
  .do-native-view--agency .trust-nums {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 16px; }
  /* line 482, do-native-agency.scss */
  .do-native-view--agency .tn {
    background: #fff;
    border: 1.5px solid #ebebeb;
    border-radius: 12px;
    padding: 24px 22px;
    transition: border-color .18s; }
  /* line 487, do-native-agency.scss */
  .do-native-view--agency .tn:hover {
    border-color: rgba(13, 45, 107, 0.2); }
  /* line 488, do-native-agency.scss */
  .do-native-view--agency .tn-val {
    font-family: 'Syne', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -.05em;
    color: #111;
    line-height: 1;
    margin-bottom: 6px; }
  /* line 492, do-native-agency.scss */
  .do-native-view--agency .tn-val em {
    font-style: normal;
    color: #E85D0A; }
  /* line 493, do-native-agency.scss */
  .do-native-view--agency .tn-label {
    font-size: 0.78rem;
    color: #888;
    line-height: 1.4; }
  /* line 495, do-native-agency.scss */
  .do-native-view--agency .certs-block {
    background: #fff;
    border: 1.5px solid #ebebeb;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 14px; }
  /* line 499, do-native-agency.scss */
  .do-native-view--agency .certs-label {
    font-family: 'DM Mono', monospace;
    font-size: .67rem;
    color: #aaa;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 12px; }
  /* line 503, do-native-agency.scss */
  .do-native-view--agency .cert-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap; }
  /* line 504, do-native-agency.scss */
  .do-native-view--agency .cert-badge {
    background: rgba(46, 125, 18, 0.07);
    border: 1px solid rgba(46, 125, 18, 0.2);
    border-radius: 6px;
    padding: 7px 14px;
    font-size: 0.82rem;
    font-weight: 500;
    color: #2E7D12;
    display: flex;
    align-items: center;
    gap: 6px; }
  /* line 510, do-native-agency.scss */
  .do-native-view--agency .cert-badge::before {
    content: '✓';
    font-family: 'DM Mono',monospace;
    font-size: .7rem; }
  /* line 512, do-native-agency.scss */
  .do-native-view--agency .founder-block {
    background: #fff;
    border: 1.5px solid #ebebeb;
    border-radius: 12px;
    padding: 24px; }
  /* line 516, do-native-agency.scss */
  .do-native-view--agency .founder-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px; }
  /* line 517, do-native-agency.scss */
  .do-native-view--agency .founder-av {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0D2D6B;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 1rem; }
  /* line 523, do-native-agency.scss */
  .do-native-view--agency .founder-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #111; }
  /* line 524, do-native-agency.scss */
  .do-native-view--agency .founder-role {
    font-size: 0.73rem;
    color: #888;
    margin-top: 2px; }
  /* line 525, do-native-agency.scss */
  .do-native-view--agency .founder-bio {
    font-size: 0.83rem;
    color: #777;
    line-height: 1.65; }
  /* line 528, do-native-agency.scss */
  .do-native-view--agency .reviews {
    display: flex;
    flex-direction: column;
    gap: 14px; }
  /* line 529, do-native-agency.scss */
  .do-native-view--agency .rev {
    background: #fff;
    border: 1.5px solid #ebebeb;
    border-radius: 14px;
    padding: 26px 28px;
    transition: border-color .18s; }
  /* line 534, do-native-agency.scss */
  .do-native-view--agency .rev:hover {
    border-color: rgba(13, 45, 107, 0.2); }
  /* line 535, do-native-agency.scss */
  .do-native-view--agency .rev-stars {
    color: #E85D0A;
    font-size: 0.8rem;
    letter-spacing: 3px;
    margin-bottom: 12px; }
  /* line 536, do-native-agency.scss */
  .do-native-view--agency .rev-text {
    font-size: 0.86rem;
    color: #666;
    line-height: 1.65;
    font-style: italic;
    margin-bottom: 16px; }
  /* line 537, do-native-agency.scss */
  .do-native-view--agency .rev-author {
    display: flex;
    align-items: center;
    gap: 12px; }
  /* line 538, do-native-agency.scss */
  .do-native-view--agency .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: 0.78rem;
    color: #0D2D6B;
    flex-shrink: 0; }
  /* line 545, do-native-agency.scss */
  .do-native-view--agency .rev-name {
    font-weight: 600;
    font-size: 0.86rem;
    color: #111; }
  /* line 546, do-native-agency.scss */
  .do-native-view--agency .rev-role {
    font-size: 0.72rem;
    color: #999; }
  /* line 551, do-native-agency.scss */
  .do-native-view--agency #cta {
    background: #0D2D6B;
    padding: 100px 0; }
  /* line 552, do-native-agency.scss */
  .do-native-view--agency .cta-wrap {
    text-align: center; }
  /* line 553, do-native-agency.scss */
  .do-native-view--agency .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 559, do-native-agency.scss */
  .do-native-view--agency .cta-h2 em {
    font-style: normal;
    color: #E8A87C; }
  /* line 560, do-native-agency.scss */
  .do-native-view--agency .cta-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 52px;
    line-height: 1.7; }
  /* line 562, do-native-agency.scss */
  .do-native-view--agency .cta-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 900px;
    margin: 0 auto 40px; }
  /* line 566, do-native-agency.scss */
  .do-native-view--agency .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 572, do-native-agency.scss */
  .do-native-view--agency .cta-card.cta-main {
    background: #E85D0A;
    border-color: #E85D0A;
    box-shadow: 0 8px 32px rgba(232, 93, 10, 0.4); }
  /* line 576, do-native-agency.scss */
  .do-native-view--agency .cta-card:not(.cta-main):hover {
    background: rgba(255, 255, 255, 0.13);
    transform: translateY(-2px); }
  /* line 577, do-native-agency.scss */
  .do-native-view--agency .cta-card.cta-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(232, 93, 10, 0.5); }
  /* line 578, do-native-agency.scss */
  .do-native-view--agency .cta-card-icon {
    font-size: 1.4rem;
    margin-bottom: 14px; }
  /* line 579, do-native-agency.scss */
  .do-native-view--agency .cta-card-title {
    font-weight: 700;
    font-size: 0.95rem;
    color: #fff;
    margin-bottom: 8px;
    letter-spacing: -.01em; }
  /* line 580, do-native-agency.scss */
  .do-native-view--agency .cta-card-desc {
    font-size: 0.81rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.55;
    margin-bottom: 18px; }
  /* line 581, do-native-agency.scss */
  .do-native-view--agency .cta-main .cta-card-desc {
    color: rgba(255, 255, 255, 0.82); }
  /* line 582, do-native-agency.scss */
  .do-native-view--agency .cta-card-action {
    font-family: 'DM Mono', monospace;
    font-size: 0.73rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: .02em;
    transition: gap .18s; }
  /* line 587, do-native-agency.scss */
  .do-native-view--agency .cta-card:hover .cta-card-action {
    gap: 10px; }
  /* line 589, do-native-agency.scss */
  .do-native-view--agency .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: 0.95rem;
    color: #fff;
    margin-bottom: 18px;
    transition: background .18s;
    text-decoration: none; }
  /* line 596, do-native-agency.scss */
  .do-native-view--agency .cta-contact:hover {
    background: rgba(255, 255, 255, 0.17); }
  /* line 597, do-native-agency.scss */
  .do-native-view--agency .cta-note {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; }
  /* line 601, do-native-agency.scss */
  .do-native-view--agency .cta-note::before {
    content: '—';
    font-family: 'DM Mono',monospace; }
  @media (max-width: 1200px) {
    /* line 607, do-native-agency.scss */
    .do-native-view--agency .formats-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 1024px) {
    /* line 610, do-native-agency.scss */
    .do-native-view--agency .container {
      padding: 0 32px; }
    /* line 611, do-native-agency.scss */
    .do-native-view--agency .hero-split {
      grid-template-columns: 1fr; }
    /* line 612, do-native-agency.scss */
    .do-native-view--agency .hero-left {
      padding: 56px 0 48px; }
    /* line 613, do-native-agency.scss */
    .do-native-view--agency .hero-right {
      display: none; }
    /* line 614, do-native-agency.scss */
    .do-native-view--agency .useful-layout {
      grid-template-columns: 1fr; }
    /* line 615, do-native-agency.scss */
    .do-native-view--agency .useful-left {
      position: static; }
    /* line 616, do-native-agency.scss */
    .do-native-view--agency .process-layout {
      grid-template-columns: 1fr; }
    /* line 617, do-native-agency.scss */
    .do-native-view--agency .process-left {
      position: static; }
    /* line 618, do-native-agency.scss */
    .do-native-view--agency .why-layout {
      grid-template-columns: 1fr; }
    /* line 619, do-native-agency.scss */
    .do-native-view--agency .why-right {
      position: static; }
    /* line 620, do-native-agency.scss */
    .do-native-view--agency .trust-layout {
      grid-template-columns: 1fr; } }
  @media (max-width: 768px) {
    /* line 623, do-native-agency.scss */
    .do-native-view--agency section {
      padding: 64px 0; }
    /* line 624, do-native-agency.scss */
    .do-native-view--agency .container {
      padding: 0 20px; }
    /* line 625, do-native-agency.scss */
    .do-native-view--agency .tasks-grid {
      grid-template-columns: 1fr; }
    /* line 626, do-native-agency.scss */
    .do-native-view--agency .formats-grid {
      grid-template-columns: 1fr; }
    /* line 627, do-native-agency.scss */
    .do-native-view--agency .scenarios-grid {
      grid-template-columns: 1fr; }
    /* line 628, do-native-agency.scss */
    .do-native-view--agency .cases-grid {
      grid-template-columns: 1fr; }
    /* line 629, do-native-agency.scss */
    .do-native-view--agency .process-pillars {
      grid-template-columns: 1fr; }
    /* line 630, do-native-agency.scss */
    .do-native-view--agency .trust-nums {
      grid-template-columns: 1fr 1fr; }
    /* line 631, do-native-agency.scss */
    .do-native-view--agency .cta-cards {
      grid-template-columns: 1fr;
      max-width: 380px; }
    /* line 632, do-native-agency.scss */
    .do-native-view--agency .hero-h1 {
      font-size: clamp(2rem, 8vw, 3rem); } }
  /* line 637, do-native-agency.scss */
  .do-native-view--agency #hero .btn-primary,
  .do-native-view--agency #useful .btn-primary,
  .do-native-view--agency #tasks .btn-primary,
  .do-native-view--agency #process .btn-primary {
    position: relative;
    overflow: hidden;
    isolation: isolate; }
  /* line 646, do-native-agency.scss */
  .do-native-view--agency #hero .btn-primary::before,
  .do-native-view--agency #useful .btn-primary::before,
  .do-native-view--agency #tasks .btn-primary::before,
  .do-native-view--agency #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: agencyCtaShimmer 4.4s ease-in-out infinite;
    z-index: -1; }
@keyframes agencyCtaShimmer {
  0%, 58% {
    left: -55%;
    opacity: 0; }
  66% {
    opacity: .9; }
  86%, 100% {
    left: 115%;
    opacity: 0; } }
  /* line 666, do-native-agency.scss */
  .do-native-view--agency .cta-card {
    color: inherit;
    text-decoration: none; }
  /* line 671, do-native-agency.scss */
  .do-native-view--agency .agency-cases-actions {
    justify-content: center; }
  @media (prefers-reduced-motion: reduce) {
    /* line 676, do-native-agency.scss */
    .do-native-view--agency #hero .btn-primary::before,
    .do-native-view--agency #useful .btn-primary::before,
    .do-native-view--agency #tasks .btn-primary::before,
    .do-native-view--agency #process .btn-primary::before {
      animation: none;
      display: none; } }
  /* line 687, do-native-agency.scss */
  .do-native-view--agency #hero.agency-hero-v2 {
    position: relative;
    width: 100vw;
    min-height: calc(100vh - 72px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    overflow: hidden;
    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 701, do-native-agency.scss */
  .do-native-view--agency #hero.agency-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 712, do-native-agency.scss */
  .do-native-view--agency #hero.agency-hero-v2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #E8A87C 30%, #E85D0A 60%, transparent); }
  /* line 721, do-native-agency.scss */
  .do-native-view--agency .agency-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden; }
  /* line 727, do-native-agency.scss */
  .do-native-view--agency .agency-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: agencyBeam 3.25s linear infinite; }
  /* line 737, do-native-agency.scss */
  .do-native-view--agency .agency-beam.beam-a {
    left: 18%;
    animation-delay: .15s; }
  /* line 738, do-native-agency.scss */
  .do-native-view--agency .agency-beam.beam-b {
    left: 30%;
    height: 190px;
    animation-delay: 1.15s; }
  /* line 739, do-native-agency.scss */
  .do-native-view--agency .agency-beam.beam-c {
    left: 58%;
    animation-delay: .55s; }
  /* line 740, do-native-agency.scss */
  .do-native-view--agency .agency-beam.beam-d {
    left: 76%;
    height: 210px;
    animation-delay: 1.75s; }
  /* line 741, do-native-agency.scss */
  .do-native-view--agency .agency-beam.beam-e {
    left: 88%;
    height: 180px;
    animation-delay: 2.35s; }
@keyframes agencyBeam {
  from {
    transform: translateY(118vh); }
  to {
    transform: translateY(-34vh); } }
  /* line 746, do-native-agency.scss */
  .do-native-view--agency #hero.agency-hero-v2 .agency-hero-container {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    min-height: calc(100vh - 72px);
    margin-left: auto;
    margin-right: auto;
    padding: 64px 60px 70px;
    display: flex;
    align-items: center;
    box-sizing: border-box; }
  /* line 758, do-native-agency.scss */
  .do-native-view--agency #hero.agency-hero-v2 .agency-hero-copy {
    max-width: 1060px;
    padding: 0; }
  /* line 762, do-native-agency.scss */
  .do-native-view--agency #hero.agency-hero-v2 .hero-badge {
    margin-bottom: 32px; }
  /* line 765, do-native-agency.scss */
  .do-native-view--agency #hero.agency-hero-v2 .hero-h1 {
    max-width: 1060px;
    margin: 0 0 26px;
    font-family: 'Syne', sans-serif;
    font-size: clamp(58px, 6.7vw, 104px);
    font-weight: 800;
    line-height: .96;
    letter-spacing: -.055em;
    color: #111; }
  /* line 775, do-native-agency.scss */
  .do-native-view--agency #hero.agency-hero-v2 .hero-h1 .hero-accent {
    color: #E85D0A; }
  /* line 778, do-native-agency.scss */
  .do-native-view--agency #hero.agency-hero-v2 .hero-sub {
    max-width: 790px;
    margin: 0 0 32px;
    font-size: 1rem;
    color: #555;
    line-height: 1.75; }
  /* line 785, do-native-agency.scss */
  .do-native-view--agency #hero.agency-hero-v2 .agency-hero-actions {
    gap: 12px; }
  @media (max-width: 960px) {
    /* line 789, do-native-agency.scss */
    .do-native-view--agency #hero.agency-hero-v2,
    .do-native-view--agency #hero.agency-hero-v2 .agency-hero-container {
      min-height: auto; }
    /* line 793, do-native-agency.scss */
    .do-native-view--agency #hero.agency-hero-v2 .agency-hero-container {
      padding: 58px 40px 62px; }
    /* line 796, do-native-agency.scss */
    .do-native-view--agency #hero.agency-hero-v2 .hero-h1 {
      font-size: clamp(44px, 10vw, 72px);
      line-height: 1; } }
  @media (max-width: 560px) {
    /* line 802, do-native-agency.scss */
    .do-native-view--agency #hero.agency-hero-v2 .agency-hero-container {
      padding: 44px 20px 54px; }
    /* line 805, do-native-agency.scss */
    .do-native-view--agency #hero.agency-hero-v2 .hero-badge {
      margin-bottom: 24px; }
    /* line 808, do-native-agency.scss */
    .do-native-view--agency #hero.agency-hero-v2 .hero-h1 {
      font-size: 42px;
      line-height: .98;
      letter-spacing: -.04em; }
    /* line 813, do-native-agency.scss */
    .do-native-view--agency #hero.agency-hero-v2 .agency-hero-actions {
      display: grid;
      grid-template-columns: 1fr;
      width: 100%; }
    /* line 818, do-native-agency.scss */
    .do-native-view--agency #hero.agency-hero-v2 .agency-hero-actions .btn {
      width: 100%;
      justify-content: center; } }
  @media (prefers-reduced-motion: reduce) {
    /* line 824, do-native-agency.scss */
    .do-native-view--agency .agency-beam {
      animation: none !important; } }
  /* line 831, do-native-agency.scss */
  .do-native-view--agency #useful,
  .do-native-view--agency #tasks,
  .do-native-view--agency #formats,
  .do-native-view--agency #process,
  .do-native-view--agency #why,
  .do-native-view--agency #cases,
  .do-native-view--agency #trust,
  .do-native-view--agency #cta {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box; }
  /* line 844, do-native-agency.scss */
  .do-native-view--agency #useful > .container,
  .do-native-view--agency #tasks > .container,
  .do-native-view--agency #formats > .container,
  .do-native-view--agency #process > .container,
  .do-native-view--agency #why > .container,
  .do-native-view--agency #cases > .container,
  .do-native-view--agency #trust > .container,
  .do-native-view--agency #cta > .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box; }
  @media (max-width: 960px) {
    /* line 860, do-native-agency.scss */
    .do-native-view--agency #useful > .container,
    .do-native-view--agency #tasks > .container,
    .do-native-view--agency #formats > .container,
    .do-native-view--agency #process > .container,
    .do-native-view--agency #why > .container,
    .do-native-view--agency #cases > .container,
    .do-native-view--agency #trust > .container,
    .do-native-view--agency #cta > .container {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 560px) {
    /* line 873, do-native-agency.scss */
    .do-native-view--agency #useful > .container,
    .do-native-view--agency #tasks > .container,
    .do-native-view--agency #formats > .container,
    .do-native-view--agency #process > .container,
    .do-native-view--agency #why > .container,
    .do-native-view--agency #cases > .container,
    .do-native-view--agency #trust > .container,
    .do-native-view--agency #cta > .container {
      padding-left: 20px;
      padding-right: 20px; } }
  /* line 888, do-native-agency.scss */
  .do-native-view--agency #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 909, do-native-agency.scss */
  .do-native-view--agency #cases.cases-section *,
  .do-native-view--agency #cases.cases-section *::before,
  .do-native-view--agency #cases.cases-section *::after {
    box-sizing: border-box; }
  /* line 912, do-native-agency.scss */
  .do-native-view--agency #cases.cases-section a {
    color: inherit;
    text-decoration: none; }
  /* line 913, do-native-agency.scss */
  .do-native-view--agency #cases .cases-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px; }
  /* line 918, do-native-agency.scss */
  .do-native-view--agency #cases .cases-header {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    align-items: end;
    margin-bottom: 42px; }
  /* line 925, do-native-agency.scss */
  .do-native-view--agency #cases .cases-heading {
    grid-column: span 6; }
  /* line 926, do-native-agency.scss */
  .do-native-view--agency #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 939, do-native-agency.scss */
  .do-native-view--agency #cases .cases-eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: var(--accent); }
  /* line 945, do-native-agency.scss */
  .do-native-view--agency #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 954, do-native-agency.scss */
  .do-native-view--agency #cases .cases-intro {
    grid-column: 8 / 13;
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.62; }
  /* line 961, do-native-agency.scss */
  .do-native-view--agency #cases .case-wall {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch; }
  /* line 967, do-native-agency.scss */
  .do-native-view--agency #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 980, do-native-agency.scss */
  .do-native-view--agency #cases .case-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
    border-color: var(--line-strong); }
  /* line 985, do-native-agency.scss */
  .do-native-view--agency #cases .case-card:hover .case-img {
    transform: scale(1.025); }
  /* line 986, do-native-agency.scss */
  .do-native-view--agency #cases .case-card:hover .case-arrow {
    transform: translateX(4px); }
  /* line 987, do-native-agency.scss */
  .do-native-view--agency #cases .case-media {
    position: relative;
    overflow: hidden;
    background: #E8EDF6;
    flex-shrink: 0; }
  /* line 993, do-native-agency.scss */
  .do-native-view--agency #cases .case-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    transition: transform 220ms ease; }
  /* line 1001, do-native-agency.scss */
  .do-native-view--agency #cases .case-main {
    grid-column: span 8;
    height: 520px;
    display: grid;
    grid-template-columns: 58% 42%; }
  /* line 1007, do-native-agency.scss */
  .do-native-view--agency #cases .case-main .case-media {
    min-width: 0;
    width: auto;
    height: auto;
    padding: 10px 0 10px 10px;
    background: #FFFFFF; }
  /* line 1014, do-native-agency.scss */
  .do-native-view--agency #cases .case-main .case-media-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: var(--radius); }
  /* line 1021, do-native-agency.scss */
  .do-native-view--agency #cases .case-main .case-body {
    padding: 36px; }
  /* line 1022, do-native-agency.scss */
  .do-native-view--agency #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 1042, do-native-agency.scss */
  .do-native-view--agency #cases .case-side {
    grid-column: span 4;
    display: grid;
    grid-template-rows: 248px 248px;
    gap: 24px; }
  /* line 1048, do-native-agency.scss */
  .do-native-view--agency #cases .case-small {
    height: 248px;
    flex-direction: column; }
  /* line 1052, do-native-agency.scss */
  .do-native-view--agency #cases .case-small .case-media {
    width: 100%;
    height: 156px;
    flex: 0 0 156px; }
  /* line 1057, do-native-agency.scss */
  .do-native-view--agency #cases .case-small .case-body {
    min-height: 0;
    padding: 16px 16px 15px;
    gap: 0; }
  /* line 1062, do-native-agency.scss */
  .do-native-view--agency #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 1072, do-native-agency.scss */
  .do-native-view--agency #cases .case-wide .case-body {
    width: auto;
    padding: 36px;
    color: #fff; }
  /* line 1077, do-native-agency.scss */
  .do-native-view--agency #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 1085, do-native-agency.scss */
  .do-native-view--agency #cases .case-wide .case-img {
    opacity: .94; }
  /* line 1086, do-native-agency.scss */
  .do-native-view--agency #cases .case-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: var(--text); }
  /* line 1092, do-native-agency.scss */
  .do-native-view--agency #cases .case-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px; }
  /* line 1098, do-native-agency.scss */
  .do-native-view--agency #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 1112, do-native-agency.scss */
  .do-native-view--agency #cases .case-wide .case-tag {
    background: rgba(255, 255, 255, 0.1);
    color: #fff; }
  /* line 1116, do-native-agency.scss */
  .do-native-view--agency #cases .case-name {
    margin: 0;
    color: inherit;
    font-size: 26px;
    line-height: 1.12;
    letter-spacing: 0;
    font-weight: 760; }
  /* line 1124, do-native-agency.scss */
  .do-native-view--agency #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 1132, do-native-agency.scss */
  .do-native-view--agency #cases .case-wide .case-name {
    max-width: 430px;
    font-size: 34px;
    line-height: 1.06; }
  /* line 1137, do-native-agency.scss */
  .do-native-view--agency #cases .case-copy {
    display: grid;
    gap: 14px;
    margin: 22px 0 0; }
  /* line 1142, do-native-agency.scss */
  .do-native-view--agency #cases .case-small .case-copy {
    display: none; }
  /* line 1143, do-native-agency.scss */
  .do-native-view--agency #cases .case-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.52; }
  /* line 1149, do-native-agency.scss */
  .do-native-view--agency #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 1158, do-native-agency.scss */
  .do-native-view--agency #cases .case-wide .case-copy p {
    color: rgba(255, 255, 255, 0.72); }
  /* line 1159, do-native-agency.scss */
  .do-native-view--agency #cases .case-wide .case-copy b {
    color: #fff; }
  /* line 1160, do-native-agency.scss */
  .do-native-view--agency #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 1171, do-native-agency.scss */
  .do-native-view--agency #cases .case-small .case-link {
    padding-top: 10px;
    font-size: 13px; }
  /* line 1175, do-native-agency.scss */
  .do-native-view--agency #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 1187, do-native-agency.scss */
  .do-native-view--agency #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 1196, do-native-agency.scss */
  .do-native-view--agency #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 1206, do-native-agency.scss */
  .do-native-view--agency #cases .case-arrow {
    display: inline-block;
    transition: transform 220ms ease; }
  /* line 1210, do-native-agency.scss */
  .do-native-view--agency #cases .integration-labels {
    position: absolute;
    inset: 0;
    pointer-events: none; }
  /* line 1215, do-native-agency.scss */
  .do-native-view--agency #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 1231, do-native-agency.scss */
  .do-native-view--agency #cases .integration-labels span:nth-child(1) {
    top: 18px;
    left: 18px; }
  /* line 1232, do-native-agency.scss */
  .do-native-view--agency #cases .integration-labels span:nth-child(2) {
    top: 18px;
    right: 20px; }
  /* line 1233, do-native-agency.scss */
  .do-native-view--agency #cases .integration-labels span:nth-child(3) {
    left: 24px;
    bottom: 20px; }
  /* line 1234, do-native-agency.scss */
  .do-native-view--agency #cases .integration-labels span:nth-child(4) {
    right: 24px;
    bottom: 20px; }
  /* line 1235, do-native-agency.scss */
  .do-native-view--agency #cases .cases-all-link-wrap {
    display: flex;
    justify-content: center;
    margin-top: 44px; }
  /* line 1240, do-native-agency.scss */
  .do-native-view--agency #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 1256, do-native-agency.scss */
  .do-native-view--agency #cases .cases-all-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 54px rgba(7, 20, 47, 0.1); }
  /* line 1260, do-native-agency.scss */
  .do-native-view--agency #cases .cases-cta {
    display: none !important; }
  @media (max-width: 1120px) {
    /* line 1262, do-native-agency.scss */
    .do-native-view--agency #cases .case-main {
      grid-column: 1 / -1; }
    /* line 1263, do-native-agency.scss */
    .do-native-view--agency #cases .case-side {
      grid-column: 1 / -1;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: 248px; } }
  @media (max-width: 760px) {
    /* line 1270, do-native-agency.scss */
    .do-native-view--agency #cases.cases-section {
      padding: 64px 0 72px; }
    /* line 1271, do-native-agency.scss */
    .do-native-view--agency #cases .cases-container {
      padding: 0 18px; }
    /* line 1272, do-native-agency.scss */
    .do-native-view--agency #cases .cases-header {
      display: block;
      margin-bottom: 30px; }
    /* line 1273, do-native-agency.scss */
    .do-native-view--agency #cases .cases-eyebrow {
      margin-bottom: 12px; }
    /* line 1274, do-native-agency.scss */
    .do-native-view--agency #cases .cases-title {
      font-size: 32px;
      line-height: 1.08; }
    /* line 1275, do-native-agency.scss */
    .do-native-view--agency #cases .cases-intro {
      margin-top: 16px;
      font-size: 16px;
      line-height: 1.56; }
    /* line 1280, do-native-agency.scss */
    .do-native-view--agency #cases .case-wall {
      display: grid;
      grid-template-columns: 1fr;
      gap: 18px; }
    /* line 1285, do-native-agency.scss */
    .do-native-view--agency #cases .case-main,
    .do-native-view--agency #cases .case-wide,
    .do-native-view--agency #cases .case-small,
    .do-native-view--agency #cases .case-side {
      grid-column: auto;
      height: auto; }
    /* line 1292, do-native-agency.scss */
    .do-native-view--agency #cases .case-side {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      gap: 18px; }
    /* line 1298, do-native-agency.scss */
    .do-native-view--agency #cases .case-card,
    .do-native-view--agency #cases .case-main,
    .do-native-view--agency #cases .case-wide {
      display: flex;
      flex-direction: column; }
    /* line 1304, do-native-agency.scss */
    .do-native-view--agency #cases .case-main .case-media {
      height: 220px;
      padding: 0; }
    /* line 1308, do-native-agency.scss */
    .do-native-view--agency #cases .case-main .case-media-inner {
      border-radius: 0; }
    /* line 1309, do-native-agency.scss */
    .do-native-view--agency #cases .case-small .case-media,
    .do-native-view--agency #cases .case-wide .case-media {
      width: 100%;
      height: 180px;
      flex: 0 0 180px;
      margin: 0;
      border: 0;
      border-radius: 0; }
    /* line 1318, do-native-agency.scss */
    .do-native-view--agency #cases .case-wide .case-media {
      order: -1; }
    /* line 1319, do-native-agency.scss */
    .do-native-view--agency #cases .case-main .case-body,
    .do-native-view--agency #cases .case-wide .case-body,
    .do-native-view--agency #cases .case-small .case-body {
      padding: 22px; }
    /* line 1322, do-native-agency.scss */
    .do-native-view--agency #cases .case-tags {
      margin-bottom: 14px; }
    /* line 1323, do-native-agency.scss */
    .do-native-view--agency #cases .case-small .case-tags {
      position: static;
      flex-wrap: wrap;
      gap: 6px;
      margin-bottom: 14px;
      overflow: visible; }
    /* line 1330, do-native-agency.scss */
    .do-native-view--agency #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 1338, do-native-agency.scss */
    .do-native-view--agency #cases .case-name,
    .do-native-view--agency #cases .case-wide .case-name,
    .do-native-view--agency #cases .case-small .case-name {
      display: block;
      overflow: visible;
      font-size: 22px;
      line-height: 1.15;
      -webkit-line-clamp: unset; }
    /* line 1347, do-native-agency.scss */
    .do-native-view--agency #cases .case-copy,
    .do-native-view--agency #cases .case-small .case-copy {
      display: grid;
      margin-top: 16px;
      gap: 10px; }
    /* line 1353, do-native-agency.scss */
    .do-native-view--agency #cases .case-copy p,
    .do-native-view--agency #cases .case-small .case-copy p {
      display: block;
      overflow: visible;
      font-size: 14px;
      line-height: 1.5;
      -webkit-line-clamp: unset; }
    /* line 1361, do-native-agency.scss */
    .do-native-view--agency #cases .case-small .case-copy p + p {
      display: block; }
    /* line 1362, do-native-agency.scss */
    .do-native-view--agency #cases .case-link,
    .do-native-view--agency #cases .case-small .case-link {
      padding-top: 18px;
      font-size: 15px; }
    /* line 1367, do-native-agency.scss */
    .do-native-view--agency #cases .case-wide .case-link {
      width: 100%;
      justify-content: center;
      margin-top: 20px; }
    /* line 1372, do-native-agency.scss */
    .do-native-view--agency #cases .integration-labels span {
      font-size: 10px; }
    /* line 1373, do-native-agency.scss */
    .do-native-view--agency #cases .cases-all-link-wrap {
      margin-top: 30px; }
    /* line 1374, do-native-agency.scss */
    .do-native-view--agency #cases .cases-all-link {
      width: 100%; } }
  @media (prefers-reduced-motion: reduce) {
    /* line 1377, do-native-agency.scss */
    .do-native-view--agency #cases .case-card,
    .do-native-view--agency #cases .case-img,
    .do-native-view--agency #cases .case-arrow,
    .do-native-view--agency #cases .cases-all-link {
      transition-property: box-shadow,color,border-color,background; }
    /* line 1381, do-native-agency.scss */
    .do-native-view--agency #cases .case-card:hover,
    .do-native-view--agency #cases .cases-all-link:hover {
      transform: none; }
    /* line 1383, do-native-agency.scss */
    .do-native-view--agency #cases .case-card:hover .case-img,
    .do-native-view--agency #cases .case-card:hover .case-arrow {
      transform: none; } }
  /* line 1388, do-native-agency.scss */
  .do-native-view--agency #cases.cases-section {
    padding-top: 96px !important;
    padding-bottom: 104px !important; }
  /* line 1392, do-native-agency.scss */
  .do-native-view--agency #cases .cases-container {
    max-width: 1440px !important;
    padding-left: 60px !important;
    padding-right: 60px !important; }
  /* line 1397, do-native-agency.scss */
  .do-native-view--agency #cases .cases-header {
    align-items: start !important;
    margin-bottom: 42px !important; }
  /* line 1401, do-native-agency.scss */
  .do-native-view--agency #cases .cases-title {
    max-width: 620px !important;
    font-family: 'Syne', sans-serif !important;
    font-size: clamp(1.9rem, 3.2vw, 2.85rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
    font-weight: 800 !important; }
  /* line 1409, do-native-agency.scss */
  .do-native-view--agency #cases .cases-intro {
    padding-top: 34px !important; }
  /* line 1412, do-native-agency.scss */
  .do-native-view--agency #cases .case-main {
    height: 560px !important; }
  /* line 1415, do-native-agency.scss */
  .do-native-view--agency #cases .case-main .case-body {
    padding: 34px !important; }
  /* line 1418, do-native-agency.scss */
  .do-native-view--agency #cases .case-name {
    font-family: 'Syne', sans-serif !important;
    font-size: 24px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.025em !important;
    font-weight: 800 !important; }
  /* line 1425, do-native-agency.scss */
  .do-native-view--agency #cases .case-main .case-name {
    font-size: 25px !important; }
  /* line 1428, do-native-agency.scss */
  .do-native-view--agency #cases .case-small {
    height: 268px !important; }
  /* line 1431, do-native-agency.scss */
  .do-native-view--agency #cases .case-side {
    grid-template-rows: 268px 268px !important; }
  /* line 1434, do-native-agency.scss */
  .do-native-view--agency #cases .case-small .case-body {
    padding: 16px 16px 18px !important; }
  /* line 1437, do-native-agency.scss */
  .do-native-view--agency #cases .case-small .case-name {
    display: block !important;
    overflow: visible !important;
    font-size: 15px !important;
    line-height: 1.16 !important;
    -webkit-line-clamp: unset !important; }
  /* line 1444, do-native-agency.scss */
  .do-native-view--agency #cases .case-small .case-link {
    padding-top: 14px !important;
    margin-top: auto !important; }
  /* line 1448, do-native-agency.scss */
  .do-native-view--agency #cases .case-copy p {
    font-size: 14px !important;
    line-height: 1.48 !important; }
  /* line 1452, do-native-agency.scss */
  .do-native-view--agency #cases .case-link {
    position: relative !important;
    z-index: 3 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    width: auto !important;
    height: auto !important;
    margin-top: auto !important;
    color: var(--accent) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important; }
  /* line 1469, do-native-agency.scss */
  .do-native-view--agency #cases .case-link .case-arrow,
  .do-native-view--agency #cases .case-arrow {
    display: inline !important;
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    line-height: 1 !important; }
  /* line 1485, do-native-agency.scss */
  .do-native-view--agency #cases .case-link .case-arrow::before,
  .do-native-view--agency #cases .case-link .case-arrow::after,
  .do-native-view--agency #cases .case-arrow::before,
  .do-native-view--agency #cases .case-arrow::after {
    content: none !important;
    display: none !important; }
  /* line 1492, do-native-agency.scss */
  .do-native-view--agency #cases .case-wide {
    height: 420px !important; }
  /* line 1495, do-native-agency.scss */
  .do-native-view--agency #cases .case-wide .case-name {
    max-width: 500px !important;
    font-size: 31px !important;
    line-height: 1.08 !important; }
  /* line 1500, do-native-agency.scss */
  .do-native-view--agency #cases .case-wide .case-copy {
    gap: 10px !important;
    margin-top: 18px !important; }
  /* line 1504, do-native-agency.scss */
  .do-native-view--agency #cases .case-wide .case-link {
    min-height: 48px !important;
    width: auto !important;
    padding: 0 18px !important;
    border-radius: 8px !important;
    background: var(--accent) !important;
    color: #fff !important;
    box-shadow: 0 18px 42px rgba(242, 106, 33, 0.28) !important; }
  /* line 1513, do-native-agency.scss */
  .do-native-view--agency #cases .case-wide .case-link .case-arrow,
  .do-native-view--agency #cases .case-wide .case-arrow {
    color: #fff !important; }
  @media (max-width: 1120px) {
    /* line 1518, do-native-agency.scss */
    .do-native-view--agency #cases .case-main {
      height: auto !important;
      min-height: 520px !important; }
    /* line 1519, do-native-agency.scss */
    .do-native-view--agency #cases .case-side {
      grid-template-rows: 268px !important; } }
  @media (max-width: 760px) {
    /* line 1522, do-native-agency.scss */
    .do-native-view--agency #cases.cases-section {
      padding-top: 64px !important;
      padding-bottom: 72px !important; }
    /* line 1526, do-native-agency.scss */
    .do-native-view--agency #cases .cases-container {
      padding-left: 18px !important;
      padding-right: 18px !important; }
    /* line 1530, do-native-agency.scss */
    .do-native-view--agency #cases .cases-title {
      font-size: 32px !important;
      line-height: 1.08 !important; }
    /* line 1534, do-native-agency.scss */
    .do-native-view--agency #cases .cases-intro {
      padding-top: 0 !important; }
    /* line 1537, do-native-agency.scss */
    .do-native-view--agency #cases .case-main,
    .do-native-view--agency #cases .case-wide,
    .do-native-view--agency #cases .case-small {
      height: auto !important;
      min-height: 0 !important; }
    /* line 1543, do-native-agency.scss */
    .do-native-view--agency #cases .case-name,
    .do-native-view--agency #cases .case-main .case-name,
    .do-native-view--agency #cases .case-wide .case-name,
    .do-native-view--agency #cases .case-small .case-name {
      font-size: 22px !important;
      line-height: 1.15 !important; }
    /* line 1550, do-native-agency.scss */
    .do-native-view--agency #cases .case-link,
    .do-native-view--agency #cases .case-small .case-link {
      width: auto !important;
      justify-content: flex-start !important;
      margin-top: 18px !important;
      padding-top: 0 !important; }
    /* line 1557, do-native-agency.scss */
    .do-native-view--agency #cases .case-wide .case-link {
      width: 100% !important;
      justify-content: center !important;
      margin-top: 20px !important; } }
  /* line 1565, do-native-agency.scss */
  .do-native-view--agency #cases.cases-section {
    padding-top: 72px !important; }
  /* line 1568, do-native-agency.scss */
  .do-native-view--agency #cases .cases-header {
    margin-bottom: 34px !important; }
  /* line 1571, do-native-agency.scss */
  .do-native-view--agency #cases .cases-title {
    max-width: 600px !important; }
  /* line 1574, do-native-agency.scss */
  .do-native-view--agency #cases .case-main {
    height: 500px !important; }
  /* line 1577, do-native-agency.scss */
  .do-native-view--agency #cases .case-main .case-body {
    padding: 28px 28px 30px !important; }
  /* line 1580, do-native-agency.scss */
  .do-native-view--agency #cases .case-main .case-name {
    font-size: 22px !important;
    line-height: 1.12 !important; }
  /* line 1584, do-native-agency.scss */
  .do-native-view--agency #cases .case-main .case-copy {
    margin-top: 16px !important;
    gap: 9px !important; }
  /* line 1588, do-native-agency.scss */
  .do-native-view--agency #cases .case-main .case-copy p {
    font-size: 13.5px !important;
    line-height: 1.42 !important; }
  /* line 1592, do-native-agency.scss */
  .do-native-view--agency #cases .case-main .case-copy b {
    margin-bottom: 3px !important; }
  /* line 1595, do-native-agency.scss */
  .do-native-view--agency #cases .case-main .case-link {
    padding-top: 14px !important;
    font-size: 15px !important; }
  /* line 1599, do-native-agency.scss */
  .do-native-view--agency #cases .case-side {
    grid-template-rows: 238px 238px !important; }
  /* line 1602, do-native-agency.scss */
  .do-native-view--agency #cases .case-small {
    height: 238px !important; }
  /* line 1605, do-native-agency.scss */
  .do-native-view--agency #cases .case-small .case-media {
    height: 146px !important;
    flex-basis: 146px !important; }
  /* line 1609, do-native-agency.scss */
  .do-native-view--agency #cases .case-small .case-tags {
    top: 114px !important; }
  /* line 1612, do-native-agency.scss */
  .do-native-view--agency #cases .case-small .case-body {
    padding: 14px 16px 15px !important; }
  /* line 1615, do-native-agency.scss */
  .do-native-view--agency #cases .case-small .case-name {
    font-size: 14.5px !important; }
  /* line 1618, do-native-agency.scss */
  .do-native-view--agency #cases .case-small .case-link {
    font-size: 13px !important;
    padding-top: 10px !important; }
  /* line 1622, do-native-agency.scss */
  .do-native-view--agency #cases .case-wide {
    height: 390px !important; }
  /* line 1625, do-native-agency.scss */
  .do-native-view--agency #cases .case-wide .case-body {
    padding: 32px !important; }
  /* line 1628, do-native-agency.scss */
  .do-native-view--agency #cases .case-wide .case-name {
    font-size: 28px !important;
    line-height: 1.08 !important; }
  /* line 1632, do-native-agency.scss */
  .do-native-view--agency #cases .case-wide .case-copy p {
    font-size: 13.5px !important;
    line-height: 1.45 !important; }
  @media (max-width: 1120px) {
    /* line 1637, do-native-agency.scss */
    .do-native-view--agency #cases .case-main {
      height: auto !important;
      min-height: 0 !important; }
    /* line 1641, do-native-agency.scss */
    .do-native-view--agency #cases .case-side {
      grid-template-rows: 238px !important; } }
  @media (max-width: 760px) {
    /* line 1646, do-native-agency.scss */
    .do-native-view--agency #cases.cases-section {
      padding-top: 64px !important; }
    /* line 1649, do-native-agency.scss */
    .do-native-view--agency #cases .case-main,
    .do-native-view--agency #cases .case-small,
    .do-native-view--agency #cases .case-wide {
      height: auto !important; }
    /* line 1654, do-native-agency.scss */
    .do-native-view--agency #cases .case-small .case-media,
    .do-native-view--agency #cases .case-wide .case-media {
      height: 180px !important;
      flex-basis: 180px !important; } }
  @media (max-width: 760px) {
    /* line 1663, do-native-agency.scss */
    .do-native-view--agency #cases .case-wall,
    .do-native-view--agency #cases .case-side {
      display: grid !important;
      grid-template-columns: 1fr !important;
      grid-template-rows: none !important;
      gap: 18px !important; }
    /* line 1670, do-native-agency.scss */
    .do-native-view--agency #cases .case-wall .case-card.case-small,
    .do-native-view--agency #cases .case-wall .case-card.case-main,
    .do-native-view--agency #cases .case-wall .case-card.case-wide {
      height: auto !important;
      min-height: 0 !important;
      overflow: hidden !important; }
    /* line 1677, do-native-agency.scss */
    .do-native-view--agency #cases .case-wall .case-card.case-small .case-body {
      min-height: 0 !important;
      height: auto !important;
      padding: 18px 18px 20px !important;
      display: flex !important;
      flex-direction: column !important; }
    /* line 1684, do-native-agency.scss */
    .do-native-view--agency #cases .case-wall .case-card.case-small .case-media {
      height: 180px !important;
      flex: 0 0 180px !important; }
    /* line 1688, do-native-agency.scss */
    .do-native-view--agency #cases .case-wall .case-card.case-small .case-tags {
      position: static !important;
      margin: 0 0 14px !important;
      overflow: visible !important;
      flex-wrap: wrap !important; }
    /* line 1694, do-native-agency.scss */
    .do-native-view--agency #cases .case-wall .case-card.case-small .case-name {
      display: block !important;
      overflow: visible !important;
      -webkit-line-clamp: unset !important;
      font-size: 22px !important;
      line-height: 1.15 !important; }
    /* line 1701, do-native-agency.scss */
    .do-native-view--agency #cases .case-wall .case-card.case-small .case-copy {
      display: grid !important;
      margin-top: 14px !important; }
    /* line 1705, do-native-agency.scss */
    .do-native-view--agency #cases .case-wall .case-card.case-small .case-link {
      display: inline-flex !important;
      margin-top: 18px !important;
      padding-top: 0 !important;
      width: auto !important;
      justify-content: flex-start !important; } }
  /* line 1714, do-native-agency.scss */
  .do-native-view--agency #cases.cases-section {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important; }
  /* line 1718, do-native-agency.scss */
  .do-native-view--agency #cases.handoff-section {
    padding: 96px 0 104px;
    background: #F5F7FB; }
  /* line 1719, do-native-agency.scss */
  .do-native-view--agency #cases.handoff-section .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px; }
  /* line 1720, do-native-agency.scss */
  .do-native-view--agency #cases .handoff-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
    margin-bottom: 32px; }
  /* line 1721, do-native-agency.scss */
  .do-native-view--agency #cases .handoff-card {
    min-height: 230px;
    padding: 30px 26px;
    border: 1px solid rgba(13, 45, 107, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(7, 20, 47, 0.06); }
  /* line 1722, do-native-agency.scss */
  .do-native-view--agency #cases .handoff-card h3 {
    margin: 0 0 16px;
    color: #07142F;
    font-size: 23px;
    line-height: 1.2; }
  /* line 1723, do-native-agency.scss */
  .do-native-view--agency #cases .handoff-card p {
    margin: 0;
    color: #657087;
    font-size: 16px;
    line-height: 1.62; }
  /* line 1724, do-native-agency.scss */
  .do-native-view--agency #cases .handoff-btn {
    display: inline-flex; }
  @media (max-width: 1024px) {
    /* line 1725, do-native-agency.scss */
    .do-native-view--agency #cases .handoff-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 760px) {
    /* line 1727, do-native-agency.scss */
    .do-native-view--agency #cases.handoff-section {
      padding: 64px 0 72px; }
    /* line 1728, do-native-agency.scss */
    .do-native-view--agency #cases.handoff-section .container {
      padding: 0 18px; }
    /* line 1729, do-native-agency.scss */
    .do-native-view--agency #cases .handoff-grid {
      grid-template-columns: 1fr;
      gap: 16px;
      margin-top: 30px; }
    /* line 1730, do-native-agency.scss */
    .do-native-view--agency #cases .handoff-card {
      min-height: 0;
      padding: 24px 20px; }
    /* line 1731, do-native-agency.scss */
    .do-native-view--agency #cases .handoff-btn {
      width: 100%;
      justify-content: center; } }
  /* line 1736, do-native-agency.scss */
  .do-native-view--agency #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 1745, do-native-agency.scss */
  .do-native-view--agency #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 1756, do-native-agency.scss */
  .do-native-view--agency #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 1760, do-native-agency.scss */
  .do-native-view--agency #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 1766, do-native-agency.scss */
  .do-native-view--agency #hero .btn-row .btn:nth-of-type(2)::before,
  .do-native-view--agency #hero .btn-row .btn:nth-of-type(2)::after {
    content: none !important;
    display: none !important;
    animation: none !important; }
  /* line 1772, do-native-agency.scss */
  .do-native-view--agency #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 1783, do-native-agency.scss */
    .do-native-view--agency #hero .btn-row .btn:first-of-type::before {
      animation: none !important;
      opacity: 0 !important; } }
