<?php
declare(strict_types=1);
require_once dirname(__DIR__, 3) . '/backend/config/config.php';
require_once C360_FRONTEND . '/components/icon.php';
$pageTitle = 'Política de privacidad — 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">Política de privacidad</h1>

    <div style="margin-top:32px;color:var(--ink-700);line-height:1.7">
      <p><strong>Pendiente de redacción final.</strong> Base jurídica, finalidad del tratamiento, plazo de conservación, derechos del interesado (acceso, rectificación, supresión, limitación, portabilidad y oposición) y contacto del DPO.</p>
      <p style="margin-top:16px">Sus datos se guardan exclusivamente para atender su solicitud de presupuesto. No se comparten con terceros.</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>
