:root{--bg: #ffffff;--accent: #b07a29;--accent-dark: #7a3f10;--muted: #8b6a47}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:linear-gradient(180deg,#fff,#fffaf6);color:#2b2b2b;display:flex;align-items:center;justify-content:center;padding:32px}.card{width:100%;max-width:1100px;background:transparent;text-align:center;padding:36px}.logo{max-width:720px;width:85%;margin:0 auto 8px;display:block}h1{margin:14px 0 6px;font-family:Playfair Display,serif;font-weight:700;letter-spacing:2px;font-size:36px;color:var(--accent-dark)}p.lead{margin:0 0 18px;color:var(--muted);font-size:25px}.contact{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:20px 0 28px}.tel{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:10px;border:2px solid rgba(176,122,41,.12);background:#ffffffb3;text-decoration:none;color:var(--accent-dark);font-weight:600;transition:transform .12s ease,box-shadow .12s ease;box-shadow:0 4px 10px #b07a290f;min-width:230px;justify-content:center}.tel:hover{transform:translateY(-4px);box-shadow:0 10px 22px #b07a291f}.tel .phone-icon{width:20px;height:20px;display:inline-block;border-radius:50%;background:var(--accent);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700}.buttons-row{display:flex;gap:12px;justify-content:center;margin-bottom:22px;flex-wrap:wrap}.btn-cta{padding:10px 18px;border-radius:8px;background:var(--accent);color:#fff;text-decoration:none;font-weight:600;box-shadow:0 6px 18px #7a3f102e}.small{font-size:12px;color:#7a5b3b;margin-top:8px}.newsletter{display:flex;gap:8px;justify-content:center;margin-top:18px;flex-wrap:wrap}.newsletter input[type=email]{padding:12px 14px;border-radius:8px;border:1px solid #e6d9c8;min-width:260px;font-size:14px}.newsletter button{padding:12px 14px;border-radius:8px;border:0;background:var(--accent-dark);color:#fff;font-weight:600}footer{margin-top:28px;color:#a07a4f;font-size:13px}@media (max-width:600px){h1{font-size:28px}.tel{min-width:unset;padding:10px}.logo{width:100%}.card{padding:8px}}
