
:root {
  --primary: #1877f2!important;
  --primary-dark: #0c63d4!important;
  --primary-light: #4a9ff5!important;
  --gradient-primary: linear-gradient(135deg, #1877f2 0%, #0c63d4 100%);
  --gradient-hero: linear-gradient(135deg, rgba(24, 119, 242, 0.9) 0%, rgba(12, 99, 212, 0.95) 100%);
  --gradient-light: linear-gradient(135deg, rgba(24, 119, 242, 0.08) 0%, rgba(12, 99, 212, 0.08) 100%);
  --shadow-colored: 0 8px 24px rgba(24, 119, 242, 0.22);
  --accent: #caebbb;
  --accent-light: #b0d1a1;
  --light-bg: #d8eecf;
  --cream: #b0d1a1;
}

.hero-section {
  background: linear-gradient(145deg, rgba(24, 119, 242, 0.05) 0%, rgba(24, 119, 242, 0.2) 45%, rgba(12, 99, 212, 0.16) 100%);
}

.btn-primary {
  color: #fff !important;
}

.feature-card::before {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.06), rgba(12, 99, 212, 0.04));
}

.feature-card {
  border: 2px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(135deg, rgba(24, 119, 242, 0.18), rgba(12, 99, 212, 0.18));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.hero-badge {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.12) 0%, rgba(24, 119, 242, 0.05) 100%);
  border: 1px solid rgba(24, 119, 242, 0.35);
}

.hero-bg-pattern {
  background-image: radial-gradient(circle at 18% 45%, rgba(24, 119, 242, 0.14) 0%, transparent 55%), radial-gradient(circle at 82% 75%, rgba(12, 99, 212, 0.12) 0%, transparent 60%), radial-gradient(circle at 48% 12%, rgba(12, 99, 212, 0.1) 0%, transparent 45%)!important;
}

.product-option input:checked + .product-card {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08) 0%, rgba(24, 119, 242, 0.04) 100%)!important;
  box-shadow: 0 0 0 3px rgba(24, 119, 242, 0.12)!important;
}

.trust-section {
  background: linear-gradient(135deg, var(--cream) 0%, var(--accent-light) 100%);
  border-top: 1px solid rgba(24, 119, 242, 0.12);
}

.price-highlight {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(24, 119, 242, 0.04));
  border: 1px solid rgba(24, 119, 242, 0.25);
}

.page-header {
  background: linear-gradient(135deg, #1877f2 0%, #0c63d4 50%, #4a9ff5 100%);
}

.form-control:focus {
  border-color: #4a9ff5;
  box-shadow: 0 0 0 3px rgba(24, 119, 242, 0.15);
}

.btn-calculate:hover:not(:disabled) {
  box-shadow: 0 12px 32px rgba(24, 119, 242, 0.35);
}

.btn-order:hover {
  box-shadow: 0 12px 32px rgba(24, 119, 242, 0.3);
}

.order-summary-box {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.06), rgba(24, 119, 242, 0.03));
  border: 1px solid rgba(24, 119, 242, 0.18);
}

.btn-primary::before {
  background: linear-gradient(135deg, rgba(#1877f2, 0.15) 0%, rgba(#1877f2, 0) 100%);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(24, 119, 242, 0.3);
}


.header-logo {
    width:320px;
}

.footer-logo {
    width:250px;
}


@media only screen and (max-width: 767px) {
  .header-logo {
    width:220px;
  }

  .footer-logo {
    width:190px;
  }

  .result-total {
    display: block;
  }

  .price-highlight {
    background: none;
    border: none;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
    width: auto;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logo {
    width:210px;
  }

  .footer-logo {
    width:180px;
  }

  .result-total {
    display: block;
  }

  .price-highlight {
    background: none;
    border: none;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 15px;
    width: auto;
  }
}

.cookie-btn {
  font-weight: 400;
}

.footer-method-section h4 {
  color: #fff;
}


.product-icon.bio {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: #fff;
}

.product-badge.eco {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: #fff;
  font-size: 0.65rem;
  padding: 2px 8px;
  border-radius: 10px;
  margin-top: 4px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-option input[value="bio"]:checked + .product-card {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, rgba(5, 150, 105, 0.04) 100%) !important;
  border-color: #10B981 !important;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.12) !important;
}


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

@media (max-width: 768px) {
  .product-selector {
    grid-template-columns: 1fr;
  }
}


.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.85) 0%, rgba(12, 99, 212, 0.9) 100%);
  z-index: 1;
}

.hero-bg-pattern {
  z-index: 2;
}

.hero-container {
  position: relative;
  z-index: 3;
}


.hero-title,
.hero-subtitle,
.hero-badge,
.stat-value,
.stat-label {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gradient-text {
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.delivery-method-selector {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .delivery-method-selector {
    grid-template-columns: 1fr;
  }
}

.delivery-option {
  cursor: pointer;
}

.delivery-option input {
  display: none;
}

.delivery-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  transition: all 0.2s ease;
  text-align: center;
}

.delivery-card:hover {
  border-color: #4a9ff5;
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.1);
}

.delivery-option input:checked + .delivery-card {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08) 0%, rgba(24, 119, 242, 0.04) 100%);
  border-color: #1877f2;
  box-shadow: 0 0 0 3px rgba(24, 119, 242, 0.12);
}

.delivery-card.express {
  border-color: #F59E0B;
}

.delivery-option input:checked + .delivery-card.express {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.08) 0%, rgba(245, 158, 11, 0.04) 100%);
  border-color: #F59E0B;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15);
}

.delivery-badge {
  position: absolute;
  top: -10px;
  right: 12px;
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.delivery-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.1) 0%, rgba(12, 99, 212, 0.05) 100%);
  border-radius: 12px;
  margin-bottom: 12px;
  color: #1877f2;
}

.delivery-card.express .delivery-icon {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(217, 119, 6, 0.08) 100%);
  color: #D97706;
}

.delivery-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.delivery-name {
  font-weight: 600;
  color: #111827;
  font-size: 1rem;
}

.delivery-time {
  font-size: 0.85rem;
  color: #6b7280;
}

.delivery-price {
  font-weight: 700;
  color: #111827;
  margin-top: 4px;
}

.delivery-price.free {
  color: #10B981;
}

.delivery-check {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  background: #1877f2;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.delivery-option input:checked + .delivery-card .delivery-check {
  display: flex;
}

.delivery-option input:checked + .delivery-card.express .delivery-check {
  background: #F59E0B;
}




.new-hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  overflow: hidden;
  padding: 120px 0 80px;
}


.new-hero.has-bg-image {
  background: #0c1929;
}

.new-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}


.hero-bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.65;
  transform: scale(1.02);
  transition: transform 8s ease-out, opacity 0.5s ease;
}

.new-hero:hover .hero-bg-image {
  transform: scale(1.0);
}


.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: 
    
    linear-gradient(90deg, 
      rgba(12, 25, 41, 0.92) 0%, 
      rgba(12, 25, 41, 0.85) 30%,
      rgba(12, 25, 41, 0.6) 55%,
      rgba(12, 25, 41, 0.4) 75%,
      rgba(12, 25, 41, 0.3) 100%),
    
    linear-gradient(180deg,
      rgba(12, 25, 41, 0.2) 0%,
      rgba(12, 25, 41, 0.1) 50%,
      rgba(12, 25, 41, 0.5) 100%),
    
    linear-gradient(135deg,
      rgba(24, 119, 242, 0.15) 0%,
      rgba(12, 99, 212, 0.1) 100%);
  z-index: 1;
}


.new-hero.has-bg-image .hero-gradient-orb {
  opacity: 0.25;
  mix-blend-mode: screen;
}

.hero-gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  z-index: 2;
}

.orb-1 {
  width: 600px;
  height: 600px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.4), rgba(12, 99, 212, 0.2));
  top: -200px;
  right: -100px;
}

.orb-2 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.3), rgba(16, 185, 129, 0.2));
  bottom: -100px;
  left: -100px;
}

.orb-3 {
  width: 300px;
  height: 300px;
  background: rgba(24, 119, 242, 0.15);
  top: 50%;
  left: 30%;
}

.new-hero-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 1100px) {
  .new-hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  
  
  .hero-calculator-wrap {
    order: -1;
  }
  
  .new-hero {
    padding: 100px 0 60px;
  }
  
  
  .hero-bg-overlay {
    background: 
      linear-gradient(180deg, 
        rgba(12, 25, 41, 0.88) 0%, 
        rgba(12, 25, 41, 0.75) 30%,
        rgba(12, 25, 41, 0.7) 60%,
        rgba(12, 25, 41, 0.85) 100%),
      linear-gradient(135deg,
        rgba(24, 119, 242, 0.12) 0%,
        rgba(12, 99, 212, 0.08) 100%);
  }
}


.hero-text-block {
  max-width: 600px;
}


