
/* =========================================
   META108 ALTERNATIVE LINK SECTION
========================================= */

.alt-meta108 {
  --alt-navy-950: #020817;
  --alt-navy-900: #051229;
  --alt-navy-850: #071a36;
  --alt-navy-800: #092247;
  --alt-blue-700: #0665db;
  --alt-blue-600: #087ff5;
  --alt-blue-500: #1b9cff;
  --alt-blue-400: #55b8ff;
  --alt-blue-300: #94d4ff;
  --alt-white: #ffffff;
  --alt-text: #dcecff;
  --alt-muted: #91a9c8;
  --alt-border: rgba(103, 187, 255, 0.17);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 110px 20px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(8, 127, 245, 0.17),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      var(--alt-navy-950) 0%,
      var(--alt-navy-900) 50%,
      #030d1e 100%
    );
  color: var(--alt-white);
}

.alt-meta108 *,
.alt-meta108 *::before,
.alt-meta108 *::after {
  box-sizing: border-box;
}

.alt-meta108__container {
  position: relative;
  z-index: 2;
  width: min(100%, 1200px);
  margin: 0 auto;
}

/* Background Decoration */
.alt-meta108__glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(15px);
}

.alt-meta108__glow--left {
  top: 20%;
  left: -230px;
  width: 480px;
  height: 480px;
  background: rgba(6, 101, 219, 0.11);
}

.alt-meta108__glow--right {
  right: -220px;
  bottom: 4%;
  width: 500px;
  height: 500px;
  background: rgba(27, 156, 255, 0.09);
}

/* Header */
.alt-meta108__header {
  max-width: 880px;
  margin: 0 auto 52px;
  text-align: center;
}

.alt-meta108__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 9px 16px;
  border: 1px solid rgba(85, 184, 255, 0.25);
  border-radius: 999px;
  background: rgba(8, 127, 245, 0.09);
  color: var(--alt-blue-300);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.alt-meta108__eyebrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alt-meta108__header h2 {
  margin: 0;
  color: var(--alt-white);
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.alt-meta108__header h2 span {
  display: inline-block;
  background: linear-gradient(
    90deg,
    var(--alt-blue-400),
    var(--alt-blue-500)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.alt-meta108__header p {
  max-width: 770px;
  margin: 23px auto 0;
  color: var(--alt-muted);
  font-size: 17px;
  line-height: 1.8;
}

/* Main Panel */
.alt-meta108__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
  gap: 25px;
  align-items: start;
}

/* Main Content */
.alt-meta108__main {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(85, 184, 255, 0.28);
  border-radius: 27px;
  background:
    radial-gradient(
      circle at top right,
      rgba(27, 156, 255, 0.14),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      rgba(10, 48, 93, 0.96),
      rgba(5, 18, 39, 0.98)
    );
  box-shadow:
    0 25px 65px rgba(0, 0, 0, 0.31),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.alt-meta108__main::after {
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 30px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(85, 184, 255, 0.55),
    transparent
  );
  content: "";
}

.alt-meta108__main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 27px;
}

.alt-meta108__status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--alt-blue-300);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alt-meta108__status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #44d68f;
  box-shadow: 0 0 15px rgba(68, 214, 143, 0.65);
}

.alt-meta108__updated {
  padding: 7px 10px;
  border: 1px solid rgba(85, 184, 255, 0.17);
  border-radius: 999px;
  background: rgba(27, 156, 255, 0.07);
  color: var(--alt-muted);
  font-size: 9px;
  font-weight: 700;
}

/* Brand */
.alt-meta108__brand {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 25px;
}

.alt-meta108__brand-icon {
  display: inline-flex;
  width: 67px;
  height: 67px;
  flex: 0 0 67px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    var(--alt-blue-500),
    var(--alt-blue-700)
  );
  color: var(--alt-white);
  font-size: 25px;
  font-weight: 900;
  box-shadow:
    0 14px 32px rgba(6, 101, 219, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.23);
}

.alt-meta108__brand-label {
  display: block;
  margin-bottom: 6px;
  color: var(--alt-blue-300);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.alt-meta108__brand h3 {
  margin: 0 0 9px;
  color: var(--alt-white);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.alt-meta108__brand p {
  margin: 0;
  color: var(--alt-muted);
  font-size: 13px;
  line-height: 1.7;
}

/* Official URL */
.alt-meta108__url-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 23px;
  padding: 18px;
  border: 1px solid rgba(85, 184, 255, 0.2);
  border-radius: 18px;
  background: rgba(3, 16, 35, 0.56);
}

.alt-meta108__url-content {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}

.alt-meta108__url-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(85, 184, 255, 0.22);
  border-radius: 13px;
  background: rgba(27, 156, 255, 0.09);
  color: var(--alt-blue-400);
}

