
.az-clothroll-section {
  width: 100%;
  padding: 30px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f5ff 100%);
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.az-clothroll-section *,
.az-clothroll-section *::before,
.az-clothroll-section *::after {
  box-sizing: border-box;
}

.az-clothroll-container {
  max-width: 1180px;
  margin: 0 auto;
}

.az-clothroll-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: 32px;
  align-items: center;
}

.az-clothroll-content {
  min-width: 0;
}

.az-clothroll-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #162A9F;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.az-clothroll-content h2 {
  margin: 0 0 18px;
  color: #0d164e;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.12;
  font-weight: 850;
}

.az-clothroll-content > p {
  margin: 0 0 18px;
  color: #5b6684;
  font-size: 16px;
  line-height: 1.82;
}

.az-clothroll-content > p:last-of-type {
  margin-bottom: 28px;
}

.az-clothroll-points {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.az-clothroll-point {
  padding: 18px;
  border: 1px solid rgba(22, 42, 159, 0.10);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(13, 22, 78, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.az-clothroll-point:hover {
  transform: translateY(-4px);
  border-color: rgba(22, 42, 159, 0.22);
  box-shadow: 0 20px 38px rgba(13, 22, 78, 0.10);
}

.az-clothroll-point strong {
  display: block;
  margin-bottom: 6px;
  color: #0d164e;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.az-clothroll-point span {
  display: block;
  color: #5b6684;
  font-size: 14px;
  line-height: 1.7;
}

.az-clothroll-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.az-clothroll-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(22, 42, 159, 0.14);
  border-radius: 999px;
  color: #162A9F;
  background: rgba(22, 42, 159, 0.07);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.az-clothroll-visual-wrap {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.az-clothroll-glow-ring {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 42, 159, 0.2) 0%, rgba(22, 42, 159, 0.08) 38%, rgba(22, 42, 159, 0) 72%);
  filter: blur(4px);
  animation: azClothRollGlow 3.4s ease-in-out infinite;
}

.az-clothroll-visual-card {
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 520px;
  padding: 26px;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(80, 104, 232, 0.34), transparent 34%),
    linear-gradient(145deg, #0d164e, #162A9F);
  box-shadow: 0 26px 60px rgba(13, 22, 78, 0.2);
}

.az-clothroll-visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.06), transparent 45%, rgba(255,255,255,0.03) 65%, transparent);
  pointer-events: none;
}

.az-clothroll-roll-area {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.az-clothroll-roll {
  position: relative;
  z-index: 3;
  width: 235px;
  height: 235px;
  border: 12px solid rgba(255,255,255,0.14);
  border-radius: 50%;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,0.24), transparent 18%),
    conic-gradient(from 28deg, #dfe6ff, #8fa0df, #4258b8, #b8c4f4, #dfe6ff);
  box-shadow:
    inset 10px 10px 20px rgba(255,255,255,0.18),
    inset -16px -16px 28px rgba(18, 29, 79, 0.3),
    0 24px 40px rgba(0,0,0,0.24);
  animation: azClothRollBreath 3.4s ease-in-out infinite;
}

.az-clothroll-roll-texture {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: 0.42;
  background-image:
    repeating-linear-gradient(32deg, rgba(255,255,255,0.3) 0 1px, transparent 1px 10px),
    repeating-linear-gradient(122deg, rgba(13,22,78,0.28) 0 1px, transparent 1px 12px),
    radial-gradient(circle, rgba(255,255,255,0.66) 0 1px, transparent 1.7px);
  background-size: auto, auto, 14px 14px;
  mix-blend-mode: overlay;
}

.az-clothroll-roll-hole {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  border: 12px solid rgba(255,255,255,0.38);
  border-radius: 50%;
  background: rgba(13,22,78,0.38);
  box-shadow:
    inset 0 0 0 10px rgba(13,22,78,0.18),
    0 0 0 8px rgba(255,255,255,0.08);
  transform: translate(-50%, -50%);
}

.az-clothroll-roll-label {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.48);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(13,22,78,0.36);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1px;
  transform: translateX(-50%);
}

.az-clothroll-strip {
  position: absolute;
  z-index: 2;
  width: 300px;
  height: 92px;
  left: 72px;
  bottom: 142px;
  border: 8px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 24%, rgba(255,255,255,0.2), transparent 18%),
    linear-gradient(145deg, #dfe6ff 0%, #8fa0df 48%, #4258b8 100%);
  box-shadow:
    inset 8px 8px 18px rgba(255,255,255,0.16),
    inset -12px -12px 24px rgba(18,29,79,0.28),
    0 22px 34px rgba(0,0,0,0.22);
  transform: perspective(800px) rotateX(12deg) rotateZ(-8deg);
  animation: azClothRollStrip 3.8s ease-in-out infinite;
}

.az-clothroll-strip-texture {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image:
    repeating-linear-gradient(35deg, rgba(255,255,255,0.3) 0 1px, transparent 1px 10px),
    repeating-linear-gradient(125deg, rgba(13,22,78,0.26) 0 1px, transparent 1px 12px);
  mix-blend-mode: overlay;
}

.az-clothroll-strip span {
  position: absolute;
  top: 12px;
  bottom: 12px;
  width: 2px;
  border-radius: 999px;
  background: rgba(255,255,255,0.26);
}

.az-clothroll-strip span:nth-child(2) {
  left: 22%;
}

