:root {
  font-family: "DM Sans", sans-serif;
  color: #fff;
  background: #25101d;
  font-synthesis: none;
}

* { box-sizing: border-box; }

body {
  min-height: 100svh;
  margin: 0;
  padding: 38px 18px 24px;
  display: grid;
  place-items: center;
  position: relative;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(36, 12, 27, .2), rgba(27, 8, 19, .94)),
    url("assets/background.jpg") center 28% / cover fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 50% 0, rgba(181, 100, 126, .2), transparent 42%), linear-gradient(180deg, rgba(37, 14, 29, .64), #1d0b15 88%);
}

.ambient { position: fixed; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; pointer-events: none; }
.ambient-one { width: 360px; height: 360px; top: -190px; right: -180px; }
.ambient-two { width: 190px; height: 190px; bottom: 4%; left: -120px; }

.profile-card { width: min(100%, 520px); }
.identity { text-align: center; }
.logo-wrap { width: 178px; height: 90px; margin: 0 auto 4px; display: flex; align-items: center; overflow: hidden; }
.logo-wrap img { width: 100%; filter: brightness(0) invert(1); transform: scale(1.1); }
.location { margin: 0 0 23px; display: flex; justify-content: center; align-items: center; gap: 8px; color: #ddbdc8; font-size: .64rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.location span { width: 5px; height: 5px; border-radius: 50%; background: #d78da3; box-shadow: 0 0 0 4px rgba(215,141,163,.12); }
h1 { margin: 0; font-family: "Playfair Display", serif; font-size: clamp(2.35rem, 10vw, 3.55rem); line-height: .98; letter-spacing: -.035em; font-weight: 600; }
h1 em { color: #dfa0b3; font-weight: 600; }
.intro { max-width: 410px; margin: 20px auto 30px; color: #d6c8ce; font-size: .82rem; line-height: 1.65; }

.links { display: grid; gap: 11px; }
.link-card { min-height: 76px; padding: 12px 16px 12px 13px; display: grid; grid-template-columns: 49px 1fr auto; gap: 13px; align-items: center; color: #fdf9fa; text-decoration: none; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.075); box-shadow: inset 0 1px rgba(255,255,255,.04), 0 12px 32px rgba(13,4,9,.1); backdrop-filter: blur(14px); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.link-card:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.11); }
.link-card.featured { color: #481c35; border-color: transparent; background: linear-gradient(135deg, #f7e4e9, #e7b5c3); box-shadow: 0 14px 34px rgba(12,3,8,.22); }
.icon { width: 49px; height: 49px; display: grid; place-items: center; border-radius: 14px; color: #e9bdca; background: rgba(255,255,255,.09); }
.featured .icon { color: #fff; background: #5d2946; }
.icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon.whatsapp svg { fill: currentColor; stroke: none; }
.instagram .dot { fill: currentColor; stroke: none; }
.link-copy { min-width: 0; }
.link-copy small, .link-copy strong { display: block; }
.link-copy small { margin-bottom: 3px; color: #c9b7bf; font-size: .61rem; letter-spacing: .03em; }
.featured .link-copy small { color: #87556a; }
.link-copy strong { font-family: "Playfair Display", serif; font-size: 1.08rem; font-weight: 600; }
.arrow { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; font-size: .75rem; }
.featured .arrow { border-color: rgba(72,28,53,.2); }

footer { margin-top: 35px; padding-top: 24px; display: flex; flex-direction: column; align-items: center; border-top: 1px solid rgba(255,255,255,.1); }
footer > span { margin-bottom: 9px; color: #9e8a93; font-size: .54rem; text-transform: uppercase; letter-spacing: .17em; }
footer a { width: 72px; height: 31px; display: block; overflow: hidden; border-radius: 4px; opacity: .72; transition: opacity .2s; }
footer a:hover { opacity: 1; }
footer img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 420px) {
  body { padding-top: 25px; }
  .logo-wrap { width: 156px; height: 78px; }
  .intro { margin-bottom: 24px; }
  .link-card { min-height: 70px; grid-template-columns: 45px 1fr auto; border-radius: 16px; }
  .icon { width: 45px; height: 45px; border-radius: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .link-card { transition: none; }
}
