#qdepot-landing {
    --qd-text: #2a2230;
    --qd-text-soft: #5f5664;
    --qd-muted: #817887;
    --qd-brand: #fa77b9;
    --qd-brand-strong: #f754a5;
    --qd-brand-soft: #fde6f1;
    --qd-brand-pale: #fff3f8;
    --qd-line: rgba(247, 84, 165, 0.13);
    --qd-card: #ffffff;
    --qd-max: 1200px;
    --qd-radius: 26px;
    --qd-shadow: 0 20px 55px rgba(129, 89, 114, 0.08);
    --qd-shadow-soft: 0 10px 25px rgba(129, 89, 114, 0.06);
    --qd-shadow-hover: 0 28px 70px rgba(129, 89, 114, 0.14);
    --qd-gradient: linear-gradient(135deg, var(--qd-brand-strong), var(--qd-brand));
    --qd-transition: 0.3s ease;
    display: block;
    width: 100%;
    overflow-x: hidden;
    color: var(--qd-text);
    background: #ffffff;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
  }

  #qdepot-landing *,
  #qdepot-landing *::before,
  #qdepot-landing *::after {
    box-sizing: border-box;
  }

  #qdepot-landing a {
    color: inherit;
    text-decoration: none;
  }

  #qdepot-landing img,
  #qdepot-landing svg {
    max-width: 100%;
  }

  #qdepot-landing .container {
    width: min(100% - 36px, var(--qd-max));
    margin: 0 auto;
  }

  #qdepot-landing .qd-section {
    padding: 96px 0;
  }

  #qdepot-landing .qd-section-soft {
    background:
      radial-gradient(circle at 10% 12%, rgba(250, 119, 185, 0.12), transparent 32%),
      radial-gradient(circle at 90% 12%, rgba(253, 230, 241, 0.8), transparent 34%),
      linear-gradient(180deg, #ffffff 0%, var(--qd-brand-pale) 100%);
  }

  #qdepot-landing .section-title {
    max-width: 850px;
    margin: 0 auto 54px;
    text-align: center;
  }

  #qdepot-landing .section-title h1,
  #qdepot-landing .section-title h2,
  #qdepot-landing .section-title h3,
  #qdepot-landing .qd-section-heading,
  #qdepot-landing .process-title,
  #qdepot-landing .faq-title,
  #qdepot-landing .contact-modern-header h2,
  #qdepot-landing .support-highlight h2,
  #qdepot-landing .cta h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--qd-text);
    letter-spacing: -0.035em;
    line-height: 1.13;
    font-weight: 700;
  }

  #qdepot-landing .section-title h1,
  #qdepot-landing .section-title h2,
  #qdepot-landing .qd-section-heading,
  #qdepot-landing .process-title,
  #qdepot-landing .faq-title,
  #qdepot-landing .contact-modern-header h2,
  #qdepot-landing .cta h2 {
    font-size: clamp(2.15rem, 4vw, 3.25rem);
    position: relative;
    display: inline-block;
    margin: 0;
  }

  #qdepot-landing .section-title h1::after,
  #qdepot-landing .section-title h2::after,
  #qdepot-landing .qd-section-heading::after,
  #qdepot-landing .process-title::after,
  #qdepot-landing .faq-title::after,
  #qdepot-landing .contact-modern-header h2::after,
  #qdepot-landing .support-highlight h2::after,
  #qdepot-landing .cta h2::after {
    content: "";
    display: block;
    width: 74px;
    height: 4px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: var(--qd-gradient);
  }

  #qdepot-landing .section-title p,
  #qdepot-landing .qd-section-subheading,
  #qdepot-landing .qd-warehouse-header p,
  #qdepot-landing .qd-stats-header p,
  #qdepot-landing .contact-modern-header p,
  #qdepot-landing .support-highlight p,
  #qdepot-landing .cta p {
    max-width: 780px;
    margin: 32px auto 0;
    color: var(--qd-text-soft);
    text-align: center;
    font-size: clamp(1rem, 1.35vw, 1.14rem);
    font-weight: 400;
    line-height: 1.72;
  }

  #qdepot-landing .btn,
  #qdepot-landing .auth-button,
  #qdepot-landing .qd-rating-btn,
  #qdepot-landing .step-btn,
  #qdepot-landing .review-platform {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 800;
    transition: transform var(--qd-transition), box-shadow var(--qd-transition), background var(--qd-transition), color var(--qd-transition), border-color var(--qd-transition);
  }

  #qdepot-landing .btn {
    min-height: 56px;
    padding: 0 28px;
    color: #ffffff;
    background: var(--qd-gradient);
    box-shadow: 0 18px 40px rgba(247, 84, 165, 0.22);
    border: 0;
    font-size: 1rem;
    cursor: pointer;
  }

  #qdepot-landing .btn:hover,
  #qdepot-landing .qd-rating-btn:hover,
  #qdepot-landing .step-btn:hover,
  #qdepot-landing .auth-button.signup:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 45px rgba(247, 84, 165, 0.3);
  }

  #qdepot-landing .qd-animate,
  #qdepot-landing .animate-on-scroll,
  #qdepot-landing .jump-up-animation,
  #qdepot-landing .qd-ratings-header,
  #qdepot-landing .qd-rating-card,
  #qdepot-landing .hero-image {
    opacity: 1;
    transform: none;
  }

  #qdepot-landing.qd-animation-ready .qd-animate,
  #qdepot-landing.qd-animation-ready .animate-on-scroll,
  #qdepot-landing.qd-animation-ready .jump-up-animation,
  #qdepot-landing.qd-animation-ready .qd-ratings-header,
  #qdepot-landing.qd-animation-ready .qd-rating-card,
  #qdepot-landing.qd-animation-ready .hero-image {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.75s ease, transform 0.75s ease;
    will-change: opacity, transform;
  }

  #qdepot-landing.qd-animation-ready .animated {
    opacity: 1;
    transform: translateY(0);
  }

  #qdepot-landing .hero {
    padding: 42px 0 0;
    text-align: center;
  }

  #qdepot-landing .hero-card {
    position: relative;
    overflow: hidden;
    padding: 72px 24px 64px;
    border-radius: 34px;
    background:
      radial-gradient(circle at 14% 16%, rgba(250, 119, 185, 0.22), transparent 34%),
      radial-gradient(circle at 86% 18%, rgba(253, 230, 241, 0.95), transparent 32%),
      linear-gradient(180deg, #ffffff 0%, var(--qd-brand-pale) 100%);
    border: 1px solid var(--qd-line);
    box-shadow: var(--qd-shadow);
  }

  #qdepot-landing .hero-text {
    max-width: 880px;
    margin: 0 auto;
  }

  #qdepot-landing .hero h1 {
    margin: 0 auto 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(2.65rem, 5.5vw, 3.9rem);
    line-height: 1.16;
    letter-spacing: -0.05em;
    color: #3a2436;
  }

  #qdepot-landing .hero h1 span {
    color: var(--qd-brand-strong);
  }

  #qdepot-landing .typewriter-text {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin: 10px auto 20px;
    padding: 8px 18px;
    border-radius: 999px;
    color: var(--qd-brand-strong);
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--qd-line);
    box-shadow: var(--qd-shadow-soft);
    font-weight: 900;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.45s ease, transform 0.45s ease;
  }

  #qdepot-landing .typewriter-text.visible {
    opacity: 1;
    transform: translateY(0);
  }

  #qdepot-landing .hero p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--qd-text-soft);
    font-size: clamp(1.08rem, 2vw, 1.32rem);
    line-height: 1.9;
  }

  #qdepot-landing .hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
  }

  #qdepot-landing .btn-coupon-wrapper {
    position: relative;
    display: inline-flex;
  }

  #qdepot-landing .coupon-label {
    position: absolute;
    top: -13px;
    right: -8px;
    min-width: 46px;
    padding: 4px 10px;
    border-radius: 999px;
    color: #ffffff;
    background: #6e59cb;
    box-shadow: 0 8px 18px rgba(106, 90, 205, 0.24);
    font-weight: 900;
    transform: rotate(6deg);
    animation: qd-bounce 2.2s infinite;
  }

  #qdepot-landing .coupon-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 14px);
    width: max-content;
    max-width: 220px;
    padding: 10px 14px;
    border-radius: 14px;
    background: #ffffff;
    color: var(--qd-brand-strong);
    border: 1px solid var(--qd-line);
    box-shadow: var(--qd-shadow-soft);
    font-weight: 900;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(8px);
    transition: opacity var(--qd-transition), transform var(--qd-transition);
  }

  #qdepot-landing .btn-coupon-wrapper:hover .coupon-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  #qdepot-landing .hero-image {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 16px;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  #qdepot-landing .hero-image img {
    display: block;
    width: min(100%, 940px);
    height: auto;
    max-height: 570px;
    margin: 0 auto;
    border-radius: 0;
    object-fit: contain;
    background: transparent;
    filter:
      drop-shadow(0 26px 34px rgba(47, 37, 45, 0.13))
      drop-shadow(0 42px 58px rgba(247, 84, 165, 0.16));
  }

  #qdepot-landing .qd-ratings-modern {
    padding: 96px 0;
    background: #ffffff;
  }

  #qdepot-landing .qd-ratings-header {
    max-width: 850px;
    margin: 0 auto 48px;
    text-align: center;
  }

  #qdepot-landing .qd-ratings-grid,
  #qdepot-landing .features-grid,
  #qdepot-landing .qd-stats-grid,
  #qdepot-landing .process-steps,
  #qdepot-landing .contact-platforms-grid {
    display: grid;
    gap: 26px;
  }

  #qdepot-landing .qd-ratings-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #qdepot-landing .qd-rating-card-inner,
  #qdepot-landing .feature-card,
  #qdepot-landing .qd-stat-card,
  #qdepot-landing .step,
  #qdepot-landing .contact-platform-card,
  #qdepot-landing .faq-item,
  #qdepot-landing .support-highlight {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--qd-line);
    border-radius: var(--qd-radius);
    box-shadow: var(--qd-shadow-soft);
    transition: transform var(--qd-transition), box-shadow var(--qd-transition), border-color var(--qd-transition);
  }

  #qdepot-landing .qd-rating-card-inner:hover,
  #qdepot-landing .feature-card:hover,
  #qdepot-landing .qd-stat-card:hover,
  #qdepot-landing .step:hover,
  #qdepot-landing .contact-platform-card:hover,
  #qdepot-landing .faq-item:hover,
  #qdepot-landing .support-highlight:hover {
    transform: translateY(-7px);
    box-shadow: var(--qd-shadow-hover);
    border-color: rgba(247, 84, 165, 0.23);
  }

  #qdepot-landing .qd-rating-card-inner,
  #qdepot-landing .feature-card,
  #qdepot-landing .qd-stat-card,
  #qdepot-landing .step {
    padding: 34px 26px;
    text-align: center;
  }

  #qdepot-landing .qd-rating-platform {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 1.05rem;
    font-weight: 900;
  }

  #qdepot-landing .qd-platform-icon {
    width: 28px;
    height: 28px;
  }

  #qdepot-landing .qd-rating-stars {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin: 18px 0;
  }

  #qdepot-landing .qd-star {
    width: 24px;
    height: 24px;
  }

  #qdepot-landing .qd-rating-value {
    margin: 8px 0 8px;
    font-size: 3rem;
    line-height: 1;
    color: var(--qd-text);
    font-weight: 900;
  }

  #qdepot-landing .qd-rating-label,
  #qdepot-landing .qd-stat-label {
    color: var(--qd-muted);
    font-weight: 700;
  }

  #qdepot-landing .qd-rating-btn {
    min-height: 44px;
    margin-top: 20px;
    padding: 0 20px;
    color: #ffffff;
    background: var(--qd-gradient);
    box-shadow: 0 12px 28px rgba(247, 84, 165, 0.18);
    gap: 8px;
  }

  #qdepot-landing .reviews-section {
    padding: 70px 0 92px;
    background: var(--qd-brand-pale);
    text-align: center;
  }

  #qdepot-landing .reviews-frame {
    width: 100%;
    min-height: 1450px;
    border: 0;
    border-radius: 28px;
    background: transparent;
  }

  #qdepot-landing .features {
    padding: 104px 0;
    background: #ffffff;
  }

  #qdepot-landing .features-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #qdepot-landing .feature-icon,
  #qdepot-landing .qd-stat-icon,
  #qdepot-landing .platform-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  #qdepot-landing .feature-icon,
  #qdepot-landing .qd-stat-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 22px;
    border-radius: 24px;
    color: var(--qd-brand-strong);
    background: var(--qd-brand-pale);
    box-shadow: inset 0 0 0 1px var(--qd-line);
  }

  #qdepot-landing .feature-icon svg,
  #qdepot-landing .qd-stat-icon svg,
  #qdepot-landing .platform-icon svg {
    width: 38px;
    height: 38px;
  }

  #qdepot-landing .feature-card h3,
  #qdepot-landing .step-title,
  #qdepot-landing .platform-content h3 {
    margin: 0 0 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--qd-text);
    letter-spacing: -0.02em;
    font-size: 1.35rem;
  }

  #qdepot-landing .feature-card p,
  #qdepot-landing .step-desc,
  #qdepot-landing .faq-answer p,
  #qdepot-landing .support-highlight p {
    margin: 0;
    color: var(--qd-text-soft);
    font-size: 1rem;
    line-height: 1.78;
  }

  #qdepot-brand-slider {
    --qd-primary: #f4558f;
    --qd-card-shadow: 0 8px 18px rgba(129, 89, 114, 0.09);
    --qd-card-hover-shadow: 0 24px 52px rgba(129, 89, 114, 0.16);
    padding: 96px 0;
    background:
      radial-gradient(circle at 8% 12%, rgba(250, 119, 185, 0.1), transparent 30%),
      linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #fff3f8 100%);
  }

  #qdepot-brand-slider .brands-container {
    width: min(100% - 36px, var(--qd-max));
    margin: 0 auto;
  }

  #qdepot-brand-slider .brands-mobile-slider,
  #qdepot-brand-slider .brands-slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
  }

  #qdepot-brand-slider .brands-mobile-slider {
    display: block;
  }

  #qdepot-brand-slider .brands-slider-container {
    display: none;
  }

  #qdepot-brand-slider .brands-mobile-slides,
  #qdepot-brand-slider .brands-slider {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
  }

  #qdepot-brand-slider .brand-mobile-slide {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-width: 100%;
    padding: 16px;
  }

  #qdepot-brand-slider .brand-slide {
    display: flex;
    gap: 24px;
    min-width: 100%;
    padding: 16px;
  }

  #qdepot-brand-slider .brand-card {
    position: relative;
    display: block;
    flex: 1;
    min-width: 0;
    height: 150px;
    padding: 16px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: var(--qd-card-shadow);
    transition: transform var(--qd-transition), box-shadow var(--qd-transition);
  }

  #qdepot-brand-slider .brand-card:hover {
    transform: translateY(-7px) scale(1.025);
    box-shadow: var(--qd-card-hover-shadow);
  }

  #qdepot-brand-slider .brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  #qdepot-brand-slider .brand-logo img {
    max-width: 82%;
    max-height: 86%;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
    transition: transform var(--qd-transition);
  }

  #qdepot-brand-slider .brand-card:hover img {
    transform: scale(1.08);
  }

  #qdepot-brand-slider .color-1 { background: linear-gradient(135deg, #f3e8ff, #fce7f3); }
  #qdepot-brand-slider .color-2 { background: linear-gradient(135deg, #dbeafe, #e0e7ff); }
  #qdepot-brand-slider .color-3 { background: linear-gradient(135deg, #dcfce7, #d1fae5); }
  #qdepot-brand-slider .color-4 { background: linear-gradient(135deg, #fef3c7, #fed7aa); }
  #qdepot-brand-slider .color-5 { background: linear-gradient(135deg, #fce7f3, #fda4af); }
  #qdepot-brand-slider .color-6 { background: linear-gradient(135deg, #e0e7ff, #f3e8ff); }
  #qdepot-brand-slider .color-7 { background: linear-gradient(135deg, #d1fae5, #a7f3d0); }
  #qdepot-brand-slider .color-8 { background: linear-gradient(135deg, #fed7aa, #fca5a5); }
  #qdepot-brand-slider .color-9 { background: linear-gradient(135deg, #a7f3d0, #67e8f9); }
  #qdepot-brand-slider .color-10 { background: linear-gradient(135deg, #fda4af, #fce7f3); }

  #qdepot-brand-slider .brands-slider-controls {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 18px 0 30px;
  }

  #qdepot-brand-slider .brands-slider-prev,
  #qdepot-brand-slider .brands-slider-next,
  #qdepot-landing .qd-gallery-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid var(--qd-line);
    border-radius: 999px;
    color: var(--qd-brand-strong);
    background: #ffffff;
    box-shadow: var(--qd-shadow-soft);
    cursor: pointer;
    transition: transform var(--qd-transition), color var(--qd-transition), background var(--qd-transition), box-shadow var(--qd-transition);
  }

  #qdepot-brand-slider .brands-slider-prev:hover,
  #qdepot-brand-slider .brands-slider-next:hover,
  #qdepot-landing .qd-gallery-btn:hover {
    color: #ffffff;
    background: var(--qd-gradient);
    transform: translateY(-3px);
    box-shadow: var(--qd-shadow-hover);
  }

  #qdepot-landing .qd-warehouse-section-modern {
    padding: 96px 0;
    background: #ffffff;
  }

  #qdepot-landing .qd-warehouse-header {
    max-width: 850px;
    margin: 0 auto 44px;
    text-align: center;
  }

  #qdepot-landing .qd-warehouse-gallery-container {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid var(--qd-line);
    background: #ffffff;
    box-shadow: var(--qd-shadow);
  }

  #qdepot-landing .qd-warehouse-gallery {
    display: flex;
    gap: 18px;
    height: 280px !important;
    align-items: stretch;
    transition: transform 0.45s ease;
  }

  #qdepot-landing .qd-warehouse-image {
    position: relative;
    flex: 0 0 calc(33.333% - 12px);
    height: 280px !important;
    min-height: 0 !important;
    max-height: 280px !important;
    aspect-ratio: 350 / 250;
    overflow: hidden;
    border-radius: 22px;
    background: var(--qd-brand-pale);
  }

  #qdepot-landing .qd-warehouse-image img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    opacity: 0;
    transform: scale(0.98);
    transition: opacity 0.45s ease, transform 0.45s ease;
  }

  #qdepot-landing .qd-warehouse-image img.loaded {
    opacity: 1;
    transform: scale(1);
  }

  #qdepot-landing .qd-image-loader {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, #fff3f8 25%, #fde6f1 50%, #fff3f8 75%);
    background-size: 200% 100%;
    animation: qd-shine 1.5s linear infinite;
    z-index: 1;
  }

  #qdepot-landing .qd-warehouse-image img.loaded + .qd-image-loader {
    display: none;
  }

  #qdepot-landing .qd-gallery-controls {
    position: absolute;
    inset: 50% 18px auto;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3;
  }

  #qdepot-landing .qd-gallery-btn {
    pointer-events: auto;
  }

  #qdepot-landing .qd-gallery-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 20px 0 4px;
  }

  #qdepot-landing .qd-pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #efd8e4;
    cursor: pointer;
    transition: background var(--qd-transition), transform var(--qd-transition);
  }

  #qdepot-landing .qd-pagination-dot.active {
    background: var(--qd-brand-strong);
    transform: scale(1.25);
  }

  #qdepot-landing .qd-warehouse-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 34px;
  }

  #qdepot-landing .qd-feature-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--qd-line);
    box-shadow: var(--qd-shadow-soft);
    color: var(--qd-text);
    font-weight: 800;
  }

  #qdepot-landing .qd-feature-icon svg {
    width: 22px;
    height: 22px;
  }

  #qdepot-landing .qd-stats-section {
    position: relative;
    padding: 96px 0;
    overflow: hidden;
    background:
      radial-gradient(circle at 20% 10%, rgba(250, 119, 185, 0.16), transparent 32%),
      linear-gradient(135deg, #fff8fb 0%, #ffffff 100%);
  }

  #qdepot-landing .qd-stats-header {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
  }

  #qdepot-landing .qd-stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #qdepot-landing .qd-stat-number {
    margin: 0 0 8px;
    color: var(--qd-text);
    font-size: clamp(2.2rem, 4vw, 3.1rem);
    line-height: 1;
    font-weight: 900;
  }

  #qdepot-landing .process-container {
    width: min(100% - 36px, var(--qd-max));
    margin: 0 auto;
    padding: 96px 0;
  }

  #qdepot-landing .process-title,
  #qdepot-landing .faq-title {
    display: block;
    width: fit-content;
    margin: 0 auto 58px;
    text-align: center;
  }

  #qdepot-landing .process-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #qdepot-landing .step-number {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    border-radius: 22px;
    color: #ffffff;
    background: var(--qd-gradient);
    box-shadow: 0 16px 34px rgba(247, 84, 165, 0.24);
    font-size: 1.45rem;
    font-weight: 900;
  }

  #qdepot-landing .step-btn {
    min-height: 42px;
    margin-top: 22px;
    padding: 0 18px;
    color: #ffffff;
    background: var(--qd-gradient);
  }

  #qdepot-landing .faq-section {
    padding: 96px 0;
    background: #ffffff;
  }

  #qdepot-landing .faq-container {
    width: min(100% - 36px, 880px);
    margin: 0 auto;
  }

  #qdepot-landing .faq-item {
    margin-bottom: 16px;
  }

  #qdepot-landing .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    padding: 22px 24px;
    text-align: left;
    color: var(--qd-text);
    background: #ffffff;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 900;
  }

  #qdepot-landing .faq-question::after {
    content: "+";
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: var(--qd-gradient);
    font-size: 1.35rem;
    line-height: 1;
  }

  #qdepot-landing .faq-item.active .faq-question {
    color: #ffffff;
    background: var(--qd-gradient);
  }

  #qdepot-landing .faq-item.active .faq-question::after {
    content: "-";
    color: var(--qd-brand-strong);
    background: #ffffff;
  }

  #qdepot-landing .faq-answer {
    height: 0;
    overflow: hidden;
    background: #ffffff;
    text-align: left;
    transition: height 0.3s ease;
  }

  #qdepot-landing .faq-answer-inner {
    padding: 20px 24px 24px;
    text-align: left;
  }

  #qdepot-landing .faq-answer p {
    text-align: left;
  }

  #qdepot-landing .faq-answer a {
    color: var(--qd-brand-strong);
    font-weight: 900;
  }

  #qdepot-landing .contact-modern-header {
    width: min(100% - 36px, 920px);
    margin: 0 auto;
    padding: 30px 0 20px;
    text-align: center;
  }

  #qdepot-landing .qd-contact-section {
    padding-top: 82px;
    padding-bottom: 92px;
  }

  #qdepot-landing .support-section {
    padding: 92px 0 104px;
    background: #ffffff;
  }

  #qdepot-landing .contact-platforms-grid {
    width: min(100% - 36px, 1000px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 34px auto 0;
  }

  #qdepot-landing .contact-platform-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    text-align: left;
  }

  #qdepot-landing .platform-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    color: #ffffff;
  }

  #qdepot-landing .platform-icon svg {
    width: 26px;
    height: 26px;
  }

  #qdepot-landing .whatsapp-bg { background: #25d366; }
  #qdepot-landing .email-bg,
  #qdepot-landing .livechat-bg { background: var(--qd-gradient); }
  #qdepot-landing .messenger-bg { background: #0084ff; }
  #qdepot-landing .wechat-bg { background: #07c160; }
  #qdepot-landing .line-bg { background: #00c300; }

  #qdepot-landing .platform-content {
    min-width: 0;
    text-align: left;
  }

  #qdepot-landing .platform-content h3 {
    margin-bottom: 2px;
    font-size: 1.02rem;
    text-align: left;
  }

  #qdepot-landing .platform-content a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: var(--qd-text-soft);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #qdepot-landing .support-highlight {
    width: min(100% - 36px, 1000px);
    margin: 0 auto;
    padding: 42px 26px;
    text-align: center;
    background:
      radial-gradient(circle at 18% 12%, rgba(250, 119, 185, 0.13), transparent 34%),
      radial-gradient(circle at 86% 18%, rgba(255, 237, 246, 0.85), transparent 32%),
      linear-gradient(180deg, #ffffff 0%, #fff8fb 100%);
  }

  #qdepot-landing .rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 9px 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--qd-line);
    box-shadow: var(--qd-shadow-soft);
    color: var(--qd-text);
    font-weight: 900;
  }

  #qdepot-landing .rating-stars {
    color: #ffb800;
  }

  #qdepot-landing .support-highlight h2 {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
  }

  #qdepot-landing .review-platforms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
  }

  #qdepot-landing .review-platform {
    min-height: 42px;
    padding: 0 17px;
    color: var(--qd-brand-strong);
    background: #ffffff;
    border: 1px solid var(--qd-line);
    box-shadow: var(--qd-shadow-soft);
  }

  #qdepot-landing .review-platform:hover {
    color: #ffffff;
    background: var(--qd-gradient);
  }

  #qdepot-landing .cta {
    position: relative;
    padding: 92px 0 104px;
    text-align: center;
    color: #ffffff;
    background:
      radial-gradient(circle at 50% 86%, rgba(247, 84, 165, 0.13), transparent 30%),
      linear-gradient(135deg, #050505 0%, #0a0809 54%, #060506 100%);
    box-shadow: 0 32px 72px rgba(10, 8, 10, 0.18);
  }

  #qdepot-landing .cta .container {
    width: min(100% - 36px, 1160px);
    padding: 0;
  }

  #qdepot-landing .cta h2 {
    color: #ffffff;
    font-size: clamp(2.4rem, 6vw, 3.8rem);
  }

  #qdepot-landing .cta h2 span {
    color: var(--qd-brand);
  }

  #qdepot-landing .cta p {
    max-width: 880px;
    color: rgba(255, 255, 255, 0.76);
  }

  #qdepot-landing .cta h2::after {
    background: var(--qd-gradient);
  }

  #qdepot-landing .cta .btn {
    color: #ffffff;
    background: var(--qd-gradient);
    min-height: 62px;
    padding: 0 42px;
    box-shadow: 0 24px 54px rgba(247, 84, 165, 0.26);
  }

  #qdepot-landing .back-to-top {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    color: #ffffff;
    background: var(--qd-gradient);
    box-shadow: 0 16px 34px rgba(247, 84, 165, 0.26);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity var(--qd-transition), visibility var(--qd-transition), transform var(--qd-transition);
  }

  #qdepot-landing .back-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  #qdepot-landing .back-to-top svg {
    width: 24px;
    height: 24px;
  }

  @keyframes qd-bounce {
    0%, 100% { transform: rotate(6deg) translateY(0); }
    50% { transform: rotate(6deg) translateY(-5px); }
  }

  @keyframes qd-shine {
    to { background-position-x: -200%; }
  }

  @media (min-width: 768px) {
    #qdepot-brand-slider .brands-mobile-slider {
      display: none;
    }

    #qdepot-brand-slider .brands-slider-container {
      display: block;
    }

    #qdepot-brand-slider .brand-card {
      height: 220px;
    }
  }

  @media (max-width: 1024px) {
    #qdepot-landing .qd-ratings-grid,
    #qdepot-landing .features-grid,
    #qdepot-landing .qd-stats-grid,
    #qdepot-landing .contact-platforms-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #qdepot-landing .process-steps {
      grid-template-columns: 1fr;
    }

    #qdepot-landing .qd-warehouse-image {
      flex-basis: calc(50% - 9px);
      height: 250px !important;
      max-height: 250px !important;
    }

    #qdepot-landing .qd-warehouse-gallery {
      height: 250px !important;
    }
  }

  @media (max-width: 768px) {
    #qdepot-landing .qd-section,
    #qdepot-landing .features,
    #qdepot-landing .qd-ratings-modern,
    #qdepot-landing .reviews-section,
    #qdepot-brand-slider,
    #qdepot-landing .qd-warehouse-section-modern,
    #qdepot-landing .qd-stats-section,
    #qdepot-landing .process-container,
    #qdepot-landing .faq-section,
    #qdepot-landing .cta {
      padding-top: 68px;
      padding-bottom: 68px;
    }

    #qdepot-landing .qd-contact-section,
    #qdepot-landing .support-section {
      padding-top: 68px;
      padding-bottom: 68px;
    }

    #qdepot-landing .hero {
      padding-top: 42px;
    }

    #qdepot-landing .hero-card {
      padding: 50px 18px;
      border-radius: 26px;
    }

    #qdepot-landing .hero-image img {
      max-height: none;
      filter:
        drop-shadow(0 18px 24px rgba(47, 37, 45, 0.12))
        drop-shadow(0 28px 36px rgba(247, 84, 165, 0.13));
    }

    #qdepot-landing .cta {
      padding-top: 64px;
      padding-bottom: 72px;
    }

    #qdepot-landing .cta .container {
      width: min(100% - 28px, 1160px);
      padding: 0;
      border-radius: 0;
    }

    #qdepot-landing .qd-ratings-grid,
    #qdepot-landing .features-grid,
    #qdepot-landing .qd-stats-grid,
    #qdepot-landing .contact-platforms-grid {
      grid-template-columns: 1fr;
    }

    #qdepot-landing .qd-warehouse-image {
      flex-basis: 100%;
      height: 230px !important;
      max-height: 230px !important;
    }

    #qdepot-landing .qd-warehouse-gallery {
      height: 230px !important;
    }

    #qdepot-landing .reviews-frame {
      min-height: 2940px;
    }
  }

  @media (max-width: 480px) {
    #qdepot-landing .container,
    #qdepot-brand-slider .brands-container,
    #qdepot-landing .faq-container,
    #qdepot-landing .contact-modern-header,
    #qdepot-landing .contact-platforms-grid,
    #qdepot-landing .support-highlight,
    #qdepot-landing .process-container {
      width: min(100% - 28px, var(--qd-max));
    }

    #qdepot-landing .hero-buttons .btn,
    #qdepot-landing .btn {
      width: 100%;
      max-width: 280px;
    }

    #qdepot-landing .coupon-tooltip {
      max-width: 190px;
      font-size: 0.86rem;
    }
  }

