﻿/**
 * Utility classes (заміна Tailwind CDN для швидшого FCP/LCP)
 */

html.scroll-smooth { scroll-behavior: smooth; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.text-dark-2 { color: #111827; }
.max-w-\[100vw\] { max-width: 100vw; }
.overflow-x-hidden { overflow-x: hidden; }
.font-sans { font-family: Inter, system-ui, -apple-system, 'Segoe UI', sans-serif; }

.mx-auto { margin-left: auto; margin-right: auto; }
.min-h-screen { min-height: 100vh; min-height: 100dvh; }
.items-start { align-items: flex-start; }
.items-baseline { align-items: baseline; }
.justify-center { justify-content: center; }
.shrink-0 { flex-shrink: 0; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.inline-flex { display: inline-flex; }
.inline-block { display: inline-block; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.gap-3 { gap: 0.75rem; }
.gap-5 { gap: 1.25rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-5 { margin-top: 1.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-10 { margin-bottom: 2.5rem; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-7xl { font-size: 4.5rem; line-height: 1; }
.font-display { font-family: 'Space Grotesk', Inter, system-ui, sans-serif; }
.leading-none { line-height: 1; }
.opacity-90 { opacity: 0.9; }
.opacity-25 { opacity: 0.25; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.object-cover { object-fit: cover; }
.overflow-hidden { overflow: hidden; }
.w-fit { width: fit-content; }
.w-9 { width: 2.25rem; }
.h-9 { height: 2.25rem; }
.w-10 { width: 2.5rem; }
.h-10 { height: 2.5rem; }
.w-12 { width: 3rem; }
.h-12 { height: 3rem; }
.w-14 { width: 3.5rem; }
.h-14 { height: 3.5rem; }
.h-72 { height: 18rem; }
.h-full { height: 100%; }
.max-w-lg { max-width: 32rem; }
.z-10 { z-index: 10; }
.z-1 { z-index: 1; }
.absolute { position: absolute; }
.inset-0 { inset: 0; }
.pointer-events-none { pointer-events: none; }
.line-through { text-decoration-line: line-through; }
.duration-500 { transition-duration: 500ms; }
.bg-gradient-to-b { background-image: linear-gradient(to bottom, var(--tw-gradient-from, transparent), var(--tw-gradient-to, transparent)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-from, transparent), var(--tw-gradient-to, transparent)); }
.from-slate-100 { --tw-gradient-from: #f1f5f9; }
.to-white { --tw-gradient-to: #fff; }
.from-white { --tw-gradient-from: #fff; }
.to-slate-100 { --tw-gradient-to: #f1f5f9; }
.from-primary\/5 { --tw-gradient-from: rgba(99, 102, 241, 0.05); }
.to-accent\/5 { --tw-gradient-to: rgba(34, 211, 238, 0.05); }
.from-primary\/10 { --tw-gradient-from: rgba(99, 102, 241, 0.1); }
.to-accent\/10 { --tw-gradient-to: rgba(167, 139, 250, 0.1); }
.from-pink-500 { --tw-gradient-from: #ec4899; }
.to-rose-600 { --tw-gradient-to: #e11d48; }
.border { border-width: 1px; border-style: solid; }
.border-slate-100 { border-color: #f1f5f9; }
.border-slate-200 { border-color: #e2e8f0; }
.border-primary\/10 { border-color: rgba(99, 102, 241, 0.1); }
.border-primary\/15 { border-color: rgba(99, 102, 241, 0.15); }
.border-primary\/20 { border-color: rgba(99, 102, 241, 0.2); }
.border-primary\/30 { border-color: rgba(99, 102, 241, 0.3); }
.border-pink-200 { border-color: #fbcfe8; }
.border-amber-100 { border-color: #fef3c7; }
.border-amber-200 { border-color: #fde68a; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.bg-white\/90 { background-color: rgba(255, 255, 255, 0.9); }
.bg-primary\/5 { background-color: rgba(99, 102, 241, 0.05); }
.bg-primary\/10 { background-color: rgba(99, 102, 241, 0.1); }
.bg-green-100 { background-color: #dcfce7; }
.bg-amber-50 { background-color: #fffbeb; }
.bg-pink-50 { background-color: #fdf2f8; }
.text-green-700 { color: #15803d; }
.text-red-600 { color: #dc2626; }
.text-amber-700 { color: #b45309; }
.text-amber-900 { color: #78350f; }
.text-pink-600 { color: #db2777; }
.text-accent\/25 { color: rgba(34, 211, 238, 0.25); }
.shadow-sm { box-shadow: 0 1px 2px rgba(0,0,0,.05); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,.1); }
.ring-2 { box-shadow: 0 0 0 2px var(--tw-ring-color, transparent); }
.ring-pink-100 { --tw-ring-color: #fce7f3; }
.shadow-primary\/10 { box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.1); }
.transition-shadow { transition: box-shadow 0.3s ease; }
.transition-colors { transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease; }
.transition-transform { transition: transform 0.3s ease; }
.transition-all { transition: all 0.3s ease; }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,.1); }
.hover\:shadow-2xl:hover { box-shadow: 0 25px 50px -12px rgba(0,0,0,.25); }
.hover\:shadow-primary\/10:hover { box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.1); }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,.1); }
.hover\:border-primary:hover { border-color: var(--mp-primary); }
.hover\:bg-primary\/5:hover { background-color: rgba(99, 102, 241, 0.05); }
.hover\:-translate-y-1:hover { transform: translateY(-0.25rem); }
.hover\:scale-105:hover { transform: scale(1.05); }
.backdrop-blur { backdrop-filter: blur(12px); }
.border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }
.bg-white\/10 { background-color: rgba(255, 255, 255, 0.1); }
.text-white\/70 { color: rgba(255, 255, 255, 0.7); }
.text-white\/90 { color: rgba(255, 255, 255, 0.9); }
.hero-deco { position: absolute; pointer-events: none; z-index: 1; }
.hero-deco--1 { top: 20%; right: 8%; display: none; }
.hero-deco--2 { bottom: 22%; left: 6%; display: none; }
.hero-deco--3 { top: 35%; left: 12%; display: none; font-size: 3rem; }

@media (min-width: 640px) {
    .sm\:block { display: block !important; }
    .sm\:flex-row { flex-direction: row; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
    .sm\:p-8 { padding: 2rem; }
    .sm\:p-12 { padding: 3rem; }
    .sm\:text-left { text-align: left; }
    .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
    .sm\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
    .sm\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
    .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
    .sm\:text-5xl { font-size: 3rem; line-height: 1; }
    .sm\:text-8xl { font-size: 6rem; line-height: 1; }
    .sm\:h-80 { height: 20rem; }
    .hero-deco--1, .hero-deco--2 { display: block; }
}
@media (min-width: 768px) {
    .md\:col-span-2 { grid-column: span 2 / span 2; }
    .hero-deco--3 { display: block; }
}
@media (min-width: 1024px) {
    .lg\:p-14 { padding: 3.5rem; }
    .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
    .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
    .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
}
@media (min-width: 1280px) {
    .xl\:items-center { align-items: center; }
    .xl\:gap-1 { gap: 0.25rem; }
    .xl\:ml-2 { margin-left: 0.5rem; }
    .xl\:mt-0 { margin-top: 0; }
    .xl\:flex-row { flex-direction: row; }
}