.mobile-decision-section,
.mobile-proof-section,
.mobile-whatsapp-bar,
.mobile-category-helper,
.mobile-card-note,
.service-card-image,
.service-detail-mobile-media,
.service-detail-mobile-cta,
.service-detail-steps {
  display: none;
}

.sales-kicker {
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sales-cta-note {
  color: var(--muted-foreground);
  font-size: 0.9rem;
}

.conversion-product-card,
.service-sales-card,
.service-detail-main,
.service-detail-side {
  border-radius: 8px;
}

.service-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.service-hero-note {
  color: var(--muted-foreground);
  font-size: 0.9rem;
}

.service-card-result {
  align-items: flex-start;
  color: var(--foreground);
  display: flex;
  gap: 0.5rem;
  font-size: 0.88rem;
  line-height: 1.45;
}

.service-card-result svg {
  color: var(--secondary);
  flex: 0 0 auto;
  margin-top: 0.08rem;
}

.service-bottom-cta {
  align-items: center;
  background: #f4f8ff;
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding: 1.5rem;
}

.service-bottom-cta h2,
.service-detail-side h2 {
  color: var(--foreground);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.service-bottom-kicker {
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.service-detail-layout {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .service-detail-layout {
    align-items: start;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.8fr);
  }

  .service-detail-side {
    position: sticky;
    top: 6rem;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 5rem;
  }

  .sales-hero {
    padding-bottom: 2rem;
    padding-top: 1.5rem;
  }

  .sales-hero-title {
    font-size: 2.05rem;
    letter-spacing: 0;
    line-height: 1.08;
  }

  .sales-hero-subtitle {
    font-size: 1rem;
    line-height: 1.55;
  }

  .mobile-hero-media {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
    display: block;
    margin: 1rem 0 0.25rem;
    overflow: hidden;
    position: relative;
  }

  .mobile-hero-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .mobile-hero-badge {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(30, 58, 138, 0.14);
    border-radius: 8px;
    bottom: 0.75rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
    color: var(--foreground);
    left: 0.75rem;
    max-width: calc(100% - 1.5rem);
    padding: 0.75rem;
    position: absolute;
  }

  .mobile-hero-badge strong,
  .mobile-hero-badge span {
    display: block;
  }

  .mobile-hero-badge strong {
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .mobile-hero-badge span {
    color: var(--muted-foreground);
    font-size: 0.78rem;
    line-height: 1.35;
    margin-top: 0.2rem;
  }

  .sales-hero-actions a {
    min-height: 3rem;
    text-align: center;
    white-space: normal;
    width: 100%;
  }

  .sales-cta-note {
    background: #eefaf4;
    border-left: 3px solid var(--secondary);
    border-radius: 8px;
    color: var(--foreground);
    line-height: 1.45;
    padding: 0.75rem 0.85rem;
  }

  .sales-trust {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow-x: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    scrollbar-width: none;
  }

  .sales-trust::-webkit-scrollbar {
    display: none;
  }

  .sales-trust > div {
    border-radius: 999px;
    flex: 0 0 auto;
  }

  .mobile-decision-section {
    background: var(--background);
    display: block;
    padding: 1.25rem 0 1.75rem;
  }

  .mobile-section-heading {
    margin-bottom: 1rem;
  }

  .mobile-section-heading p {
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .mobile-section-heading h2 {
    color: var(--foreground);
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.18;
    margin-top: 0.25rem;
  }

  .mobile-decision-list {
    display: grid;
    gap: 0.75rem;
  }

  .mobile-decision-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    color: inherit;
    display: grid;
    gap: 0.75rem;
    grid-template-areas:
      "icon copy"
      "cta cta";
    grid-template-columns: 2.75rem minmax(0, 1fr);
    padding: 1rem;
  }

  .mobile-decision-icon {
    align-items: center;
    background: #eff6ff;
    border-radius: 8px;
    color: var(--primary);
    display: flex;
    grid-area: icon;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
  }

  .mobile-decision-copy {
    display: block;
    grid-area: copy;
    min-width: 0;
  }

  .mobile-decision-copy strong,
  .mobile-decision-copy span {
    display: block;
  }

  .mobile-decision-copy strong {
    color: var(--foreground);
    font-size: 0.98rem;
    line-height: 1.25;
  }

  .mobile-decision-copy span {
    color: var(--muted-foreground);
    font-size: 0.86rem;
    line-height: 1.45;
    margin-top: 0.3rem;
  }

  .mobile-decision-cta {
    align-items: center;
    color: var(--primary);
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 700;
    gap: 0.35rem;
    grid-area: cta;
  }

  .conversion-product-card {
    gap: 0;
    overflow: hidden;
    padding-top: 0;
  }

  .conversion-product-card > .relative {
    height: 13.75rem;
  }

  .mobile-card-note {
    background: #eefaf4;
    border: 1px solid rgba(21, 128, 61, 0.12);
    border-radius: 8px;
    color: var(--foreground);
    display: block;
    font-size: 0.82rem;
    line-height: 1.35;
    margin: 0 0 1rem;
    padding: 0.65rem 0.75rem;
  }

  .mobile-proof-section {
    background: var(--muted);
    display: block;
    padding: 1.5rem 0 2rem;
  }

  .mobile-proof-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-proof-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
  }

  .mobile-proof-item img {
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    width: 100%;
  }

  .mobile-proof-item figcaption {
    padding: 0.75rem;
  }

  .mobile-proof-item figcaption span,
  .mobile-proof-item figcaption strong {
    display: block;
  }

  .mobile-proof-item figcaption span {
    color: var(--primary);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .mobile-proof-item figcaption strong {
    color: var(--foreground);
    font-size: 0.86rem;
    letter-spacing: 0;
    line-height: 1.25;
    margin-top: 0.2rem;
  }

  .mobile-proof-cta {
    align-items: center;
    background: var(--primary);
    border-radius: 8px;
    color: var(--primary-foreground);
    display: flex;
    font-size: 0.95rem;
    font-weight: 700;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    text-align: center;
  }

  .product-category-hero {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
  }

  .product-category-hero h1 {
    font-size: 1.85rem;
    letter-spacing: 0;
    line-height: 1.12;
  }

  .product-category-hero .mt-6 {
    flex-wrap: nowrap;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow-x: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    scrollbar-width: none;
  }

  .product-category-hero .mt-6::-webkit-scrollbar {
    display: none;
  }

  .product-category-hero .mt-6 a {
    flex: 0 0 auto;
  }

  .mobile-category-helper {
    align-items: flex-start;
    background: #eefaf4;
    border: 1px solid rgba(21, 128, 61, 0.14);
    border-radius: 8px;
    color: var(--foreground);
    display: flex;
    font-size: 0.86rem;
    gap: 0.5rem;
    line-height: 1.4;
    margin-top: 1rem;
    padding: 0.75rem;
  }

  .mobile-category-helper svg {
    color: var(--secondary);
    flex: 0 0 auto;
    margin-top: 0.1rem;
  }

  .service-sales-hero,
  .service-detail-hero {
    padding-bottom: 1.5rem;
    padding-top: 1.75rem;
  }

  .service-sales-copy h1,
  .service-detail-hero h1 {
    font-size: 1.9rem;
    letter-spacing: 0;
    line-height: 1.12;
  }

  .service-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 0.75rem;
  }

  .service-hero-actions a {
    min-height: 3rem;
    white-space: normal;
    width: 100%;
  }

  .service-hero-note {
    background: #eefaf4;
    border-radius: 8px;
    color: var(--foreground);
    line-height: 1.4;
    padding: 0.75rem;
  }

  .service-sales-section,
  .service-detail-section {
    padding-top: 1.75rem;
  }

  .service-sales-card {
    gap: 0.85rem;
    overflow: hidden;
    padding: 0 0 1rem;
  }

  .service-card-image {
    aspect-ratio: 16 / 10;
    background: var(--muted);
    display: block;
    overflow: hidden;
  }

  .service-card-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .service-card-title,
  .service-sales-card > p {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .service-card-result {
    background: #f4f8ff;
    border: 1px solid rgba(30, 58, 138, 0.1);
    border-radius: 8px;
    margin: 0 1rem;
    padding: 0.7rem 0.75rem;
  }

  .service-bottom-cta {
    display: block;
    margin-top: 1.25rem;
    padding: 1rem;
  }

  .service-bottom-cta a {
    margin-top: 1rem;
    min-height: 3rem;
    width: 100%;
  }

  .service-detail-layout {
    display: block;
  }

  .service-detail-main,
  .service-detail-side {
    padding: 1rem;
  }

  .service-detail-side {
    margin-top: 1rem;
  }

  .service-detail-mobile-media {
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    display: block;
    margin-top: 1rem;
    overflow: hidden;
  }

  .service-detail-mobile-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .service-detail-mobile-cta {
    align-items: center;
    background: var(--primary);
    border-radius: 8px;
    color: var(--primary-foreground);
    display: flex;
    font-size: 0.95rem;
    font-weight: 700;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 0.75rem 1rem;
  }

  .service-detail-steps {
    display: grid;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .service-detail-steps span {
    background: #f4f8ff;
    border: 1px solid rgba(30, 58, 138, 0.1);
    border-radius: 8px;
    color: var(--foreground);
    font-size: 0.86rem;
    font-weight: 700;
    padding: 0.65rem 0.75rem;
  }

  .floating-whatsapp-button,
  [data-float-whatsapp-panel] {
    display: none !important;
  }

  .mobile-whatsapp-bar {
    align-items: center;
    background: var(--primary);
    border-radius: 8px;
    bottom: 0.75rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.24);
    color: var(--primary-foreground);
    display: flex;
    font-size: 0.95rem;
    font-weight: 800;
    gap: 0.5rem;
    justify-content: center;
    left: 0.75rem;
    min-height: 3.5rem;
    padding: 0.85rem 1rem;
    position: fixed;
    right: 0.75rem;
    text-align: center;
    z-index: 60;
  }
}

@media (max-width: 374px) {
  .sales-hero-title {
    font-size: 1.85rem;
  }

  .mobile-proof-grid {
    grid-template-columns: 1fr;
  }

  .product-category-hero h1,
  .service-sales-copy h1,
  .service-detail-hero h1 {
    font-size: 1.72rem;
  }
}