/* Typography refinement: softer weights, cleaner hero, full-width colored header band */
#qdepot-landing .hero {
  padding-top: 24px;
}

#qdepot-landing .hero > .container {
  width: 100%;
  max-width: none;
}

#qdepot-landing .hero-card {
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: clamp(54px, 7vw, 82px) max(24px, calc((100vw - var(--qd-max)) / 2 + 24px));
}

#qdepot-landing .section-title h1,
#qdepot-landing .section-title h2,
#qdepot-landing .section-title h3,
#qdepot-landing .qd-section-heading,
#qdepot-landing .process-title,
#qdepot-landing .faq-title,
#qdepot-landing .contact-modern-header h2,
#qdepot-landing .support-highlight h2,
#qdepot-landing .cta h2 {
  font-weight: 600;
  letter-spacing: -0.026em;
}

#qdepot-landing .section-title p,
#qdepot-landing .qd-section-subheading,
#qdepot-landing .qd-warehouse-header p,
#qdepot-landing .qd-stats-header p,
#qdepot-landing .contact-modern-header p,
#qdepot-landing .support-highlight p,
#qdepot-landing .cta p {
  font-weight: 400;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.72;
  text-align: center;
  margin-top: 32px;
}

#qdepot-landing .support-highlight h2 {
  margin-bottom: 0;
}

