/*
  Q-Depot Landing Core
  Shared foundations and reusable components for Q-Depot landing pages.
  Upload suggestion: public/qdepot/landing/css/qdepot-landing-core.css
*/


/* Self-hosted fonts. Upload files to /public/qdepot/landing/fonts/ on the server. */
@font-face {
  font-family: "Inter";
  src: url("/qdepot/landing/fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/qdepot/landing/fonts/inter-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/qdepot/landing/fonts/inter-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/qdepot/landing/fonts/inter-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/qdepot/landing/fonts/inter-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/qdepot/landing/fonts/plus-jakarta-sans-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/qdepot/landing/fonts/plus-jakarta-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/qdepot/landing/fonts/plus-jakarta-sans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/qdepot/landing/fonts/plus-jakarta-sans-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --qd-pink: #f854a6;
  --qd-pink-strong: #e64595;
  --qd-pink-soft: #fde6f1;
  --qd-pink-pale: #fff3f8;
  --qd-black: #121014;
  --qd-text: #251f27;
  --qd-muted: #756a72;
  --qd-line: rgba(248, 84, 166, 0.16);
  --qd-line-soft: rgba(18, 16, 20, 0.08);
  --qd-white: #ffffff;
  --qd-success: #17b26a;
  --qd-radius-sm: 12px;
  --qd-radius-md: 18px;
  --qd-radius-lg: 24px;
  --qd-radius-xl: 32px;
  --qd-shadow-sm: 0 10px 24px rgba(31, 24, 33, 0.07);
  --qd-shadow-md: 0 18px 45px rgba(31, 24, 33, 0.1);
  --qd-shadow-lg: 0 26px 80px rgba(31, 24, 33, 0.13);
  --qd-container: 1220px;
  --qd-font-heading: "Plus Jakarta Sans", "Satoshi", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --qd-font-body: "Inter", "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --qd-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --qd-transition: 0.28s var(--qd-ease);
}

.qd-landing,
.qdepot-landing-page,
.qd-page-shell {
  font-family: var(--qd-font-body);
  color: var(--qd-text);
  background: var(--qd-white);
  overflow-x: clip;
}

body.qdepot-landing-page {
  margin: 0;
  min-height: 100vh;
}

.qd-landing *,
.qdepot-landing-page *,
.qd-page-shell *,
.qdepot-sticky-header *,
.qdepot-footer * {
  box-sizing: border-box;
}

.qd-landing img,
.qd-page-shell img,
.qdepot-sticky-header img,
.qdepot-footer img {
  display: block;
  max-width: 100%;
}

.qd-container,
.qd-shell,
.qdepot-footer-inner {
  width: min(100% - 36px, var(--qd-container));
  margin-inline: auto;
}

.qd-section {
  padding-block: clamp(54px, 7vw, 96px);
}

.qd-section-header {
  max-width: 780px;
  margin: 0 auto clamp(28px, 4vw, 48px);
  text-align: center;
}

.qd-kicker,
.qd-title-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--qd-line);
  border-radius: 999px;
  background: var(--qd-pink-pale);
  color: var(--qd-pink-strong);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.qd-title,
.qd-section-title,
.qd-section-heading {
  margin: 0;
  font-family: var(--qd-font-heading);
  color: var(--qd-black);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.08;
  text-wrap: balance;
}

.qd-title {
  font-size: clamp(42px, 7vw, 86px);
}

.qd-section-title,
.qd-section-heading {
  font-size: clamp(30px, 4vw, 54px);
}

.qd-title-accent,
.qd-gradient-text {
  color: var(--qd-pink-strong);
}

.qd-lead,
.qd-section-subtitle,
.qd-section-subheading {
  margin: 14px auto 0;
  max-width: 800px;
  color: var(--qd-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.8;
  text-wrap: pretty;
}

.qd-card,
.qd-panel,
.qd-feature-card,
.qd-value-card,
.qd-rating-card,
.qd-trust-card,
.qd-step-card,
.qd-country-card {
  border: 1px solid var(--qd-line-soft);
  border-radius: var(--qd-radius-lg);
  background: var(--qd-white);
  box-shadow: var(--qd-shadow-sm);
  transition: transform var(--qd-transition), box-shadow var(--qd-transition), border-color var(--qd-transition);
}

.qd-card:hover,
.qd-panel:hover,
.qd-feature-card:hover,
.qd-value-card:hover,
.qd-rating-card:hover,
.qd-trust-card:hover,
.qd-step-card:hover,
.qd-country-card:hover {
  transform: translateY(-4px);
  border-color: var(--qd-line);
  box-shadow: var(--qd-shadow-md);
}

.qd-button,
.qd-btn,
.qd-cta-btn,
.qd-platform-btn,
.qdepot-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--qd-font-body);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--qd-transition), box-shadow var(--qd-transition), background var(--qd-transition), color var(--qd-transition), border-color var(--qd-transition);
}