.new-hero.has-bg-image .hero-tag {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.new-hero.has-bg-image .tag-dot {
  background: #4a9ff5;
  box-shadow: 0 0 12px rgba(24, 119, 242, 0.6);
}

.new-hero.has-bg-image .hero-headline {
  color: white;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.new-hero.has-bg-image .text-accent {
  background: linear-gradient(135deg, #4a9ff5, #1877f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.new-hero.has-bg-image .hero-description {
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.new-hero.has-bg-image .benefit-item {
  color: rgba(255, 255, 255, 0.9);
}

.new-hero.has-bg-image .benefit-icon {
  background: rgba(24, 119, 242, 0.25);
  border-color: rgba(24, 119, 242, 0.4);
  color: #4a9ff5;
  box-shadow: 0 0 20px rgba(24, 119, 242, 0.2);
}

.new-hero.has-bg-image .cta-primary {
  background: linear-gradient(135deg, #1877f2 0%, #0c63d4 100%);
  box-shadow: 0 4px 30px rgba(24, 119, 242, 0.4), 0 0 50px rgba(24, 119, 242, 0.15);
}

.new-hero.has-bg-image .cta-primary:hover {
  box-shadow: 0 8px 40px rgba(24, 119, 242, 0.5), 0 0 60px rgba(24, 119, 242, 0.25);
}

.new-hero.has-bg-image .cta-ghost {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.new-hero.has-bg-image .cta-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
}


.new-hero.has-bg-image .swift-calc {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 
    0 25px 80px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 100px rgba(24, 119, 242, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(24, 119, 242, 0.1);
  border: 1px solid rgba(24, 119, 242, 0.2);
  color: #1877f2;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.tag-dot {
  width: 8px;
  height: 8px;
  background: #1877f2;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

.hero-headline {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  color: #0f172a;
  margin-bottom: 24px;
}

.text-accent {
  background: linear-gradient(135deg, #1877f2, #0c63d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-description {
  font-size: 1.15rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 32px;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #334155;
}

.benefit-icon {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon svg {
  width: 14px;
  height: 14px;
  color: white;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #1877f2, #0c63d4);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(24, 119, 242, 0.3);
}

.cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(24, 119, 242, 0.4);
}

.cta-primary svg {
  width: 20px;
  height: 20px;
}

.cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  font-size: 1rem;
  font-weight: 500;
  padding: 16px 24px;
  text-decoration: none;
  transition: color 0.2s;
}

.cta-ghost:hover {
  color: #1877f2;
}


.hero-calculator-wrap {
  position: relative;
}

.calc-card {
  background: white;
  border-radius: 24px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.calc-header {
  background: linear-gradient(135deg, #1877f2, #0c63d4);
  padding: 28px 32px;
  color: white;
}

.calc-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.calc-title-row h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.live-badge {
  background: rgba(255,255,255,0.2);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 1px;
}

.calc-header p {
  margin: 0;
  opacity: 0.9;
  font-size: 0.95rem;
}

.calc-form {
  padding: 28px 32px;
}

.calc-step {
  margin-bottom: 28px;
}

.step-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


.product-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.product-tab {
  cursor: pointer;
}

.product-tab input { display: none; }

.tab-content {
  position: relative;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
  transition: all 0.2s ease;
}

.product-tab input:checked + .tab-content {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(12, 99, 212, 0.04));
  border-color: #1877f2;
  box-shadow: 0 0 0 3px rgba(24, 119, 242, 0.1);
}

.product-tab.eco input:checked + .tab-content {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(5, 150, 105, 0.04));
  border-color: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.tab-badge {
  position: absolute;
  top: -8px;
  right: 8px;
  background: #1877f2;
  color: white;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  text-transform: uppercase;
}

.tab-badge.eco {
  background: #10b981;
}

.tab-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.tab-details strong {
  display: block;
  font-size: 0.9rem;
  color: #1e293b;
  margin-bottom: 2px;
}

.tab-price {
  font-size: 0.8rem;
  color: #64748b;
}


.amount-control {
  background: #f8fafc;
  border-radius: 16px;
  padding: 20px;
}

.amount-display {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

.amount-display input {
  width: 120px;
  font-size: 2rem;
  font-weight: 700;
  color: #1877f2;
  text-align: center;
  border: none;
  background: transparent;
  outline: none;
}

.amount-unit {
  font-size: 1.2rem;
  font-weight: 500;
  color: #64748b;
}

.styled-slider {
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
  appearance: none;
  background: #e2e8f0;
  border-radius: 4px;
  outline: none;
}

.styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: #1877f2;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(24, 119, 242, 0.3);
  transition: transform 0.2s;
}

.styled-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

.slider-range {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 0.8rem;
  color: #94a3b8;
}


.postcode-field {
  position: relative;
  display: flex;
  align-items: center;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.2s;
}

.postcode-field:focus-within {
  border-color: #1877f2;
  box-shadow: 0 0 0 3px rgba(24, 119, 242, 0.1);
}

.postcode-icon {
  padding: 0 16px;
  color: #94a3b8;
}

.postcode-icon svg {
  width: 22px;
  height: 22px;
}

.postcode-field input {
  flex: 1;
  padding: 16px 16px 16px 0;
  font-size: 1rem;
  border: none;
  background: transparent;
  outline: none;
}


.calc-results {
  background: #f0f9ff;
  border: 1px solid rgba(24, 119, 242, 0.2);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 24px;
}

.result-breakdown {
  margin-bottom: 16px;
}

.result-line {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 0.95rem;
  color: #475569;
}

.result-line.small {
  font-size: 0.85rem;
  color: #94a3b8;
}

.result-total-box {
  background: linear-gradient(135deg, #1877f2, #0c63d4);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  color: white;
}

.total-label {
  font-size: 0.85rem;
  opacity: 0.9;
  margin-bottom: 4px;
}

.total-amount {
  font-size: 2rem;
  font-weight: 800;
}

.total-note {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-top: 4px;
}


.calc-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-calc-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px;
  font-size: 1.05rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(135deg, #1877f2, #0c63d4);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-calc-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(24, 119, 242, 0.35);
}

.btn-calc-primary svg {
  width: 20px;
  height: 20px;
}

.btn-calc-order {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px;
  font-size: 1.05rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(135deg, #10b981, #059669);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-calc-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, 0.35);
}

.btn-calc-order svg {
  width: 20px;
  height: 20px;
}

.calc-footer {
  background: #f8fafc;
  padding: 16px 32px;
  border-top: 1px solid #e2e8f0;
}

.trust-badges-inline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0.85rem;
  color: #64748b;
}


.swift-calc {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.12);
  overflow: hidden;
  border: 1px solid rgba(24, 119, 242, 0.15);
}

.swift-calc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  background: linear-gradient(135deg, #1877f2 0%, #0c63d4 100%);
  color: white;
}

.swift-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}

.swift-title svg {
  width: 24px;
  height: 24px;
}

.swift-live {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 12px;
  background: rgba(255,255,255,0.15);
  border-radius: 20px;
}

.swift-live .pulse {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  animation: swiftPulse 1.5s infinite;
}

@keyframes swiftPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

.swift-form {
  padding: 24px;
}


.swift-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.swift-product {
  position: relative;
  cursor: pointer;
}

.swift-product input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.sp-inner {
  position: relative;
  padding: 14px 10px;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 14px;
  text-align: center;
  transition: all 0.2s ease;
}

.swift-product input:checked + .sp-inner {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(24, 119, 242, 0.04));
  border-color: #1877f2;
  box-shadow: 0 0 0 3px rgba(24, 119, 242, 0.1);
}

.swift-product:hover .sp-inner {
  border-color: #4a9ff5;
}

.sp-badge {
  position: absolute;
  top: -8px;
  right: 8px;
  padding: 2px 8px;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
  font-size: 0.6rem;
  font-weight: 800;
  border-radius: 6px;
  text-transform: uppercase;
}

.sp-badge.eco {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}

.sp-icon {
  margin-bottom: 6px;
}

.sp-icon svg {
  width: 28px;
  height: 28px;
  color: #1877f2;
}

.sp-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sp-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1e293b;
}

.sp-price {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
}


.swift-inputs {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.swift-input-group label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.swift-amount {
  display: flex;
  align-items: center;
  background: #f1f5f9;
  border-radius: 12px;
  padding: 4px;
  gap: 4px;
}

.amt-btn {
  width: 38px;
  height: 38px;
  border: none;
  background: white;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1877f2;
  cursor: pointer;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.amt-btn:hover {
  background: #1877f2;
  color: white;
  transform: scale(1.05);
}

.amt-btn:active {
  transform: scale(0.95);
}

.swift-amount input {
  flex: 1;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  width: 60px;
  -moz-appearance: textfield;
}

.swift-amount input::-webkit-outer-spin-button,
.swift-amount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.amt-unit {
  font-size: 0.8rem;
  font-weight: 600;
  color: #94a3b8;
  padding-right: 6px;
}

.swift-slider {
  width: 100%;
  height: 6px;
  margin-top: 10px;
  -webkit-appearance: none;
  appearance: none;
  background: #e2e8f0;
  border-radius: 3px;
  outline: none;
}

.swift-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #1877f2;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(24, 119, 242, 0.3);
  transition: transform 0.15s ease;
}

.swift-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

.swift-plz {
  position: relative;
  display: flex;
  align-items: center;
}

.swift-plz input {
  width: 100%;
  padding: 12px 40px 12px 14px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  transition: border-color 0.2s ease;
}

.swift-plz input:focus {
  outline: none;
  border-color: #1877f2;
}

.swift-plz input::placeholder {
  color: #94a3b8;
  font-weight: 500;
}

.swift-plz .plz-icon {
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px;
  color: #94a3b8;
  pointer-events: none;
}


.swift-submit {
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #1877f2 0%, #0c63d4 100%);
  color: white;
  border: none;
  border-radius: 14px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 20px rgba(24, 119, 242, 0.3);
  position: relative;
  overflow: hidden;
}

.swift-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(24, 119, 242, 0.4);
}

.swift-submit:active {
  transform: translateY(0);
}

.swift-submit .submit-loading {
  display: none;
}

.swift-submit.loading .submit-text,
.swift-submit.loading .submit-arrow {
  display: none;
}

.swift-submit.loading .submit-loading {
  display: flex;
  align-items: center;
  gap: 8px;
}

.swift-submit .spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.swift-submit .submit-arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.swift-submit:hover .submit-arrow {
  transform: translateX(4px);
}


.swift-result {
  display: none;
  margin-top: 20px;
  animation: swiftSlideUp 0.4s ease;
}

@keyframes swiftSlideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.result-animate {
  position: relative;
}

.result-hero {
  text-align: center;
  padding: 28px 20px;
  background: linear-gradient(145deg, #f0fdf4, #ecfdf5);
  border-radius: 16px;
  border: 2px solid #86efac;
  margin-bottom: 16px;
}

.result-hero-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #16a34a;
  margin-bottom: 8px;
}

.result-hero-price {
  font-size: 2.8rem;
  font-weight: 800;
  color: #15803d;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -2px;
}

.result-hero-note {
  font-size: 0.8rem;
  color: #22c55e;
  font-weight: 500;
}

.result-breakdown-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.rb-item {
  flex: 1;
  min-width: 100px;
  display: flex;
  justify-content: space-between;
  padding: 10px 14px;
  background: #f8fafc;
  border-radius: 10px;
  font-size: 0.8rem;
  color: #64748b;
}

.rb-item span:last-child {
  font-weight: 700;
  color: #1e293b;
}


.rb-item.rb-tax {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(24, 119, 242, 0.04));
  border: 1px solid rgba(24, 119, 242, 0.15);
  flex: 1 1 100%;
  margin-top: 4px;
}

.rb-item.rb-tax span:first-child {
  color: #475569;
}

.rb-item.rb-tax span:last-child {
  color: #1877f2;
}


.swift-order {
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: white;
  border: none;
  border-radius: 14px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.35);
}

.swift-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(34, 197, 94, 0.45);
}

.swift-order svg {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.swift-order:hover svg {
  transform: translateX(4px);
}


.swift-footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 16px 24px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.swift-footer span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
}

.swift-footer svg {
  width: 16px;
  height: 16px;
  color: #1877f2;
}


@media (max-width: 600px) {
  .swift-products {
    grid-template-columns: 1fr;
  }
  
  .swift-inputs {
    grid-template-columns: 1fr;
  }
  
  .result-hero-price {
    font-size: 2.2rem;
  }
  
  .result-breakdown-mini {
    flex-direction: column;
  }
  
  .rb-item {
    min-width: auto;
  }
  
  .swift-footer {
    gap: 12px;
  }
}


.price-machine-section {
  padding: 60px 0;
  background: linear-gradient(180deg, #f0f4f8 0%, #fff 100%);
}

.price-machine {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 40px rgba(0,0,0,0.08);
  overflow: hidden;
  border: 1px solid rgba(24, 119, 242, 0.1);
}

.pm-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  background: linear-gradient(135deg, #1877f2 0%, #0c63d4 100%);
  color: white;
}

.pm-header h2 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.pm-live {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 12px;
  background: rgba(255,255,255,0.15);
  border-radius: 20px;
}

.pm-live-dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  animation: pmPulse 1.5s infinite;
}

@keyframes pmPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

.pm-form {
  padding: 28px;
}

.pm-quick-config {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  flex-wrap: wrap;
}

.pm-field {
  flex: 1;
  min-width: 180px;
}

.pm-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}


.pm-product-pills {
  display: flex;
  gap: 6px;
  background: #f1f5f9;
  padding: 4px;
  border-radius: 12px;
}

.pm-pill {
  flex: 1;
  position: relative;
  cursor: pointer;
}

.pm-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pm-pill span {
  display: block;
  text-align: center;
  padding: 10px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #64748b;
  border-radius: 10px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.pm-pill input:checked + span {
  background: #1877f2;
  color: white;
  box-shadow: 0 2px 8px rgba(24, 119, 242, 0.25);
}

.pm-pill.featured input:checked + span {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}

.pm-pill.eco input:checked + span {
  background: linear-gradient(135deg, #22c55e, #16a34a);
}


.pm-amount-field {
  display: flex;
  align-items: center;
  background: #f1f5f9;
  border-radius: 12px;
  padding: 4px;
  gap: 4px;
}

.pm-amt-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: white;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1877f2;
  cursor: pointer;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.pm-amt-btn:hover {
  background: #1877f2;
  color: white;
  transform: scale(1.05);
}

.pm-amt-btn:active {
  transform: scale(0.95);
}

.pm-amount-field input {
  flex: 1;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e293b;
  width: 80px;
  -moz-appearance: textfield;
}

.pm-amount-field input::-webkit-outer-spin-button,
.pm-amount-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pm-amt-unit {
  font-size: 0.85rem;
  font-weight: 600;
  color: #94a3b8;
  padding-right: 8px;
}


.pm-plz-field {
  display: flex;
  align-items: center;
  background: #f1f5f9;
  border-radius: 12px;
  padding: 0 12px;
  gap: 10px;
}

.pm-plz-field svg {
  width: 20px;
  height: 20px;
  color: #94a3b8;
  flex-shrink: 0;
}

.pm-plz-field input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 14px 0;
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
}

.pm-plz-field input::placeholder {
  color: #94a3b8;
  font-weight: 500;
}


.pm-calculate-btn {
  width: 100%;
  margin-top: 24px;
  padding: 18px 28px;
  background: linear-gradient(135deg, #1877f2 0%, #0c63d4 100%);
  color: white;
  border: none;
  border-radius: 14px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 20px rgba(24, 119, 242, 0.3);
}

.pm-calculate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(24, 119, 242, 0.4);
}

.pm-calculate-btn:active {
  transform: translateY(0);
}

.pm-calculate-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.pm-calculate-btn:hover svg {
  transform: translateX(4px);
}


.pm-result-zone {
  padding: 0 28px 28px;
  animation: pmSlideUp 0.4s ease;
}

@keyframes pmSlideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.pm-result-card {
  text-align: center;
  padding: 32px;
  background: linear-gradient(145deg, #f0fdf4, #ecfdf5);
  border-radius: 16px;
  border: 2px solid #86efac;
  margin-bottom: 20px;
}

.pm-result-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #16a34a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.pm-result-price {
  font-size: 3rem;
  font-weight: 800;
  color: #15803d;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -2px;
}

.pm-result-note {
  font-size: 0.85rem;
  color: #22c55e;
  font-weight: 500;
}


.pm-breakdown {
  background: #f8fafc;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.pm-breakdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  color: #64748b;
  transition: background 0.15s ease;
}

.pm-breakdown-toggle:hover {
  background: #f1f5f9;
}

.pm-breakdown-toggle svg {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}

.pm-breakdown-toggle.open svg {
  transform: rotate(180deg);
}

.pm-breakdown-content {
  padding: 0 18px 18px;
  border-top: 1px solid #e2e8f0;
}

.pm-bd-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 0.9rem;
  color: #64748b;
  border-bottom: 1px dashed #e2e8f0;
}

.pm-bd-row:last-child {
  border-bottom: none;
}

.pm-bd-row.total {
  font-weight: 700;
  color: #1e293b;
  font-size: 1rem;
  padding-top: 14px;
  margin-top: 6px;
  border-top: 2px solid #e2e8f0;
  border-bottom: none;
}


.pm-order-action {
  width: 100%;
  padding: 18px 28px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: white;
  border: none;
  border-radius: 14px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.25s ease;
  box-shadow: 0 4px 20px rgba(34, 197, 94, 0.35);
}

.pm-order-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(34, 197, 94, 0.45);
}

