/*
Theme Name: Shine Up Wipes
Theme URI: https://shineupwipes.com
Author: Shine Up Wipes
Author URI: https://shineupwipes.com
Description: Custom WordPress theme for Shine Up Wipes - Professional Balloon Shine Solution
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shineup-wipes
Tags: one-page, custom-background, custom-colors, custom-menu, e-commerce
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Lato:wght@400;500;600&family=Poppins:wght@500;600;700;800&display=swap');

:root {
  --color-primary: #FF6B6B;
  --color-primary-dark: #FF4242;
  --color-secondary: #10B981;
  --color-gray-50: #F9FAFB;
  --color-gray-100: #F3F4F6;
  --color-gray-200: #E5E7EB;
  --color-gray-600: #4B5563;
  --color-gray-700: #374151;
  --color-gray-800: #1F2937;
  --color-gray-900: #111827;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

body,
p,
span,
li,
input,
textarea,
button {
  font-family: 'Lato', 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero__title,
.section-heading h2,
.order__subheading,
.btn-primary,
.btn-secondary,
.navbar__link,
.contact__info h3,
.b2b__card h3,
.b2b__cta button {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

/* Typography */
body {
  font-family: 'Inter', sans-serif;
  color: var(--color-gray-800);
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  color: #111827;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
}

h1 {
  font-size: clamp(2.5rem, 8vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
}

h2 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

p {
  font-size: 1.125rem;
  color: #4b5563;
  margin-bottom: 1.25rem;
}

/* Global Section Style */
section {
  padding: 100px 0;
}

.section-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-heading {
  text-align: center;
  margin-bottom: 4rem;
}

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

.section-heading p {
  font-size: 1.25rem;
  color: #6b7280;
  max-width: 800px;
  margin: 0 auto;
}

p.subtitle {
  font-size: 1.25rem;
  color: #6b7280;
  margin-bottom: 2rem;
}

/* Hero Section */
.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 2rem;
  background: linear-gradient(135deg, #fdf2f2, #ffffff);
}

.hero__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  width: 100%;
  max-width: 1280px;
  align-items: center;
}

.hero__content {
  text-align: left;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 107, 107, 0.12);
  border-radius: 999px;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.hero__badge .shineup-svg-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.hero__title {
  font-size: 4rem;
  font-weight: 900;
  color: #111827;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 1.25rem;
}

.hero__subtitle {
  font-size: 1.5rem;
  color: #4b5563;
  line-height: 1.6;
  margin: 0 auto 2.5rem;
  max-width: 900px;
}

.hero__actions {
  display: flex;
  justify-content: flex-start;
  gap: 1.25rem;
}

.hero__btn {
  min-width: 200px;
}

.hero__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact__icon svg,
.contact__icon .shineup-svg-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.hero__image {
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(255, 107, 107, 0.25);
  display: block;
  overflow: hidden;
}

.hero__image-placeholder {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 3 / 4;
  border-radius: 28px;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.3), rgba(255, 107, 107, 0.15));
  border: 1px dashed rgba(255, 107, 107, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(15, 23, 42, 0.7);
  font-weight: 600;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.hero__image-glow {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 107, 0.35), transparent 70%);
  filter: blur(30px);
  opacity: 0.6;
}

.hero__image-placeholder p {
  position: relative;
  z-index: 1;
  color: #1f2937;
  margin-bottom: 0;
}

/* Icon Marquee Slider */
.icon-marquee {
  padding: 70px 0;
  background: #ffffff;
  overflow: hidden;
}

.icon-marquee__viewport {
  overflow: hidden;
  position: relative;
}

.icon-marquee__viewport::before,
.icon-marquee__viewport::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  pointer-events: none;
  z-index: 1;
}

.icon-marquee__viewport::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.icon-marquee__viewport::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.icon-marquee__track {
  display: inline-flex;
  gap: 2.5rem;
  animation: iconMarquee 35s linear infinite;
  will-change: transform;
  min-width: max-content;
}