.alt-meta108__url-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alt-meta108__url-content span,
.alt-meta108__url-content strong {
  display: block;
}

.alt-meta108__url-content span {
  margin-bottom: 5px;
  color: var(--alt-muted);
  font-size: 10px;
}

.alt-meta108__url-content strong {
  overflow-wrap: anywhere;
  color: var(--alt-white);
  font-size: 14px;
}

.alt-meta108__visit {
  display: inline-flex;
  min-height: 43px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    var(--alt-blue-500),
    var(--alt-blue-700)
  );
  color: var(--alt-white);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  box-shadow:
    0 11px 25px rgba(6, 101, 219, 0.27),
    inset 0 1px 0 rgba(255, 255, 255, 0.19);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.alt-meta108__visit svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alt-meta108__visit:hover {
  transform: translateY(-2px);
  box-shadow:
    0 15px 31px rgba(6, 101, 219, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.21);
}

/* Alternative Links */
.alt-meta108__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.alt-meta108__link-card {
  padding: 19px;
  border: 1px solid var(--alt-border);
  border-radius: 19px;
  background: rgba(4, 18, 39, 0.56);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.alt-meta108__link-card:hover {
  transform: translateY(-4px);
  border-color: rgba(85, 184, 255, 0.35);
  background: rgba(8, 44, 85, 0.55);
}

.alt-meta108__link-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
}

