.petid-container {
    max-width: 420px;
    margin: 40px auto;
    padding: 20px 60px 40px 40px;
    background: #F8F9FA;
    border-radius: 12px;
    font-family: sans-serif;
    text-align: center;
}

.petid-container h2 {
    color: #27AE60;
}

.petid-container input,
.petid-container textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.petid-container button {
    background: #6FCF97;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.petid-container button:hover {
    background: #27AE60;
}

.petid-call {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 20px;
    background: #F2994A;
    color: white;
    border-radius: 8px;
    text-decoration: none;
}

.petid-header {
    margin-bottom: 24px;
}

.petid-paw {
    font-size: 40px;
    margin-bottom: 8px;
}

.petid-header h2 {
    margin: 0 0 8px;
    font-size: 22px;
    color: #27AE60;
}

.petid-header p {
    margin: 0;
    font-size: 14px;
    color: #888;
    line-height: 1.5;
}