/* ============================================================
   RESET — NA'AT Clínica Dental
   ============================================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--white);
    color: var(--gray-700);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color var(--transition), background-color var(--transition), box-shadow var(--transition);
}

ul, ol {
    list-style: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

iframe {
    border: none;
    display: block;
}

/* ============================================================
   WPCF7 — Contact Form 7
   ============================================================ */
.wpcf7-submit::before {
    content: "\e20a";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    margin-right: 0.5rem;
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wpcf7-not-valid-tip {
    font-size: 0.75rem;
    color: #e53e3e;
    margin-top: 4px;
    display: block;
}

.wpcf7-response-output {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-card);
    font-size: 0.875rem;
    text-align: center;
}
