/* =====================================================================
   INÍCIO - PÁGINA SISTEMA PARA LOJAS
===================================================================== */

.store-page {
  background: #ffffff;
}

.store-page section {
  scroll-margin-top: 110px;
}

/* =====================================================================
   INÍCIO - BREADCRUMB LOJAS
===================================================================== */

.store-breadcrumb {
  padding: 24px 0 0;
  background: #ffffff;
}

.store-breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
}

.store-breadcrumb li + li::before {
  content: "/";
  margin-right: 10px;
  color: #cbd5e1;
}

.store-breadcrumb a:hover {
  color: #2563eb;
}

/* =====================================================================
   FIM - BREADCRUMB LOJAS
===================================================================== */

/* =====================================================================
   INÍCIO - HERO LOJAS
===================================================================== */

.store-hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 88px 0 130px;
  background:
    radial-gradient(circle at 12% 18%, rgba(37,99,235,.14), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(124,58,237,.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.store-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15,23,42,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  pointer-events: none;
}

.store-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.store-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(37,99,235,.09);
  border: 1px solid rgba(37,99,235,.15);
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.store-kicker span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,.12);
}

.store-hero__content h1 {
  max-width: 720px;
  margin: 0;
  color: #020617;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .94;
  letter-spacing: -.072em;
  font-weight: 950;
}

.store-hero__content h1 strong {
  display: block;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.store-hero__content > p {
  max-width: 650px;
  margin: 28px 0 0;
  color: #64748b;
  font-size: 19px;
  line-height: 1.75;
}

.store-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.store-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
}

.store-hero__visual {
  position: relative;
  min-height: 640px;
}

.store-dashboard {
  position: absolute;
  right: 0;
  top: 30px;
  width: min(620px, 100%);
  padding: 24px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(124,58,237,.30), transparent 34%),
    linear-gradient(145deg, #07111f, #111827);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 42px 110px rgba(15,23,42,.28);
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}

.store-dashboard__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.store-dashboard__top span,
.store-dashboard__top strong {
  display: block;
}

.store-dashboard__top span {
  color: #93c5fd;
  font-size: 10px;
  font-weight: 850;
}

.store-dashboard__top strong {
  margin-top: 4px;
  color: #ffffff;
  font-size: 18px;
}

.store-dashboard__top b {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34,197,94,.12);
  color: #86efac;
  font-size: 10px;
}

.store-dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.store-dashboard__metrics article {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}

.store-dashboard__metrics small,
.store-dashboard__metrics strong,
.store-dashboard__metrics span {
  display: block;
}

.store-dashboard__metrics small {
  color: #94a3b8;
  font-size: 10px;
}

.store-dashboard__metrics strong {
  margin: 7px 0;
  color: #ffffff;
  font-size: 25px;
}

.store-dashboard__metrics span {
  color: #93c5fd;
  font-size: 9px;
  font-weight: 800;
}

.store-orders {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.store-orders article {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 17px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.07);
}

.store-orders article > span {
  color: #93c5fd;
  font-size: 10px;
  font-weight: 900;
}

.store-orders strong,
.store-orders small {
  display: block;
}

.store-orders strong {
  color: #ffffff;
  font-size: 12px;
}

.store-orders small {
  margin-top: 4px;
  color: #94a3b8;
  font-size: 9px;
}

.store-orders b {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(37,99,235,.15);
  color: #bfdbfe;
  font-size: 9px;
}

.store-phone {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  height: 470px;
  overflow: hidden;
  border-radius: 38px;
  background: #020617;
  border: 10px solid #020617;
  box-shadow: 0 36px 100px rgba(15,23,42,.28);
  transform: rotate(-3deg);
}

.store-phone__top {
  height: 72px;
  display: grid;
  align-content: center;
  padding: 0 16px;
  background: #075e54;
  color: #ffffff;
}

.store-phone__top strong,
.store-phone__top small {
  display: block;
}

.store-phone__top strong {
  font-size: 12px;
}

.store-phone__top small {
  margin-top: 3px;
  color: rgba(255,255,255,.72);
  font-size: 9px;
}

