/*
Theme Name: SmartHome GYN (Stable)
Theme URI: https://www.instagram.com/smarthome_gyn/
Author: SmartHome GYN
Description: Tema estável one‑page com suporte a Logo personalizada, slider e CTA. Paleta azul, preto e branco.
Version: 1.0.1
License: GPLv2 or later
Text Domain: smarthome-stable
*/
:root{--blue:#1d4ed8;--blue-500:#0ea5e9;--black:#0b0f19}
html,body{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial}
.btn-primary{background:linear-gradient(90deg,var(--blue),var(--blue-500));}
.shadow-soft{box-shadow:0 10px 30px rgba(14,165,233,.15)}
/* Slider */
.slide{position:absolute; inset:0; opacity:0; transition:opacity .7s ease}
.slide.active{opacity:1}
.slide img{width:100%; height:100%; object-fit:cover; filter:brightness(.65)}
.dot{width:10px;height:10px;border-radius:9999px;border:2px solid #fff;opacity:.6;transition:all .3s}
.dot.active{background:#fff;opacity:1}
/* Custom Logo sizing */
.custom-logo,.custom-fallback-logo{max-height:70px;height:auto;width:auto}
.custom-logo-link,.site-logo{display:inline-flex;align-items:center}