.icon-marquee__item {
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.icon-marquee__icon svg,
.icon-marquee__icon .shineup-svg-icon {
  width: 90px;
  height: 90px;
  color: var(--color-primary);
  filter: drop-shadow(0 15px 30px rgba(255, 107, 107, 0.15));
}

.icon-marquee__label {
  font-weight: 600;
  color: #1f2937;
  font-size: 1.1rem;
  margin-bottom: 0;
}

@keyframes iconMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* About / Video Section */
.about {
  background: white;
  padding: 80px 0;
}

.about__video-container {
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 1.5rem;
  overflow: hidden;
  background: #000;
}

.about__video-container iframe {
  border-radius: 1.5rem;
}

@media (max-width: 768px) {
  .about__video-container {
    margin: 0 1.25rem;
    border-radius: 1rem;
  }

  .about__video-container iframe {
    border-radius: 1rem;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Buttons */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #FF6B6B;
  color: white;
  font-weight: 600;
  border-radius: 0.75rem;
  padding: 1rem 2rem;
  text-align: center;
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 200ms ease;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
}

.btn-primary:hover {
  background-color: #FF4242;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 2px solid #FF6B6B;
  color: #FF6B6B;
  font-weight: 600;
  border-radius: 0.75rem;
  padding: 1rem 2rem;
  text-align: center;
  cursor: pointer;
  background-color: white;
  transition: all 200ms ease;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.btn-secondary:hover {
  background-color: #FF6B6B;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.btn-primary svg,
.btn-primary .shineup-svg-icon,
.btn-secondary svg,
.btn-secondary .shineup-svg-icon,
.product-card__btn svg,
.product-card__btn .shineup-svg-icon,
.contact__submit svg,
.contact__submit .shineup-svg-icon,
.modal__submit svg,
.modal__submit .shineup-svg-icon,
.b2b__cta button svg,
.b2b__cta button .shineup-svg-icon {
  width: 20px;
  height: 20px;
  display: block;
}

/* Cards */
.card {
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  padding: 2rem;
  border: 1px solid #E5E7EB;
  transition: all 300ms ease;
}

.card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
}

.card-featured {
  border: 2px solid #FF6B6B;
}

.navbar__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.hamburger span {
  width: 100%;
  height: 3px;
  background-color: var(--color-gray-800);
  border-radius: 10px;
  transition: all 0.3s linear;
  position: relative;
  transform-origin: 1px;
}

.hamburger--active span:first-child {
  transform: rotate(45deg);
}

.hamburger--active span:nth-child(2) {
  opacity: 0;
  transform: translateX(20px);
}

.hamburger--active span:last-child {
  transform: rotate(-45deg);
}

/* Navbar Updates */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.navbar__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.navbar__logo {
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--color-primary);
  text-decoration: none;
  display: flex;
  align-items: center;
}

.navbar__logo img,
.site-logo,
.custom-logo {
  max-width: min(220px, 40vw);
  max-height: 72px;
  height: auto;
  width: auto;
  display: block;
  object-fit: contain;
}

.navbar__links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
  justify-content: center;
}

.navbar__link {
  color: var(--color-gray-700);
  font-weight: 600;
  text-decoration: none;
  transition: color 150ms ease;
}

.navbar__link:hover {
  color: var(--color-primary);
}

.navbar__cta {
  margin-left: auto;
}


/* Comparison Section */
.comparison {
  background: white;
}

.comparison__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}

.panel {
  padding: 2.5rem;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.panel--problem {
  background: #FEF2F2;
  border: 1px solid #FEE2E2;
}

.panel--solution {
  background: #F0FDF4;
  border: 1px solid #DCFCE7;
}

.panel__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.panel__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel__icon svg,
.panel__icon .shineup-svg-icon {
  width: 1.75rem;
  height: 1.75rem;
  display: block;
}

.panel__icon--problem {
  background: #FEE2E2;
  color: #EF4444;
}

.panel__icon--solution {
  background: #DCFCE7;
  color: #22C55E;
}

.panel__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.panel__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.panel__item-icon {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  margin-top: 0.25rem;
  color: #EF4444;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel__item-icon svg,
.panel__item-icon .shineup-svg-icon {
  width: 1.1rem;
  height: 1.1rem;
  min-width: 1.1rem;
}

.panel__item-icon--solution {
  color: #22C55E;
}

.panel__item p {
  color: #374151;
  font-weight: 500;
  margin-bottom: 0;
}

.comparison__stats {
  text-align: center;
}

.comparison__stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.stat {
  padding: 1.5rem;
}

.stat__value {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--color-primary);
  margin-bottom: 0.5rem;
}

.usp {
  background: white;
}

.usp__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

.usp__card {
  text-align: center;
}

.usp__icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.usp__icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #a855f7, #ec4899);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.usp__icon svg,
.usp__icon img {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
  color: inherit;
  stroke-width: 2;
  display: block;
  margin: 0 auto;
}

.usp__icon svg.shineup-svg-icon {
  width: 2rem !important;
  height: 2rem !important;
}

.usp__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.5rem;
}

