/*
QUICK EDIT FILE
Use this file for small design changes instead of replacing the full parent theme.

Examples:
1. Change hero heading size
.tk-hero-title { font-size: 4.8rem; }

2. Change top button color
.tk-btn-primary, .tk-quote-btn { background: linear-gradient(135deg, #0a84ff, #7c4dff); }

3. Hide a homepage block
.tk-ticker-wrap { display: none; }

4. Change section spacing
.tk-section { padding-top: 60px; }
*/

/* Brand tweaks */
.tk-wordmark {
  letter-spacing: -0.045em;
}

/* Example polish */
.tk-service-card:hover,
.tk-product-card:hover,
.tk-brand-pill:hover,
.tk-soft-card:hover {
  transform: translateY(-4px);
}