.pm-order-action svg {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.pm-order-action:hover svg {
  transform: translateX(4px);
}


.pm-trust-strip {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 20px 28px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.pm-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
}

.pm-trust-item svg {
  width: 18px;
  height: 18px;
  color: #1877f2;
}


@media (max-width: 768px) {
  .pm-quick-config {
    flex-direction: column;
  }
  
  .pm-field {
    width: 100%;
  }
  
  .pm-result-price {
    font-size: 2.4rem;
  }
  
  .pm-trust-strip {
    gap: 16px;
  }
  
  .pm-trust-item {
    font-size: 0.75rem;
  }
}





.ow-error-page {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  background: #f8fafc;
}

.ow-error-container {
  text-align: center;
  max-width: 480px;
}

.ow-error-icon {
  margin-bottom: 24px;
}

.ow-error-icon svg {
  width: 80px;
  height: 80px;
}

.ow-error-page h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0 0 12px;
}

.ow-error-page p {
  color: #64748b;
  margin: 0 0 32px;
  font-size: 1.05rem;
}


.ow-hero {
  background: linear-gradient(135deg, #1877f2 0%, #0c63d4 100%);
  padding: 60px 24px 50px;
  text-align: center;
  color: white;
  position: relative;
}

.ow-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.1) 0%, transparent 50%);
  pointer-events: none;
}

.ow-hero-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ow-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(10px);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.ow-hero-badge svg {
  width: 18px;
  height: 18px;
}

.ow-hero h1 {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 0 0 8px;
}

.ow-hero p {
  font-size: 1.05rem;
  opacity: 0.9;
  margin: 0;
}

.ow-hero-pills {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.ow-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.15);
  padding: 10px 16px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
}

.ow-pill svg {
  width: 16px;
  height: 16px;
  opacity: 0.8;
}

.ow-pill.highlight {
  background: rgba(255,255,255,0.25);
}


.ow-section {
  padding: 40px 24px 80px;
  background: #f8fafc;
  min-height: 60vh;
}

.ow-container {
  max-width: 1200px;
  margin: 0 auto;
}


.ow-tracker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
  background: white;
  padding: 20px 24px;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  position: sticky;
  top: 80px;
  z-index: 100;
}

.ow-tracker-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 2;
}

.ow-tracker-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 700;
  color: #94a3b8;
  transition: all 0.3s ease;
}

.ow-tracker-step.active .ow-tracker-dot {
  background: #1877f2;
  color: white;
  box-shadow: 0 4px 15px rgba(24,119,242,0.4);
}

.ow-tracker-step.completed .ow-tracker-dot {
  background: #10b981;
  color: white;
}

.ow-tracker-step span {
  font-size: 0.8rem;
  font-weight: 600;
  color: #94a3b8;
  transition: color 0.3s;
}

.ow-tracker-step.active span,
.ow-tracker-step.completed span {
  color: #1a202c;
}

.ow-tracker-line {
  width: 60px;
  height: 4px;
  background: #e2e8f0;
  border-radius: 2px;
  margin: 0 8px 20px;
  position: relative;
  overflow: hidden;
}

.ow-tracker-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #10b981;
  border-radius: 2px;
  transition: width 0.4s ease;
}


.ow-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: start;
}

.ow-main {
  min-width: 0;
}


.ow-step {
  display: none;
}

.ow-step.active {
  display: block;
  animation: owFadeIn 0.4s ease;
}

@keyframes owFadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}


.ow-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  overflow: hidden;
}

.ow-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  background: linear-gradient(135deg, #1877f2 0%, #0c63d4 100%);
  color: white;
}

.ow-card-header.success {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.ow-card-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ow-card-icon svg {
  width: 24px;
  height: 24px;
}

.ow-card-header h2 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 2px;
}

.ow-card-header p {
  font-size: 0.9rem;
  opacity: 0.85;
  margin: 0;
}

.ow-card-body {
  padding: 28px;
}

.ow-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}


.ow-form-section {
  margin-bottom: 28px;
}

.ow-form-section:last-child {
  margin-bottom: 0;
}

.ow-section-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #1877f2;
  margin-bottom: 16px;
}


.ow-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.ow-row:last-child {
  margin-bottom: 0;
}

.ow-row-address {
  grid-template-columns: 1fr 100px;
}

.ow-row-city {
  grid-template-columns: 120px 1fr;
}


.ow-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ow-field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #475569;
}

.ow-field input,
.ow-field select,
.ow-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.95rem;
  color: #1a202c;
  background: white;
  transition: all 0.2s;
}

.ow-field input:focus,
.ow-field select:focus,
.ow-field textarea:focus {
  outline: none;
  border-color: #1877f2;
  box-shadow: 0 0 0 4px rgba(24,119,242,0.1);
}

.ow-field input::placeholder,
.ow-field textarea::placeholder {
  color: #94a3b8;
}

.ow-field input.ow-error,
.ow-field select.ow-error {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239,68,68,0.1);
}


.ow-checkbox-wrap {
  margin-top: 20px;
}

.ow-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  color: #475569;
}

.ow-checkbox input {
  display: none;
}

.ow-checkmark {
  width: 22px;
  height: 22px;
  border: 2px solid #cbd5e1;
  border-radius: 6px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s;
}

.ow-checkbox input:checked + .ow-checkmark {
  background: #1877f2;
  border-color: #1877f2;
}

.ow-checkbox input:checked + .ow-checkmark::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.ow-extra-fields {
  margin-top: 20px;
  padding: 20px;
  background: #f8fafc;
  border-radius: 12px;
  animation: owFadeIn 0.3s ease;
}


.ow-delivery-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ow-delivery-option input {
  display: none;
}

.ow-delivery-card {
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.ow-delivery-card:hover {
  border-color: #1877f2;
  background: #f0f7ff;
}

.ow-delivery-option input:checked + .ow-delivery-card {
  border-color: #1877f2;
  background: linear-gradient(135deg, rgba(24,119,242,0.08) 0%, rgba(24,119,242,0.03) 100%);
  box-shadow: 0 0 0 4px rgba(24,119,242,0.1);
}

.ow-delivery-badge {
  position: absolute;
  top: -10px;
  right: 16px;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}

.ow-delivery-icon {
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.ow-delivery-icon svg {
  width: 22px;
  height: 22px;
  color: #1877f2;
}

.ow-delivery-info strong {
  display: block;
  font-size: 0.95rem;
  color: #1a202c;
  margin-bottom: 2px;
}

.ow-delivery-info span {
  font-size: 0.8rem;
  color: #64748b;
}

.ow-delivery-price {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1877f2;
  padding: 6px 14px;
  background: rgba(24,119,242,0.1);
  border-radius: 20px;
}

.ow-delivery-price.free {
  color: #10b981;
  background: rgba(16,185,129,0.1);
}

.ow-delivery-check {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  background: #1877f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}

.ow-delivery-check svg {
  width: 14px;
  height: 14px;
  color: white;
}

.ow-delivery-option input:checked + .ow-delivery-card .ow-delivery-check {
  opacity: 1;
  transform: scale(1);
}


.ow-time-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ow-time-pill {
  cursor: pointer;
}

.ow-time-pill input {
  display: none;
}

.ow-time-pill span {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 18px;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #64748b;
  transition: all 0.2s;
}

.ow-time-pill span small {
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 2px;
  opacity: 0.7;
}

.ow-time-pill:hover span {
  border-color: #1877f2;
  color: #1877f2;
}

.ow-time-pill input:checked + span {
  background: #1877f2;
  border-color: #1877f2;
  color: white;
}

.ow-time-pill input:checked + span small {
  opacity: 0.9;
}


.ow-payment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.ow-payment-tile {
  cursor: pointer;
}

.ow-payment-tile input {
  display: none;
}

.ow-payment-card {
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
}

.ow-payment-card:hover {
  border-color: #1877f2;
}

.ow-payment-tile input:checked + .ow-payment-card {
  border-color: #1877f2;
  background: linear-gradient(135deg, rgba(24,119,242,0.08) 0%, rgba(24,119,242,0.03) 100%);
  box-shadow: 0 0 0 4px rgba(24,119,242,0.1);
}

.ow-payment-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ow-payment-icon svg {
  width: 32px;
  height: 32px;
  color: #1877f2;
}

.ow-payment-info strong {
  display: block;
  font-size: 0.95rem;
  color: #1a202c;
  margin-bottom: 4px;
}

.ow-payment-info span {
  font-size: 0.8rem;
  color: #64748b;
}

.ow-payment-check {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  background: #1877f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}

.ow-payment-check svg {
  width: 14px;
  height: 14px;
  color: white;
}

.ow-payment-tile input:checked + .ow-payment-card .ow-payment-check {
  opacity: 1;
  transform: scale(1);
}


.ow-terms-section {
  margin-top: 24px;
  padding: 16px;
  background: #fef3c7;
  border: 1px solid #fcd34d;
  border-radius: 12px;
}

.ow-terms-section .ow-checkbox span:last-child {
  color: #78350f;
}

.ow-terms-section a {
  color: #1877f2;
  text-decoration: underline;
}


.ow-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #1877f2 0%, #0c63d4 100%);
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.ow-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(24,119,242,0.35);
}

.ow-btn-primary svg {
  width: 18px;
  height: 18px;
}

.ow-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #64748b;
  border: none;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}

.ow-btn-ghost:hover {
  background: #f1f5f9;
  color: #1a202c;
}

.ow-btn-ghost svg {
  width: 18px;
  height: 18px;
}

.ow-btn-success {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  border: none;
  padding: 16px 28px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ow-btn-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(16,185,129,0.4);
}

.ow-btn-success:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.ow-btn-success svg {
  width: 20px;
  height: 20px;
}

.ow-spinner {
  animation: owSpin 1s linear infinite;
}

@keyframes owSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


.ow-sidebar {
  position: sticky;
  top: 180px;
}

.ow-sidebar-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  overflow: hidden;
}

.ow-sidebar-header {
  background: linear-gradient(135deg, #1877f2 0%, #0c63d4 100%);
  color: white;
  padding: 18px 24px;
}

.ow-sidebar-header h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.ow-sidebar-body {
  padding: 24px;
}

.ow-sidebar-product {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.ow-product-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, rgba(24,119,242,0.1) 0%, rgba(24,119,242,0.05) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ow-product-icon svg {
  width: 24px;
  height: 24px;
  color: #1877f2;
}

.ow-product-info strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #1a202c;
}

.ow-product-info span {
  font-size: 0.85rem;
  color: #64748b;
}

.ow-sidebar-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 16px 0;
}

.ow-sidebar-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #64748b;
}

