/*
Theme Name:   Synergy Tech Child
Theme URI:    https://thesynergytech.in
Description:  Synergy Tech brand child theme on top of Twenty Twenty-Five. Adds brand colors, Plus Jakarta Sans + Inter fonts, and reusable Gutenberg patterns for the 5 sector landing pages.
Author:       Synergy Tech
Author URI:   https://thesynergytech.in
Template:     twentytwentyfive
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  synergy-tech-child
*/

/* Gradient text utility — used on "Tech." wordmark and accent headlines */
.has-brand-gradient-text {
  background: linear-gradient(135deg, #FF2D87 0%, #7A2EE0 50%, #3A5BFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Brand gradient background utility */
.has-brand-gradient-background {
  background: linear-gradient(135deg, #FF2D87 0%, #7A2EE0 50%, #3A5BFF 100%);
}

/* Sticky WhatsApp + phone CTA padding for mobile */
@media (max-width: 768px) {
  body { padding-bottom: 64px; }
}

/* Accessibility — visible focus ring */
:focus-visible {
  outline: 3px solid #7A2EE0;
  outline-offset: 2px;
}