.qd-button-primary,
.qd-btn-primary,
.qd-cta-btn,
.qdepot-header-cta {
  background: var(--qd-pink);
  color: var(--qd-white);
  box-shadow: 0 14px 30px rgba(248, 84, 166, 0.24);
}

.qd-button-primary:hover,
.qd-btn-primary:hover,
.qd-cta-btn:hover,
.qdepot-header-cta:hover {
  background: var(--qd-pink-strong);
  color: var(--qd-white);
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(248, 84, 166, 0.3);
}

.qd-button-secondary,
.qd-btn-secondary {
  background: var(--qd-white);
  color: var(--qd-black);
  border-color: var(--qd-line-soft);
  box-shadow: var(--qd-shadow-sm);
}

.qd-button-secondary:hover,
.qd-btn-secondary:hover {
  color: var(--qd-pink-strong);
  border-color: var(--qd-line);
  transform: translateY(-2px);
  box-shadow: var(--qd-shadow-md);
}

/* Standard landing header: same HTML on every page, adaptive desktop/mobile layout */
.qdepot-sticky-header {
  --qh-pink: var(--qd-pink);
  position: sticky;
  top: 0;
  z-index: 50;
  width: min(100% - 36px, var(--qd-container));
  min-height: 58px;
  margin: 20px auto;
  padding: 7px 14px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(17, 17, 17, 0.06);
  backdrop-filter: blur(14px);
  font-family: var(--qd-font-body);
}

.qdepot-header-logo {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-width: 0;
  text-decoration: none;
}

.qdepot-header-logo img {
  width: 136px;
  max-width: 44vw;
  height: auto;
}

.qdepot-header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  white-space: nowrap;
}

.qdepot-header-menu a {
  color: #30323a;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1;
  transition: color 0.2s ease;
}

.qdepot-header-menu a:hover {
  color: var(--qd-pink);
}

.qdepot-header-cta {
  min-height: 38px;
  padding-inline: 22px;
  justify-self: end;
  font-size: 0.94rem;
  white-space: nowrap;
}

/* Standard landing footer: full desktop footer, simplified two-column mobile footer */
.qdepot-footer {
  width: min(100% - 36px, 1180px);
  margin: clamp(70px, 8vw, 118px) auto 0;
  padding: 34px 0 44px;
  border: 0;
  border-radius: 0;
  background: var(--qd-white);
  color: #737985;
  font-family: var(--qd-font-body);
  box-shadow: none;
}

.qdepot-footer-inner {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 2.65fr);
  gap: clamp(42px, 5vw, 82px);
}

.qdepot-footer-brand img {
  width: 158px;
  height: auto;
}

.qdepot-footer-address {
  margin-top: 34px;
  max-width: 280px;
  color: #737985;
  font-size: 0.95rem;
  line-height: 1.65;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: flex-start;
  gap: 10px;
}

.qdepot-footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(132px, 1fr));
  gap: clamp(26px, 3vw, 48px);
}

.qdepot-footer h3,
.qdepot-footer-title {
  margin: 0 0 24px;
  color: var(--qd-black);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
}

.qdepot-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qdepot-footer li + li {
  margin-top: 14px;
}

.qdepot-footer a {
  color: #737985;
  text-decoration: none;
  font-size: 0.94rem;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.qdepot-footer-col a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.qdepot-footer a:hover {
  color: var(--qd-pink-strong);
}

.qdepot-footer-bottom {
  margin-top: clamp(52px, 7vw, 96px);
  padding-top: 0;
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #8b94a2;
  font-size: 0.84rem;
  line-height: 1.5;
}

.qf-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(85, 121, 185, 0.1);
  color: #5579b9;
  font-size: 12px;
  font-weight: 800;
}

.qf-location {
  background: rgba(85, 121, 185, 0.1);
  color: #5579b9;
  font-size: 8px;
}

.qf-instagram {
  color: #f07563;
  background: rgba(240, 117, 99, 0.1);
}

.qf-twitter {
  color: #111111;
  background: rgba(17, 17, 17, 0.08);
}

.qf-youtube {
  color: #ee2b24;
  background: rgba(238, 43, 36, 0.1);
}

.qf-linkedin {
  color: #2d75a8;
  background: rgba(45, 117, 168, 0.1);
}