.alt-meta108__link-number {
  color: rgba(148, 212, 255, 0.32);
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.alt-meta108__link-badge {
  padding: 6px 9px;
  border: 1px solid rgba(85, 184, 255, 0.17);
  border-radius: 999px;
  background: rgba(27, 156, 255, 0.08);
  color: var(--alt-blue-300);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alt-meta108__link-card h3 {
  margin: 0 0 8px;
  color: var(--alt-white);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.alt-meta108__link-card p {
  margin: 0 0 16px;
  color: var(--alt-muted);
  font-size: 11px;
  line-height: 1.65;
}

.alt-meta108__link-url {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 13px;
  border-top: 1px solid rgba(103, 187, 255, 0.12);
}

.alt-meta108__link-url span {
  min-width: 0;
  overflow: hidden;
  color: var(--alt-text);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alt-meta108__link-url a {
  flex: 0 0 auto;
  color: var(--alt-blue-400);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.alt-meta108__link-url a:hover {
  color: var(--alt-white);
}

/* Actions */
.alt-meta108__actions {
  display: flex;
  gap: 11px;
  margin-top: 23px;
}

.alt-meta108__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.alt-meta108__button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alt-meta108__button--primary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(
    135deg,
    var(--alt-blue-500),
    var(--alt-blue-700)
  );
  color: var(--alt-white);
  box-shadow:
    0 13px 29px rgba(6, 101, 219, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.alt-meta108__button--secondary {
  border: 1px solid rgba(85, 184, 255, 0.26);
  background: rgba(8, 127, 245, 0.07);
  color: var(--alt-blue-300);
}

.alt-meta108__button:hover {
  transform: translateY(-3px);
}

.alt-meta108__button--primary:hover {
  box-shadow:
    0 18px 37px rgba(6, 101, 219, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.alt-meta108__button--secondary:hover {
  border-color: rgba(85, 184, 255, 0.5);
  background: rgba(8, 127, 245, 0.14);
  color: var(--alt-white);
}

/* Aside */
.alt-meta108__aside {
  display: grid;
  gap: 17px;
}

.alt-meta108__security-card,
.alt-meta108__help {
  border: 1px solid var(--alt-border);
  background: rgba(6, 23, 49, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.alt-meta108__security-card {
  padding: 25px;
  border-radius: 23px;
}

.alt-meta108__security-icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border: 1px solid rgba(85, 184, 255, 0.27);
  border-radius: 16px;
  background: rgba(27, 156, 255, 0.1);
  color: var(--alt-blue-400);
}

.alt-meta108__security-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alt-meta108__security-label {
  display: block;
  margin-bottom: 8px;
  color: var(--alt-blue-300);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.alt-meta108__security-card h3 {
  margin: 0 0 10px;
  color: var(--alt-white);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.alt-meta108__security-card > p {
  margin: 0;
  color: var(--alt-muted);
  font-size: 12px;
  line-height: 1.7;
}

.alt-meta108__checklist {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.alt-meta108__checklist li {
  position: relative;
  padding-left: 24px;
  color: var(--alt-text);
  font-size: 11px;
  line-height: 1.55;
}

.alt-meta108__checklist li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--alt-blue-500),
    var(--alt-blue-700)
  );
  content: "";
  box-shadow: 0 0 13px rgba(27, 156, 255, 0.25);
}

.alt-meta108__checklist li::after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 5px;
  height: 3px;
  border-bottom: 1.4px solid #fff;
  border-left: 1.4px solid #fff;
  content: "";
  transform: rotate(-45deg);
}

/* Help */
.alt-meta108__help {
  padding: 21px;
  border-radius: 20px;
}

.alt-meta108__help-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 17px;
}

.alt-meta108__help-icon {
  display: inline-flex;
  width: 41px;
  height: 41px;
  flex: 0 0 41px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(85, 184, 255, 0.2);
  border-radius: 12px;
  background: rgba(27, 156, 255, 0.08);
  color: var(--alt-blue-400);
}

.alt-meta108__help-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alt-meta108__help-head strong,
.alt-meta108__help-head span {
  display: block;
}

.alt-meta108__help-head strong {
  margin-bottom: 4px;
  color: var(--alt-white);
  font-size: 14px;
}

.alt-meta108__help-head div span {
  color: var(--alt-muted);
  font-size: 10px;
}

.alt-meta108__help-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.alt-meta108__help-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--alt-muted);
  font-size: 10px;
  line-height: 1.5;
}

.alt-meta108__help-list li span {
  display: inline-flex;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(27, 156, 255, 0.09);
  color: var(--alt-blue-300);
  font-size: 9px;
  font-weight: 900;
}

/* SEO Information Cards */
.alt-meta108__information {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 27px;
}

.alt-meta108__info-card {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 14px;
  padding: 19px;
  border: 1px solid var(--alt-border);
  border-radius: 19px;
  background: rgba(7, 25, 52, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.alt-meta108__info-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(85, 184, 255, 0.22);
  border-radius: 13px;
  background: rgba(27, 156, 255, 0.08);
  color: var(--alt-blue-400);
}

.alt-meta108__info-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alt-meta108__info-card h3 {
  margin: 0 0 7px;
  color: var(--alt-white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.alt-meta108__info-card p {
  margin: 0;
  color: var(--alt-muted);
  font-size: 10px;
  line-height: 1.6;
}

/* Accessibility */
.alt-meta108 a:focus-visible {
  outline: 3px solid rgba(148, 212, 255, 0.75);
  outline-offset: 4px;
}

/* Tablet */
@media (max-width: 1024px) {
  .alt-meta108 {
    padding: 90px 20px;
  }

  .alt-meta108__panel {
    grid-template-columns: 1fr;
  }

  .alt-meta108__aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .alt-meta108__information {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .alt-meta108 {
    padding: 72px 16px;
  }

  .alt-meta108__header {
    margin-bottom: 37px;
  }

  .alt-meta108__eyebrow {
    margin-bottom: 17px;
    padding: 8px 13px;
    font-size: 10px;
  }

  .alt-meta108__header h2 {
    font-size: clamp(30px, 10vw, 41px);
    line-height: 1.15;
  }

  .alt-meta108__header p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.75;
  }

  .alt-meta108__main {
    padding: 23px 19px;
    border-radius: 21px;
  }

  .alt-meta108__main-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 22px;
  }

  .alt-meta108__brand {
    gap: 14px;
  }

  .alt-meta108__brand-icon {
    width: 57px;
    height: 57px;
    flex-basis: 57px;
    border-radius: 17px;
    font-size: 21px;
  }

  .alt-meta108__brand h3 {
    font-size: 21px;
  }

  .alt-meta108__url-box {
    align-items: stretch;
    flex-direction: column;
  }

  .alt-meta108__visit {
    width: 100%;
  }

  .alt-meta108__links {
    grid-template-columns: 1fr;
  }

  .alt-meta108__actions {
    flex-direction: column;
  }

  .alt-meta108__button {
    width: 100%;
  }

  .alt-meta108__aside {
    grid-template-columns: 1fr;
  }

  .alt-meta108__security-card {
    padding: 22px 19px;
    border-radius: 20px;
  }

  .alt-meta108__security-card h3 {
    font-size: 20px;
  }

  .alt-meta108__information {
    gap: 11px;
    margin-top: 18px;
  }
}

/* Small Mobile */
@media (max-width: 390px) {
  .alt-meta108 {
    padding-right: 13px;
    padding-left: 13px;
  }

  .alt-meta108__header h2 {
    font-size: 29px;
  }

  .alt-meta108__main {
    padding-right: 17px;
    padding-left: 17px;
  }

  .alt-meta108__brand {
    flex-direction: column;
  }

  .alt-meta108__url-content {
    align-items: flex-start;
  }

  .alt-meta108__link-url {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .alt-meta108__visit,
  .alt-meta108__link-card,
  .alt-meta108__button {
    transition: none;
  }
}