
.az-ceramicstruct-section {
  width: 100%;
  padding: 58px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f2ff 100%);
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.az-ceramicstruct-section *,
.az-ceramicstruct-section *::before,
.az-ceramicstruct-section *::after {
  box-sizing: border-box;
}

.az-ceramicstruct-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.az-ceramicstruct-heading {
  max-width: 920px;
  margin-bottom: 44px;
}

.az-ceramicstruct-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #7c3aed;
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.az-ceramicstruct-heading h2 {
  margin: 0 0 16px;
  color: #24104f;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.12;
  font-weight: 850;
}

.az-ceramicstruct-heading p {
  max-width: 820px;
  margin: 0;
  color: #6d6384;
  font-size: 16px;
  line-height: 1.75;
}

.az-ceramicstruct-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: stretch;
}

.az-ceramicstruct-visual {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  padding: 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(216, 180, 254, 0.34), transparent 34%),
    radial-gradient(circle at bottom left, rgba(168, 85, 247, 0.26), transparent 38%),
    linear-gradient(145deg, #2e1065, #6d28d9);
  box-shadow: 0 26px 60px rgba(46, 16, 101, 0.22);
}

.az-ceramicstruct-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.07), transparent 46%, rgba(255,255,255,0.04) 68%, transparent);
  pointer-events: none;
}

.az-ceramicstruct-glow {
  position: absolute;
  top: 78px;
  left: 50%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 180, 254, 0.34) 0%, rgba(168, 85, 247, 0.14) 42%, rgba(168, 85, 247, 0) 72%);
  filter: blur(3px);
  transform: translateX(-50%);
  animation: azCeramicStructGlow 3.4s ease-in-out infinite;
}

.az-ceramicstruct-roll {
  position: absolute;
  z-index: 2;
  top: 94px;
  left: 50%;
  width: 235px;
  height: 235px;
  border: 12px solid rgba(255,255,255,0.16);
  border-radius: 50%;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,0.28), transparent 18%),
    conic-gradient(from 30deg, #f3e8ff, #c084fc, #7e22ce, #a855f7, #f3e8ff);
  box-shadow:
    inset 10px 10px 20px rgba(255,255,255,0.18),
    inset -16px -16px 30px rgba(46, 16, 101, 0.34),
    0 26px 44px rgba(0,0,0,0.26);
  transform: translateX(-50%);
  animation: azCeramicStructRoll 3.4s ease-in-out infinite;
}

.az-ceramicstruct-roll-texture {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: 0.35;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.86) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(46,16,101,0.52) 0 1px, transparent 1.7px);
  background-position: 0 0, 8px 8px;
  background-size: 15px 15px;
  mix-blend-mode: overlay;
}

.az-ceramicstruct-roll-hole {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  border: 11px solid rgba(255,255,255,0.38);
  border-radius: 50%;
  background: rgba(46, 16, 101, 0.48);
  box-shadow:
    inset 0 0 0 10px rgba(46, 16, 101, 0.2),
    0 0 0 8px rgba(255,255,255,0.08);
  transform: translate(-50%, -50%);
}

.az-ceramicstruct-roll span {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,0.48);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(46,16,101,0.42);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
  transform: translateX(-50%);
}

.az-ceramicstruct-stack {
  position: absolute;
  z-index: 4;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: grid;
  gap: 11px;
}

.az-ceramicstruct-layer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 16px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(7px);
  box-shadow: 0 14px 24px rgba(0,0,0,0.12);
  animation: azCeramicStructLayerFloat 4s ease-in-out infinite;
}

.az-ceramicstruct-layer-2 {
  animation-delay: 0.2s;
}

.az-ceramicstruct-layer-3 {
  animation-delay: 0.4s;
}

.az-ceramicstruct-layer-4 {
  animation-delay: 0.6s;
}

.az-ceramicstruct-layer-5 {
  animation-delay: 0.8s;
}

.az-ceramicstruct-layer strong {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 900;
}

.az-ceramicstruct-layer span {
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  text-align: right;
}

.az-ceramicstruct-flow {
  position: absolute;
  z-index: 1;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(233,213,255,0.88), rgba(255,255,255,0));
  box-shadow: 0 0 18px rgba(216,180,254,0.34);
  animation: azCeramicStructFlow 3.2s ease-in-out infinite;
}

.az-ceramicstruct-flow-1 {
  width: 118px;
  top: 160px;
  left: 40px;
}

.az-ceramicstruct-flow-2 {
  width: 92px;
  top: 250px;
  right: 42px;
  animation-delay: 0.45s;
}

