:root {
  --wine: #742751;
  --wine-dark: #5c1d40;
  --purple: #53296b;
  --rose: #e34f9a;
  --canvas: #fdfafd;
  --text: #2d1825;
  --muted: #725d6b;
  --shadow: 0 10px 28px rgba(92, 29, 64, 0.08);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { min-height: 100vh; font-family: 'IBM Plex Sans', system-ui, sans-serif; background: var(--canvas); color: var(--text); display: flex; justify-content: center; }
a { color: inherit; text-decoration: none; }
.bio-page { width: 100%; max-width: 580px; min-height: 100vh; position: relative; padding-bottom: 40px; }
.hero { height: clamp(230px, 60vw, 300px); display: flex; align-items: center; justify-content: center; position: relative; background: radial-gradient(circle at center, #fbf4f8 0%, #f4e6ee 100%); }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, var(--canvas) 100%); pointer-events: none; }
.hero__logo-wrapper { position: relative; z-index: 2; padding: 18px 30px; background: rgba(255, 255, 255, 0.88); backdrop-filter: blur(12px); border-radius: 28px; border: 1px solid rgba(227, 79, 154, 0.2); box-shadow: var(--shadow); }
.hero__logo { max-width: 220px; height: auto; display: block; }
.profile-title { text-align: center; padding: 0 20px 22px; margin-top: -10px; position: relative; z-index: 3; }
.profile-title h1 { font-size: 1.85rem; font-weight: 700; color: var(--wine-dark); letter-spacing: -0.02em; margin-bottom: 4px; }
.profile-title p { font-size: 0.96rem; font-weight: 500; color: var(--wine); margin-bottom: 6px; }
.profile-title .badge { display: inline-block; font-size: 0.78rem; font-weight: 500; background: rgba(116, 39, 81, 0.08); color: var(--wine-dark); padding: 4px 12px; border-radius: 99px; }
.links { display: grid; gap: 14px; padding: 0 16px; }
.link-card { min-height: 76px; display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; padding: 14px 16px; border-radius: 20px; background: #fff; border: 1px solid rgba(116, 39, 81, 0.12); box-shadow: 0 6px 20px rgba(92, 29, 64, 0.05); cursor: pointer; text-align: left; transition: all 0.2s ease; position: relative; overflow: hidden; width: 100%; }
.link-card:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(92, 29, 64, 0.1); border-color: rgba(227, 79, 154, 0.4); }
.link-card:active { transform: scale(0.985); }
.link-icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; color: var(--wine); background: rgba(116, 39, 81, 0.07); }
.link-content strong { display: block; font-size: 0.98rem; font-weight: 600; color: var(--wine-dark); margin-bottom: 2px; }
.link-content span { display: block; color: var(--muted); font-size: 0.8rem; line-height: 1.35; }
.link-card-highlight { background: linear-gradient(135deg, var(--wine) 0%, var(--wine-dark) 100%); border: none; box-shadow: 0 10px 24px rgba(92, 29, 64, 0.25); }
.link-card-highlight .link-icon { background: rgba(255, 255, 255, 0.18); color: #fff; }
.link-card-highlight .link-content strong { color: #fff; }
.link-card-highlight .link-content span { color: rgba(255, 255, 255, 0.88); }
.whatsapp-btn { position: relative; }
.animated-border { position: absolute; inset: 0; border-radius: inherit; padding: 2px; -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; overflow: hidden; }
.animated-border::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: conic-gradient(transparent 60%, var(--rose) 80%, transparent 100%); animation: spinBorder 2.5s linear infinite; }
@keyframes spinBorder { to { transform: rotate(360deg); } }
.modal-overlay { position: fixed; inset: 0; background: rgba(45, 24, 37, 0.7); backdrop-filter: blur(6px); z-index: 1000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.25s ease; padding: 16px; }
.modal-overlay.active { opacity: 1; pointer-events: auto; }
.modal-content { background: #fff; border-radius: 24px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25); width: 100%; max-width: 500px; max-height: 88vh; overflow-y: auto; position: relative; padding: 22px 20px; scrollbar-width: thin; scrollbar-color: rgba(116, 39, 81, 0.25) transparent; }
.modal-content::-webkit-scrollbar { width: 5px; }
.modal-content::-webkit-scrollbar-track { background: transparent; margin: 12px 0; }
.modal-content::-webkit-scrollbar-thumb { background: rgba(116, 39, 81, 0.22); border-radius: 99px; }
.modal-content::-webkit-scrollbar-thumb:hover { background: rgba(116, 39, 81, 0.45); }
.modal-top-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; min-height: 34px; }
.modal-back { display: inline-flex; align-items: center; gap: 4px; background: rgba(116, 39, 81, 0.07); border: none; color: var(--wine); padding: 6px 12px; border-radius: 99px; font-size: 0.8rem; font-weight: 600; cursor: pointer; transition: all 0.2s; }
.modal-back:hover { background: rgba(116, 39, 81, 0.15); color: var(--wine-dark); }
.modal-back.is-hidden { visibility: hidden; opacity: 0; pointer-events: none; }
.modal-close { background: rgba(116, 39, 81, 0.08); border: none; color: var(--wine); width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; transition: all 0.2s; font-size: 14px; }
.modal-close:hover { background: rgba(116, 39, 81, 0.16); }
.quiz-steps-indicator { display: flex; gap: 6px; margin: 6px 0 18px; }
.quiz-step-dot { flex: 1; height: 5px; background: rgba(116, 39, 81, 0.15); border-radius: 99px; transition: background 0.2s; }
.quiz-step-dot.active { background: var(--wine); }
.quiz-step { display: none; animation: fadeIn 0.25s ease; }
.quiz-step.active { display: block; }
.quiz-question { font-size: 1.02rem; font-weight: 600; color: var(--wine-dark); margin-bottom: 14px; line-height: 1.4; }
.quiz-options { display: flex; flex-direction: column; gap: 10px; }
.quiz-option { width: 100%; padding: 12px 15px; background: #fff; border: 1px solid rgba(116, 39, 81, 0.15); border-radius: 14px; color: var(--text); font-size: 0.88rem; font-family: inherit; text-align: left; cursor: pointer; transition: all 0.2s; line-height: 1.35; }
.quiz-option:hover { background: #fdf5f9; border-color: var(--wine); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(116, 39, 81, 0.08); }
.pro-list { display: flex; flex-direction: column; gap: 12px; margin-top: 14px; }
.pro-card { display: flex; flex-direction: column; gap: 8px; padding: 14px; background: #fdfafd; border: 1px solid rgba(116, 39, 81, 0.1); border-radius: 16px; text-align: left; }
.pro-card-header { display: flex; align-items: center; gap: 12px; }
.pro-thumb { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(227, 79, 154, 0.3); }
.pro-info strong { display: block; font-size: 0.95rem; color: var(--wine-dark); font-weight: 600; }
.pro-info span { display: block; font-size: 0.78rem; color: var(--wine); font-weight: 500; }
.pro-improves { font-size: 0.77rem; color: #554050; line-height: 1.4; margin: 2px 0 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pro-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 2px; }
.pro-btn { padding: 8px 12px; border-radius: 50px; font-size: 0.78rem; font-weight: 600; text-align: center; cursor: pointer; border: 1px solid var(--wine); background: transparent; color: var(--wine); transition: all 0.2s; text-decoration: none; }
.pro-btn:hover { background: var(--wine); color: #fff; }
.pro-btn.online { border-color: #0284c7; color: #0284c7; }
.pro-btn.online:hover { background: #0284c7; color: #fff; }
.wa-float { position: fixed; bottom: 20px; right: 20px; z-index: 999; width: 56px; height: 56px; border-radius: 50%; background: #25D366; display: grid; place-items: center; box-shadow: 0 8px 25px rgba(37, 211, 102, 0.45); animation: waPulse 2.2s infinite ease-in-out; }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }
@keyframes waPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.06); } }
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
