/*
 Theme Name:   Scantera Child (Hello Elementor)
 Theme URI:    https://scantera.ru/
 Description:  Minimal child theme for Hello Elementor. Provides clean base and custom styles.
 Author:       Scantera
 Template:     hello-elementor
 Version:      1.0.0
 License:      GPL-2.0-or-later
 Text Domain:  scantera-child
*/

/* Basic brand styles */
:root{
  --scantera-accent:#4f46e5;
  --scantera-dark:#0f172a;
  --scantera-light:#f8fafc;
}

body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,'Helvetica Neue',Arial,'Noto Sans','Apple Color Emoji','Segoe UI Emoji',sans-serif;color:var(--scantera-dark);background:var(--scantera-light);}
a{color:var(--scantera-accent);text-decoration:none}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.site-header{background:#fff;border-bottom:1px solid #e5e7eb}
.site-header .container{display:flex;align-items:center;justify-content:space-between;height:64px}
.site-logo{display:flex;gap:10px;align-items:center;font-weight:700}
.site-logo svg{height:28px;width:28px}
.site-footer{border-top:1px solid #e5e7eb;padding:24px 0;color:#475569;background:#fff}