/** Shopify CDN: Minification failed

Line 45:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:hp-what-is-dtf (INDEX:49) */
.hp-what-dtf {
    background-color: #f7f7f8;
    padding: 80px 20px;
  }
  .hp-what-dtf__inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  .hp-what-dtf__title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.1;
    color: #171717;
    margin: 0 0 20px;
  }
  .hp-what-dtf__text,
  .hp-what-dtf__text p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #6b7280;
    max-width: 920px;
    margin: 0 auto;
  }
  @media (max-width: 749px) {
    .hp-what-dtf { padding: 48px 20px; }
    .hp-what-dtf__title { font-size: 28px; }
    .hp-what-dtf__text, .hp-what-dtf__text p { font-size: 15px; }
  }
/* END_SECTION:hp-what-is-dtf */

/* START_SECTION:ugc-hero-njs (INDEX:113) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

  .hero-section-root,
  .hero-section-root *,
  .hero-section-root *::before,
  .hero-section-root *::after { box-sizing: border-box; }

  /* Align home-page section containers to the hero. The theme's .container--large
     is 1440px while the hero is 1400px, so sections sat ~20px further left.
     Scoped to the home page main content only (leaves header/footer untouched). */
  .template-index .main-content .container--large { max-width: 1400px; }

  /* ninjatransfers uses Inter site-wide, but this theme defaults to a system
     font stack — so the ported sections rendered with the right weights in the
     wrong typeface. Inter is already loaded, so apply it across the home page's
     main content + headings to match. Scoped to home; icons/SVGs untouched. */
  .template-index .main-content { font-family: 'Inter', sans-serif; }
  .template-index .main-content h1,
  .template-index .main-content h2,
  .template-index .main-content h3,
  .template-index .main-content h4,
  .template-index .main-content h5,
  .template-index .main-content h6,
  .template-index .main-content .blockContent__title > *,
  .template-index .main-content .section-heading__title,
  .template-index .main-content .faqHome__title,
  .template-index .main-content .getStarted__title { font-family: 'Inter', sans-serif; }

  /* Full-width section wrapper with edge-to-edge background and glow */
  .hero-section-root {
    position: relative;
    overflow-x: hidden;
    isolation: isolate;
    background: #0A0A0B;
  }

  .hero-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    --glow-color-1: rgba(0, 197, 255, 0.18);
    --glow-color-2: rgba(184, 155, 255, 0.12);
    background:
      radial-gradient(60% 50% at 18% 30%, var(--glow-color-1), transparent 70%),
      radial-gradient(40% 40% at 95% 90%, var(--glow-color-2), transparent 70%);
  }

  .hero {
    display: flex;
    overflow-y: clip;
    overflow-x: visible;
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 40px;
    font-family: 'Inter', sans-serif;
    color: #fff;
  }

  .hero-left {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px 60px 0;
    position: relative;
    z-index: 1;
  }

  /* Badge */
  .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 0;
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 14px;
    width: fit-content;
  }

  .badge .stars {
    color: #fbbf24;
    font-size: 15px;
    letter-spacing: 2px;
  }

  .badge strong {
    color: #fff;
    font-weight: 700;
  }

  /* Heading */
  .hero h1 {
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
  }

  .hero h1 .count {
    color: #fff;
  }

  .rotating-wrapper {
    display: inline-block;
    position: relative;
    width: 320px;
    height: 1.1em;
    vertical-align: bottom;
    text-align: left;
  }

  .hero h1 .rotating-word {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    opacity: 0;
    white-space: nowrap;
  }

  /* Subtitle */
  .hero .subtitle {
    color: #9ca3af;
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 100%;
  }

  /* Features */
  .hero .features {
    display: flex;
    gap: 20px;
    margin-bottom: 36px;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  /* Stats row */
  .hero .hero-stats {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    flex-wrap: wrap;
  }

  .hero .hero-stat {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .hero .hero-stat-value {
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    font-family: 'Inter', sans-serif;
  }

  .hero .hero-stat-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Inter', sans-serif;
  }

  .hero .feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #d1d5db;
  }

  .hero .feature svg {
    width: 20px;
    height: 20px;
    color: #22c55e;
    flex-shrink: 0;
  }

  .hero .feature .feature-custom-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
  }

  /* Buttons */
  .hero .buttons {
    display: flex;
    gap: 14px;
  }

  .hero .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
  }

  .hero .btn-primary {
    background: var(--btn-bg);
    color: var(--btn-text);
    box-shadow: 0 4px 20px color-mix(in srgb, var(--btn-bg) 40%, transparent);
  }

  .hero .btn-primary:hover {
    box-shadow: 0 6px 30px color-mix(in srgb, var(--btn-bg) 50%, transparent);
    transform: translateY(-2px);
  }

  .hero .btn-secondary {
    background: color-mix(in srgb, var(--btn-bg) 12%, transparent);
    color: var(--btn-text);
    border: 1px solid color-mix(in srgb, var(--btn-border) 15%, transparent);
  }

  .hero .btn-secondary:hover {
    background: color-mix(in srgb, var(--btn-bg) 20%, transparent);
    transform: translateY(-2px);
  }

  .hero .btn-outline {
    background: transparent;
    color: var(--btn-text);
    border: 2px solid color-mix(in srgb, var(--btn-border) 35%, transparent);
  }

  .hero .btn-outline:hover {
    border-color: color-mix(in srgb, var(--btn-border) 70%, transparent);
    transform: translateY(-2px);
  }

  .hero .btn-text {
    background: transparent;
    color: var(--btn-text);
    padding-left: 4px;
    padding-right: 4px;
  }

  .hero .btn-text:hover {
    opacity: 0.7;
  }

  .hero .btn-glass {
    background: color-mix(in srgb, var(--btn-bg) 8%, transparent);
    color: var(--btn-text);
    border: 1px solid color-mix(in srgb, var(--btn-border) 10%, transparent);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .hero .btn-glass:hover {
    background: color-mix(in srgb, var(--btn-bg) 15%, transparent);
    transform: translateY(-2px);
  }

  .hero .btn-arrow {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    min-height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s;
  }

  .hero .btn:hover .btn-arrow {
    transform: translateX(3px);
  }

  .hero .btn-mobile-only {
    display: none;
  }

  /* Desktop gallery */
  .hero-right {
    flex: 1;
    position: relative;
    overflow: hidden;
    min-width: 0;
    z-index: 1;
  }

  .hero-right::before {
    display: none;
  }

  .gallery-container {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    height: 100%;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
  }

  .gallery-col {
    flex: 1;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    will-change: transform;
  }

  .gallery-card {
    border-radius: clamp(10px, 1.2vw, 16px);
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    background: #1a1a2e;
    aspect-ratio: 3/4;
    width: 100%;
    margin-bottom: 16px;
  }

  .gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .gallery-card .placeholder-svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @keyframes scrollUp {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
  }

  @keyframes scrollDown {
    0%   { transform: translateY(-50%); }
    100% { transform: translateY(0); }
  }

  /* Mobile gallery */
  .mobile-gallery {
    display: none;
  }

  .mobile-gallery-container {
    overflow: hidden;
    width: 100%;
  }

  .mobile-gallery-row {
    display: flex;
    will-change: transform;
    padding: 6px 0;
  }

  .mobile-gallery-card {
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #1a1a2e;
    width: 160px;
    height: 200px;
    margin-right: 12px;
  }

  .mobile-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .mobile-gallery-card .placeholder-svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @keyframes scrollLeft {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  @keyframes scrollRight {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }

  /* Mobile responsive */
  /* Tablet breakpoint */
  @media (max-width: 1024px) {
    .hero-left {
      flex: 0 0 55%;
      padding-right: 20px;
    }

    .rotating-wrapper {
      width: auto;
    }

    .hero .features {
      flex-wrap: wrap;
      white-space: normal;
    }
  }

  @media (max-width: 768px) {
    .hero .btn-mobile-only {
      display: inline-flex;
    }

    .hero {
      flex-direction: column;
      min-height: auto;
      max-height: none;
      padding-bottom: 0;
      padding-left: 20px;
      padding-right: 20px;
    }

    .hero-left {
      flex: none;
      padding: 20px 0 30px;
    }

    .hero-right {
      display: none;
    }

    .mobile-gallery {
      display: block;
      overflow: hidden;
      margin-top: 10px;
      max-height: calc(140px * 2 + 12px - 18px);
    }

    .mobile-gallery-card {
      width: 112px;
      height: 140px;
    }

    .rotating-wrapper {
      width: auto;
    }

    .hero .features {
      flex-direction: column;
      white-space: normal;
      gap: 12px;
    }

    .hero .buttons {
      flex-direction: column;
    }

    .hero .btn {
      justify-content: center;
    }

    .hero .hero-stats {
      gap: 12px;
      margin-top: 24px;
      flex-wrap: nowrap;
      justify-content: center;
    }
    .hero .hero-stat {
      align-items: center;
    }
    .hero .hero-stat-value {
      font-size: 18px;
    }
    .hero .hero-stat-label {
      font-size: 8px;
    }
  }

  /* Accessibility: respect reduced motion preference */
  @media (prefers-reduced-motion: reduce) {
    .gallery-col,
    .mobile-gallery-row {
      animation-play-state: paused !important;
    }
    .rotating-word {
      animation: none !important;
      opacity: 0 !important;
    }
    .rotating-word-0 {
      opacity: 1 !important;
    }
  }
/* END_SECTION:ugc-hero-njs */