.store-phone__chat {
  height: calc(100% - 72px);
  padding: 16px 12px;
  background: #f0fdf4;
}

.store-msg {
  max-width: 84%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 10px;
  line-height: 1.45;
  box-shadow: 0 10px 22px rgba(15,23,42,.06);
}

.store-msg--out {
  margin-left: auto;
  margin-bottom: 10px;
  background: #dcfce7;
  color: #14532d;
}

.store-msg--in {
  margin-bottom: 10px;
  background: #ffffff;
  color: #334155;
}

.store-product-preview {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 10px;
  margin: 10px 0;
  padding: 10px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(15,23,42,.06);
}

.store-product-preview > div {
  border-radius: 12px;
  background: linear-gradient(135deg, #c4b5fd, #93c5fd);
}

.store-product-preview small,
.store-product-preview strong,
.store-product-preview span {
  display: block;
}

.store-product-preview small {
  color: #64748b;
  font-size: 8px;
}

.store-product-preview strong {
  margin: 4px 0;
  color: #0f172a;
  font-size: 10px;
}

.store-product-preview span {
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
}

.store-floating-card {
  position: absolute;
  z-index: 4;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.75);
  box-shadow: 0 22px 60px rgba(15,23,42,.18);
  backdrop-filter: blur(16px);
}

.store-floating-card span,
.store-floating-card strong {
  display: block;
}

.store-floating-card span {
  margin-bottom: 5px;
  color: #64748b;
  font-size: 10px;
  font-weight: 850;
}

.store-floating-card strong {
  color: #0f172a;
  font-size: 13px;
}

.store-floating-card--order {
  left: 170px;
  top: 0;
}

.store-floating-card--customer {
  right: 0;
  bottom: 0;
}

.store-floating-card--customer strong {
  color: #16a34a;
}

/* =====================================================================
   FIM - HERO LOJAS
===================================================================== */

/* =====================================================================
   INÍCIO - PROBLEMAS LOJAS
===================================================================== */

.store-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.store-problems__grid article {
  min-height: 250px;
  padding: 30px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
  transition: .3s ease;
}

.store-problems__grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(37,99,235,.24);
  box-shadow: 0 30px 85px rgba(15,23,42,.11);
}

.store-problems__grid article > span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  border-radius: 16px;
  background: rgba(239,68,68,.09);
  color: #dc2626;
  font-weight: 900;
}

.store-problems__grid h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 21px;
  letter-spacing: -.035em;
}

.store-problems__grid p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.store-problem--dark {
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.25), transparent 38%),
    linear-gradient(145deg, #07111f, #111827) !important;
  border-color: rgba(255,255,255,.08) !important;
}

.store-problem--dark > span {
  background: rgba(255,255,255,.12) !important;
  color: #ffffff !important;
}

.store-problem--dark h3 {
  color: #ffffff;
}

.store-problem--dark p {
  color: rgba(226,232,240,.78);
}

/* =====================================================================
   FIM - PROBLEMAS LOJAS
===================================================================== */

/* =====================================================================
   INÍCIO - PEDIDOS LOJAS
===================================================================== */

.store-orders-section {
  padding: 120px 0;
}

.store-orders-section__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.store-check-list {
  display: grid;
  gap: 13px;
  margin: 30px 0 32px;
}

.store-check-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 12px 32px rgba(15,23,42,.05);
  color: #334155;
  font-size: 14px;
}

.store-check-list span {
  display: grid;
  place-items: center;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.store-order-profile {
  padding: 28px;
  border-radius: 34px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 34px 100px rgba(15,23,42,.13);
}

.store-order-profile__top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(15,23,42,.08);
}

.store-order-avatar {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 900;
}

.store-order-profile__top > div:nth-child(2) {
  flex: 1;
}

.store-order-profile__top small,
.store-order-profile__top strong,
.store-order-profile__top span {
  display: block;
}

.store-order-profile__top small {
  color: #94a3b8;
  font-size: 10px;
}