.az-clothroll-strip span:nth-child(3) {
  left: 42%;
}

.az-clothroll-strip span:nth-child(4) {
  left: 62%;
}

.az-clothroll-strip span:nth-child(5) {
  left: 82%;
}

.az-clothroll-flow {
  position: absolute;
  z-index: 1;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(169,220,255,0.86), rgba(255,255,255,0));
  box-shadow: 0 0 18px rgba(169,220,255,0.3);
  animation: azClothRollFlow 3.2s ease-in-out infinite;
}

.az-clothroll-flow-1 {
  width: 128px;
  top: 168px;
  left: 48px;
}

.az-clothroll-flow-2 {
  width: 96px;
  top: 260px;
  right: 52px;
  animation-delay: 0.45s;
}

.az-clothroll-flow-3 {
  width: 80px;
  bottom: 170px;
  left: 78px;
  animation-delay: 0.85s;
}

.az-clothroll-floating {
  position: absolute;
  width: 200px;
  padding: 14px 15px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(6px);
  box-shadow: 0 14px 24px rgba(0,0,0,0.16);
  animation: azClothRollFloat 4.2s ease-in-out infinite;
}

.az-clothroll-floating strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 850;
}

.az-clothroll-floating span {
  display: block;
  color: rgba(255,255,255,0.80);
  font-size: 12px;
  line-height: 1.6;
}

.az-clothroll-floating-1 {
  top: 40px;
  right: 24px;
}

.az-clothroll-floating-2 {
  left: 18px;
  bottom: 90px;
  animation-delay: 0.4s;
}

.az-clothroll-floating-3 {
  right: 12px;
  bottom: 26px;
  animation-delay: 0.8s;
}

.az-clothroll-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.az-clothroll-bottom-card {
  padding: 22px 20px;
  border: 1px solid rgba(22, 42, 159, 0.1);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(13, 22, 78, 0.05);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.az-clothroll-bottom-card:hover {
  transform: translateY(-5px);
  border-color: rgba(22, 42, 159, 0.26);
  box-shadow: 0 22px 42px rgba(13, 22, 78, 0.11);
}

.az-clothroll-bottom-card strong {
  display: block;
  margin-bottom: 8px;
  color: #0d164e;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 850;
}

.az-clothroll-bottom-card span {
  display: block;
  color: #5b6684;
  font-size: 13.5px;
  line-height: 1.65;
}

@keyframes azClothRollGlow {
  0%, 100% {
    transform: scale(0.96);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes azClothRollBreath {
  0%, 100% {
    transform: scale(0.985) rotate(0deg);
  }
  50% {
    transform: scale(1.025) rotate(6deg);
  }
}

@keyframes azClothRollStrip {
  0%, 100% {
    opacity: 0.72;
    transform: perspective(800px) rotateX(12deg) rotateZ(-8deg) translateX(0);
  }
  50% {
    opacity: 1;
    transform: perspective(800px) rotateX(12deg) rotateZ(-8deg) translateX(14px);
  }
}

@keyframes azClothRollFlow {
  0%, 100% {
    opacity: 0.22;
    transform: translateX(0) scaleX(0.85);
  }
  50% {
    opacity: 0.86;
    transform: translateX(18px) scaleX(1.12);
  }
}

@keyframes azClothRollFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 1024px) {
  .az-clothroll-layout {
    grid-template-columns: 1fr;
  }

  .az-clothroll-visual-wrap {
    min-height: 520px;
  }
}

@media (max-width: 760px) {
  .az-clothroll-bottom {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 680px) {
  .az-clothroll-section {
    padding: 42px 16px;
  }

  .az-clothroll-content h2 {
    font-size: 30px;
  }

  .az-clothroll-content > p {
    font-size: 15px;
    line-height: 1.75;
  }

  .az-clothroll-visual-wrap {
    min-height: 460px;
  }

  .az-clothroll-glow-ring {
    width: 300px;
    height: 300px;
  }

  .az-clothroll-visual-card {
    min-height: 430px;
    padding: 20px;
    border-radius: 24px;
  }

  .az-clothroll-roll {
    width: 190px;
    height: 190px;
    border-width: 10px;
  }

  .az-clothroll-roll-hole {
    width: 60px;
    height: 60px;
    border-width: 9px;
  }

  .az-clothroll-roll-label {
    width: 94px;
    height: 30px;
    bottom: 30px;
    font-size: 10px;
  }

  .az-clothroll-strip {
    width: 230px;
    height: 74px;
    left: 48px;
    bottom: 132px;
    border-width: 7px;
  }

  .az-clothroll-flow-1 {
    width: 88px;
    top: 148px;
    left: 32px;
  }

  .az-clothroll-flow-2 {
    width: 70px;
    top: 222px;
    right: 32px;
  }

  .az-clothroll-flow-3 {
    width: 60px;
    bottom: 138px;
    left: 50px;
  }

  .az-clothroll-floating {
    width: 158px;
    padding: 12px;
    border-radius: 15px;
  }

  .az-clothroll-floating strong {
    font-size: 13px;
  }

  .az-clothroll-floating span {
    font-size: 11px;
  }

  .az-clothroll-floating-1 {
    top: 24px;
    right: 10px;
  }

  .az-clothroll-floating-2 {
    left: 10px;
    bottom: 78px;
  }

  .az-clothroll-floating-3 {
    right: 10px;
    bottom: 12px;
  }
}
