/*
Theme Name: SEO Design Pro
Theme URI: https://www.seo-design.io
Author: SEO Design
Author URI: https://www.seo-design.io
Description: Thème coquille vide haute performance. HTML injecté via admin. PageSpeed 100/100, SEO technique complet.
Version: 3.0.0
License: GNU General Public License v2 or later
Text Domain: seodesign
*/

/* --- MAJ retours client 31/08 --- */
/* Cesures sur les textes courants */
.pf-home p,.pf-pac p,.pf-svc p,.pf-ap p,.pf-ct p,.pfb__body p{-webkit-hyphens:auto;hyphens:auto}
/* Formulaire en mobile */
@media(max-width:640px){
.pfm-grid{grid-template-columns:1fr!important}
.pfm-grid label{grid-template-columns:1fr!important}
.pfm-grid label input,.pfm-grid label textarea{width:100%}
}

/* Maillage interne : liens dans le texte */
.lnk{color:inherit;text-decoration:underline;text-underline-offset:3px;font-weight:600}
.lnk:hover{opacity:.85}

/* Harmonisation typo : fallback global */
body{font-family:"mundial","Figtree",system-ui,sans-serif}

/* Fix clipping des photos rondes (couches composites) */
.hero-photo,.ring,.svc-photo,.experts-photo,.rz,.vphoto{isolation:isolate}

/* Pas de cesure dans les boutons/CTA */
.btn,.btn-blue,.btn-white,.btn-yellow,.btn-primary,.pfha__all,.pfm-form button{-webkit-hyphens:none;hyphens:none}
