.main:has(.contact-hero) {
  padding: 0;
  margin: 0;
}

.contact-hero {
  position: relative;
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 20%, #ffffff 0%, #f4f4f4 45%, #ececec 100%);
  padding: 60px 24px 80px;
}

.contact-hero__glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 142, 142, 0.14) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%);
  animation: contactGlow 4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes contactGlow {
  0%, 100% { opacity: 0.6; transform: translate(-50%, -58%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -58%) scale(1.08); }
}

.contact-hero__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(28, 28, 28, 0.07);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%);
  pointer-events: none;
}

.contact-hero__ring--1 {
  width: 380px;
  height: 380px;
  animation: contactRingSpin 24s linear infinite;
}

.contact-hero__ring--2 {
  width: 440px;
  height: 440px;
  animation: contactRingSpin 36s linear infinite reverse;
  border-style: dashed;
}

@keyframes contactRingSpin {
  from { transform: translate(-50%, -58%) rotate(0deg); }
  to { transform: translate(-50%, -58%) rotate(360deg); }
}

.contact-watch {
  position: relative;
  width: 280px;
  height: 280px;
  margin-bottom: 48px;
  z-index: 2;
  animation: contactWatchFloat 6s ease-in-out infinite;
}

@keyframes contactWatchFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.contact-watch__case {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #2a2a2a 0%, #111 50%, #1a1a1a 100%);
  box-shadow:
    0 0 0 8px #e8e8e8,
    0 0 0 10px rgba(255, 142, 142, 0.35),
    0 0 0 14px #f0f0f0,
    0 20px 50px rgba(0, 0, 0, 0.12),
    inset 0 2px 4px rgba(255, 255, 255, 0.5);
}

.contact-watch__bezel {
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 142, 142, 0.35);
  background: linear-gradient(180deg, #0f0f0f 0%, #050505 100%);
}

.contact-watch__dial {
  position: absolute;
  inset: 24px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, #1a1a1a 0%, #080808 100%);
  overflow: hidden;
}

.contact-watch__dial::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: repeating-conic-gradient(
    from 0deg,
    transparent 0deg 29deg,
    rgba(255, 255, 255, 0.04) 29deg 30deg
  );
}

.contact-watch__brand {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
  font: 600 9px/1 Raleway, sans-serif;
  letter-spacing: 0.35em;
  color: rgba(255, 142, 142, 0.7);
  text-transform: uppercase;
  z-index: 5;
}

.contact-watch__center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: #ff8e8e;
  box-shadow: 0 0 8px rgba(255, 142, 142, 0.6);
  z-index: 10;
}

.contact-watch__hand {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 4px 4px 0 0;
  z-index: 6;
}

.contact-watch__hand--hour {
  width: 5px;
  height: 58px;
  margin-left: -2.5px;
  background: linear-gradient(to top, #fff 0%, #ccc 100%);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.contact-watch__hand--minute {
  width: 3px;
  height: 78px;
  margin-left: -1.5px;
  background: linear-gradient(to top, #fff 0%, #aaa 100%);
}

.contact-watch__hand--second {
  width: 1px;
  height: 88px;
  margin-left: -0.5px;
  background: #ff8e8e;
  box-shadow: 0 0 6px rgba(255, 142, 142, 0.8);
  z-index: 8;
}

.contact-watch__crown {
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 22px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(90deg, #333, #555);
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.4);
}

.contact-watch__reflection {
  position: absolute;
  top: 18%;
  left: 22%;
  width: 35%;
  height: 20%;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 9;
}

.contact-hero__title {
  font: 300 42px/1.2 Josefin Sans, Raleway, sans-serif;
  color: #1c1c1c;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 8px;
  text-align: center;
  z-index: 2;
}

.contact-hero__subtitle {
  font: 400 15px/1.6 Raleway, sans-serif;
  color: rgba(68, 68, 68, 0.65);
  margin: 0 0 40px;
  text-align: center;
  z-index: 2;
}

.contact-hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  z-index: 2;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 28px;
  border-radius: 2px;
  text-decoration: none;
  font: 600 14px/1 Raleway, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  min-width: 240px;
}

.contact-link:hover {
  transform: translateY(-3px);
  color: #fff;
  text-decoration: none;
}

.contact-link__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.contact-link__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.contact-link__label {
  font-size: 11px;
  opacity: 0.65;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-link--whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.25);
}

.contact-link--whatsapp:hover {
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.4);
}

.contact-link--telegram {
  background: linear-gradient(135deg, #2aabee 0%, #229ed9 100%);
  box-shadow: 0 8px 32px rgba(42, 171, 238, 0.25);
}

.contact-link--telegram:hover {
  box-shadow: 0 12px 40px rgba(42, 171, 238, 0.4);
}

.contact-watch__tick {
  position: absolute;
  width: 2px;
  height: 8px;
  background: rgba(255, 255, 255, 0.25);
  top: 6px;
  left: 50%;
  margin-left: -1px;
  transform-origin: 1px 108px;
  z-index: 4;
}

.contact-watch__tick--major {
  height: 12px;
  background: rgba(255, 142, 142, 0.55);
}

@media (max-width: 480px) {
  .contact-watch {
    width: 220px;
    height: 220px;
  }

  .contact-hero__title {
    font-size: 28px;
  }

  .contact-link {
    min-width: 100%;
    justify-content: center;
  }

  .contact-hero__ring--1 { width: 300px; height: 300px; }
  .contact-hero__ring--2 { width: 340px; height: 340px; }
}