#qdepot-landing .hero h1 {
  font-weight: 700;
  font-size: clamp(2.25rem, 4.4vw, 3.65rem);
  letter-spacing: -0.032em;
  line-height: 1.14;
}

#qdepot-landing .hero p {
  font-weight: 400;
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.76;
}

#qdepot-landing .typewriter-text,
#qdepot-landing .coupon-label,
#qdepot-landing .coupon-tooltip {
  font-weight: 600;
}

#qdepot-landing .faq-question {
  font-weight: 600;
  font-size: 1.03rem;
  letter-spacing: -0.01em;
}

#qdepot-landing .qd-stat-number,
#qdepot-landing .qd-rating-value {
  font-weight: 600;
  letter-spacing: -0.035em;
}

#qdepot-landing .qd-stat-number {
  font-size: clamp(1.9rem, 3vw, 2.55rem);
}

#qdepot-landing .qd-stat-label,
#qdepot-landing .qd-rating-label {
  font-weight: 500;
  letter-spacing: 0.01em;
}

#qdepot-landing .feature-card h3,
#qdepot-landing .step-title,
#qdepot-landing .platform-content h3 {
  font-weight: 600;
}

#qdepot-landing .btn,
#qdepot-landing .auth-button,
#qdepot-landing .qd-rating-btn,
#qdepot-landing .step-btn,
#qdepot-landing .review-platform {
  font-weight: 600;
}