.ow-sidebar-row.small {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: -6px;
}

.ow-sidebar-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 2px dashed #e2e8f0;
  margin-top: 8px;
}

.ow-sidebar-total span {
  font-size: 1rem;
  font-weight: 600;
  color: #475569;
}

.ow-sidebar-total strong {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1877f2;
}

.ow-sidebar-trust {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 24px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.ow-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
  color: #64748b;
}

.ow-trust-item svg {
  width: 18px;
  height: 18px;
  color: #10b981;
  flex-shrink: 0;
}


.ow-summary-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ow-summary-section {
  background: #f8fafc;
  border-radius: 14px;
  padding: 20px;
}

.ow-summary-section.ow-summary-totals {
  background: linear-gradient(135deg, rgba(24,119,242,0.08) 0%, rgba(24,119,242,0.03) 100%);
  border: 1px solid rgba(24,119,242,0.2);
}

.ow-summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.ow-summary-header h4 {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #1877f2;
  margin: 0;
}

.ow-edit-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 6px;
  transition: all 0.2s;
}

.ow-edit-btn:hover {
  background: #e2e8f0;
  color: #1877f2;
}

.ow-edit-btn svg {
  width: 14px;
  height: 14px;
}

.ow-summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.ow-summary-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ow-summary-item.full {
  grid-column: 1 / -1;
}

.ow-summary-label {
  font-size: 0.75rem;
  color: #94a3b8;
}

.ow-summary-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a202c;
}

.ow-summary-address p {
  margin: 0 0 4px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a202c;
}

.ow-summary-price-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ow-summary-price-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #64748b;
}

.ow-summary-price-row.small {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: -6px;
}

.ow-summary-price-row.total {
  padding-top: 14px;
  margin-top: 6px;
  border-top: 2px dashed rgba(24,119,242,0.3);
  font-size: 1rem;
}

.ow-summary-price-row.total span {
  font-weight: 600;
  color: #1a202c;
}

.ow-summary-price-row.total strong {
  font-size: 1.2rem;
  color: #1877f2;
}


.ow-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
  z-index: 1000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.ow-mobile-bar-collapsed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
}

.ow-mobile-bar-info {
  display: flex;
  flex-direction: column;
}

.ow-mobile-label {
  font-size: 0.75rem;
  color: #64748b;
}

.ow-mobile-price {
  font-size: 1.3rem;
  font-weight: 800;
  color: #1877f2;
}

.ow-mobile-toggle {
  width: 44px;
  height: 44px;
  background: #f1f5f9;
  border: none;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.ow-mobile-toggle svg {
  width: 20px;
  height: 20px;
  color: #64748b;
  transition: transform 0.3s;
}

.ow-mobile-bar.expanded .ow-mobile-toggle svg {
  transform: rotate(180deg);
}

.ow-mobile-bar-expanded {
  display: none;
  padding: 0 20px 20px;
  max-height: 60vh;
  overflow-y: auto;
}

.ow-mobile-bar.expanded .ow-mobile-bar-expanded {
  display: block;
  animation: owSlideUp 0.3s ease;
}

@keyframes owSlideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.ow-mobile-bar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}

.ow-mobile-bar-header h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: #1a202c;
}

.ow-mobile-close {
  width: 32px;
  height: 32px;
  background: #f1f5f9;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ow-mobile-close svg {
  width: 16px;
  height: 16px;
  color: #64748b;
  transform: rotate(180deg);
}

.ow-mobile-product {
  margin-bottom: 16px;
}

.ow-mobile-product strong {
  display: block;
  font-size: 1rem;
  color: #1a202c;
}

.ow-mobile-product span {
  font-size: 0.85rem;
  color: #64748b;
}

.ow-mobile-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}

.ow-mobile-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #64748b;
}

.ow-mobile-row.small {
  font-size: 0.8rem;
  color: #94a3b8;
}

.ow-mobile-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}

.ow-mobile-total span {
  font-size: 1rem;
  font-weight: 600;
  color: #475569;
}

.ow-mobile-total strong {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1877f2;
}


.ow-notification {
  position: fixed;
  top: 100px;
  right: 20px;
  padding: 14px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: owSlideIn 0.3s ease;
  max-width: 400px;
}

@keyframes owSlideIn {
  from { opacity: 0; transform: translateX(100px); }
  to { opacity: 1; transform: translateX(0); }
}

.ow-notification-fade {
  animation: owSlideOut 0.3s ease forwards;
}

@keyframes owSlideOut {
  to { opacity: 0; transform: translateX(100px); }
}

.ow-notification-error {
  background: #ef4444;
  color: white;
}

.ow-notification-success {
  background: #10b981;
  color: white;
}

.ow-notification svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.ow-notification span {
  font-size: 0.9rem;
  font-weight: 500;
}

.ow-notification-close {
  background: none;
  border: none;
  color: inherit;
  font-size: 1.4rem;
  cursor: pointer;
  opacity: 0.7;
  padding: 0 0 0 8px;
}

.ow-notification-close:hover {
  opacity: 1;
}


@media (max-width: 1024px) {
  .ow-layout {
    grid-template-columns: 1fr;
  }
  
  .ow-sidebar {
    display: none;
  }
  
  .ow-mobile-bar {
    display: block;
  }
  
  .ow-card-body {
    padding-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .ow-hero {
    padding: 50px 20px 40px;
  }
  
  .ow-hero h1 {
    font-size: 1.6rem;
  }
  
  .ow-hero-pills {
    flex-direction: column;
    align-items: center;
  }
  
  .ow-tracker {
    padding: 16px;
    top: 60px;
  }
  
  .ow-tracker-step span {
    display: none;
  }
  
  .ow-tracker-dot {
    width: 36px;
    height: 36px;
    font-size: 0.85rem;
  }
  
  .ow-tracker-line {
    width: 40px;
    margin-bottom: 0;
  }
  
  .ow-section {
    padding: 30px 16px 120px;
  }
  
  .ow-card-header {
    padding: 20px;
  }
  
  .ow-card-body {
    padding: 20px;
  }
  
  .ow-card-footer {
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
  }
  
  .ow-card-footer .ow-btn-ghost {
    order: 1;
  }
  
  .ow-card-footer .ow-btn-primary,
  .ow-card-footer .ow-btn-success {
    width: 100%;
    justify-content: center;
  }
  
  .ow-row {
    grid-template-columns: 1fr;
  }
  
  .ow-row-address,
  .ow-row-city {
    grid-template-columns: 1fr;
  }
  
  .ow-delivery-options {
    grid-template-columns: 1fr;
  }
  
  .ow-time-options {
    flex-direction: column;
  }
  
  .ow-time-pill span {
    width: 100%;
    text-align: center;
  }
  
  .ow-payment-grid {
    grid-template-columns: 1fr;
  }
  
  .ow-summary-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .ow-hero h1 {
    font-size: 1.4rem;
  }
  
  .ow-pill {
    padding: 8px 14px;
    font-size: 0.85rem;
  }
  
  .ow-notification {
    left: 20px;
    right: 20px;
    max-width: none;
  }
}


.modern-footer {
  position: relative;
  background: linear-gradient(135deg, #0c1929 0%, #1a3a5c 100%);
  color: white;
  margin-top: 80px;
}

.footer-wave {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  height: 80px;
  color: #0c1929;
  overflow: hidden;
}

.footer-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-main {
  padding: 80px 0 40px;
}

.footer-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
}


.footer-hero {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 60px;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-brand-block {
  max-width: 400px;
}

.footer-logo-wrap {
  margin-bottom: 20px;
}

.footer-logo-wrap .footer-logo {
  width: 200px;
  height: auto;
}

.footer-tagline {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  margin-bottom: 24px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  color: white;
  transition: all 0.3s ease;
}

.social-link svg {
  width: 20px;
  height: 20px;
}

.social-link:hover {
  background: #1877f2;
  border-color: #1877f2;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(24, 119, 242, 0.3);
}


.newsletter-card {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.15), rgba(24, 119, 242, 0.05));
  border: 1px solid rgba(24, 119, 242, 0.25);
  border-radius: 20px;
  padding: 28px;
  text-align: center;
}

.newsletter-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1877f2, #0c63d4);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 8px 24px rgba(24, 119, 242, 0.3);
}

.newsletter-icon svg {
  width: 28px;
  height: 28px;
  color: white;
}

.newsletter-card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: white;
}

.newsletter-card p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  gap: 8px;
}

.newsletter-form input {
  flex: 1;
  padding: 14px 18px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 12px;
  font-size: 0.9rem;
  color: white;
  transition: all 0.3s ease;
}

.newsletter-form input::placeholder {
  color: rgba(255,255,255,0.5);
}

.newsletter-form input:focus {
  outline: none;
  background: rgba(255,255,255,0.15);
  border-color: #1877f2;
}

.newsletter-form button {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1877f2, #0c63d4);
  border: none;
  border-radius: 12px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-form button svg {
  width: 22px;
  height: 22px;
}

.newsletter-form button:hover {
  transform: translateX(3px);
  box-shadow: 0 4px 16px rgba(24, 119, 242, 0.4);
}


.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-col h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}

.footer-col h4 svg {
  width: 18px;
  height: 18px;
  color: #4a9ff5;
}

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

.footer-col li {
  margin-bottom: 12px;
}

.footer-col a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-col a:hover {
  color: #4a9ff5;
  transform: translateX(4px);
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
}

.contact-list svg {
  width: 16px;
  height: 16px;
  color: #4a9ff5;
  flex-shrink: 0;
}


.footer-methods-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.methods-divider {
  width: 1px;
  height: 100%;
  min-height: 160px;
  background: rgba(255,255,255,0.1);
}

.methods-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.methods-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
}

.methods-label svg {
  width: 18px;
  height: 18px;
  color: #4a9ff5;
}

.methods-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.method-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  transition: all 0.3s ease;
  min-width: 85px;
}

.method-icon-card:hover {
  background: rgba(24, 119, 242, 0.15);
  border-color: rgba(24, 119, 242, 0.3);
  transform: translateY(-3px);
}