.qf-facebook,
.qdepot-footer-reviews .qf-icon:nth-child(1) {
  color: #4267b2;
  background: rgba(66, 103, 178, 0.1);
}

.qdepot-footer-reviews li:nth-child(1) .qf-icon {
  color: #4285f4;
  background: rgba(66, 133, 244, 0.1);
}

.qdepot-footer-reviews li:nth-child(2) .qf-icon {
  color: #00b67a;
  background: rgba(0, 182, 122, 0.1);
}

.qdepot-footer-reviews li:nth-child(3) .qf-icon {
  color: #c05a9b;
  background: rgba(192, 90, 155, 0.1);
}

/* Shared reveal and count animation classes */
.qd-reveal,
.qd-animate,
.animate-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s var(--qd-ease), transform 0.65s var(--qd-ease);
}

.qd-reveal.is-visible,
.qd-reveal.visible,
.qd-animate.qd-show,
.qd-animate.animated,
.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

.qd-delay-1 { transition-delay: 0.08s; }
.qd-delay-2 { transition-delay: 0.16s; }
.qd-delay-3 { transition-delay: 0.24s; }
.qd-delay-4 { transition-delay: 0.32s; }

.qd-rating-stars,
.qd-stars {
  color: var(--qd-pink);
  letter-spacing: 2px;
}

.qd-rating-value,
.qd-stat-number,
.qd-count {
  font-variant-numeric: tabular-nums;
}

.qd-grid-2,
.qd-grid-3,
.qd-grid-4 {
  display: grid;
  gap: 18px;
}