@media (max-width: 768px) {
  #qdepot-landing .hero {
    padding-top: 18px;
  }

  #qdepot-landing .hero-card {
    padding: 44px 22px 48px;
  }

  #qdepot-landing .hero h1 {
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1.16;
  }
}

.qdepot-sticky-header {
  margin-top: 8px;
  margin-bottom: 18px;
}

/* Final visual polish: consistent typography, spacing, cards, and responsive rhythm. */
#qdepot-landing .section-title,
#qdepot-landing .qd-ratings-header,
#qdepot-landing .qd-warehouse-header,
#qdepot-landing .qd-stats-header,
#qdepot-landing .contact-modern-header {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#qdepot-landing .section-title,
#qdepot-landing .qd-ratings-header,
#qdepot-landing .qd-warehouse-header,
#qdepot-landing .qd-stats-header {
  margin-bottom: 54px;
}

#qdepot-landing .section-title h1,
#qdepot-landing .section-title h2,
#qdepot-landing .section-title h3,
#qdepot-landing .qd-section-heading,
#qdepot-landing .process-title,
#qdepot-landing .faq-title,
#qdepot-landing .contact-modern-header h2,
#qdepot-landing .support-highlight h2,
#qdepot-landing .cta h2 {
  max-width: 920px;
  font-weight: 600;
  letter-spacing: -0.026em;
}