.method-icon-card svg {
  width: 40px;
  height: 40px;
}

.method-icon-card span {
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.method-icon-card.express {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.1), rgba(245, 158, 11, 0.05));
  border-color: rgba(245, 158, 11, 0.3);
}

.method-icon-card.free {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(16, 185, 129, 0.05));
  border-color: rgba(16, 185, 129, 0.3);
}


.footer-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  transition: all 0.3s ease;
}

.trust-badge-item:hover {
  background: rgba(24, 119, 242, 0.1);
  border-color: rgba(24, 119, 242, 0.25);
}

.trust-badge-item svg {
  width: 18px;
  height: 18px;
  color: #4a9ff5;
}


.footer-bottom-bar {
  background: rgba(0,0,0,0.2);
  padding: 20px 0;
}

.footer-bottom-bar .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copyright {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

.footer-legal {
  display: flex;
  gap: 24px;
}

.footer-legal a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s ease;
}

.footer-legal a:hover {
  color: #4a9ff5;
}


@media (max-width: 1100px) {
  .footer-hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-brand-block {
    max-width: 100%;
    text-align: center;
  }
  
  .footer-social {
    justify-content: center;
  }
  
  .footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-methods-strip {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .methods-divider {
    display: none;
  }
}

@media (max-width: 768px) {
  .modern-footer {
    margin-top: 60px;
  }
  
  .footer-wave {
    top: -40px;
    height: 40px;
  }
  
  .footer-main {
    padding: 40px 0 30px;
  }
  
  .footer-hero {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  
  .newsletter-card {
    padding: 20px;
  }
  
  .newsletter-form {
    flex-direction: column;
  }
  
  .newsletter-form button {
    width: 100%;
    height: 48px;
  }
  
  .footer-links-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-col {
    text-align: center;
  }
  
  .footer-col h4 {
    justify-content: center;
  }
  
  .contact-list li {
    justify-content: center;
  }
  
  .methods-icons {
    justify-content: center;
  }
  
  .method-icon-card {
    min-width: 75px;
    padding: 10px 12px;
  }
  
  .method-icon-card svg {
    width: 32px;
    height: 32px;
  }
  
  .footer-trust {
    gap: 12px;
  }
  
  .trust-badge-item {
    padding: 10px 16px;
    font-size: 0.8rem;
  }
  
  .footer-bottom-bar .footer-inner {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  
  .footer-legal {
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .footer-logo-wrap .footer-logo {
    width: 160px;
  }
  
  .method-icon-card {
    min-width: 70px;
    padding: 8px 10px;
  }
  
  .method-icon-card span {
    font-size: 0.65rem;
  }
}


.products-showcase {
  padding: 100px 0;
  background: white;
}

.showcase-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.showcase-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-tag {
  display: inline-block;
  background: rgba(24, 119, 242, 0.1);
  color: #1877f2;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.showcase-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.showcase-header p {
  font-size: 1.1rem;
  color: #64748b;
}

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

@media (max-width: 900px) {
  .product-cards-row {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
}

.showcase-card {
  position: relative;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.showcase-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.showcase-card.premium-card {
  border-color: #1877f2;
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.03), rgba(12, 99, 212, 0.01));
}

.showcase-card.bio-card {
  border-color: #10b981;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.03), rgba(5, 150, 105, 0.01));
}

.card-ribbon {
  position: absolute;
  top: 20px;
  right: -35px;
  background: #1877f2;
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 6px 40px;
  transform: rotate(45deg);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card-ribbon.eco {
  background: #10b981;
}

.card-visual {
  padding: 40px 20px 20px;
  text-align: center;
}

.visual-icon {
  font-size: 4rem;
}

.card-body {
  padding: 0 28px 28px;
}

.card-body h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.card-price {
  margin-bottom: 20px;
}

.price-value {
  font-size: 2rem;
  font-weight: 800;
  color: #1877f2;
}

.bio-card .price-value {
  color: #10b981;
}

.price-unit {
  font-size: 0.9rem;
  color: #64748b;
  margin-left: 4px;
}

.card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.card-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.9rem;
  color: #475569;
}

.card-features li::before {
  content: "✓";
  color: #1877f2;
  font-weight: bold;
}

.bio-card .card-features li::before {
  color: #10b981;
}

.card-cta {
  display: block;
  text-align: center;
  padding: 14px;
  background: #0f172a;
  color: white;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
}

.card-cta:hover {
  background: #1877f2;
}

.bio-card .card-cta:hover {
  background: #10b981;
}


.process-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.process-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

.process-header {
  text-align: center;
  margin-bottom: 60px;
}

.process-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
}

.process-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.timeline-item {
  display: flex;
  gap: 32px;
  padding: 32px 0;
  border-bottom: 1px solid #e2e8f0;
}

.timeline-item:last-child {
  border-bottom: none;
}

.timeline-number {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1877f2, #0c63d4);
  color: white;
  font-size: 1.2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.timeline-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.timeline-content p {
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 600px) {
  .timeline-item {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .timeline-number {
    margin: 0 auto;
  }
}


.stats-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #1877f2, #0c63d4);
}

.stats-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

@media (max-width: 800px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.stat-box {
  text-align: center;
  color: white;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.stat-text {
  font-size: 1rem;
  opacity: 0.9;
}


.faq-preview-section {
  padding: 100px 0;
  background: white;
}

.faq-preview-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.faq-preview-header {
  text-align: center;
  margin-bottom: 48px;
}

.faq-preview-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
}

.faq-item:hover {
  border-color: #4a9ff5;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-weight: 600;
  color: #0f172a;
}

.faq-question svg {
  width: 20px;
  height: 20px;
  color: #94a3b8;
  transition: transform 0.3s;
}

.faq-item.open .faq-question svg {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.open .faq-answer {
  max-height: 200px;
}

.faq-answer p {
  padding: 0 24px 20px;
  margin: 0;
  color: #64748b;
  line-height: 1.6;
}

.faq-more {
  text-align: center;
  margin-top: 32px;
}

.faq-more a {
  color: #1877f2;
  font-weight: 600;
  text-decoration: none;
}

.faq-more a:hover {
  text-decoration: underline;
}


.cta-banner {
  padding: 80px 24px;
  background: #0f172a;
}

.cta-banner-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

@media (max-width: 700px) {
  .cta-banner-inner {
    flex-direction: column;
    text-align: center;
  }
}

.cta-content h2 {
  font-size: 2rem;
  font-weight: 800;
  color: white;
  margin-bottom: 8px;
}

.cta-content p {
  color: #94a3b8;
  margin: 0;
}

.cta-btn-light {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cta-btn-light:hover {
  background: #1877f2;
  color: white;
  transform: translateY(-2px);
}

.cta-btn-light svg {
  width: 20px;
  height: 20px;
}


.modern-page-header {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 120px 24px 60px;
  position: relative;
  overflow: hidden;
}

.modern-page-header::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(24, 119, 242, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.page-header-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.breadcrumb-nav {
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.breadcrumb-nav a {
  color: #64748b;
  text-decoration: none;
}

.breadcrumb-nav a:hover {
  color: #1877f2;
}

.breadcrumb-nav .separator {
  margin: 0 8px;
  color: #cbd5e1;
}

.breadcrumb-nav .current {
  color: #0f172a;
  font-weight: 500;
}

.page-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(24, 119, 242, 0.1);
  color: #1877f2;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.badge-dot {
  width: 8px;
  height: 8px;
  background: #1877f2;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.modern-page-header h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.modern-page-header p {
  font-size: 1.1rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}


.price-comparison-section {
  padding: 80px 24px;
  background: white;
}

.comparison-container {
  max-width: 1000px;
  margin: 0 auto;
}

.comparison-header {
  text-align: center;
  margin-bottom: 48px;
}

.comparison-header h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
}

.comparison-table-wrap {
  overflow-x: auto;
  margin-bottom: 32px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.comparison-table th,
.comparison-table td {
  padding: 16px 20px;
  text-align: center;
  border-bottom: 1px solid #e2e8f0;
}

.comparison-table th {
  background: #f8fafc;
  font-weight: 600;
}

.comparison-table th.featured {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.1), rgba(12, 99, 212, 0.05));
}

.comparison-table th.eco {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(5, 150, 105, 0.05));
}

.comparison-table td:first-child {
  text-align: left;
  font-weight: 500;
  color: #475569;
}

.comparison-table td.featured {
  background: rgba(24, 119, 242, 0.03);
}

.comparison-table td.eco {
  background: rgba(16, 185, 129, 0.03);
}

.th-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.th-icon {
  font-size: 2rem;
}

.th-name {
  font-size: 1.1rem;
}

.th-badge {
  background: #1877f2;
  color: white;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 10px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.th-badge.eco {
  background: #10b981;
}

.table-price {
  font-size: 1.4rem;
  color: #1877f2;
}

.table-price.eco {
  color: #10b981;
}

.price-row td {
  padding: 24px 20px;
}

.action-row td {
  padding: 20px;
  border-bottom: none;
}

.table-cta {
  display: inline-block;
  padding: 10px 24px;
  background: #0f172a;
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
}

.table-cta:hover {
  background: #1877f2;
}

.table-cta.featured {
  background: #1877f2;
}

.table-cta.eco {
  background: #10b981;
}


@media (max-width: 768px) {
  .comparison-table-wrap {
    overflow-x: visible;
  }
  
  .comparison-table {
    display: block;
  }
  
  .comparison-table thead {
    display: none;
  }
  
  .comparison-table tbody {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .comparison-table tr {
    display: none;
  }
  
  .comparison-table tr.price-row,
  .comparison-table tr.action-row {
    display: none;
  }
  
  
  .mobile-product-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .mobile-product-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
  }
  
  .mobile-product-card.featured {
    border-color: #1877f2;
    background: linear-gradient(135deg, rgba(24, 119, 242, 0.03), rgba(12, 99, 212, 0.01));
  }
  
  .mobile-product-card.eco {
    border-color: #10b981;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.03), rgba(5, 150, 105, 0.01));
  }
  
  .mobile-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e2e8f0;
  }
  
  .mobile-card-icon {
    width: 48px;
    height: 48px;
    background: #f1f5f9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .mobile-card-icon svg {
    width: 24px;
    height: 24px;
    stroke: #64748b;
  }
  
  .mobile-product-card.featured .mobile-card-icon {
    background: rgba(24, 119, 242, 0.1);
  }
  
  .mobile-product-card.featured .mobile-card-icon svg {
    stroke: #1877f2;
  }
  
  .mobile-product-card.eco .mobile-card-icon {
    background: rgba(16, 185, 129, 0.1);
  }
  
  .mobile-product-card.eco .mobile-card-icon svg {
    stroke: #10b981;
  }
  
  .mobile-card-title {
    flex: 1;
  }
  
  .mobile-card-title h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
  }
  
  .mobile-card-badge {
    display: inline-block;
    background: #1877f2;
    color: white;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 10px;
    text-transform: uppercase;
  }
  
  .mobile-card-badge.eco {
    background: #10b981;
  }
  
  .mobile-card-price {
    text-align: right;
  }
  
  .mobile-card-price .price-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1877f2;
  }
  
  .mobile-product-card.eco .mobile-card-price .price-value {
    color: #10b981;
  }
  
  .mobile-card-price .price-unit {
    font-size: 0.8rem;
    color: #64748b;
  }
  
  .mobile-card-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }
  
  .mobile-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #475569;
  }
  
  .mobile-feature svg {
    width: 16px;
    height: 16px;
    stroke: #10b981;
    flex-shrink: 0;
  }
  
  .mobile-feature.disabled {
    color: #cbd5e1;
  }
  
  .mobile-feature.disabled svg {
    stroke: #cbd5e1;
  }
  
  .mobile-card-cta {
    display: block;
    width: 100%;
    padding: 14px;
    background: #0f172a;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s;
  }
  
  .mobile-card-cta:hover {
    background: #1877f2;
  }
  
  .mobile-product-card.featured .mobile-card-cta {
    background: #1877f2;
  }
  
  .mobile-product-card.featured .mobile-card-cta:hover {
    background: #0c63d4;
  }
  
  .mobile-product-card.eco .mobile-card-cta {
    background: #10b981;
  }
  
  .mobile-product-card.eco .mobile-card-cta:hover {
    background: #059669;
  }
}


.mobile-product-cards {
  display: none;
}

@media (max-width: 768px) {
  .mobile-product-cards {
    display: grid;
  }
}

.price-notice {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #f0f9ff;
  border: 1px solid rgba(24, 119, 242, 0.2);
  border-radius: 12px;
  padding: 20px;
}

.notice-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.price-notice p {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}


.page-calculator-section {
  padding: 80px 24px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.page-calc-container {
  max-width: 900px;
  margin: 0 auto;
}

.page-calc-header {
  text-align: center;
  margin-bottom: 40px;
}

.page-calc-header h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.page-calc-header p {
  color: #64748b;
}

.page-calc-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.form-row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

@media (max-width: 800px) {
  .form-row-3 {
    grid-template-columns: 1fr;
  }
}

.form-label-new {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.select-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.select-btn {
  cursor: pointer;
}

.select-btn input { display: none; }

.select-btn span {
  display: block;
  padding: 14px 16px;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #334155;
  transition: all 0.2s;
}

.select-btn small {
  font-weight: 400;
  color: #94a3b8;
}

.select-btn input:checked + span {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(12, 99, 212, 0.04));
  border-color: #1877f2;
  color: #1877f2;
}

.select-btn.eco input:checked + span {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08), rgba(5, 150, 105, 0.04));
  border-color: #10b981;
  color: #10b981;
}