.az-ceramicstruct-flow-3 {
  width: 78px;
  top: 330px;
  left: 70px;
  animation-delay: 0.85s;
}

.az-ceramicstruct-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.az-ceramicstruct-card {
  position: relative;
  overflow: hidden;
  min-height: 205px;
  padding: 24px 22px;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(46, 16, 101, 0.07);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.az-ceramicstruct-card::after {
  content: "";
  position: absolute;
  right: -62px;
  bottom: -72px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.12), transparent 68%);
  pointer-events: none;
}

.az-ceramicstruct-card:hover {
  border-color: rgba(124, 58, 237, 0.34);
  box-shadow: 0 24px 50px rgba(46, 16, 101, 0.13);
  transform: translateY(-6px) scale(1.015);
}

.az-ceramicstruct-card-wide {
  grid-column: span 2;
  min-height: 175px;
}

.az-ceramicstruct-no {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 13px;
  color: #ffffff;
  background: linear-gradient(135deg, #a855f7, #6d28d9);
  box-shadow: 0 10px 18px rgba(109, 40, 217, 0.22);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.az-ceramicstruct-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #24104f;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 850;
}

.az-ceramicstruct-card p {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  color: #6d6384;
  font-size: 13.5px;
  line-height: 1.72;
}

.az-ceramicstruct-card > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: 999px;
  color: #7c3aed;
  background: rgba(124, 58, 237, 0.07);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 850;
}

@keyframes azCeramicStructGlow {
  0%, 100% {
    transform: translateX(-50%) scale(0.96);
    opacity: 0.7;
  }
  50% {
    transform: translateX(-50%) scale(1.06);
    opacity: 1;
  }
}

@keyframes azCeramicStructRoll {
  0%, 100% {
    transform: translateX(-50%) scale(0.985) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) scale(1.025) rotate(5deg);
  }
}

@keyframes azCeramicStructFlow {
  0%, 100% {
    opacity: 0.22;
    transform: translateX(0) scaleX(0.85);
  }
  50% {
    opacity: 0.86;
    transform: translateX(18px) scaleX(1.12);
  }
}

@keyframes azCeramicStructLayerFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@media (max-width: 1080px) {
  .az-ceramicstruct-layout {
    grid-template-columns: 1fr;
  }

  .az-ceramicstruct-visual {
    min-height: 560px;
  }
}

@media (max-width: 720px) {
  .az-ceramicstruct-grid {
    grid-template-columns: 1fr;
  }

  .az-ceramicstruct-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  .az-ceramicstruct-section {
    padding: 42px 16px;
  }

  .az-ceramicstruct-heading {
    margin-bottom: 32px;
  }

  .az-ceramicstruct-heading h2 {
    font-size: 30px;
  }

  .az-ceramicstruct-heading p {
    font-size: 15px;
    line-height: 1.72;
  }

  .az-ceramicstruct-visual {
    min-height: 520px;
    padding: 24px 20px;
    border-radius: 24px;
  }

  .az-ceramicstruct-glow {
    width: 290px;
    height: 290px;
    top: 78px;
  }

  .az-ceramicstruct-roll {
    top: 76px;
    width: 195px;
    height: 195px;
    border-width: 10px;
  }

  .az-ceramicstruct-roll-hole {
    width: 60px;
    height: 60px;
    border-width: 9px;
  }

  .az-ceramicstruct-roll span {
    bottom: 28px;
    height: 30px;
    font-size: 10px;
  }

  .az-ceramicstruct-stack {
    left: 20px;
    right: 20px;
    bottom: 24px;
    gap: 9px;
  }

  .az-ceramicstruct-layer {
    padding: 12px 13px;
    gap: 10px;
  }

  .az-ceramicstruct-layer strong {
    font-size: 12px;
  }

  .az-ceramicstruct-layer span {
    font-size: 11px;
  }

  .az-ceramicstruct-flow-1 {
    width: 82px;
    top: 132px;
    left: 24px;
  }

  .az-ceramicstruct-flow-2 {
    width: 66px;
    top: 210px;
    right: 24px;
  }

  .az-ceramicstruct-flow-3 {
    width: 58px;
    top: 284px;
    left: 42px;
  }

  .az-ceramicstruct-card {
    min-height: auto;
    padding: 22px 20px;
    border-radius: 20px;
  }

  .az-ceramicstruct-card:hover {
    transform: translateY(-4px) scale(1.01);
  }
}
