.ass-counter-product-page .product-hero {
  background: #f7f7f6;
  padding: 4rem 2rem;
  border-bottom: 1px solid #eaeae9;
}

.ass-counter-product-page .hero-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.ass-counter-product-page .hero-content {
  text-align: left;
  padding: 0;
  max-width: none;
  margin: 0;
}

.ass-counter-product-page .hero-pre {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1a5dad;
  margin-bottom: 0.75rem;
  display: block;
}

.ass-counter-product-page .product-hero h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  line-height: 1.1;
  color: #231f20;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

.ass-counter-product-page .hero-intro {
  font-size: 1.05rem;
  color: #5e5e5d;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.ass-counter-product-page .hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.ass-counter-product-page .hero-image {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeae9;
  position: relative;
}

.ass-counter-product-page .img-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  color: #9a9a99;
  font-size: 0.85rem;
}

.ass-counter-product-page .img-placeholder svg {
  width: 64px;
  height: 64px;
  stroke: #d4d4d3;
  fill: none;
  stroke-width: 1.5;
}

.ass-counter-product-page .breadcrumb-strip {
  background: #ffffff;
  border-bottom: 1px solid #eaeae9;
  padding: 0.75rem 2rem;
  font-size: 0.82rem;
  color: #7a7a79;
}

.ass-counter-product-page .breadcrumb-strip .container {
  max-width: 1100px;
}

.ass-counter-product-page .breadcrumb-strip a {
  color: #1a5dad;
}

.ass-counter-product-page .section {
  padding: 5rem 2rem;
}

.ass-counter-product-page .section-alt {
  background: #f7f7f6;
}

.ass-counter-product-page .container {
  max-width: 1100px;
  margin: 0 auto;
}

.ass-counter-product-page .section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
}

.ass-counter-product-page .section-header h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 900;
  margin-bottom: 0.75rem;
  color: #231f20;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.ass-counter-product-page .section-header h2 em {
  font-style: normal;
  color: #1a5dad;
}

.ass-counter-product-page .section-header p {
  color: #5e5e5d;
  font-size: 1rem;
  line-height: 1.65;
}

.ass-counter-product-page .section-preheader {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #e85e03;
  margin-bottom: 0.6rem;
}

.ass-counter-product-page .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.ass-counter-product-page .feature-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #eaeae9;
  border-radius: 12px;
  padding: 1.5rem;
  transition: border-color 0.2s;
}

.ass-counter-product-page .feature-item:hover {
  border-color: #374151;
}

.ass-counter-product-page .feature-icon {
  width: 44px;
  height: 44px;
  background: #f1f3f5;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ass-counter-product-page .feature-icon svg {
  width: 20px;
  height: 20px;
  stroke: #374151;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ass-counter-product-page .feature-text h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 0.3rem;
}

.ass-counter-product-page .feature-text p {
  font-size: 0.86rem;
  color: #5e5e5d;
  line-height: 1.6;
}

.ass-counter-product-page .usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.ass-counter-product-page .usecase-card {
  background: #ffffff;
  border: 1px solid #eaeae9;
  border-radius: 12px;
  padding: 1.75rem;
  transition: border-color 0.2s;
}

.ass-counter-product-page .usecase-card:hover {
  border-color: #374151;
}

.ass-counter-product-page .usecase-icon {
  width: 44px;
  height: 44px;
  background: #f1f3f5;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.ass-counter-product-page .usecase-icon svg {
  width: 20px;
  height: 20px;
  stroke: #374151;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ass-counter-product-page .usecase-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 0.35rem;
}

.ass-counter-product-page .usecase-card p {
  font-size: 0.86rem;
  color: #5e5e5d;
  line-height: 1.6;
}

.ass-counter-product-page .mount-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.ass-counter-product-page .mount-content h3 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #231f20;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.ass-counter-product-page .mount-content > p {
  color: #5e5e5d;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.ass-counter-product-page .mount-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ass-counter-product-page .mount-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
  font-size: 0.92rem;
  font-weight: 500;
  color: #464645;
}

.ass-counter-product-page .mount-check {
  width: 20px;
  height: 20px;
  background: #f1f3f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.ass-counter-product-page .mount-check svg {
  width: 11px;
  height: 11px;
  stroke: #1a5dad;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ass-counter-product-page .mount-visual {
  background: #1f2937;
  border-radius: 16px;
  padding: 3rem;
  color: #ffffff;
  text-align: center;
}

.ass-counter-product-page .mount-visual-icon {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.ass-counter-product-page .mount-visual-icon svg {
  width: 32px;
  height: 32px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ass-counter-product-page .mount-visual h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.ass-counter-product-page .mount-visual p {
  color: #9a9a99;
  font-size: 0.9rem;
  line-height: 1.6;
}

.ass-counter-product-page .slat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.ass-counter-product-page .slat-card {
  background: #ffffff;
  border: 1px solid #eaeae9;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.ass-counter-product-page .slat-card:hover {
  border-color: #374151;
}

.ass-counter-product-page .slat-visual {
  height: 140px;
  background: #f7f7f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eaeae9;
}

.ass-counter-product-page .slat-visual svg {
  width: 48px;
  height: 48px;
  stroke: #9a9a99;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ass-counter-product-page .slat-card-body {
  padding: 1.5rem;
}

.ass-counter-product-page .slat-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 0.4rem;
}

.ass-counter-product-page .slat-card p {
  font-size: 0.86rem;
  color: #5e5e5d;
  line-height: 1.6;
}

.ass-counter-product-page .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.ass-counter-product-page .gallery-item {
  aspect-ratio: 1;
  background: #eaeae9;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  overflow: hidden;
}

.ass-counter-product-page .gal-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #9a9a99;
  font-size: 0.78rem;
}

.ass-counter-product-page .gal-placeholder svg {
  width: 32px;
  height: 32px;
  stroke: #d4d4d3;
  fill: none;
  stroke-width: 1.5;
}

.ass-counter-product-page .cta-section {
  position: relative;
  padding: 5rem 2rem;
  text-align: center;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
}

.ass-counter-product-page .cta-pattern {
  position: absolute;
  inset: 0;
}

.ass-counter-product-page .cta-pattern svg {
  width: 100%;
  height: 100%;
}

.ass-counter-product-page .cta-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.78) 50%, rgba(255,255,255,0.6) 100%);
}

.ass-counter-product-page .cta-inner {
  position: relative;
  z-index: 2;
  max-width: 680px;
  width: 100%;
}

.ass-counter-product-page .cta-section h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #231f20;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.ass-counter-product-page .cta-section h2 em {
  font-style: normal;
  color: #1a5dad;
}

.ass-counter-product-page .cta-section p {
  color: #464645;
  margin-bottom: 0.75rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.65;
}

.ass-counter-product-page .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.ass-counter-product-page .cta-sub {
  font-size: 13px;
  color: #7a7a79;
  margin-top: 16px;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .ass-counter-product-page .hero-grid,
  .ass-counter-product-page .mount-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .ass-counter-product-page .features-grid,
  .ass-counter-product-page .usecase-grid,
  .ass-counter-product-page .slat-grid {
    grid-template-columns: 1fr;
  }

  .ass-counter-product-page .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ass-counter-product-page .section,
  .ass-counter-product-page .product-hero,
  .ass-counter-product-page .breadcrumb-strip,
  .ass-counter-product-page .cta-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ass-counter-product-page .hero-buttons,
  .ass-counter-product-page .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .ass-counter-product-page .hero-buttons .btn,
  .ass-counter-product-page .cta-buttons .btn {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ass-counter-product-page .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