.store-order-profile__top strong {
  margin: 3px 0;
  color: #0f172a;
  font-size: 20px;
}

.store-order-profile__top span {
  color: #64748b;
  font-size: 12px;
}

.store-order-profile__top b {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,.09);
  color: #2563eb;
  font-size: 10px;
}

.store-order-profile__items {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.store-order-profile__items article {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: 17px;
  background: #f8fafc;
  border: 1px solid rgba(15,23,42,.06);
}

.store-order-profile__items article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(37,99,235,.09);
  color: #2563eb;
  font-size: 10px;
  font-weight: 900;
}

.store-order-profile__items strong,
.store-order-profile__items small {
  display: block;
}

.store-order-profile__items strong {
  color: #0f172a;
  font-size: 12px;
}

.store-order-profile__items small {
  margin-top: 4px;
  color: #64748b;
  font-size: 9px;
}

.store-order-profile__items b {
  color: #0f172a;
  font-size: 11px;
}

.store-order-profile__timeline {
  display: grid;
  gap: 14px;
}

.store-order-profile__timeline article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  padding: 15px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(15,23,42,.06);
}

.store-order-profile__timeline article > span {
  color: #2563eb;
  font-size: 10px;
  font-weight: 900;
}

.store-order-profile__timeline strong {
  display: block;
  margin-bottom: 5px;
  color: #0f172a;
  font-size: 13px;
}

.store-order-profile__timeline p {
  margin: 0;
  color: #64748b;
  font-size: 11px;
  line-height: 1.55;
}

.store-order-profile__footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(37,99,235,.09), rgba(124,58,237,.09));
  border: 1px solid rgba(37,99,235,.12);
}

.store-order-profile__footer small,
.store-order-profile__footer strong {
  display: block;
}

.store-order-profile__footer small {
  color: #64748b;
  font-size: 10px;
}

.store-order-profile__footer strong {
  margin-top: 4px;
  color: #0f172a;
  font-size: 13px;
}

.store-order-profile__footer > span {
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
}

/* =====================================================================
   FIM - PEDIDOS LOJAS
===================================================================== */

/* =====================================================================
   INÍCIO - RECURSOS LOJAS
===================================================================== */

.store-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.store-feature {
  min-height: 285px;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
  transition: .3s ease;
}

.store-feature:hover {
  transform: translateY(-7px);
  border-color: rgba(37,99,235,.26);
  box-shadow: 0 32px 90px rgba(15,23,42,.12);
}

.store-feature > span {
  display: inline-flex;
  margin-bottom: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,.09);
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.store-feature h3 {
  margin-bottom: 13px;
  color: #0f172a;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -.04em;
}

.store-feature p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

.store-feature--featured {
  border-color: rgba(37,99,235,.26);
  box-shadow: 0 28px 80px rgba(37,99,235,.12);
}

.store-feature--dark {
  background:
    radial-gradient(circle at top right, rgba(124,58,237,.35), transparent 38%),
    linear-gradient(145deg, #07111f, #111827);
  border-color: rgba(255,255,255,.08);
}

.store-feature--dark > span {
  background: rgba(255,255,255,.11);
  color: #bfdbfe;
}

.store-feature--dark h3 {
  color: #ffffff;
}

.store-feature--dark p {
  color: rgba(226,232,240,.78);
}

/* =====================================================================
   FIM - RECURSOS LOJAS
===================================================================== */

/* =====================================================================
   INÍCIO - JORNADA LOJAS
===================================================================== */

.store-journey {
  padding: 120px 0;
}

.store-journey__flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(124,58,237,.28), transparent 34%),
    linear-gradient(145deg, #07111f, #111827);
  box-shadow: 0 38px 110px rgba(15,23,42,.22);
}

.store-journey__flow article {
  min-height: 170px;
  display: grid;
  align-content: center;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
}

.store-journey__flow article > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff;
  font-weight: 900;
}

.store-journey__flow strong,
.store-journey__flow small {
  display: block;
}

.store-journey__flow strong {
  color: #ffffff;
  font-size: 14px;
}

