<?php
declare(strict_types=1);
require_once dirname(__DIR__, 3) . '/backend/config/config.php';
require_once C360_FRONTEND . '/components/icon.php';
$pageTitle = 'Aviso legal — Constructiva 360';
?>
<!doctype html>
<html lang="es">
<head>
<?php include C360_FRONTEND . '/components/head.php'; ?>
</head>
<body>
<?php include C360_FRONTEND . '/components/nav.php'; ?>

<section class="section-white" style="padding-top:160px">
  <div class="c360-wrap" style="max-width:820px">
    <span class="eyebrow">Legal</span>
    <h1 style="font-size:clamp(34px,4.2vw,56px);margin-top:14px">Aviso legal</h1>

    <div style="margin-top:32px;color:var(--ink-700);line-height:1.7">
      <p><strong>Pendiente de redacción final.</strong> Datos identificativos del titular del sitio, CIF, domicilio social, email de contacto, inscripción registral y política de uso.</p>
      <p style="margin-top:16px">Esta página es un placeholder — sustitúyelo antes de pasar a producción.</p>
      <p style="margin-top:24px"><a href="/" style="color:var(--orange-600);font-weight:500">← Volver a la web</a></p>
    </div>
  </div>
</section>

<?php include C360_FRONTEND . '/components/footer.php'; ?>
</body>
</html>
