.about-page {
  background: #fff;
  color: #101727;
}

main{
  margin-top: var(--header-h);
}
.about-container {
  width: 1200px;
  margin: 0 auto;
}

.about-hero {
  position: relative;
  height: 370px;
  background: #0e1624 url("../img/about/about-banner.svg") center top  no-repeat;
  color: #fff;
  overflow: hidden;
}

.about-hero-inner {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-hero h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}

.about-hero p {
  width: 670px;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}

.about-intro {
  position: relative;
  padding: 105px 0 96px;
  background:
    radial-gradient(circle at 90% 4%, rgba(236, 122, 68, 0.14), transparent 24%),
    radial-gradient(circle at 6% 16%, rgba(237, 168, 78, 0.13), transparent 26%),
    #fffdf8;
  overflow: hidden;
}

.about-intro::before,
.about-intro::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.about-intro::before {
  top: 44px;
  right: 29%;
  width: 36px;
  height: 36px;
  border: 4px solid rgba(244, 244, 250, 0.8);
}

.about-intro::after {
  top: 26px;
  right: 19%;
  width: 16px;
  height: 16px;
  background: rgba(255, 104, 58, 0.45);
}

.intro-layout {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 120px;
  align-items: center;
}

.intro-visual {
  position: relative;
  height: 430px;
}

.intro-visual img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 18px 48px rgba(16, 23, 39, 0.12);
}

.intro-visual .visual-small {
  position: absolute;
  top: -70px;
  left: 0px;
  width: 285px;
  height: 285px;
  z-index: 2;
}

.intro-visual .visual-large {
  position: absolute;
  right: -70px;
  bottom: -50px;
  width: 448px;
  height: 414px;
}

.intro-copy {
  padding-top: 10px;
}

.about-title {
  color: #101727;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 48px;
}

.intro-copy p {
  color: #4a5565;
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 18px;
}

.stats-panel {
  width: 1258px;
  min-height: 170px;
  margin: 92px auto 0;
  padding: 28px 55px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  transform: translateX(-40px);
  background: #0E1624;
  border-radius: 20px;
  color: #fff;
}

.stat-item {
  text-align: center;
}

.stat-item strong {
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}

.stat-item span {
  color: #fff;
  font-size: 16px;
}

.about-advantages {
  padding: 95px 0 95px;
  background: #101727;
  color: #fff;
}

.about-advantages h2,
.about-contact-info h2,
.about-contact-form h2 {
  font-size: 50px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

.advantage-grid {
  width: 1160px;
  margin: 86px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 150px;
}

.advantage-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
}

.advantage-card h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 8px;
}

.advantage-card p {
  font-size: 18px;
  line-height: 1.8;
  padding-left: 8px;
}

.about-contact-info {
  padding: 90px 0 102px;
  background: #fff;
}

.contact-card-wrap {
  width: 1200px;
  margin: 48px auto 0;
}

.contact-card {
  position: relative;
  min-height: 94px;
  padding: 25px 36px;
  border-radius: 10px;
  background: #FFF8EE;
  overflow: hidden;
  /* box-shadow: 0 12px 36px rgba(16, 23, 39, 0.06); */
}

.contact-card + .contact-row {
  margin-top: 34px;
}

.contact-map {
  padding: 42px 36px;
  border: 1px solid #FFF0DA;
  background:
    linear-gradient(90deg, rgba(255, 248, 237, 0.96) 0%, rgba(255, 248, 237, 0.72) 44%, rgba(255, 255, 255, 0.08) 100%),
    url("../img/map-bg.png") center / cover no-repeat;
}

.contact-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(28deg, transparent 0 43%, rgba(255, 214, 139, 0.36) 44% 47%, transparent 48%),
    linear-gradient(145deg, transparent 0 58%, rgba(190, 231, 255, 0.5) 59% 61%, transparent 62%);
  opacity: 0.75;
}

.contact-card-content {
  position: relative;
  z-index: 1;
}

.contact-card h3 {
  color: #101727;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 12px;
}

.contact-card p {
  color: #4a5565;
  font-size: 16px;
}

.contact-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.contact-icon-card {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.contact-icon-card img {
  width: 90px;
}

.about-contact-form {
  padding: 80px 0 64px;
  background: #101727;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.about-contact-form::after {
  content: "";
  position: absolute;
  right: -90px;
  top: 25px;
  width: 470px;
  height: 420px;
  background: radial-gradient(circle, rgba(172, 100, 0, 0.58), transparent 68%);
  pointer-events: none;
}

.about-contact-form .about-container {
  position: relative;
  z-index: 1;
}

.contact-subtitle {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
  margin: 18px 0 44px;
}

/* ===== About page motion polish ===== */
@keyframes bannerGlowDrift {
  0%, 100% {
    background-position: center top;
    filter: saturate(1);
  }
  50% {
    background-position: center -18px;
    filter: saturate(1.16);
  }
}

@keyframes imageStackFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(0, -14px, 0) rotate(1.2deg);
  }
}

