.ass-jewelry-industry-page .industry-feature-hero {
  background: #6a4f0e;
  color: #ffffff;
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}

.ass-jewelry-industry-page .industry-feature-hero .hero-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ass-jewelry-industry-page .industry-feature-hero .hero-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ass-jewelry-industry-page .industry-feature-hero .hero-preheader {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.75rem;
  display: block;
}

.ass-jewelry-industry-page .industry-feature-hero h1 {
  font-size: clamp(1.9rem, 3.5vw, 2.6rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  color: #ffffff;
}

.ass-jewelry-industry-page .industry-feature-hero .hero-body {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2rem;
  line-height: 1.65;
}

.ass-jewelry-industry-page .industry-feature-hero .hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.ass-jewelry-industry-page .btn-outline-white {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.35);
}

.ass-jewelry-industry-page .btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff;
}

.ass-jewelry-industry-page .industry-feature-hero .hero-feature-box {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 1.75rem;
}

.ass-jewelry-industry-page .industry-feature-hero .hero-feature-box h3 {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}

.ass-jewelry-industry-page .industry-feature-hero .hero-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ass-jewelry-industry-page .industry-feature-hero .hero-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.55rem 0;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ass-jewelry-industry-page .industry-feature-hero .hero-feature-list li:last-child {
  border-bottom: none;
}

.ass-jewelry-industry-page .industry-feature-hero .feat-check {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.7rem;
  font-weight: 900;
  color: #ffffff;
  margin-top: 2px;
}

.ass-jewelry-industry-page .section {
  padding: 4.5rem 2rem;
}

.ass-jewelry-industry-page .section-alt {
  background: #f7f7f6;
}

.ass-jewelry-industry-page .section-dark {
  background: #231f20;
  color: #ffffff;
}

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

.ass-jewelry-industry-page .section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3rem;
}

.ass-jewelry-industry-page .section-header h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #231f20;
  margin-bottom: 0.6rem;
}

.ass-jewelry-industry-page .section-dark .section-header h2 {
  color: #ffffff;
}

.ass-jewelry-industry-page .section-header p {
  color: #5e5e5d;
  font-size: 1rem;
  line-height: 1.7;
}

.ass-jewelry-industry-page .section-dark .section-header p {
  color: #9a9a99;
}

.ass-jewelry-industry-page .section-preheader,
.ass-jewelry-industry-page .preheader {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8b6914;
  margin-bottom: 0.5rem;
}

.ass-jewelry-industry-page .breadcrumb-strip {
  background: #f7f7f6;
  padding: 0.75rem 2rem;
  font-size: 0.82rem;
  color: #7a7a79;
}

.ass-jewelry-industry-page .breadcrumb-strip .container {
  max-width: 1100px;
}

.ass-jewelry-industry-page .breadcrumb-strip a {
  color: #1a5dad;
}

.ass-jewelry-industry-page .threats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.ass-jewelry-industry-page .threat-card {
  background: #ffffff;
  padding: 1.75rem;
  border-radius: 12px;
  border-left: 3px solid #8b6914;
}

.ass-jewelry-industry-page .threat-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.6rem;
}

.ass-jewelry-industry-page .threat-icon {
  width: 34px;
  height: 34px;
  background: #fdf8ee;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ass-jewelry-industry-page .threat-icon svg {
  width: 16px;
  height: 16px;
  stroke: #8b6914;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ass-jewelry-industry-page .threat-card h3 {
  font-size: 0.97rem;
  font-weight: 700;
  color: #231f20;
}

.ass-jewelry-industry-page .threat-card p {
  font-size: 0.88rem;
  color: #5e5e5d;
  line-height: 1.65;
}

.ass-jewelry-industry-page .scenario-timeline {
  max-width: 760px;
  margin: 0 auto;
}

.ass-jewelry-industry-page .timeline-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}

.ass-jewelry-industry-page .timeline-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1rem;
  flex-shrink: 0;
}

.ass-jewelry-industry-page .timeline-item.bad .timeline-num {
  background: #fef2f2;
  color: #b91c1c;
  border: 2px solid #fca5a5;
}

.ass-jewelry-industry-page .timeline-item.good .timeline-num {
  background: #eef4fc;
  color: #1a5dad;
  border: 2px solid #d6e6f7;
}

.ass-jewelry-industry-page .timeline-item.good .timeline-num svg {
  width: 16px;
  height: 16px;
  stroke: #1a5dad;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ass-jewelry-industry-page .timeline-content {
  background: #ffffff;
  border: 1px solid #eaeae9;
  border-radius: 10px;
  padding: 1.25rem;
  flex: 1;
}