.usp__subtitle {
  font-size: 0.9375rem; /* 15px */
  font-style: italic;
  color: #6b7280;
  margin-bottom: 0.75rem;
}

.usp__description {
  font-size: 1rem; /* 16px */
  color: #4b5563;
  line-height: 1.5;
}

.how {
  background: #f8fafc;
}

.how__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.how__card {
  text-align: center;
  padding: 2rem;
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.how__number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ff6b6b, #ff4242);
  color: white;
  font-size: 2rem;
  font-weight: 800;
}

.how__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 107, 107, 0.12);
  color: var(--color-primary);
}

.how__card h3 {
  font-size: 1.35rem;
  font-weight: 800;
}

.how__card p {
  color: #4b5563;
}

.products {
  background: white;
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-card {
  position: relative;
  height: 100%;
}

.product-card--featured {
  border: 2px solid var(--color-primary);
}

.product-card__badge {
  position: absolute;
  top: -0.75rem;
  right: 1rem;
  background: var(--color-primary);
  color: white;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.85rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.product-card__badge svg,
.product-card__badge .shineup-svg-icon {
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
}

.product-card__body {
  display: grid;
  gap: 0.75rem;
}

.product-card__body h3 {
  font-size: 1.5rem;
  font-weight: 800;
}

.product-card__body p {
  color: #4b5563;
}

.product-card__price {
  font-size: 2rem;
  font-weight: 900;
  color: var(--color-primary);
}

.product-card__btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.product-card__btn svg,
.product-card__btn .shineup-svg-icon {
  width: 1.1rem;
  height: 1.1rem;
}

.b2b__cta svg,
.b2b__cta .shineup-svg-icon {
  width: 0.95rem;
  height: 0.95rem;
}

.products__note {
  text-align: center;
  margin-top: 2rem;
  color: #6b7280;
}

/* Product Specs */
.product-specs {
  margin-top: 4rem;
  background: #f9fafb;
  border-radius: 1.5rem;
  padding: 2rem;
}

.product-specs__title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 1.5rem;
  text-align: center;
}

.product-specs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1024px;
  margin: 0 auto;
}

.product-specs__item {
  text-align: center;
}

.product-specs__label {
  font-size: 0.9375rem; /* 15px */
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.product-specs__value {
  font-weight: 700;
  color: #111827;
}

/* Order Section */
.order {
  background: #f8fafc;
}

.order__grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 4rem;
  max-width: 1280px;
  margin: 0 auto;
  align-items: start;
}

.order__selection {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.order__subheading {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.order__options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.order__option {
  display: block;
  padding: 1.25rem;
  border: 2px solid #e5e7eb;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.order__option:hover {
  border-color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.1);
}

.order__option input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.order__option:has(input[type="radio"]:checked) {
  border-color: var(--color-primary);
  background: rgba(255, 107, 107, 0.02);
}

.order__option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
}

.order__option-name {
  font-weight: 700;
  color: #111827;
}

.order__option-price {
  font-weight: 800;
  color: var(--color-primary);
  font-size: 1.125rem;
}

.order__option-unit {
  font-size: 0.9375rem; /* 15px */
  color: #6b7280;
}

.order__qty-wrapper {
  margin: 1rem 0;
}

.order__label {
  display: block;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.order__qty {
  display: inline-flex;
  align-items: center;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
}

.order__qty-btn {
  width: 3rem;
  height: 3rem;
  border: none;
  background: none;
  font-size: 1.25rem;
  cursor: pointer;
  color: #4b5563;
  transition: background 0.2s;
}

.order__qty-btn:hover {
  background: #f9fafb;
}

.order__qty input {
  width: 3.5rem;
  text-align: center;
  border: none;
  font-weight: 700;
  font-size: 1.125rem;
  color: #111827;
}

.order__summary {
  background: #f9fafb;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  margin-top: 1.5rem;
}

.order__summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  color: #4b5563;
}

