* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    min-height: 100vh;
    background-color: #F2CCC3;
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #3A2E2B;
}

/* ---------- fundo: cor sólida + gradiente radial + grain sutil ---------- */

body::before {
    content: "";
    position: fixed;
    inset: 0;

    background-color: #F2CCC3;
    background-image:
        radial-gradient(
            ellipse at 50% 0%,
            rgba(255, 255, 255, 0.06) 0%,
            rgba(255, 255, 255, 0) 60%
        ),
        url("storage/brack2.jpg");

    background-repeat: no-repeat, repeat;
    background-size: 100% 100%, 120px 120px;
    background-blend-mode: normal, overlay;

    opacity: 0.06;
    pointer-events: none;
    z-index: -1;
}

/* ---------- layout geral ---------- */

.container {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 1.5rem 4rem;  /* era 3rem 1.5rem 4rem */
}

/* ---------- cabeçalho / perfil ---------- */

.hero {
    height: 220px;
    background: linear-gradient(
        115deg,
        #EAA799 0%,
        #EAA799 40%,
        #FCF0EE 55%,
        #FCF0EE 100%
    );
    clip-path: url(#waveClip);
}

.perfil {
    text-align: center;
    margin-bottom: 2rem;
}

.avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -60px;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
    box-shadow:
        0 0 0 3px rgba(255, 255, 255, 0.5),
        0 10px 26px rgba(58, 46, 43, 0.32);
}
.nome {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.credencial-primaria {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #5C4640;
    margin-bottom: 0.3rem;
}

.credencial-secundaria {
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #9C8178;
    margin-bottom: 0.5rem;
}

.subtitulo {
    font-size: 0.95rem;
    color: #5C4640;
    margin-bottom: 1rem;
}

.bio {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #4A3A35;
    max-width: 420px;
    margin: 0 auto;
}

/* ---------- divisor ---------- */

.divisor {
    border: none;
    border-top: 1px solid rgba(58, 46, 43, 0.15);
    margin: 2rem 0;
}

/* ---------- seções e cards de link ---------- */

.secao {
    margin-bottom: 1.75rem;
}

.secao-titulo {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7A5C55;
    margin-bottom: 0.75rem;
}

.card-link {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(58, 46, 43, 0.1);
    border-radius: 14px;
    padding: 0.9rem 1rem;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 6px 20px rgba(58, 46, 43, 0.16);
    transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}

.card-link:hover {
    background: rgba(255, 255, 255, 0.65);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(58, 46, 43, 0.24);
}

.card-icone {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.5);
    padding: 6px;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(58, 46, 43, 0.16);
    transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}

.card-icone-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    background: white;
    flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(58, 46, 43, 0.16);
}

