:root {
  --ink: #08233c;
  --paper: #eaf5f8;
  --muted: #536b7b;
  --line: rgba(8, 35, 60, 0.15);
  --cyan: #80e5ee;
  --mint: #aee8dd;
}

* {
  box-sizing: border-box;
}

html {
  background: #061b35;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #061b35;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 24px;
  isolation: isolate;
  background:
    radial-gradient(900px 420px at 88% -8%, rgba(71, 218, 232, 0.18), transparent 58%),
    radial-gradient(720px 380px at 0% 108%, rgba(148, 112, 214, 0.14), transparent 54%),
    linear-gradient(160deg, #041526 0%, #072844 46%, #0a3c52 100%);
}

.noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.12;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.4) 0.65px, transparent 0.65px);
  background-size: 7px 7px;
}

.orb {
  position: fixed;
  z-index: -2;
  border-radius: 999px;
  filter: blur(4px);
  pointer-events: none;
}

.orb-one {
  width: 460px;
  height: 460px;
  top: -250px;
  right: -130px;
  background: rgba(71, 218, 232, 0.22);
}

.orb-two {
  width: 360px;
  height: 360px;
  bottom: -250px;
  left: -170px;
  background: rgba(148, 112, 214, 0.16);
}

.link-hub {
  width: min(1180px, 100%);
  min-height: calc(100svh - 48px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(232, 248, 251, 0.16), rgba(171, 226, 236, 0.08));
  box-shadow: 0 28px 90px rgba(1, 24, 48, 0.28);
  backdrop-filter: blur(1.5px) saturate(112%);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 30px;
  border-bottom: 1px solid var(--line);
  border-radius: 34px 34px 0 0;
  background: rgba(239, 250, 252, 0.52);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(2, 26, 52, 0.25);
  transform: rotate(-5deg);
}

.brand-name {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.official-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #35566b;
  font-size: 12px;
  font-weight: 650;
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #11a9b6;
  box-shadow: 0 0 0 4px rgba(17, 169, 182, 0.14);
}

.content-grid {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
  padding: clamp(48px, 7vw, 88px);
}

.intro {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(246, 252, 253, 0.76), rgba(218, 241, 246, 0.58));
  box-shadow: 0 18px 54px rgba(3, 42, 67, 0.13);
  backdrop-filter: blur(12px);
}

.eyebrow,
.list-label {
  margin: 0;
  color: #3e6479;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.intro h1 {
  max-width: 560px;
  margin: 18px 0 22px;
  font-size: clamp(44px, 5.8vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 650;
}

.intro h1 span {
  display: block;
  margin-top: 9px;
  color: #52788b;
}

.lead {
  max-width: 450px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.7;
}

.trust-note {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 38px;
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(8, 35, 60, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.66);
}

.trust-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mint);
  font-weight: 800;
}

.trust-note p {
  display: grid;
  gap: 2px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.trust-note strong {
  color: var(--ink);
  font-size: 12px;
}

.link-list {
  display: grid;
  gap: 14px;
}

.list-label {
  margin: 0 0 6px 4px;
}

.link-card {
  position: relative;
  min-height: 118px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  overflow: hidden;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 34px rgba(5, 45, 71, 0.08);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.link-card:hover {
  transform: translateY(-4px);
  border-color: rgba(11, 112, 136, 0.36);
  box-shadow: 0 18px 46px rgba(5, 45, 71, 0.16);
}

.link-card:focus-visible {
  outline: 3px solid #087f96;
  outline-offset: 4px;
}

.link-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -88px;
  bottom: -100px;
  border-radius: 50%;
  background: var(--card-accent);
  opacity: 0.62;
  transition: transform 220ms ease;
}

.link-card:hover::after {
  transform: scale(1.18);
}

.whatsapp {
  --card-accent: #94e7c7;
}

.card-number {
  position: absolute;
  top: 13px;
  right: 17px;
  z-index: 1;
  color: rgba(8, 35, 60, 0.36);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.card-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: var(--card-accent);
  overflow: hidden;
}

.card-brand-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.card-copy {
  min-width: 0;
  display: grid;
}

.card-copy small {
  margin-bottom: 4px;
  color: #5d7b8d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-copy strong {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.card-copy > span {
  margin-top: 7px;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-arrow {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8, 35, 60, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  transition: transform 180ms ease, background 180ms ease;
}

.link-card:hover .card-arrow {
  transform: rotate(8deg);
  background: #fff;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 30px 24px;
  border-top: 1px solid var(--line);
  border-radius: 0 0 34px 34px;
  background: rgba(239, 250, 252, 0.48);
  backdrop-filter: blur(12px);
  color: #557386;
  font-size: 11px;
}

footer p {
  margin: 0;
}

.edit-hint {
  text-align: right;
}

@media (max-width: 820px) {
  .page-shell {
    padding: 12px;
  }

  .link-hub {
    min-height: calc(100svh - 24px);
    border-radius: 24px;
  }

  .topbar {
    padding: 20px;
    border-radius: 24px 24px 0 0;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 46px 20px 38px;
  }

  .intro {
    padding: 24px;
    border-radius: 23px;
  }

  .intro h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .lead {
    max-width: 560px;
  }

  .trust-note {
    margin-top: 26px;
  }

  footer {
    padding: 18px 20px 22px;
    border-radius: 0 0 24px 24px;
  }
}

@media (max-width: 520px) {
  .brand-name {
    font-size: 15px;
  }

  .official-badge {
    padding: 8px 10px;
  }

  .content-grid {
    padding-top: 38px;
  }

  .link-card {
    min-height: 108px;
    grid-template-columns: auto 1fr auto;
    gap: 13px;
    padding: 18px 16px;
    border-radius: 21px;
  }

  .card-icon {
    width: 52px;
    height: 52px;
    border-radius: 17px;
  }

  .card-brand-icon {
    width: 31px;
    height: 31px;
  }

  .card-copy strong {
    font-size: 17px;
  }

  .card-copy > span {
    max-width: 190px;
    font-size: 11px;
  }

  .card-arrow {
    width: 36px;
    height: 36px;
    font-size: 17px;
  }

  footer {
    display: grid;
  }

  .edit-hint {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