.order__summary-row--border {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1rem;
}

.order__summary-total {
  display: flex;
  justify-content: space-between;
  font-weight: 900;
  font-size: 1.5rem;
  color: #111827;
}

.order__form {
  display: grid;
  gap: 1rem;
}

.order__input,
.order__textarea {
  width: 100%;
  border: 2px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.order__input:focus,
.order__textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.2);
}

.order__submit {
  width: 100%;
  margin-top: 0.5rem;
}

.order__legal {
  text-align: center;
  color: #6b7280;
  font-size: 0.85rem;
  margin-top: 1rem;
}

.contact__submit svg,
.modal__submit svg,
.modal__submit .shineup-svg-icon {
  width: 1.1rem;
  height: 1.1rem;
}

.order__success {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid rgba(16, 185, 129, 0.4);
  background: rgba(16, 185, 129, 0.08);
  border-radius: 1rem;
  padding: 2rem;
}

.order__success-check {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.order__success h3 {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #0f9f6e;
}

.order__b2b-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(168, 85, 247, 0.05);
  border-radius: 0.75rem;
}

.order__b2b-checkbox input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  cursor: pointer;
}

.order__b2b-checkbox label {
  font-size: 0.9375rem; /* 15px */
  color: #374151;
  cursor: pointer;
}

/* B2B Section */
.b2b {
  background: linear-gradient(90deg, rgba(255, 107, 107, 0.08), rgba(16, 185, 129, 0.08));
}

.b2b__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.b2b__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1rem;
  background: white;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
  color: var(--color-primary);
}

.b2b__inner h2 {
  margin: 1.5rem 0;
}

.b2b__inner p {
  font-size: 1.1rem;
  color: #4b5563;
}

.b2b__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2rem 0 3rem;
}

.b2b__card {
  background: white;
  border-radius: 0.9rem;
  padding: 1.5rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  text-align: center;
  color: #111827;
}

.b2b__contact {
  color: #374151;
  margin-bottom: 1rem;
}

.b2b__cta {
  text-align: center;
  margin-top: 2rem;
}

.b2b__icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal--active {
  display: flex;
}

/* Next.js modal classes (non-BEM) */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
}

.modal-content {
  background: white;
  border-radius: 1rem;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2rem;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: #6b7280;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition: background 150ms ease, color 150ms ease;
}

.modal-close:hover {
  background: #f3f4f6;
  color: #111827;
}

.modal-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.5rem;
}

.modal-subtitle {
  color: #6b7280;
  margin-bottom: 1.5rem;
}

/* BEM modal classes */
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.modal__content {
  background: white;
  border-radius: 1rem;
  max-width: 500px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 2rem;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  z-index: 1001;
}

.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #6b7280;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition: background 150ms ease;
}

.modal__close:hover {
  background: #f3f4f6;
}

.modal__header {
  margin-bottom: 1.5rem;
}

.modal__header h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.5rem;
}

.modal__header p {
  color: #6b7280;
}

.modal__form {
  display: grid;
  gap: 1rem;
}

.modal__submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.modal-label {
  display: block;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem; /* 15px */
}

.modal-input,
.modal-textarea {
  width: 100%;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 1rem;
  transition: border-color 150ms ease;
}

.modal-input:focus,
.modal-textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1);
}

.modal-submit {
  width: 100%;
  margin-top: 0.5rem;
}

.modal-success {
  text-align: center;
  padding: 2rem 0;
}

.modal-success-icon {
  width: 4rem;
  height: 4rem;
  background: #10b981;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1rem;
}

.modal-success h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.5rem;
}

.modal-success p {
  color: #6b7280;
}

/* Contact Section */
.contact {
  background: white;
}

.contact__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.contact__info {
  text-align: left;
}

.contact__info h2 {
  line-height: 1.1;
}

.contact__info .subtitle {
  font-size: 1.25rem;
  color: #6b7280;
  margin-bottom: 3rem;
  display: block;
}

.contact__details {
  display: grid;
  gap: 2rem;
}

.contact__info-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.contact__icon {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(255, 107, 107, 0.1);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  flex-shrink: 0;
}

.contact__info-item h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.25rem;
}

