/*
Theme Name: re-store
Theme URI: https://kukarika.com/
Author: Kukarika Apps O.E.
Author URI: https://kukarika.com/
Description: Custom theme για το re-store.gr — service center Θεσσαλονίκης (Apple / smartphone / laptop / tablet / gaming). Underscores-based, Tailwind, ACF Pro.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: restore
*/

/* ==========================================================================
   Design tokens & signature components (από το static prototype index-red.html)
   ΣΗΜ: Τα περισσότερα styles έρχονται από Tailwind. Εδώ μόνο τα custom.
   ========================================================================== */

:root{
  --accent:#ed1c24;
  --accent-press:#c40d14;
  --accent-deep:#b3000a;
  --ink:#0a0a0a;
  --ink-soft:#1d1d1f;
  --muted:#6e6e73;
  --line:#d2d2d7;
  --tint:#fdecec;
}

/* Hero display type — Inter 900 uppercase (όχι Anton, δεν έχει ελληνικά) */
.display{font-weight:900;letter-spacing:-.03em;line-height:.98;text-transform:uppercase;}

/* Κόκκινο marquee bar */
.marquee{overflow:hidden;white-space:nowrap;}
.marquee .track{display:inline-block;animation:rsmove 28s linear infinite;}
@keyframes rsmove{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Premium icon chips στις κάρτες κατηγοριών */
.catico{width:56px;height:56px;border-radius:16px;background:linear-gradient(145deg,#f7f7f9,#ececf0);display:flex;align-items:center;justify-content:center;color:var(--ink-soft);box-shadow:inset 0 1px 0 #fff,0 4px 10px rgba(0,0,0,.05);transition:.2s;}
.catico svg{width:27px;height:27px;}
.card:hover .catico{background:linear-gradient(145deg,var(--accent),var(--accent-deep));color:#fff;box-shadow:0 8px 18px rgba(237,28,36,.42);}

/* Mini chat preview bubbles (front-page AI highlight) */
.bubble{max-width:80%;padding:10px 14px;border-radius:14px;line-height:1.45;}
.bubble-user{background:var(--accent);color:#fff;border-bottom-right-radius:4px;}
.bubble-ai{background:#f3f3f5;color:#1d1d1f;border-bottom-left-radius:4px;}

/* Screen-reader text (Underscores convention) */
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;}