#qdepot-landing .section-title h1,
#qdepot-landing .section-title h2,
#qdepot-landing .qd-section-heading,
#qdepot-landing .process-title,
#qdepot-landing .faq-title,
#qdepot-landing .contact-modern-header h2 {
  font-size: clamp(2rem, 3.8vw, 3rem);
}

#qdepot-landing .section-title p,
#qdepot-landing .qd-section-subheading,
#qdepot-landing .qd-warehouse-header p,
#qdepot-landing .qd-stats-header p,
#qdepot-landing .contact-modern-header p,
#qdepot-landing .support-highlight p,
#qdepot-landing .cta p {
  max-width: 760px;
  margin: 32px auto 0;
  color: var(--qd-text-soft);
  text-align: center;
  font-size: clamp(1rem, 1.35vw, 1.13rem);
  font-weight: 400;
  line-height: 1.74;
}

#qdepot-landing .hero p,
#qdepot-landing .feature-card p,
#qdepot-landing .step-desc,
#qdepot-landing .faq-answer p,
#qdepot-landing .platform-content a {
  color: var(--qd-text-soft);
  font-weight: 400;
  line-height: 1.7;
}

#qdepot-landing .qd-rating-card-inner,
#qdepot-landing .feature-card,
#qdepot-landing .qd-stat-card,
#qdepot-landing .step,
#qdepot-landing .contact-platform-card,
#qdepot-landing .faq-item,
#qdepot-landing .support-highlight {
  border-radius: 24px;
  border-color: rgba(247, 84, 165, 0.12);
  box-shadow: 0 14px 34px rgba(129, 89, 114, 0.07);
}