.contact__info-item p, 
.contact__info-item a {
  font-size: 1.125rem;
  color: #4b5563;
  text-decoration: none;
  margin: 0;
}

.contact__info-item a:hover {
  color: var(--color-primary);
}

.contact__form {
  background: white;
  border: 1px solid #E5E7EB;
  border-radius: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  display: grid;
  gap: 1.5rem;
}

.contact__submit {
  width: 100%;
}

.contact__success {
  background: white;
  border: 2px solid rgba(16, 185, 129, 0.3);
  border-radius: 1rem;
  padding: 3rem 2rem;
  text-align: center;
}

.contact__success-icon {
  width: 4rem;
  height: 4rem;
  background: #10b981;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1rem;
}

.contact__success h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.5rem;
}

.contact__success p {
  color: #6b7280;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  font-weight: 600;
  color: #374151;
  font-size: 0.9375rem; /* 15px */
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  transition: all 200ms ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #FF6B6B;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.form-message {
  padding: 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
}

.form-message--success {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #10b981;
}

.form-message--error {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #ef4444;
}

/* Footer */
.footer {
  background: #0f172a;
  color: #e5e7eb;
  padding: 4rem 1.5rem 3rem;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.footer__logo {
  margin-bottom: 1.5rem;
}

.footer-logo {
  max-width: 150px;
  height: auto;
  display: block;
}

.footer__block h3 {
  font-size: 1.75rem;
  color: var(--color-primary);
  margin-bottom: 0.75rem;
}

.footer__block h4 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: white;
}

.footer__block p,
.footer__block ul {
  color: #cbd5e1;
}

.footer__block ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.footer__block a {
  color: #cbd5e1;
  text-decoration: none;
}

.footer__block a:hover {
  color: var(--color-primary);
}

.footer__social {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.footer__social a svg {
  width: 20px;
  height: 20px;
  color: #cbd5e1;
}

.footer__contact {
  display: grid;
  gap: 0.5rem;
}

.footer__contact div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer__bottom {
  border-top: 1px solid #1f2937;
  padding-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  color: #94a3b8;
}

.footer__links {
  display: flex;
  gap: 1.25rem;
}

.footer__links a {
  color: #94a3b8;
  text-decoration: none;
}

.footer__links a:hover {
  color: var(--color-primary);
}

.footer__nixo a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 150ms ease;
}

.footer__nixo a:hover {
  color: var(--color-primary);
}

/* Responsive Design */
@media (max-width: 1024px) {
  section {
    padding: 60px 1.5rem;
  }

  .hero {
    padding: 100px 1.5rem;
    min-height: auto;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero__content {
    text-align: center;
  }

  .hero__actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero__media {
    justify-content: center;
  }

  .hero__image,
  .hero__image-placeholder {
    margin: 0 auto;
    max-width: 380px;
  }

  .hamburger {
    display: flex;
  }

  .navbar__links {
    display: flex;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 400px;
    height: 100vh;
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    transition: right 0.3s ease-in-out;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .navbar__links--active {
    right: 0;
  }

  .navbar__link {
    font-size: 1.25rem;
  }

  .navbar__cta {
    display: none;
  }

  .comparison__grid,
  .comparison__stats-grid,
  .usp__grid,
  .how__grid,
  .products__grid,
  .order__grid,
  .b2b__grid,
  .contact__container,
  .footer__grid,
  .order__row,
  .form-row,
  .product-specs__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .footer__links {
    justify-content: center;
  }

  .contact__container {
    gap: 3rem;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 80px 1.5rem;
    min-height: auto;
  }

  .hero__title {
    font-size: clamp(2.5rem, 10vw, 3rem);
  }

  .hero__actions {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .hero__btn {
    width: 100%;
    min-width: 0;
  }

  .hero__badge {
    width: 100%;
    justify-content: center;
  }

  .hero__subtitle {
    max-width: 100%;
    font-size: 1.25rem;
  }

  .hero__image,
  .hero__image-placeholder {
    max-width: 300px;
  }

  .section-shell {
    padding: 0;
  }
}

/* ============================================
   Scroll to Top Button
   ============================================ */
#scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

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

#scroll-to-top svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  #scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }
  
  #scroll-to-top svg {
    width: 20px;
    height: 20px;
  }
}