.store-journey__flow small {
  margin-top: 7px;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.5;
}

.store-journey__line {
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  box-shadow: 0 0 18px rgba(37,99,235,.55);
}

/* =====================================================================
   FIM - JORNADA LOJAS
===================================================================== */

/* =====================================================================
   INÍCIO - CASOS DE USO LOJAS
===================================================================== */

.store-usecases__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.store-usecases__grid article {
  min-height: 250px;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 18px 52px rgba(15,23,42,.06);
}

.store-usecases__grid span {
  display: inline-flex;
  margin-bottom: 30px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37,99,235,.09);
  color: #2563eb;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.store-usecases__grid h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-size: 21px;
  letter-spacing: -.04em;
}

.store-usecases__grid p {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
}

/* =====================================================================
   FIM - CASOS DE USO LOJAS
===================================================================== */

/* =====================================================================
   INÍCIO - COMPARATIVO LOJAS
===================================================================== */

.store-comparison__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.store-comparison__card {
  padding: 34px;
  border-radius: 32px;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 24px 75px rgba(15,23,42,.08);
}

.store-comparison__card > span {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.store-comparison__card h3 {
  margin-bottom: 22px;
  color: #0f172a;
  font-size: 28px;
  letter-spacing: -.04em;
}

.store-comparison__card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.store-comparison__card li {
  position: relative;
  padding-left: 30px;
  color: #475569;
  font-size: 15px;
  font-weight: 750;
}

.store-comparison__card li::before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.store-comparison__card--bad {
  background: #ffffff;
}

.store-comparison__card--bad > span {
  background: rgba(239,68,68,.09);
  color: #dc2626;
}

.store-comparison__card--bad li::before {
  content: "×";
  background: #ef4444;
}

.store-comparison__card--good {
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.26), transparent 36%),
    linear-gradient(145deg, #07111f, #111827);
  border-color: rgba(255,255,255,.08);
}

.store-comparison__card--good > span {
  background: rgba(34,197,94,.12);
  color: #86efac;
}

.store-comparison__card--good h3 {
  color: #ffffff;
}

.store-comparison__card--good li {
  color: rgba(226,232,240,.82);
}

.store-comparison__card--good li::before {
  content: "✓";
  background: #22c55e;
}

/* =====================================================================
   FIM - COMPARATIVO LOJAS
===================================================================== */

/* =====================================================================
   INÍCIO - RESULTADOS LOJAS
===================================================================== */

