
.az-floorstr-section {
  width: 100%;
  padding: 50px 20px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.az-floorstr-section *,
.az-floorstr-section *::before,
.az-floorstr-section *::after {
  box-sizing: border-box;
}

.az-floorstr-container {
  max-width: 1180px;
  margin: 0 auto;
}

.az-floorstr-heading {
  max-width: 920px;
  margin-bottom: 50px;
}

.az-floorstr-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #198da8;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.az-floorstr-heading h2 {
  margin: 0 0 16px;
  color: #101820;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 800;
}

.az-floorstr-heading p {
  margin: 0;
  color: #5f6b76;
  font-size: 16px;
  line-height: 1.75;
}

.az-floorstr-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: stretch;
}

.az-floorstr-visual {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 28px;
  color: #ffffff;
  background:
    radial-gradient(circle at top right, rgba(67, 195, 216, 0.3), transparent 38%),
    linear-gradient(145deg, #101820, #22313f);
  box-shadow: 0 22px 52px rgba(16, 24, 32, 0.18);
}

.az-floorstr-visual::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -140px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  border: 44px solid rgba(67, 195, 216, 0.08);
  pointer-events: none;
}

.az-floorstr-visual-head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.az-floorstr-visual-head span {
  color: #43c3d8;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.az-floorstr-visual-head strong {
  color: #ffffff;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 850;
}

.az-floorstr-pad-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 355px;
  margin: 10px 0 8px;
}

.az-floorstr-pad {
  position: relative;
  width: min(290px, 72vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at center, rgba(255,255,255,0.06) 0 2px, transparent 2px 8px),
    radial-gradient(circle at 35% 30%, rgba(67,195,216,0.55), rgba(25,141,168,0.42) 48%, rgba(255,255,255,0.1) 100%);
  border: 18px solid rgba(255,255,255,0.12);
  box-shadow:
    inset 0 0 0 9px rgba(255,255,255,0.06),
    inset 0 0 36px rgba(0,0,0,0.22),
    0 20px 38px rgba(0,0,0,0.22);
}

.az-floorstr-pad::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.35);
}

.az-floorstr-pad-texture {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  opacity: 0.38;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.72) 0 1px, transparent 1.4px);
  background-size: 10px 10px;
  mix-blend-mode: overlay;
}

.az-floorstr-center-hole {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  color: rgba(255,255,255,0.88);
  background: #101820;
  border: 12px solid rgba(255,255,255,0.15);
  box-shadow: 0 0 0 9px rgba(67,195,216,0.18);
  transform: translate(-50%, -50%);
}

.az-floorstr-center-hole span {
  max-width: 52px;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}

.az-floorstr-visual-note {
  position: relative;
  z-index: 1;
  padding: 18px 20px;
  border-radius: 18px;
  color: rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.11);
  font-size: 14px;
  line-height: 1.7;
}

.az-floorstr-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.az-floorstr-intro {
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f3fafc, #ffffff);
  border: 1px solid rgba(16,24,32,0.08);
  box-shadow: 0 14px 28px rgba(16,24,32,0.06);
}

.az-floorstr-intro > span {
  display: inline-block;
  margin-bottom: 12px;
  color: #198da8;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.az-floorstr-intro h3 {
  margin: 0 0 14px;
  color: #101820;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 850;
}

.az-floorstr-intro p {
  margin: 0;
  color: #5f6b76;
  font-size: 15px;
  line-height: 1.75;
}

.az-floorstr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.az-floorstr-card {
  position: relative;
  overflow: hidden;
  min-height: 178px;
  padding: 23px 21px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(16,24,32,0.08);
  box-shadow: 0 14px 28px rgba(16,24,32,0.08);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.az-floorstr-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -65px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(25,141,168,0.12), transparent 68%);
  pointer-events: none;
}

.az-floorstr-card:hover {
  transform: translateY(-6px) scale(1.015);
  border-color: rgba(25,141,168,0.28);
  box-shadow: 0 24px 50px rgba(16,24,32,0.12);
}

.az-floorstr-card > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 15px;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #43c3d8, #198da8);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.az-floorstr-card h4 {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: #101820;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 850;
}

.az-floorstr-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5f6b76;
  font-size: 13.5px;
  line-height: 1.65;
}

.az-floorstr-card-wide {
  grid-column: span 2;
  min-height: auto;
  background: linear-gradient(135deg, #f3fafc, #ffffff);
}

.az-floorstr-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f3fafc, #ffffff);
  border: 1px solid rgba(25,141,168,0.15);
}

.az-floorstr-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 11px;
  border-radius: 999px;
  color: #315b65;
  background: rgba(25,141,168,0.08);
  border: 1px solid rgba(25,141,168,0.15);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.az-floorstr-flow b {
  color: #198da8;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 900px) {
  .az-floorstr-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .az-floorstr-section {
    padding: 40px 16px;
  }

  .az-floorstr-heading {
    margin-bottom: 32px;
  }

  .az-floorstr-visual,
  .az-floorstr-intro {
    padding: 26px 22px;
    border-radius: 22px;
  }

  .az-floorstr-visual-head strong {
    font-size: 23px;
  }

  .az-floorstr-pad-wrap {
    min-height: 290px;
  }

  .az-floorstr-pad {
    width: min(240px, 74vw);
  }

  .az-floorstr-center-hole {
    width: 72px;
    height: 72px;
    border-width: 10px;
  }

  .az-floorstr-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .az-floorstr-card,
  .az-floorstr-card-wide {
    grid-column: span 1;
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .az-floorstr-card:hover {
    transform: translateY(-4px) scale(1.01);
  }

  .az-floorstr-intro h3 {
    font-size: 22px;
  }

  .az-floorstr-flow b {
    display: none;
  }
}
