/* Agent-Key page assets: buttons, CTA, social and messenger controls */

.ak-btn,
.sppb-btn.ak-btn,
a.ak-btn {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  min-height: 48px;
  padding: 13px 22px;

  border-radius: 16px;
  border: 1px solid transparent;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;

  cursor: pointer;
  position: relative;
  overflow: hidden;

  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease,
    color .22s ease;
}

.ak-btn-primary,
.sppb-btn.ak-btn-primary,
a.ak-btn-primary {
color: #fff;
  background: linear-gradient(135deg, #e43d22 0%, #ff7a1a 100%);
  box-shadow:
    0 8px 20px rgba(228, 61, 34, 0.22),
    0 2px 6px rgba(0, 0, 0, 0.12);
}

.ak-btn-primary:hover,
.sppb-btn.ak-btn-primary:hover,
a.ak-btn-primary:hover {
color: #fff;
  transform: translateY(-2px);
  box-shadow:
    0 14px 34px rgba(228, 61, 34, 0.34),
    0 0 0 5px rgba(255, 122, 26, 0.12),
    0 0 28px rgba(255, 122, 26, 0.22);
}

.ak-btn-primary::before {
content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.18) 38%,
    transparent 70%
  );
  transform: translateX(-120%);
  transition: transform .45s ease;
}

.ak-btn-primary:hover::before {
transform: translateX(120%);
}

.ak-btn-primary span,
.ak-btn-primary i,
.ak-btn-primary svg {
position: relative;
  z-index: 1;
}

.ak-btn-secondary,
.sppb-btn.ak-btn-secondary,
a.ak-btn-secondary {
color: #fff;
  background: rgba(22, 24, 30, 0.88);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.ak-btn-secondary:hover,
.sppb-btn.ak-btn-secondary:hover,
a.ak-btn-secondary:hover {
color: #fff;
  transform: translateY(-2px);
  border-color: rgba(255, 122, 26, 0.55);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.24),
    0 0 0 5px rgba(255, 122, 26, 0.10),
    0 0 26px rgba(255, 122, 26, 0.16);
}

.ak-btn:active,
.sppb-btn.ak-btn:active {
transform: translateY(0);
}

@media (max-width: 767px) {
.ak-btn,
  .sppb-btn.ak-btn,
  a.ak-btn {
min-height: 46px;
    padding: 12px 18px;
    border-radius: 15px;
    font-size: 15px;
}
}

.ak-action-buttons {
display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.ak-action-buttons a {
text-decoration: none;
}

.ak-action-buttons .ak-action-btn {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 48px;
  padding: 13px 22px;

  border-radius: 16px;
  border: 1px solid transparent;

  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;

  cursor: pointer;
  position: relative;
  overflow: hidden;

  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease,
    color .22s ease;
}

.ak-action-buttons .ak-action-btn:hover {
transform: translateY(-2px);
  text-decoration: none;
}

.ak-action-buttons .ak-action-phone {
color: #fff;
  background: linear-gradient(135deg, #e43d22 0%, #ff7a1a 100%);
  box-shadow:
    0 8px 20px rgba(228, 61, 34, 0.22),
    0 2px 6px rgba(0, 0, 0, 0.12);
}

.ak-action-buttons .ak-action-phone:hover {
color: #fff;
  box-shadow:
    0 14px 34px rgba(228, 61, 34, 0.34),
    0 0 0 5px rgba(255, 122, 26, 0.12),
    0 0 28px rgba(255, 122, 26, 0.22);
}

.ak-action-buttons .ak-action-catalog {
color: #151922;
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 91, 34, .075), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,248,244,.82));
  border-color: rgba(255, 91, 34, .20);
  box-shadow: 0 8px 22px rgba(18,24,35,.055);
}

.ak-action-buttons .ak-action-catalog:hover {
color: #111827;
  border-color: rgba(255, 91, 34, .44);
  box-shadow:
    0 14px 32px rgba(255, 91, 34, .12),
    0 0 0 5px rgba(255, 122, 26, 0.08);
}

.ak-social-buttons {
display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: auto;
  max-width: max-content;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.ak-social-buttons .ak-social-btn,
.ak-social-buttons .ak-social-btn:link,
.ak-social-buttons .ak-social-btn:visited {
all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  flex: 0 0 48px;

  padding: 0;
  margin: 0;

  border-radius: 16px;
  overflow: hidden;

  background:
    radial-gradient(circle at 50% 50%, rgba(255, 91, 34, .08), transparent 52%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,248,244,.86));

  border: 1px solid rgba(255, 91, 34, .22);
  box-shadow: 0 8px 22px rgba(18,24,35,.055);

  cursor: pointer;

  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease;
}

.ak-social-buttons .ak-social-btn:hover {
transform: translateY(-2px);
  border-color: rgba(255, 91, 34, .46);
  box-shadow:
    0 14px 32px rgba(255, 91, 34, .13),
    0 0 0 5px rgba(255, 122, 26, 0.08);
}

.ak-social-buttons .ak-social-icon,
.ak-social-buttons .ak-social-btn img,
.ak-social-buttons .ak-social-btn svg {
box-sizing: border-box;
  display: block;

  width: 24px;
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;

  object-fit: contain;
  object-position: center;

  margin: 0;
  padding: 0;
  border: 0;
}

.ak-action-buttons .ak-social-buttons {
width: auto;
  max-width: max-content;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
.ak-action-buttons {
gap: 10px;
}

.ak-action-buttons .ak-action-btn {
min-height: 46px;
    padding: 12px 18px;
    border-radius: 15px;
    font-size: 15px;
}

.ak-action-buttons .ak-action-phone,
  .ak-action-buttons .ak-action-catalog {
width: 100%;
}

.ak-social-buttons {
width: auto;
    max-width: max-content;
    flex: 0 0 auto;
}

.ak-social-buttons .ak-social-btn,
  .ak-social-buttons .ak-social-btn:link,
  .ak-social-buttons .ak-social-btn:visited {
width: 46px;
    height: 46px;
    min-width: 46px;
    max-width: 46px;
    min-height: 46px;
    max-height: 46px;
    flex: 0 0 46px;
    border-radius: 15px;
}

.ak-social-buttons .ak-social-icon,
  .ak-social-buttons .ak-social-btn img,
  .ak-social-buttons .ak-social-btn svg {
width: 23px;
    height: 23px;
    min-width: 23px;
    max-width: 23px;
    min-height: 23px;
    max-height: 23px;
}
}

.ak-messenger-buttons {
display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.ak-messenger-btn,
.ak-messenger-btn:link,
.ak-messenger-btn:visited {
all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;

  flex: 0 0 48px;
  border-radius: 14px;
  overflow: hidden;

  cursor: pointer;
  line-height: 0;

  transition:
    transform .18s ease,
    box-shadow .18s ease,
    filter .18s ease;
}

.ak-messenger-btn:hover {
transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(18, 24, 35, .16);
  filter: brightness(1.04);
}

.ak-messenger-icon {
display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  margin: 0;
  padding: 0;
  border: 0;
  border-radius: inherit;
}

.ak-action-buttons .ak-messenger-buttons {
width: auto;
  max-width: max-content;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
.ak-messenger-btn,
  .ak-messenger-btn:link,
  .ak-messenger-btn:visited {
width: 46px;
    height: 46px;
    min-width: 46px;
    max-width: 46px;
    min-height: 46px;
    max-height: 46px;
    flex: 0 0 46px;
    border-radius: 13px;
}
}
