/*
Theme Name: Valentina Melas Psicologa
Theme URI: https://valentinamelas.it
Author: Giuseppe / Mediki
Description: Tema WordPress one-page per Dott.ssa Valentina Melas, psicologa a Latina.
Version: 1.0
Text Domain: valentina-melas
*/

:root {
  --cream: #faf8f4;
  --sage: #a8b8a0;
  --sage-dark: #6f8468;
  --petrol: #2f4f4f;
  --beige: #e8ded2;
  --text: #2b2b2b;
  --white: #ffffff;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: Arial, Helvetica, sans-serif; background: var(--cream); color: var(--text); line-height: 1.7; }
header { width: 100%; position: sticky; top: 0; z-index: 99; background: rgba(250,248,244,.96); border-bottom: 1px solid rgba(47,79,79,.12); }
.nav { max-width: 1180px; margin: auto; padding: 18px 24px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { font-size: 20px; font-weight: 700; color: var(--petrol); letter-spacing: .3px; }
.nav a { color: var(--text); text-decoration: none; font-size: 15px; margin-left: 22px; }
.nav a:hover { color: var(--sage-dark); }
.btn { display: inline-block; padding: 13px 22px; border-radius: 40px; background: var(--sage-dark); color: var(--white) !important; text-decoration: none; font-weight: 700; transition: .25s ease; border: 1px solid var(--sage-dark); }
.btn:hover { background: var(--petrol); border-color: var(--petrol); transform: translateY(-2px); }
.btn.secondary { background: transparent; color: var(--petrol) !important; border: 1px solid var(--petrol); }
.btn.secondary:hover { background: var(--petrol); color: var(--white) !important; }
.hero { max-width: 1180px; margin: auto; padding: 90px 24px 70px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.eyebrow { color: var(--sage-dark); text-transform: uppercase; letter-spacing: 2px; font-size: 13px; font-weight: 700; margin-bottom: 16px; }
h1,h2,h3 { color: var(--petrol); line-height: 1.18; }
h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 6vw, 70px); margin-bottom: 24px; letter-spacing: -1.5px; }
h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(32px, 4vw, 46px); margin-bottom: 20px; }
h3 { font-size: 22px; margin-bottom: 12px; }
.hero p { font-size: 20px; max-width: 610px; margin-bottom: 32px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.photo-box { min-height: 520px; border-radius: 38px; background: linear-gradient(135deg, rgba(168,184,160,.22), rgba(232,222,210,.22)), var(--hero-image); background-size: cover; background-position: center; box-shadow: 0 30px 80px rgba(47,79,79,.16); position: relative; overflow: hidden; }
section { padding: 82px 24px; }
.container { max-width: 1120px; margin: auto; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: start; }
.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 34px; }
.card { background: var(--white); border-radius: 28px; padding: 30px; box-shadow: 0 18px 45px rgba(47,79,79,.08); border: 1px solid rgba(47,79,79,.08); }
.icon { width: 48px; height: 48px; border-radius: 50%; background: var(--beige); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: var(--petrol); font-size: 24px; }
.soft { background: var(--beige); }
.highlight { background: var(--petrol); color: var(--white); border-radius: 34px; padding: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 38px; align-items: center; }
.highlight h2,.highlight h3 { color: var(--white); }
.list { list-style: none; display: grid; gap: 13px; margin-top: 18px; }
.list li::before { content: '✓'; color: var(--sage); font-weight: 800; margin-right: 10px; }
.studio-photo { margin-top: 20px; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,.1); }
.studio-photo img { width: 100%; height: auto; display: block; }
.whatsapp-section { text-align: center; margin-bottom: 40px; }
.contact-box { background: var(--white); border-radius: 34px; padding: 44px; box-shadow: 0 18px 45px rgba(47,79,79,.09); display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.contact-lines p { margin-bottom: 10px; font-size: 18px; }
footer { padding: 30px 24px; text-align: center; color: rgba(43,43,43,.72); border-top: 1px solid rgba(47,79,79,.1); }
.whatsapp-fixed { position: fixed; right: 20px; bottom: 20px; width: 62px; height: 62px; border-radius: 50%; background: var(--sage-dark); color: white; display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 28px; box-shadow: 0 12px 35px rgba(47,79,79,.25); z-index: 100; }
@media (max-width: 900px) { .hero,.split,.highlight,.contact-box { grid-template-columns: 1fr; } .card-grid { grid-template-columns: 1fr; } .nav { align-items: flex-start; } .nav-links { display: none; } .photo-box { min-height: 420px; } }
