/*
 Theme Name: Francis Child
 Template: twentytwentyfour
 Version: 1.0
 Description: Privacy-first child theme for franciscronje.com
 Author: Saartjie
*/

/* Card glow for PriviQ grid */
.fc-card {
  background:#0f2746;
  color:#fff;
  padding:24px;
  border-radius:12px;
  border:1px solid rgba(0,242,255,.25);
  box-shadow:0 0 18px rgba(0,242,255,.12);
}
.fc-card h3 { color:#00F2FF; margin:0 0 8px; }

/* Ghost button */
.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline .wp-block-button__link {
  border:1.5px solid #00F2FF !important;
  color:#00F2FF !important;
  background:transparent !important;
}

/* Sticky frosted header */
.site-header, header.wp-block-template-part {
  position:sticky; top:0; z-index:50;
  backdrop-filter:blur(10px);
  background:rgba(0,33,71,.8);
}

a:focus, button:focus { outline:3px solid #00F2FF; outline-offset:2px; }
img { height:auto; }