#qdepot-landing .qd-rating-card-inner:hover,
#qdepot-landing .feature-card:hover,
#qdepot-landing .qd-stat-card:hover,
#qdepot-landing .step:hover,
#qdepot-landing .contact-platform-card:hover,
#qdepot-landing .faq-item:hover,
#qdepot-landing .support-highlight:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(129, 89, 114, 0.12);
}

#qdepot-landing .feature-card h3,
#qdepot-landing .step-title,
#qdepot-landing .platform-content h3,
#qdepot-landing .qd-rating-platform {
  font-weight: 600;
}

#qdepot-landing .qd-rating-platform {
  color: var(--qd-text);
}

#qdepot-landing .qd-rating-value,
#qdepot-landing .qd-stat-number {
  font-weight: 600;
}

#qdepot-landing .qd-rating-label,
#qdepot-landing .qd-stat-label,
#qdepot-landing .qd-feature-text {
  color: var(--qd-muted);
  font-weight: 500;
}

#qdepot-landing .feature-icon,
#qdepot-landing .qd-stat-icon {
  width: 74px;
  height: 74px;
}

#qdepot-landing .btn,
#qdepot-landing .auth-button,
#qdepot-landing .qd-rating-btn,
#qdepot-landing .step-btn,
#qdepot-landing .review-platform {
  font-weight: 700;
}