.ass-jewelry-industry-page .timeline-item.good .timeline-content {
  border-color: #d6e6f7;
  background: #eef4fc;
}

.ass-jewelry-industry-page .timeline-content h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 0.35rem;
}

.ass-jewelry-industry-page .timeline-item.good .timeline-content h4 {
  color: #0f4a8a;
}

.ass-jewelry-industry-page .timeline-content p {
  font-size: 0.87rem;
  color: #5e5e5d;
  line-height: 1.6;
}

.ass-jewelry-industry-page .timeline-item.good .timeline-content p {
  color: #1a5dad;
}

.ass-jewelry-industry-page .solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

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

.ass-jewelry-industry-page .solution-card:hover {
  border-color: #8b6914;
}

.ass-jewelry-industry-page .sol-icon {
  width: 44px;
  height: 44px;
  background: #fdf8ee;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.ass-jewelry-industry-page .sol-icon svg {
  width: 20px;
  height: 20px;
  stroke: #8b6914;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ass-jewelry-industry-page .solution-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 0.4rem;
}

.ass-jewelry-industry-page .solution-card p {
  font-size: 0.86rem;
  color: #5e5e5d;
  line-height: 1.65;
}

.ass-jewelry-industry-page .display-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.ass-jewelry-industry-page .display-option {
  background: #ffffff;
  border: 1px solid #eaeae9;
  border-radius: 14px;
  overflow: hidden;
}

.ass-jewelry-industry-page .display-option-header {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #eaeae9;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ass-jewelry-industry-page .disp-icon {
  width: 38px;
  height: 38px;
  background: #fdf8ee;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ass-jewelry-industry-page .disp-icon svg {
  width: 18px;
  height: 18px;
  stroke: #8b6914;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ass-jewelry-industry-page .display-option-header h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #231f20;
}

.ass-jewelry-industry-page .display-option-body {
  padding: 1.25rem 1.5rem;
}

.ass-jewelry-industry-page .display-option-body p {
  font-size: 0.87rem;
  color: #5e5e5d;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.ass-jewelry-industry-page .display-option-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ass-jewelry-industry-page .display-option-body li {
  font-size: 0.84rem;
  color: #464645;
  padding: 0.3rem 0;
  border-bottom: 1px solid #eaeae9;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ass-jewelry-industry-page .display-option-body li:last-child {
  border-bottom: none;
}

.ass-jewelry-industry-page .display-option-body li::before {
  content: "✓";
  color: #8b6914;
  font-weight: 900;
  flex-shrink: 0;
}

.ass-jewelry-industry-page .section-dark .products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.ass-jewelry-industry-page .section-dark .product-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  transition: border-color 0.2s, background 0.2s;
}

.ass-jewelry-industry-page .section-dark .product-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
}

.ass-jewelry-industry-page .section-dark .prod-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}

.ass-jewelry-industry-page .section-dark .prod-icon svg {
  width: 18px;
  height: 18px;
  stroke: rgba(255, 255, 255, 0.7);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ass-jewelry-industry-page .section-dark .product-card h3 {
  font-size: 0.92rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.35rem;
}

.ass-jewelry-industry-page .section-dark .product-card p {
  font-size: 0.82rem;
  color: #9a9a99;
  line-height: 1.6;
}

.ass-jewelry-industry-page .cta-section {
  background: #6a4f0e;
  padding: 4.5rem 2rem;
  text-align: center;
  color: #ffffff;
}

.ass-jewelry-industry-page .cta-section .container {
  max-width: 1100px;
}

.ass-jewelry-industry-page .cta-section h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
  color: #ffffff;
}

.ass-jewelry-industry-page .cta-section p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 auto 2rem;
  max-width: 540px;
  font-size: 0.95rem;
  line-height: 1.65;
}

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

@media (max-width: 1024px) {
  .ass-jewelry-industry-page .industry-feature-hero .hero-container {
    grid-template-columns: 1fr;
  }

  .ass-jewelry-industry-page .section-dark .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ass-jewelry-industry-page .section,
  .ass-jewelry-industry-page .cta-section,
  .ass-jewelry-industry-page .industry-feature-hero {
    padding: 3.5rem 1.5rem;
  }

  .ass-jewelry-industry-page .threats-grid,
  .ass-jewelry-industry-page .solutions-grid,
  .ass-jewelry-industry-page .display-options,
  .ass-jewelry-industry-page .section-dark .products-grid {
    grid-template-columns: 1fr;
  }
}