.card-icone-wrap i {
    font-size: 2rem;
    color: #F5F4EF;
}
.card-texto {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.card-titulo {
    font-size: 0.95rem;
    font-weight: 600;
}

.card-descricao {
    font-size: 0.8rem;
    color: #6B534C;
}

/* ---------- rede social ---------- */

.social {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 2rem auto 0;
    width: fit-content;

    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(58, 46, 43, 0.15);
    border-radius: 999px;
    padding: 0.6rem 1.4rem;

    font-size: 0.9rem;
    font-weight: 600;
    color: #4A3A35;
    text-decoration: none;

    box-shadow: 0 6px 20px rgba(58, 46, 43, 0.16);
    transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
}

.social::before {
    content: "";
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-color: #4A3A35;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c-2.72 0-3.06.01-4.12.06-1.06.05-1.79.22-2.43.47-.66.26-1.22.6-1.77 1.15S2.79 4.73 2.53 5.39c-.25.64-.42 1.37-.47 2.43C2.01 8.88 2 9.22 2 11.94v.12c0 2.72.01 3.06.06 4.12.05 1.06.22 1.79.47 2.43.26.66.6 1.22 1.15 1.77s1.11.89 1.77 1.15c.64.25 1.37.42 2.43.47 1.06.05 1.4.06 4.12.06s3.06-.01 4.12-.06c1.06-.05 1.79-.22 2.43-.47.66-.26 1.22-.6 1.77-1.15s.89-1.11 1.15-1.77c.25-.64.42-1.37.47-2.43.05-1.06.06-1.4.06-4.12s-.01-3.06-.06-4.12c-.05-1.06-.22-1.79-.47-2.43a4.9 4.9 0 0 0-1.15-1.77 4.9 4.9 0 0 0-1.77-1.15c-.64-.25-1.37-.42-2.43-.47C15.06 2.01 14.72 2 12 2zm0 1.8c2.67 0 2.99.01 4.04.06.98.04 1.5.21 1.86.35.47.18.8.4 1.15.75.35.35.57.68.75 1.15.14.36.31.88.35 1.86.05 1.05.06 1.37.06 4.04s-.01 2.99-.06 4.04c-.04.98-.21 1.5-.35 1.86-.18.47-.4.8-.75 1.15-.35.35-.68.57-1.15.75-.36.14-.88.31-1.86.35-1.05.05-1.37.06-4.04.06s-2.99-.01-4.04-.06c-.98-.04-1.5-.21-1.86-.35a3.1 3.1 0 0 1-1.15-.75 3.1 3.1 0 0 1-.75-1.15c-.14-.36-.31-.88-.35-1.86-.05-1.05-.06-1.37-.06-4.04s.01-2.99.06-4.04c.04-.98.21-1.5.35-1.86.18-.47.4-.8.75-1.15.35-.35.68-.57 1.15-.75.36-.14.88-.31 1.86-.35 1.05-.05 1.37-.06 4.04-.06zm0 3.06a5.14 5.14 0 1 0 0 10.28 5.14 5.14 0 0 0 0-10.28zm0 8.48a3.34 3.34 0 1 1 0-6.68 3.34 3.34 0 0 1 0 6.68zm6.54-8.68a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c-2.72 0-3.06.01-4.12.06-1.06.05-1.79.22-2.43.47-.66.26-1.22.6-1.77 1.15S2.79 4.73 2.53 5.39c-.25.64-.42 1.37-.47 2.43C2.01 8.88 2 9.22 2 11.94v.12c0 2.72.01 3.06.06 4.12.05 1.06.22 1.79.47 2.43.26.66.6 1.22 1.15 1.77s1.11.89 1.77 1.15c.64.25 1.37.42 2.43.47 1.06.05 1.4.06 4.12.06s3.06-.01 4.12-.06c1.06-.05 1.79-.22 2.43-.47.66-.26 1.22-.6 1.77-1.15s.89-1.11 1.15-1.77c.25-.64.42-1.37.47-2.43.05-1.06.06-1.4.06-4.12s-.01-3.06-.06-4.12c-.05-1.06-.22-1.79-.47-2.43a4.9 4.9 0 0 0-1.15-1.77 4.9 4.9 0 0 0-1.77-1.15c-.64-.25-1.37-.42-2.43-.47C15.06 2.01 14.72 2 12 2zm0 1.8c2.67 0 2.99.01 4.04.06.98.04 1.5.21 1.86.35.47.18.8.4 1.15.75.35.35.57.68.75 1.15.14.36.31.88.35 1.86.05 1.05.06 1.37.06 4.04s-.01 2.99-.06 4.04c-.04.98-.21 1.5-.35 1.86-.18.47-.4.8-.75 1.15-.35.35-.68.57-1.15.75-.36.14-.88.31-1.86.35-1.05.05-1.37.06-4.04.06s-2.99-.01-4.04-.06c-.98-.04-1.5-.21-1.86-.35a3.1 3.1 0 0 1-1.15-.75 3.1 3.1 0 0 1-.75-1.15c-.14-.36-.31-.88-.35-1.86-.05-1.05-.06-1.37-.06-4.04s.01-2.99.06-4.04c.04-.98.21-1.5.35-1.86.18-.47.4-.8.75-1.15.35-.35.68-.57 1.15-.75.36-.14.88-.31 1.86-.35 1.05-.05 1.37-.06 4.04-.06zm0 3.06a5.14 5.14 0 1 0 0 10.28 5.14 5.14 0 0 0 0-10.28zm0 8.48a3.34 3.34 0 1 1 0-6.68 3.34 3.34 0 0 1 0 6.68zm6.54-8.68a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0z'/%3E%3C/svg%3E");
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.social:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(58, 46, 43, 0.24);
}

/* ---------- rodapé ---------- */

.rodape {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.6;
    color: #7A5C55;
    margin-top: 2.5rem;
}

.rodape-nome {
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: #5C4640;
}

.rodape-aviso {
    max-width: 400px;
    margin: 0 auto 1rem;
}

.rodape-links a {
    color: #7A5C55;
    text-decoration: none;
}

.rodape-links a:hover {
    text-decoration: underline;
}