:root {
  --bg: #050505;
  --panel: rgba(13, 13, 14, 0.96);
  --text: #ffffff;
  --muted: #b5b5bd;
  --pink: #ed0c63;
  --pink-2: #ff1a73;
  --line: rgba(255,255,255,.16);
}

* { box-sizing: border-box; }
html { background: var(--bg); }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 0%, rgba(237,12,99,.18), transparent 34rem),
    radial-gradient(circle at 100% 45%, rgba(237,12,99,.10), transparent 25rem),
    #050505;
}

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

.page-shell {
  width: 100%;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  padding: max(18px, env(safe-area-inset-top)) 12px max(28px, env(safe-area-inset-bottom));
}

.card {
  position: relative;
  overflow: hidden;
  width: min(100%, 480px);
  min-height: calc(100dvh - 36px);
  padding: 26px 20px 24px;
  background: linear-gradient(180deg, rgba(13,13,14,.98), rgba(5,5,5,.99));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 32px;
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
}

.brand-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 42px solid rgba(237,12,99,.15);
  border-radius: 42%;
  transform: rotate(45deg);
  pointer-events: none;
  filter: blur(.2px);
}
.brand-glow-a { left: -210px; top: 220px; }
.brand-glow-b { right: -220px; top: 490px; }

.brand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-bottom: 22px;
}
.brand-mark { width: 64px; height: auto; display: block; }
.brand-name {
  display: grid;
  line-height: .83;
  font-weight: 800;
  letter-spacing: .05em;
  font-size: 27px;
}
.brand-name small {
  margin-top: 7px;
  font-size: 15px;
  letter-spacing: .16em;
}

.profile { position: relative; z-index: 2; text-align: center; }
.portrait-wrap {
  width: 176px;
  height: 176px;
  margin: 0 auto 16px;
  padding: 4px;
  border-radius: 50%;
  background: linear-gradient(135deg, white 0 66%, var(--pink) 100%);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}
.portrait {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  background: white;
}
h1 {
  margin: 0 0 5px;
  font-size: clamp(28px, 7vw, 38px);
  line-height: 1.04;
  letter-spacing: -.035em;
}
.title { margin: 0; color: #d9d9df; font-size: 16px; line-height: 1.4; }
.company { margin: 5px 0 0; color: #96969f; font-size: 14px; }

.contact-info {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 4px;
  margin: 22px auto 18px;
  max-width: 355px;
}
.info-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 36px;
  font-size: 15px;
  overflow-wrap: anywhere;
}
.info-icon { color: var(--pink-2); font-size: 20px; text-align: center; font-weight: 800; }

.actions {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.action {
  min-height: 58px;
  display: grid;
  grid-template-columns: 38px 1fr 22px;
  gap: 10px;
  align-items: center;
  border-radius: 18px;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid transparent;
  transition: transform .16s ease, filter .16s ease, border-color .16s ease;
  -webkit-tap-highlight-color: transparent;
}
.action:active { transform: scale(.985); }
.action:hover { filter: brightness(1.06); }
.action.primary {
  background: linear-gradient(110deg, #df0756, #ff176f);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 8px 24px rgba(237,12,99,.16);
}
.action.secondary, .action.save {
  background: rgba(255,255,255,.055);
  border-color: rgba(255,255,255,.50);
}
.action.save { margin-top: 14px; position: relative; z-index: 2; }
.action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
}
.arrow { font-size: 31px; line-height: 1; text-align: right; font-weight: 300; }

.address {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 11px;
  align-items: start;
  margin: 18px 6px 0;
  padding: 16px 8px 0;
  border-top: 1px solid var(--line);
  color: #bdbdc4;
  font-size: 13.5px;
  line-height: 1.5;
}
.address p { margin: 0; }
.address-icon { color: var(--pink-2); font-size: 24px; font-weight: 800; }

.divider {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 10px;
  color: var(--pink-2);
  font-style: italic;
  font-size: 15px;
}
.divider::before, .divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(237,12,99,.9));
}
.divider::after { transform: scaleX(-1); }
.divider span { white-space: nowrap; }

footer {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 19px;
  font-size: 12px;
  color: #777780;
}
footer a { color: #8f8f99; }

@media (max-width: 360px) {
  .card { padding-left: 14px; padding-right: 14px; border-radius: 24px; }
  .brand-mark { width: 56px; }
  .brand-name { font-size: 24px; }
  .portrait-wrap { width: 155px; height: 155px; }
  .action { font-size: 15px; }
}

@media (min-width: 700px) {
  .page-shell { padding: 32px 20px; }
  .card { min-height: auto; }
}