.amount-input-wrap {
  display: flex;
  align-items: center;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 0 16px;
  margin-bottom: 12px;
}

.amount-input-wrap input {
  flex: 1;
  padding: 14px 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1877f2;
  border: none;
  background: transparent;
  outline: none;
}

.input-suffix {
  color: #94a3b8;
  font-weight: 500;
}

.plz-input {
  width: 100%;
  padding: 16px;
  font-size: 1rem;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  outline: none;
  transition: all 0.2s;
}

.plz-input:focus {
  border-color: #1877f2;
  box-shadow: 0 0 0 3px rgba(24, 119, 242, 0.1);
}

.page-calc-results {
  background: #f0f9ff;
  border: 1px solid rgba(24, 119, 242, 0.2);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}

.results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .results-grid {
    grid-template-columns: 1fr;
  }
}

.result-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.result-item.small {
  font-size: 0.9rem;
  color: #94a3b8;
}

.result-label {
  color: #64748b;
}

.result-value {
  font-weight: 600;
  color: #0f172a;
}

.result-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #1877f2, #0c63d4);
  color: white;
  padding: 20px 24px;
  border-radius: 12px;
}

.result-total span {
  font-size: 1rem;
}

.result-total strong {
  font-size: 1.8rem;
  font-weight: 800;
}

.page-calc-actions {
  display: flex;
  gap: 16px;
}

@media (max-width: 500px) {
  .page-calc-actions {
    flex-direction: column;
  }
}

.page-calc-actions .btn-calc-primary,
.page-calc-actions .btn-calc-order {
  flex: 1;
}


.delivery-info-section {
  padding: 80px 24px;
  background: white;
}

.delivery-info-container {
  max-width: 800px;
  margin: 0 auto;
}

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

@media (max-width: 600px) {
  .delivery-grid {
    grid-template-columns: 1fr;
  }
}

.delivery-card-new {
  position: relative;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  transition: all 0.3s;
}

.delivery-card-new:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.delivery-card-new.express {
  border-color: #f59e0b;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.05), rgba(217, 119, 6, 0.02));
}

.express-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  text-transform: uppercase;
}

.delivery-icon-new {
  font-size: 3rem;
  margin-bottom: 16px;
}

.delivery-card-new h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.delivery-time {
  font-size: 0.95rem;
  color: #64748b;
  margin-bottom: 8px;
}

.delivery-price-new {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.delivery-price-new.free {
  color: #10b981;
}

.delivery-card-new p {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
}




.subpage-hero {
  position: relative;
  padding: 6rem 2rem 4rem;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  overflow: hidden;
}

.subpage-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
}

.hero-shape.shape-1 {
  width: 400px;
  height: 400px;
  background: var(--primary);
  top: -150px;
  right: -100px;
}

.hero-shape.shape-2 {
  width: 300px;
  height: 300px;
  background: var(--primary-dark);
  bottom: -100px;
  left: -50px;
}

.subpage-hero-inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.hero-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.hero-breadcrumb a {
  color: var(--gray-600);
  text-decoration: none;
  transition: color 0.2s;
}

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

.hero-breadcrumb .sep {
  color: var(--gray-400);
}

.hero-breadcrumb span:last-child {
  color: var(--primary);
  font-weight: 500;
}

.hero-badge-modern {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: white;
  border-radius: 2rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--primary);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  margin-bottom: 1.5rem;
}

.hero-badge-modern svg {
  width: 18px;
  height: 18px;
}

.subpage-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--gray-900);
  margin: 0 0 1rem;
  line-height: 1.2;
}

.subpage-title .accent {
  color: var(--primary);
}

.subpage-desc {
  font-size: 1.15rem;
  color: var(--gray-600);
  margin: 0;
  line-height: 1.6;
}


.section-modern {
  padding: 5rem 2rem;
}

.section-modern.compact {
  padding: 3rem 2rem;
}

.section-modern.alt-bg {
  background: var(--gray-50);
}

.container-modern {
  max-width: 1200px;
  margin: 0 auto;
}

.container-modern.narrow {
  max-width: 900px;
}

.section-header-modern {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.section-tag {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  background: rgba(24,119,242,0.1);
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section-header-modern h2 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--gray-900);
  margin: 0 0 0.75rem;
}

.section-header-modern p {
  font-size: 1.1rem;
  color: var(--gray-600);
  margin: 0;
}


.delivery-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.delivery-option-card {
  position: relative;
  background: white;
  border-radius: 1.25rem;
  padding: 2.5rem 2rem;
  text-align: center;
  border: 2px solid var(--gray-200);
  transition: all 0.3s ease;
}

.delivery-option-card:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(24,119,242,0.12);
}

.delivery-option-card.featured {
  border-color: var(--primary);
  background: linear-gradient(135deg, rgba(24,119,242,0.03) 0%, white 100%);
}

.option-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: white;
  padding: 0.35rem 1rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
}

.option-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.option-icon svg {
  width: 32px;
  height: 32px;
}

.option-icon.standard {
  background: rgba(16,185,129,0.1);
  color: #10b981;
}

.option-icon.express {
  background: rgba(24,119,242,0.1);
  color: var(--primary);
}

.option-icon.time {
  background: rgba(139,92,246,0.1);
  color: #8b5cf6;
}

.option-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gray-500);
  margin-bottom: 0.5rem;
}

.option-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0 0 0.5rem;
}

.option-time {
  font-size: 1rem;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.option-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  text-align: left;
}

.option-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  color: var(--gray-700);
}

.option-features li svg {
  width: 18px;
  height: 18px;
  color: #10b981;
  flex-shrink: 0;
}

.option-price {
  padding-top: 1.25rem;
  border-top: 1px solid var(--gray-200);
}

.option-price .price-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gray-900);
}


.process-timeline {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 0;
}

.timeline-line {
  display: none;
}

.timeline-step {
  flex: 1;
  min-width: 200px;
  max-width: 220px;
  text-align: center;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 1.25rem;
}

.step-content {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.step-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  background: rgba(24,119,242,0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.step-icon svg {
  width: 24px;
  height: 24px;
}

.step-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gray-900);
  margin: 0 0 0.5rem;
}

.step-content p {
  font-size: 0.9rem;
  color: var(--gray-600);
  margin: 0;
  line-height: 1.5;
}


.content-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.content-split.reverse {
  direction: rtl;
}

.content-split.reverse > * {
  direction: ltr;
}

.split-text h2 {
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0.5rem 0 1rem;
}

.split-text p {
  font-size: 1.05rem;
  color: var(--gray-600);
  line-height: 1.7;
  margin: 0 0 1.5rem;
}

.split-text .lead-text {
  font-size: 1.15rem;
  color: var(--gray-700);
}


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

.time-slot {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: white;
  border-radius: 0.75rem;
  border: 1px solid var(--gray-200);
}

.slot-icon {
  font-size: 1.5rem;
}

.slot-info strong {
  display: block;
  color: var(--gray-900);
  font-weight: 600;
  margin-bottom: 0.15rem;
}

.slot-info span {
  font-size: 0.9rem;
  color: var(--gray-500);
}


.info-card-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.info-card {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid var(--gray-100);
}

.info-card .card-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.info-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gray-900);
  margin: 0 0 0.5rem;
}

.info-card p {
  font-size: 0.9rem;
  color: var(--gray-600);
  margin: 0;
}


.checklist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.checklist-category {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.category-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.category-icon {
  font-size: 2rem;
}

.category-header h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gray-900);
  margin: 0;
}

.checklist-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist-items li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0;
  font-size: 0.95rem;
  color: var(--gray-700);
  border-bottom: 1px solid var(--gray-100);
}

.checklist-items li:last-child {
  border-bottom: none;
}

.check-box {
  width: 20px;
  height: 20px;
  border: 2px solid var(--gray-300);
  border-radius: 4px;
  flex-shrink: 0;
}


.tip-banner {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: rgba(24,119,242,0.05);
  border-radius: 1rem;
  border-left: 4px solid var(--primary);
}

.tip-icon {
  font-size: 1.5rem;
}

.tip-content {
  font-size: 0.95rem;
  color: var(--gray-700);
}

.tip-content strong {
  color: var(--primary);
}


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

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

.safety-item svg {
  width: 24px;
  height: 24px;
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.safety-item div strong {
  display: block;
  color: var(--gray-900);
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.safety-item div span {
  font-size: 0.9rem;
  color: var(--gray-600);
}


.stats-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.stat-item {
  text-align: center;
  padding: 1.5rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.stat-value {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
}

.stat-label {
  font-size: 0.85rem;
  color: var(--gray-600);
  margin-top: 0.25rem;
}


.special-cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.special-case-card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.case-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.special-case-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gray-900);
  margin: 0 0 0.75rem;
}

.special-case-card p {
  font-size: 0.95rem;
  color: var(--gray-600);
  margin: 0;
  line-height: 1.6;
}


.section-cta {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  text-align: center;
}

.cta-content h2 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: white;
  margin: 0 0 0.75rem;
}

.cta-content p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin: 0 0 2rem;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-cta.primary {
  background: white;
  color: var(--primary);
}

.btn-cta.primary:hover {
  background: rgba(255,255,255,0.95);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.btn-cta.secondary {
  background: transparent;
  color: white;
  border: 2px solid rgba(255,255,255,0.5);
}

.btn-cta.secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: white;
}

.btn-cta svg {
  width: 18px;
  height: 18px;
}


.faq-quicklinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.quicklink-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: white;
  border-radius: 2rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--gray-700);
  text-decoration: none;
  border: 1px solid var(--gray-200);
  transition: all 0.2s;
}

.quicklink-item:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

.ql-icon {
  font-size: 1.1rem;
}

.faq-section {
  max-width: 800px;
  margin: 0 auto;
}

.faq-section-header {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.faq-section-icon {
  font-size: 2rem;
  background: rgba(24,119,242,0.1);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  flex-shrink: 0;
}

.faq-section-header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0 0 0.35rem;
}

