/*
Theme Name: Rui Santos Professional Child
Theme URI: https://ruiasantos.com/
Description: Child theme profissional para Rui Santos, orientado a portfólio técnico, sistemas, broadcast, telecomunicações e automação. Requer o tema pai Twenty Twenty-Five.
Author: Rui Santos / OpenAI
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: rui-santos-child
*/

:root {
  --rs-navy: #07111f;
  --rs-blue: #123e65;
  --rs-cyan: #13a3c7;
  --rs-soft: #f1f7fb;
  --rs-text: #17202c;
}

body {
  color: var(--rs-text);
}

.wp-site-blocks {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
}

h1, h2, h3 {
  letter-spacing: -0.03em;
}

a {
  text-underline-offset: 0.18em;
}

.rs-hero {
  position: relative;
  overflow: hidden;
}

.rs-hero::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: rgba(19, 163, 199, 0.28);
  filter: blur(12px);
}

.rs-card {
  transition: transform .18s ease, box-shadow .18s ease;
}

.rs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(7,17,31,.11);
}

.rs-btn:hover {
  opacity: .9;
}