@keyframes statGlow {
  0%, 100% {
    text-shadow: 0 0 0 rgba(232, 154, 60, 0);
  }
  50% {
    text-shadow: 0 0 22px rgba(232, 154, 60, 0.6);
  }
}


.about-hero::before,
.about-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.about-hero::before {
  right: 15%;
  top: 72px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(232, 154, 60, 0.22), transparent 68%);
  animation: floatGlow 7s ease-in-out infinite;
}

.about-hero::after {
  left: 12%;
  bottom: 54px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  animation: floatGlow 8.4s ease-in-out infinite reverse;
}

.about-hero h1,
.about-hero p {
  position: relative;
  z-index: 1;
  animation: liftIn 0.78s ease both;
}

.about-hero p {
  animation-delay: 0.14s;
}

.intro-visual::before {
  content: "";
  position: absolute;
  inset: 28px -48px -26px 60px;
  border-radius: 24px;
  background: radial-gradient(circle, rgba(232, 154, 60, 0.22), transparent 68%);
  filter: blur(8px);
  animation: floatGlow 6.8s ease-in-out infinite;
}

.intro-visual .visual-small {
  animation: imageStackFloat 6.4s ease-in-out infinite;
}

.intro-visual .visual-large {
  animation: imageStackFloat 7.2s ease-in-out infinite reverse;
}

.intro-visual img {
  transition: box-shadow 0.28s ease, transform 0.28s ease, filter 0.28s ease;
}

.intro-visual:hover img {
  filter: saturate(1.08);
  box-shadow: 0 26px 64px rgba(16, 23, 39, 0.18);
}

.intro-visual:hover .visual-small {
  transform: translateY(-14px) rotate(-2deg);
}

.intro-visual:hover .visual-large {
  transform: translateY(10px) rotate(1.5deg);
}

.stats-panel {
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(16, 23, 39, 0.2);
}

.stats-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 8%, rgba(255, 255, 255, 0.1) 36%, transparent 58%),
    radial-gradient(circle at 12% 0%, rgba(232, 154, 60, 0.22), transparent 32%);
  transform: translateX(-100%);
  pointer-events: none;
}

.stats-panel:hover::before {
  animation: shimmerSweep 1.1s ease;
}

.stat-item {
  border-radius: 14px;
}


.stat-item strong {
  animation: statGlow 3.4s ease-in-out infinite;
}

.stat-item:nth-child(2) strong {
  animation-delay: 0.2s;
}

.stat-item:nth-child(3) strong {
  animation-delay: 0.4s;
}

.stat-item:nth-child(4) strong {
  animation-delay: 0.6s;
}

.stat-item:nth-child(5) strong {
  animation-delay: 0.8s;
}

.about-advantages {
  position: relative;
  overflow: hidden;
}

.about-advantages::before {
  content: "";
  position: absolute;
  right: -160px;
  top: 70px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 154, 60, 0.18), transparent 68%);
  animation: floatGlow 8s ease-in-out infinite;
}

.advantage-card {
  position: relative;
  padding: 18px;
  border-radius: 20px;
  transition: background 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.advantage-card:hover {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.16);
  transform: translateY(-8px);
}

.advantage-card img {
  transition: filter 0.24s ease, transform 0.24s ease;
}

.advantage-card:hover img {
  filter: drop-shadow(0 12px 18px rgba(232, 154, 60, 0.36));
  transform: rotate(-6deg) scale(1.1);
}

.contact-card {
  transition: box-shadow 0.24s ease, transform 0.24s ease, border-color 0.24s ease;
}

.contact-card:hover {
  border-color: rgba(232, 154, 60, 0.34);
  box-shadow: 0 22px 46px rgba(16, 23, 39, 0.1);
  transform: translateY(-7px);
}

.contact-map::before {
  content: "";
  position: absolute;
  right: 12%;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff813d;
  box-shadow: 0 0 0 8px rgba(255, 129, 61, 0.15);
  transform: translateY(-50%);
  animation: softPulse 2.2s ease-in-out infinite;
}

.contact-icon-card img {
  transition: filter 0.24s ease, transform 0.24s ease;
}

.contact-icon-card:hover img {
  filter: drop-shadow(0 12px 16px rgba(232, 154, 60, 0.28));
  transform: translateY(-4px) scale(1.06);
}