.faq-section-header p {
  font-size: 0.95rem;
  color: var(--gray-600);
  margin: 0;
}

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

.faq-item-modern {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  border: 1px solid var(--gray-200);
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  color: var(--gray-900);
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
}

.faq-trigger:hover {
  background: var(--gray-50);
}

.faq-arrow {
  width: 20px;
  height: 20px;
  color: var(--gray-400);
  transition: transform 0.3s;
  flex-shrink: 0;
}

.faq-item-modern.open .faq-arrow {
  transform: rotate(180deg);
}

.faq-content {
  display: none;
  padding: 0 1.5rem 1.5rem;
  color: var(--gray-600);
  line-height: 1.7;
}

.faq-item-modern.open .faq-content {
  display: block;
}

.faq-content p {
  margin: 0 0 1rem;
}

.faq-content p:last-child {
  margin-bottom: 0;
}

.faq-content ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.faq-content li {
  margin-bottom: 0.5rem;
}

.product-comparison-faq {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-faq-item {
  padding: 1rem;
  background: var(--gray-50);
  border-radius: 0.75rem;
}

.product-faq-item.highlight {
  background: rgba(24,119,242,0.05);
  border: 1px solid rgba(24,119,242,0.2);
}

.product-faq-item h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  margin: 0 0 0.5rem;
  color: var(--gray-900);
}

.price-tag {
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 600;
}

.product-faq-item p {
  margin: 0;
  font-size: 0.9rem;
}

.product-faq-item ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
  font-size: 0.9rem;
}


.stats-bar {
  padding: 3rem 2rem;
  background: white;
  border-bottom: 1px solid var(--gray-200);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.stat-block .stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary);
}

.stat-block .stat-text {
  font-size: 0.9rem;
  color: var(--gray-600);
  margin-top: 0.25rem;
}

.mission-quote {
  margin-top: 2rem;
  padding: 1.5rem;
  background: rgba(24,119,242,0.05);
  border-radius: 1rem;
  border-left: 4px solid var(--primary);
}

.mission-quote blockquote {
  font-size: 1.1rem;
  font-style: italic;
  color: var(--gray-700);
  margin: 0;
  line-height: 1.7;
}

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

.visual-card {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid var(--gray-100);
}

.visual-card .vc-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.visual-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gray-900);
  margin: 0 0 0.35rem;
}

.visual-card p {
  font-size: 0.9rem;
  color: var(--gray-600);
  margin: 0;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.value-card {
  background: white;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid var(--gray-100);
  transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(24,119,242,0.1);
}

.value-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background: rgba(24,119,242,0.1);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.value-icon svg {
  width: 28px;
  height: 28px;
}

.value-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gray-900);
  margin: 0 0 0.75rem;
}

.value-card p {
  font-size: 0.95rem;
  color: var(--gray-600);
  margin: 0;
  line-height: 1.6;
}

.features-modern {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.feature-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2rem;
  align-items: center;
}

.feature-row.reverse {
  direction: rtl;
}

.feature-row.reverse > * {
  direction: ltr;
}

.feature-icon-large {
  width: 100px;
  height: 100px;
  background: rgba(24,119,242,0.1);
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.feature-icon-large svg {
  width: 40px;
  height: 40px;
}

.feature-text h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--gray-900);
  margin: 0 0 0.75rem;
}

.feature-text p {
  font-size: 1rem;
  color: var(--gray-600);
  margin: 0;
  line-height: 1.7;
}

.certifications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
}

.cert-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: white;
  border-radius: 0.75rem;
  font-size: 0.95rem;
  color: var(--gray-700);
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.cert-icon {
  font-size: 1.5rem;
}

.eco-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.eco-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--gray-100);
}

.eco-list li:last-child {
  border-bottom: none;
}

.eco-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.eco-list li div strong {
  display: block;
  color: var(--gray-900);
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.eco-list li div span {
  font-size: 0.9rem;
  color: var(--gray-600);
}

.eco-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.eco-badge {
  background: linear-gradient(135deg, rgba(16,185,129,0.1) 0%, rgba(16,185,129,0.05) 100%);
  border: 2px solid rgba(16,185,129,0.3);
  border-radius: 1.5rem;
  padding: 2.5rem;
  text-align: center;
  max-width: 300px;
}

.eco-big {
  font-size: 4rem;
  display: block;
  margin-bottom: 1rem;
}

.eco-badge h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #10b981;
  margin: 0 0 0.75rem;
}

.eco-badge p {
  font-size: 0.95rem;
  color: var(--gray-600);
  margin: 0 0 1rem;
}

.eco-link {
  color: #10b981;
  font-weight: 600;
  text-decoration: none;
}

.eco-link:hover {
  text-decoration: underline;
}

.contact-methods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.contact-method-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border-radius: 1rem;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.contact-method-card:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
}

.method-icon {
  width: 60px;
  height: 60px;
  background: rgba(24,119,242,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  margin-bottom: 1rem;
}

.method-icon svg {
  width: 26px;
  height: 26px;
}

.contact-method-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--gray-900);
  margin: 0 0 0.5rem;
}

.method-value {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary);
  margin: 0;
}

.method-hint {
  font-size: 0.85rem;
  color: var(--gray-500);
  margin-top: 0.5rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 3rem;
}

.form-header {
  margin-bottom: 2rem;
}

.form-header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0.5rem 0 0.5rem;
}

.form-header p {
  font-size: 1rem;
  color: var(--gray-600);
  margin: 0;
}

.form-success-message {
  text-align: center;
  padding: 3rem 2rem;
  background: rgba(16,185,129,0.1);
  border-radius: 1rem;
  margin-bottom: 2rem;
}

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

.form-success-message h3 {
  font-size: 1.35rem;
  color: #10b981;
  margin: 0 0 0.5rem;
}

.form-success-message p {
  color: var(--gray-600);
  margin: 0;
}

.form-error-message {
  padding: 1rem 1.5rem;
  background: rgba(239,68,68,0.1);
  border-radius: 0.75rem;
  color: #dc2626;
  margin-bottom: 1.5rem;
}

.modern-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.form-group-modern {
  display: flex;
  flex-direction: column;
}

.form-group-modern.full {
  grid-column: span 2;
}

.form-group-modern label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: 0.5rem;
}

.form-group-modern input,
.form-group-modern select,
.form-group-modern textarea {
  padding: 0.875rem 1rem;
  border: 2px solid var(--gray-200);
  border-radius: 0.75rem;
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group-modern input:focus,
.form-group-modern select:focus,
.form-group-modern textarea:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(24,119,242,0.1);
}

.form-group-modern textarea {
  resize: vertical;
  min-height: 120px;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
}

.checkbox-label input {
  margin-top: 0.25rem;
}

.checkbox-text {
  font-size: 0.9rem;
  color: var(--gray-600);
  line-height: 1.5;
}

.checkbox-text a {
  color: var(--primary);
}

.submit-btn-modern {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn-modern:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(24,119,242,0.3);
}

.submit-btn-modern svg {
  width: 18px;
  height: 18px;
}

.form-note {
  font-size: 0.85rem;
  color: var(--gray-500);
  margin: 0;
}

.contact-info-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info-card-modern {
  background: white;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid var(--gray-100);
}

.info-card-modern.highlight {
  background: linear-gradient(135deg, rgba(24,119,242,0.05) 0%, white 100%);
  border-color: rgba(24,119,242,0.2);
}

.info-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.info-card-header svg {
  width: 22px;
  height: 22px;
  color: var(--primary);
}

.info-card-header h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--gray-900);
  margin: 0;
}

.hours-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}

.hours-row span {
  color: var(--gray-600);
}

.hours-row strong {
  color: var(--gray-900);
}

.emergency-phone {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  margin-top: 0.5rem;
}

.info-card-modern p {
  font-size: 0.9rem;
  color: var(--gray-600);
  margin: 0 0 0.75rem;
  line-height: 1.5;
}

.faq-link {
  font-size: 0.95rem;
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

.faq-link:hover {
  text-decoration: underline;
}

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

.tip-card {
  text-align: center;
  padding: 2rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.tip-card .tip-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.tip-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gray-900);
  margin: 0 0 0.75rem;
}

.tip-card p {
  font-size: 0.95rem;
  color: var(--gray-600);
  margin: 0;
  line-height: 1.6;
}

.success-hero {
  position: relative;
  padding: 5rem 2rem;
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  overflow: hidden;
  text-align: center;
}

.success-hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.success-shape {
  position: absolute;
  border-radius: 50%;
  background: #10b981;
  opacity: 0.1;
}

.success-shape.shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
}

.success-shape.shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: -50px;
}

.success-hero-inner {
  position: relative;
}

.success-icon-wrap {
  margin-bottom: 1.5rem;
}

.success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #10b981;
  border-radius: 50%;
  color: white;
  animation: scaleIn 0.5s ease-out;
}

@keyframes scaleIn {
  0% { transform: scale(0); }
  70% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.success-icon svg {
  width: 40px;
  height: 40px;
}

.success-title {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 800;
  color: #047857;
  margin: 0 0 0.75rem;
}

.success-subtitle {
  font-size: 1.1rem;
  color: #065f46;
  margin: 0 0 1.5rem;
}

.order-number-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 2rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.order-number-badge span {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.order-number-badge strong {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--gray-900);
}

.order-timeline {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  margin: 0 auto 3rem;
  position: relative;
  padding: 0 20px;
}

.order-timeline::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 60px;
  right: 60px;
  height: 3px;
  background: var(--gray-200);
  z-index: 0;
}

.timeline-item {
  position: relative;
  text-align: center;
  z-index: 1;
  flex: 1;
  max-width: 150px;
}

.timeline-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: 3px solid var(--gray-200);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gray-500);
  position: relative;
}

.timeline-item.completed .timeline-dot {
  background: #10b981;
  border-color: #10b981;
  color: white;
}

.timeline-item.completed .timeline-dot svg {
  width: 18px;
  height: 18px;
}

.timeline-item.active .timeline-dot {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
  box-shadow: 0 0 0 4px rgba(24,119,242,0.2);
}

.timeline-label {
  font-size: 0.75rem;
  color: var(--gray-500);
  white-space: nowrap;
}

.timeline-item.completed .timeline-label,
.timeline-item.active .timeline-label {
  color: var(--gray-700);
  font-weight: 500;
}

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

.order-card {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: 1px solid var(--gray-100);
}

.order-card.highlight {
  border-color: var(--primary);
  background: linear-gradient(135deg, rgba(24,119,242,0.02) 0%, white 100%);
}

.order-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--gray-100);
  background: var(--gray-50);
}

.order-card-header svg {
  width: 20px;
  height: 20px;
  color: var(--primary);
}

.order-card-header h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--gray-900);
  margin: 0;
}

.order-card-body {
  padding: 1.25rem 1.5rem;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--gray-100);
  font-size: 0.95rem;
}

.detail-row:last-child {
  border-bottom: none;
}

.detail-row span {
  color: var(--gray-600);
}

.detail-row strong {
  color: var(--gray-900);
}

.detail-row.muted span,
.detail-row.muted strong {
  font-size: 0.85rem;
  color: var(--gray-500);
}

.detail-row.total {
  padding-top: 1rem;
  margin-top: 0.5rem;
  border-top: 2px solid var(--gray-200);
  font-size: 1.1rem;
}

.detail-row.total strong {
  color: var(--primary);
}

.product-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--gray-100);
}

.product-row:last-child {
  border-bottom: none;
}

.product-info strong {
  display: block;
  color: var(--gray-900);
}

.product-info span {
  font-size: 0.85rem;
  color: var(--gray-500);
}

.product-price {
  font-weight: 600;
  color: var(--gray-900);
}

.address-block {
  margin-bottom: 1.25rem;
}

.address-block:last-child {
  margin-bottom: 0;
}