.qd-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.qd-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.qd-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (max-width: 900px) {
  .qd-grid-3,
  .qd-grid-4,
  .qdepot-footer-inner,
  .qdepot-footer-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .qd-container,
  .qd-shell,
  .qdepot-footer,
  .qdepot-sticky-header {
    width: min(100% - 24px, var(--qd-container));
  }

  .qdepot-sticky-header {
    min-height: 54px;
    margin: 12px auto 18px;
    padding: 8px 10px 8px 12px;
    grid-template-columns: auto 1fr;
    gap: 12px;
    border-radius: 14px;
  }

  .qdepot-header-logo img {
    width: 126px;
    max-width: 48vw;
  }

  .qdepot-header-menu {
    display: none;
  }

  .qdepot-header-cta {
    min-height: 36px;
    width: auto;
    padding: 0 15px;
    font-size: 0.88rem;
    justify-self: end;
  }

  .qd-grid-2,
  .qd-grid-3,
  .qd-grid-4,
  .qdepot-footer-inner {
    grid-template-columns: 1fr;
  }

  .qdepot-footer {
    width: 100%;
    margin-top: 56px;
    padding: 48px max(24px, calc((100vw - var(--qd-container)) / 2 + 24px)) 36px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .qdepot-footer-inner {
    gap: 30px;
    width: min(100%, 460px);
    margin-inline: auto;
  }

  .qdepot-footer-brand img {
    width: 160px;
  }

  .qdepot-footer-address {
    margin-top: 22px;
    max-width: 310px;
    color: #6f7888;
    font-size: 15px;
    line-height: 1.65;
  }

  .qdepot-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .qdepot-footer h3,
  .qdepot-footer-title {
    margin-bottom: 18px;
    font-size: 16px;
  }

  .qdepot-footer li + li {
    margin-top: 13px;
  }

  .qdepot-footer a {
    color: #6f7888;
    line-height: 1.45;
  }

  .qdepot-footer-col-mobile-optional {
    display: none;
  }

  .qdepot-footer-bottom {
    width: min(100%, 460px);
    margin: 56px auto 0;
    padding-top: 0;
    border-top: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
    color: #6f7888;
    font-size: 14px;
    line-height: 1.6;
  }

  .qdepot-footer-bottom a {
    color: var(--qd-pink);
    font-weight: 500;
  }
}

/* Exact shared footer from the approved landing pages */
  .qdepot-footer {
    --qf-pink: #f854a6;
    max-width: 1180px;
    margin: 34px auto 0;
    background: #ffffff;
    border-top: 0;
    border-radius: 0;
    color: #5f6674;
    box-shadow: none;
    font-family: inherit;
    box-sizing: border-box;
  }

  .qdepot-footer * {
    box-sizing: border-box;
  }

  .qdepot-footer-inner {
    display: grid;
    grid-template-columns: minmax(220px, 0.85fr) minmax(0, 2.15fr);
    gap: 38px;
    padding: 34px 0 26px;
  }

  .qdepot-footer-brand img {
    display: block;
    width: 158px;
    max-width: 100%;
    height: auto;
    margin-bottom: 46px;
  }

  .qdepot-footer-address {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    max-width: 260px;
    font-size: 0.88rem;
    line-height: 1.7;
    color: #6d7480;
  }

  .qdepot-footer-address .qf-icon {
    color: #75a8cf;
    font-size: 1rem;
    padding-top: 4px;
  }

  .qdepot-footer-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 20px;
  }

  .qdepot-footer-col {
    border-left: 0;
    padding-left: 0;
  }

  .qdepot-footer-col h3 {
    margin: 0 0 16px !important;
    color: #111111;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0;
  }

  .qdepot-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 6px !important;
    display: grid;
    gap: 5px;
  }

  .qdepot-footer-col a {
    color: #737985;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.35;
    transition: color 0.2s ease, transform 0.2s ease;
  }

  .qdepot-footer-col a:hover {
    color: var(--qf-pink);
    transform: translateX(2px);
  }

  .qdepot-footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .qdepot-footer .qf-icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5579b9;
    background: rgba(85, 121, 185, 0.1);
    border-radius: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1;
  }

  .qdepot-footer .qf-icon svg {
    width: 13px;
    height: 13px;
    display: block;
    fill: currentColor;
  }

  .qdepot-footer .qf-location {
    background: rgba(117, 168, 207, 0.1);
  }

  .qdepot-footer .qf-location svg {
    width: 14px;
    height: 14px;
  }

  .qdepot-footer .qf-instagram {
    color: #f07563;
    background: rgba(240, 117, 99, 0.1);
  }

  .qdepot-footer .qf-twitter {
    color: #111111;
    background: rgba(17, 17, 17, 0.08);
  }

  .qdepot-footer .qf-youtube {
    color: #ee2b24;
    background: rgba(238, 43, 36, 0.1);
  }

  .qdepot-footer .qf-linkedin {
    color: #2d75a8;
    background: rgba(45, 117, 168, 0.1);
  }

  .qdepot-footer-reviews .qf-google {
    color: #4285f4;
    background: rgba(66, 133, 244, 0.1);
  }

  .qdepot-footer-reviews .qf-trustpilot {
    color: #00b67a;
    background: rgba(0, 182, 122, 0.1);
  }

  .qdepot-footer-reviews .qf-reseller {
    color: #c05a9b;
    background: rgba(192, 90, 155, 0.1);
  }

  .qdepot-footer-reviews .qf-facebook {
    color: #4267b2;
    background: rgba(66, 103, 178, 0.1);
  }

  .qdepot-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-top: 70px;
    padding: 10px 0 4px;
    border-top: 0;
    background: transparent;
    color: #7c8491;
    font-size: 0.82rem;
    font-weight: 400;
  }

  .qdepot-footer-bottom a {
    color: var(--qf-pink);
    text-decoration: none;
  }

  @media (max-width: 900px) {
    .qdepot-footer-inner {
      grid-template-columns: 1fr;
      gap: 34px;
      padding: 30px 0 24px;
    }

    .qdepot-footer-links {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 28px;
    }

    .qdepot-footer-col {
      border-left: 0;
      padding-left: 0;
    }
  }

  @media (max-width: 768px) {
    .qdepot-footer {
      width: auto !important;
      max-width: 100% !important;
      padding-left: max(20px, env(safe-area-inset-left)) !important;
      padding-right: max(20px, env(safe-area-inset-right)) !important;
    }

    .qdepot-footer-inner {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .qdepot-footer-bottom {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }

  @media (max-width: 540px) {
    .qdepot-footer-inner {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .qdepot-footer-bottom {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .qdepot-footer-inner {
      padding: 26px 0 22px !important;
    }

    .qdepot-footer-links {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px 18px;
    }

    .qdepot-footer-brand img {
      width: 138px;
      margin-bottom: 26px;
    }

    .qdepot-footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      margin-top: 22px;
      padding: 10px 0 0 !important;
    }

    .qdepot-footer-col-mobile-optional {
      display: none;
    }
  }

  @media (max-width: 380px) {
    .qdepot-footer-links {
      grid-template-columns: 1fr;
    }
  }

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .qd-reveal,
  .qd-animate,
  .animate-on-scroll {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Shared footer background: full-width neutral band across pages using the landing footer. */
.qdepot-footer {
  width: 100% !important;
  max-width: none !important;
  background: #eeeef2 !important;
}

.qdepot-footer-inner,
.qdepot-footer-bottom {
  width: min(100% - 36px, 1180px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 768px) {
  .qdepot-footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