.store-results {
  background:
    radial-gradient(circle at 20% 20%, rgba(37,99,235,.18), transparent 34%),
    radial-gradient(circle at 80% 70%, rgba(124,58,237,.18), transparent 36%),
    linear-gradient(145deg, #07111f, #111827 60%, #1e1b4b);
}

.store-results .section__eyebrow {
  color: #93c5fd;
}

.store-results .section__title {
  color: #ffffff;
}

.store-results__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.store-results__grid article {
  min-height: 210px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
}

.store-results__grid strong {
  display: block;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #60a5fa, #c4b5fd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -.06em;
}

.store-results__grid span {
  color: rgba(226,232,240,.78);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 750;
}

.store-results__note {
  margin: 24px auto 0;
  text-align: center;
  color: rgba(226,232,240,.52);
  font-size: 12px;
}

/* =====================================================================
   FIM - RESULTADOS LOJAS
===================================================================== */

/* =====================================================================
   INÍCIO - FAQ E CTA LOJAS
===================================================================== */

.store-faq {
  background: #ffffff;
}

.store-final {
  padding: 120px 0 96px;
}

/* =====================================================================
   FIM - FAQ E CTA LOJAS
===================================================================== */

/* =====================================================================
   INÍCIO - RESPONSIVO LOJAS
===================================================================== */

@media (max-width: 1120px) {
  .store-hero__grid,
  .store-orders-section__grid {
    grid-template-columns: 1fr;
  }

  .store-hero__visual {
    min-height: 680px;
  }

  .store-problems__grid,
  .store-features__grid,
  .store-results__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .store-usecases__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .store-journey__flow {
    grid-template-columns: 1fr;
  }

  .store-journey__line {
    width: 2px;
    height: 32px;
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .store-breadcrumb {
    padding-top: 18px;
  }

  .store-hero {
    min-height: auto;
    padding: 58px 0 84px;
  }

  .store-hero__content h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .store-hero__content > p {
    font-size: 17px;
  }

  .store-hero__actions {
    flex-direction: column;
  }

  .store-hero__actions .btn {
    width: 100%;
  }

  .store-hero__proof {
    flex-direction: column;
    gap: 10px;
  }

  .store-hero__visual {
    min-height: 760px;
  }

  .store-dashboard {
    position: relative;
    inset: auto;
    transform: none;
  }

  .store-dashboard__metrics {
    grid-template-columns: 1fr;
  }

  .store-phone {
    width: 210px;
    height: 410px;
    bottom: -20px;
  }

  .store-floating-card--order {
    left: auto;
    right: 0;
    top: 330px;
  }

  .store-floating-card--customer {
    right: 0;
    bottom: -20px;
  }

  .store-problems__grid,
  .store-features__grid,
  .store-usecases__grid,
  .store-results__grid,
  .store-comparison__grid {
    grid-template-columns: 1fr;
  }

  .store-orders-section,
  .store-journey {
    padding: 82px 0;
  }

  .store-order-profile__top {
    align-items: flex-start;
  }

  .store-order-profile__top b {
    display: none;
  }

  .store-order-profile__timeline article {
    grid-template-columns: 1fr;
  }

  .store-order-profile__footer {
    flex-direction: column;
  }

  .store-problems__grid article,
  .store-feature,
  .store-usecases__grid article {
    min-height: auto;
  }
}

/* =====================================================================
   FIM - RESPONSIVO LOJAS
===================================================================== */

/* =====================================================================
   FIM - PÁGINA SISTEMA PARA LOJAS
===================================================================== */


/* ==========================================================
   HERO CLÍNICAS — DASHBOARD + IPHONE COM IMAGEM REAL
========================================================== */

/*
 * Permite que o dashboard avance para a direita
 * sem ser cortado pelo container.
 */
.clinic-hero,
.clinic-hero .container,
.clinic-hero__grid,
.clinic-hero__visual {
    overflow: visible;
}

/* Área visual do lado direito */
.clinic-hero__visual {
    position: relative;

    min-height: 650px;

    isolation: isolate;
}

/* ==========================================================
   DASHBOARD — MAIS PARA A DIREITA
========================================================== */

.clinic-dashboard {
    position: absolute;

    top: 90px;
    right: -135px;

    width: 610px;
    max-width: none;

    z-index: 1;

    transform: none;
}

/* ==========================================================
   CELULAR — MAIOR, LEGÍVEL E LEVEMENTE INCLINADO
========================================================== */

.clinic-phone {
    position: absolute;

    left: -20px;
    bottom: 18px;

    width: 315px;
    height: auto;

    padding: 0;
    margin: 0;

    background: transparent;
    border: 0;
    border-radius: 42px;

    overflow: visible;

    z-index: 3;

    /*
     * Mantém a caída lateral sem aplicar escala.
     * Scale costuma deixar textos pequenos mais embaçados.
     */
    transform: rotate(-3deg);
    transform-origin: center center;

    filter:
        drop-shadow(0 35px 42px rgba(15, 23, 42, 0.24))
        drop-shadow(0 14px 20px rgba(15, 23, 42, 0.14));

    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}

/* Movimento discreto, sem aumentar ou reduzir a imagem */
.clinic-phone:hover {
    transform: rotate(-2deg) translateY(-7px);

    filter:
        drop-shadow(0 44px 48px rgba(15, 23, 42, 0.27))
        drop-shadow(0 18px 24px rgba(15, 23, 42, 0.16));
}

/* A imagem já contém a moldura completa do iPhone */
.clinic-phone__image {
    display: block;

    width: 100%;
    height: auto;

    max-width: none;

    object-fit: contain;

    border-radius: 42px;

    image-rendering: auto;

    /*
     * Não coloque transform, scale ou translateZ aqui.
     * Isso evita uma segunda rasterização da imagem.
     */
}

/* Mantém os cards flutuantes acima da composição */
.clinic-floating-card {
    position: absolute;
    z-index: 4;
}

/* ==========================================================
   RESPONSIVO — NOTEBOOKS MENORES
========================================================== */

@media (max-width: 1280px) {

    .clinic-hero__visual {
        min-height: 620px;
    }

    .clinic-dashboard {
        right: -85px;
        width: 565px;
    }

    .clinic-phone {
        left: -15px;
        bottom: 20px;
        width: 295px;
    }
}

/* ==========================================================
   RESPONSIVO — TABLETS
========================================================== */

@media (max-width: 1024px) {

    .clinic-hero__visual {
        min-height: 580px;
    }

    .clinic-dashboard {
        top: 80px;
        right: -30px;

        width: 520px;
    }

    .clinic-phone {
        left: -5px;
        bottom: 25px;

        width: 270px;

        transform: rotate(-2.5deg);
    }
}

/* ==========================================================
   RESPONSIVO — CELULAR
========================================================== */

@media (max-width: 768px) {

    .clinic-hero__visual {
        min-height: auto;

        display: flex;
        flex-direction: column;
        align-items: center;

        gap: 30px;

        padding-top: 35px;
    }

    .clinic-dashboard,
    .clinic-phone {
        position: relative;

        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .clinic-dashboard {
        width: 100%;
        max-width: 560px;

        order: 1;
    }

    .clinic-phone {
        width: min(315px, 82vw);

        order: 2;

        transform: rotate(-2deg);
    }

    .clinic-phone:hover {
        transform: rotate(-1deg) translateY(-5px);
    }
}

/* ==========================================================
   HERO CLÍNICAS — TELEFONE E DASHBOARD SEM SOBREPOSIÇÃO
========================================================== */

/*
 * Aumenta o espaço disponível para a composição do lado direito.
 */
.clinic-hero .container {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
}

.clinic-hero__grid {
    display: grid;

    grid-template-columns:
        minmax(480px, 0.9fr)
        minmax(760px, 1.1fr);

    align-items: center;
    gap: 45px;
}

/*
 * Área que contém o telefone e o dashboard.
 */
.clinic-hero__visual {
    position: relative;

    width: 100%;
    min-width: 760px;
    min-height: 650px;

    overflow: visible;
    isolation: isolate;
}

/* ==========================================================
   TELEFONE — LADO ESQUERDO DA ÁREA VISUAL
========================================================== */

.clinic-phone {
    position: absolute;

    top: 55px;
    left: 0;

    width: 315px;
    height: auto;

    padding: 0;
    margin: 0;

    background: transparent;
    border: 0;
    box-shadow: none;

    overflow: visible;

    z-index: 3;

    transform: rotate(-3deg);
    transform-origin: center;

    filter:
        drop-shadow(0 34px 38px rgba(15, 23, 42, 0.23))
        drop-shadow(0 12px 18px rgba(15, 23, 42, 0.14));

    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}

.clinic-phone:hover {
    transform: rotate(-2deg) translateY(-7px);

    filter:
        drop-shadow(0 42px 46px rgba(15, 23, 42, 0.27))
        drop-shadow(0 16px 22px rgba(15, 23, 42, 0.16));
}

.clinic-phone__image {
    display: block;

    width: 100%;
    height: auto;

    max-width: none;

    object-fit: contain;

    border-radius: 42px;

    image-rendering: auto;
}

/* ==========================================================
   DASHBOARD — TOTALMENTE À DIREITA, SEM FICAR ATRÁS
========================================================== */

.clinic-dashboard {
    position: absolute;

    top: 120px;

    /*
     * 315px do telefone + 35px de distância.
     * Dessa forma não existe sobreposição.
     */
    left: 350px;
    right: auto;

    width: 530px;
    max-width: none;

    z-index: 1;

    transform: none;
}

/* Cards flutuantes */
.clinic-floating-card {
    position: absolute;
    z-index: 4;
}

/* ==========================================================
   NOTEBOOKS MENORES
========================================================== */

@media (max-width: 1360px) {

    .clinic-hero .container {
        max-width: 1280px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .clinic-hero__grid {
        grid-template-columns:
            minmax(440px, 0.9fr)
            minmax(680px, 1.1fr);

        gap: 25px;
    }

    .clinic-hero__visual {
        min-width: 680px;
        min-height: 610px;
    }

    .clinic-phone {
        top: 60px;
        width: 285px;
    }

    .clinic-dashboard {
        top: 120px;

        left: 315px;

        width: 480px;
    }
}

/* ==========================================================
   TABLETS E TELAS INTERMEDIÁRIAS
========================================================== */

@media (max-width: 1100px) {

    .clinic-hero__grid {
        grid-template-columns: 1fr;
    }

    .clinic-hero__visual {
        width: 100%;
        min-width: 0;
        min-height: 650px;

        max-width: 820px;
        margin: 0 auto;
    }

    .clinic-phone {
        top: 40px;
        left: 0;

        width: 290px;
    }

    .clinic-dashboard {
        top: 110px;
        left: 320px;

        width: 500px;
    }
}

/* ==========================================================
   CELULAR
========================================================== */

@media (max-width: 768px) {

    .clinic-hero .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .clinic-hero__visual {
        display: flex;
        flex-direction: column;
        align-items: center;

        min-height: auto;

        gap: 28px;
        padding-top: 35px;
    }

    .clinic-phone,
    .clinic-dashboard {
        position: relative;

        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .clinic-phone {
        width: min(315px, 82vw);

        order: 1;

        transform: rotate(-2deg);
    }

    .clinic-dashboard {
        width: 100%;
        max-width: 560px;

        order: 2;
    }
}

/* ==========================================================
   HERO LOJAS — IPHONE REAL + DASHBOARD SEM SOBREPOSIÇÃO
========================================================== */

/*
 * Permite que a composição avance pela lateral direita
 * sem ser cortada por containers internos.
 */
.store-hero,
.store-hero .container,
.store-hero__grid,
.store-hero__visual {
    overflow: visible;
}

/*
 * Dá mais largura ao Hero para acomodar:
 *
 * conteúdo | telefone | espaço | dashboard
 */
.store-hero .container {
    width: min(1480px, calc(100% - 48px));
    max-width: 1480px;
}

/* Grid principal do Hero */
.store-hero__grid {
    display: grid;

    grid-template-columns:
        minmax(470px, 0.88fr)
        minmax(800px, 1.12fr);

    align-items: center;

    gap: 42px;
}

/* Área visual que contém telefone e dashboard */
.store-hero__visual {
    position: relative;

    width: 100%;
    min-width: 800px;
    min-height: 650px;

    isolation: isolate;
}

/* ==========================================================
   IPHONE — MAIOR, NÍTIDO E LEVEMENTE INCLINADO
========================================================== */

.store-phone {
    position: absolute;

    top: 42px;
    left: 0;

    width: 320px;
    height: auto;

    padding: 0;
    margin: 0;

    background: transparent;
    border: 0;
    border-radius: 44px;

    box-shadow: none;
    overflow: visible;

    z-index: 3;

    /*
     * Apenas rotação.
     * Não usamos scale para não prejudicar a nitidez.
     */
    transform: rotate(-3deg);
    transform-origin: center center;

    filter:
        drop-shadow(0 36px 42px rgba(15, 23, 42, 0.24))
        drop-shadow(0 14px 20px rgba(15, 23, 42, 0.14));

    transition:
        transform 0.35s ease,
        filter 0.35s ease;
}

.store-phone:hover {
    transform: rotate(-2deg) translateY(-7px);

    filter:
        drop-shadow(0 46px 50px rgba(15, 23, 42, 0.28))
        drop-shadow(0 18px 24px rgba(15, 23, 42, 0.16));
}

/*
 * A imagem já contém toda a estrutura visual do iPhone.
 */
.store-phone__image {
    display: block;

    width: 100%;
    height: auto;

    max-width: none;

    object-fit: contain;

    border-radius: 44px;

    image-rendering: auto;
}

/* ==========================================================
   DASHBOARD — À DIREITA E SEM FICAR ATRÁS DO TELEFONE
========================================================== */

.store-dashboard {
    position: absolute;

    top: 105px;

    /*
     * Telefone ocupa 320px.
     * Dashboard começa em 365px.
     * Portanto existem 45px livres entre os dois.
     */
    left: 365px;
    right: auto;

    width: 560px;
    max-width: none;

    z-index: 1;

    transform: none;
}

/* ==========================================================
   CARDS FLUTUANTES
========================================================== */

.store-floating-card {
    position: absolute;
    z-index: 4;
}

/*
 * Novo pedido — próximo da parte superior do dashboard,
 * mas sem ficar em cima do telefone.
 */
.store-floating-card--order {
    top: 62px;
    left: 555px;
}

/*
 * Cliente recorrente — lateral direita inferior.
 */
.store-floating-card--customer {
    right: -105px;
    bottom: 62px;
}

/* ==========================================================
   NOTEBOOKS E TELAS MENORES
========================================================== */

@media (max-width: 1420px) {

    .store-hero .container {
        width: min(1320px, calc(100% - 40px));
    }

    .store-hero__grid {
        grid-template-columns:
            minmax(440px, 0.9fr)
            minmax(720px, 1.1fr);

        gap: 30px;
    }

    .store-hero__visual {
        min-width: 720px;
        min-height: 620px;
    }

    .store-phone {
        top: 50px;
        width: 295px;
    }

    .store-dashboard {
        top: 110px;

        left: 335px;

        width: 520px;
    }

    .store-floating-card--order {
        left: 500px;
    }

    .store-floating-card--customer {
        right: -70px;
    }
}

/* ==========================================================
   TELAS INTERMEDIÁRIAS
========================================================== */

@media (max-width: 1180px) {

    .store-hero__grid {
        grid-template-columns: 1fr;
    }

    .store-hero__content {
        max-width: 760px;
    }

    .store-hero__visual {
        width: 100%;
        min-width: 0;
        max-width: 900px;
        min-height: 650px;

        margin: 20px auto 0;
    }

    .store-phone {
        top: 35px;
        left: 0;

        width: 300px;
    }

    .store-dashboard {
        top: 110px;
        left: 345px;

        width: 540px;
    }

    .store-floating-card--order {
        top: 60px;
        left: 530px;
    }

    .store-floating-card--customer {
        right: -20px;
        bottom: 60px;
    }
}

/* ==========================================================
   TABLETS
========================================================== */

@media (max-width: 900px) {

    .store-hero__visual {
        max-width: 720px;
        min-height: 580px;
    }

    .store-phone {
        width: 260px;
    }

    .store-dashboard {
        top: 105px;
        left: 295px;

        width: 425px;
    }

    .store-floating-card--order {
        left: 430px;
    }

    .store-floating-card--customer {
        right: 0;
    }
}

/* ==========================================================
   CELULARES
========================================================== */

@media (max-width: 768px) {

    .store-hero .container {
        width: min(100% - 32px, 1480px);
    }

    .store-hero__visual {
        display: flex;
        flex-direction: column;
        align-items: center;

        width: 100%;
        min-height: auto;

        gap: 30px;

        padding-top: 32px;
    }

    .store-phone,
    .store-dashboard {
        position: relative;

        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .store-phone {
        width: min(315px, 82vw);

        order: 1;

        transform: rotate(-2deg);
    }

    .store-phone:hover {
        transform: rotate(-1deg) translateY(-5px);
    }

    .store-dashboard {
        width: 100%;
        max-width: 560px;

        order: 2;
    }

    /*
     * Os cards decorativos podem atrapalhar em telas pequenas.
     */
    .store-floating-card {
        display: none;
    }
}