.address-block label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--gray-500);
  margin-bottom: 0.35rem;
  display: block;
}

.address-block p {
  font-size: 0.95rem;
  color: var(--gray-700);
  margin: 0;
  line-height: 1.5;
}

.next-steps-card {
  background: rgba(24,119,242,0.05);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-left: 4px solid var(--primary);
}

.steps-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.steps-header svg {
  width: 24px;
  height: 24px;
  color: var(--primary);
}

.steps-header h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gray-900);
  margin: 0;
}

.steps-content p {
  font-size: 0.95rem;
  color: var(--gray-700);
  margin: 0 0 1rem;
  line-height: 1.6;
}

.steps-content ul {
  margin: 0;
  padding-left: 1.5rem;
  font-size: 0.95rem;
  color: var(--gray-600);
}

.steps-content li {
  margin-bottom: 0.35rem;
}

.order-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.error-hero {
  padding: 6rem 2rem;
  text-align: center;
  background: var(--gray-50);
}

.error-hero-inner {
  max-width: 500px;
  margin: 0 auto;
}

.error-icon-wrap {
  margin-bottom: 1.5rem;
}

.error-icon-wrap svg {
  width: 80px;
  height: 80px;
  color: #f59e0b;
}

.error-hero h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0 0 0.75rem;
}

.error-hero p {
  font-size: 1rem;
  color: var(--gray-600);
  margin: 0 0 2rem;
}

@media (max-width: 992px) {
  .content-split {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .content-split.reverse {
    direction: ltr;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-info-sidebar {
    order: -1;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .info-card-modern {
    flex: 1;
    min-width: 250px;
  }

  .feature-row {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.5rem;
  }

  .feature-row.reverse {
    direction: ltr;
  }

  .feature-icon-large {
    margin: 0 auto;
  }

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

  .order-details-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .subpage-hero {
    padding: 4rem 1.5rem 3rem;
  }

  .section-modern {
    padding: 3rem 1.5rem;
  }

  .delivery-options-grid {
    grid-template-columns: 1fr;
  }

  .process-timeline {
    flex-direction: column;
    gap: 1.5rem;
  }

  .timeline-step {
    max-width: 100%;
  }

  .contact-methods-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-group-modern.full {
    grid-column: span 1;
  }

  .tips-grid {
    grid-template-columns: 1fr;
  }

  .stats-showcase {
    grid-template-columns: 1fr;
  }

  .order-timeline {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    padding: 0 10px;
    max-width: 100%;
    overflow-x: auto;
  }

  .order-timeline::before {
    top: 20px;
    left: 40px;
    right: 40px;
  }

  .timeline-item {
    flex: 1;
    min-width: 70px;
    max-width: none;
  }

  .timeline-dot {
    width: 36px;
    height: 36px;
    font-size: 0.8rem;
  }

  .timeline-label {
    font-size: 0.65rem;
    white-space: nowrap;
  }

  .faq-section-header {
    flex-direction: column;
    text-align: center;
  }

  .faq-section-icon {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .subpage-title {
    font-size: 1.75rem;
  }

  .section-header-modern h2 {
    font-size: 1.5rem;
  }

  .cta-content h2 {
    font-size: 1.5rem;
  }

  .btn-cta {
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
  }

  .checklist-grid {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .certifications-grid {
    grid-template-columns: 1fr;
  }
}

.main-header-new {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  transition: box-shadow 0.3s ease;
}

.main-header-new.scrolled {
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.header-inner-new {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  height: 64px;
  gap: 2rem;
}

.logo-new {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-mark {
  width: 36px;
  height: 36px;
  background: var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-mark svg {
  width: 20px;
  height: 20px;
  color: white;
}

.logo-text-new {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.logo-brand {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
}

.logo-tagline {
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.nav-new {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  flex: 1;
}

.nav-link-new {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4b5563;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.nav-link-new:hover {
  color: var(--primary);
  background: #f0f7ff;
}

.nav-link-new.active {
  color: var(--primary);
  background: #e8f2ff;
}

.nav-link-new .nav-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.nav-divider {
  width: 1px;
  height: 20px;
  background: #e5e7eb;
  margin: 0 0.5rem;
}

.header-actions-new {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.6rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.15s;
}

.header-phone:hover {
  color: var(--primary);
  background: #f0f7ff;
}

.header-phone svg {
  width: 16px;
  height: 16px;
  color: var(--primary);
}

.header-cta-new {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1rem;
  background: var(--primary);
  color: white;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.header-cta-new:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(24,119,242,0.3);
}

.header-cta-new svg {
  width: 16px;
  height: 16px;
}

.mobile-toggle-new {
  display: none;
  width: 40px;
  height: 40px;
  background: #f3f4f6;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-left: auto;
}

.mobile-toggle-new span {
  display: block;
  width: 18px;
  height: 2px;
  background: #374151;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobile-toggle-new.active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

.mobile-toggle-new.active span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle-new.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}

@media (max-width: 1100px) {
  .nav-link-new .nav-icon {
    display: none;
  }
  
  .nav-link-new {
    padding: 0.5rem 0.65rem;
  }
  
  .header-phone span {
    display: none;
  }
}

@media (max-width: 900px) {
  .nav-new {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    gap: 0.25rem;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }

  .nav-new.open {
    transform: translateX(0);
  }

  .nav-link-new {
    padding: 0.9rem 1rem;
    font-size: 1rem;
    border-radius: 10px;
  }
  
  .nav-link-new .nav-icon {
    display: block;
    width: 20px;
    height: 20px;
  }

  .nav-divider {
    display: none;
  }

  .mobile-toggle-new {
    display: flex;
  }

  .header-cta-new {
    display: none;
  }
  
  .header-phone {
    display: none;
  }

  .nav-new .mobile-cta {
    display: flex;
    margin-top: 1rem;
    padding: 1rem;
    justify-content: center;
    background: var(--primary);
    color: white;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
  }
}

@media (max-width: 480px) {
  .header-inner-new {
    padding: 0 1rem;
    height: 56px;
  }

  .nav-new {
    top: 56px;
  }
  
  .logo-brand {
    font-size: 1rem;
  }
  
  .logo-tagline {
    display: none;
  }
  
  .logo-mark {
    width: 32px;
    height: 32px;
  }
  
  .logo-mark svg {
    width: 18px;
    height: 18px;
  }
}

.header-spacer {
  height: 64px;
}

@media (max-width: 480px) {
  .header-spacer {
    height: 56px;
  }
}

.th-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 auto 0.25rem;
}

.th-icon svg {
  width: 24px;
  height: 24px;
  color: var(--primary);
}

th.featured .th-icon svg {
  color: #e6a600;
}

th.eco .th-icon svg {
  color: #10b981;
}

.select-btn .btn-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.select-btn .btn-inner svg {
  width: 20px;
  height: 20px;
  color: var(--primary);
  margin-bottom: 0.15rem;
}

.select-btn.featured .btn-inner svg {
  color: #e6a600;
}

.select-btn.eco .btn-inner svg {
  color: #10b981;
}

.select-btn input:checked + .btn-inner svg,
.select-btn input:checked + span svg {
  color: white;
}

.icon-oil-drop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-oil-drop svg {
  width: 1em;
  height: 1em;
}

.icon-blue { color: var(--primary); }
.icon-blue-light { color: var(--primary-light); }
.icon-green { color: #10b981; }

.tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(24,119,242,0.08);
  border-radius: 10px;
  margin-bottom: 0.25rem;
}

.tab-icon svg {
  width: 24px;
  height: 24px;
  color: var(--primary);
}

.product-tab.featured .tab-icon {
  background: rgba(255,170,0,0.1);
}

.product-tab.featured .tab-icon svg {
  color: #e6a600;
}

.product-tab.eco .tab-icon {
  background: rgba(16,185,129,0.1);
}

.product-tab.eco .tab-icon svg {
  color: #10b981;
}

.product-tab input:checked + .tab-content .tab-icon {
  background: var(--primary);
}

.product-tab input:checked + .tab-content .tab-icon svg {
  color: white;
}

.product-tab.featured input:checked + .tab-content .tab-icon {
  background: #e6a600;
}

.product-tab.eco input:checked + .tab-content .tab-icon {
  background: #10b981;
}

.visual-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(24,119,242,0.1);
  border-radius: 16px;
  margin: 0 auto 1rem;
}

.visual-icon svg {
  width: 32px;
  height: 32px;
  color: var(--primary);
}

.premium-card .visual-icon {
  background: rgba(255,170,0,0.1);
}

.premium-card .visual-icon svg {
  color: #e6a600;
}

.bio-card .visual-icon {
  background: rgba(16,185,129,0.1);
}

.bio-card .visual-icon svg {
  color: #10b981;
}

.ql-icon svg,
.faq-section-icon svg,
.slot-icon svg,
.card-icon svg,
.category-icon svg,
.tip-icon svg,
.case-icon svg,
.vc-icon svg,
.cert-icon svg,
.eco-icon svg,
.eco-big svg,
.success-icon svg,
.tip-card .tip-icon svg,
.delivery-icon-new svg,
.notice-icon svg {
  width: 100%;
  height: 100%;
  color: var(--primary);
}

.check-icon {
  width: 18px;
  height: 18px;
  color: var(--primary);
  display: inline-block;
  vertical-align: middle;
}

.ql-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.ql-icon svg {
  width: 24px;
  height: 24px;
}

.faq-section-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(24,119,242,0.1);
  border-radius: 1rem;
  flex-shrink: 0;
}

.faq-section-icon svg {
  width: 28px;
  height: 28px;
}

.slot-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(24,119,242,0.1);
  border-radius: 0.75rem;
  flex-shrink: 0;
}

.slot-icon svg {
  width: 24px;
  height: 24px;
}

.card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(24,119,242,0.1);
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
}

.card-icon svg {
  width: 24px;
  height: 24px;
}

.category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(24,119,242,0.1);
  border-radius: 0.6rem;
  flex-shrink: 0;
}

.category-icon svg {
  width: 20px;
  height: 20px;
}

.tip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
  border-radius: 0.75rem;
  flex-shrink: 0;
}

.tip-icon svg {
  width: 24px;
  height: 24px;
  color: white !important;
}

.case-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(24,119,242,0.1);
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.case-icon svg {
  width: 28px;
  height: 28px;
}

.vc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(24,119,242,0.1);
  border-radius: 0.75rem;
  margin-bottom: 0.75rem;
}

.vc-icon svg {
  width: 24px;
  height: 24px;
}

.cert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(24,119,242,0.1);
  border-radius: 0.75rem;
  flex-shrink: 0;
}

.cert-icon svg {
  width: 22px;
  height: 22px;
}

.eco-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(16,185,129,0.1);
  border-radius: 0.75rem;
  flex-shrink: 0;
}

.eco-icon svg {
  width: 22px;
  height: 22px;
  color: #10b981;
}

.eco-big {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 1.25rem;
  margin: 0 auto 1rem;
}

.eco-big svg {
  width: 36px;
  height: 36px;
  color: white !important;
}

.success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 50%;
  margin: 0 auto 1rem;
}

.success-icon svg {
  width: 32px;
  height: 32px;
  color: white !important;
}

.tip-card .tip-icon {
  width: 56px;
  height: 56px;
  background: rgba(24,119,242,0.1);
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.tip-card .tip-icon svg {
  width: 28px;
  height: 28px;
  color: var(--primary);
}

.delivery-icon-new {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(24,119,242,0.1);
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.delivery-icon-new svg {
  width: 28px;
  height: 28px;
}

.delivery-card-new.express .delivery-icon-new {
  background: rgba(255,170,0,0.1);
}

.delivery-card-new.express .delivery-icon-new svg {
  color: #e6a600;
}

.notice-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.notice-icon svg {
  width: 24px;
  height: 24px;
}