#qdepot-landing .contact-modern-header {
  padding-top: 0;
  padding-bottom: 0;
}

#qdepot-landing .contact-platforms-grid {
  margin-top: 42px;
}

#qdepot-landing .support-highlight {
  padding: clamp(34px, 4vw, 48px) clamp(20px, 4vw, 42px);
}

#qdepot-landing .rating-badge {
  margin-bottom: 24px;
  font-weight: 600;
}

#qdepot-landing .review-platforms {
  margin-top: 30px;
}

#qdepot-landing .cta p {
  color: rgba(255, 255, 255, 0.92);
}

#qdepot-landing .cta p b {
  color: #ffffff;
}

@media (max-width: 768px) {
  #qdepot-landing .section-title,
  #qdepot-landing .qd-ratings-header,
  #qdepot-landing .qd-warehouse-header,
  #qdepot-landing .qd-stats-header {
    margin-bottom: 38px;
  }

  #qdepot-landing .section-title p,
  #qdepot-landing .qd-section-subheading,
  #qdepot-landing .qd-warehouse-header p,
  #qdepot-landing .qd-stats-header p,
  #qdepot-landing .contact-modern-header p,
  #qdepot-landing .support-highlight p,
  #qdepot-landing .cta p {
    margin-top: 26px;
    font-size: 1rem;
    line-height: 1.68;
  }

  #qdepot-landing .feature-icon,
  #qdepot-landing .qd-stat-icon {
    width: 66px;
    height: 66px;
  }

  #qdepot-landing .contact-platform-card {
    padding: 18px;
  }
}
