@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', system-ui, sans-serif; line-height: 1.6; color: #1a1a2e; }
a { color: inherit; text-decoration: none; }
.container { max-width: 80rem; margin: 0 auto; padding: 0 1rem; }
.container-lg { padding: 0 2rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-2xl { max-width: 40rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-7xl { max-width: 80rem; }
.max-h-\[80vh\] { max-height: 80vh; }
.overflow-y-auto { overflow-y: auto; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }
.ml-4 { margin-left: 1rem; }
.mt-12 { margin-top: 3rem; }
.ml-4 { margin-left: 1rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-28 { padding-top: 7rem; padding-bottom: 7rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-\[73px\] { padding-top: 73px; }
.pt-[73px] { padding-top: 73px; }
.pb-4 { padding-bottom: 1rem; }
.pb-6 { padding-bottom: 1.5rem; }
.p-2 { padding: 0.5rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.bg-dark { background-color: #1a1a2e; color: #fff; }
.bg-dark-alt { background-color: #16213e; }
.bg-orange { background-color: #f97316; }
.bg-blue { background-color: #3b82f6; }
.bg-gray-50 { background-color: #f9fafb; }
.bg-gray-100 { background-color: #f3f4f6; }
.bg-gray-200 { background-color: #e5e7eb; }
.bg-gray-700 { background-color: #374151; }
.bg-white { background-color: #fff; }
.bg-white\/80 { background-color: rgba(255,255,255,0.8); }
.bg-white\/95 { background-color: rgba(255,255,255,0.95); }
.bg-gray-900\/50 { background-color: rgba(17,24,39,0.5); }
.bg-orange\/10 { background-color: rgba(249,115,22,0.1); }
.bg-orange\/20 { background-color: rgba(249,115,22,0.2); }
.bg-blue\/10 { background-color: rgba(59,130,246,0.1); }
.bg-blue\/20 { background-color: rgba(59,130,246,0.2); }
.bg-blue\/70:hover { background-color: rgba(59,130,246,0.7); }
.bg-dark\/50 { background-color: rgba(26,26,46,0.5); }
.bg-dark\/75 { background-color: rgba(26,26,46,0.75); }
.bg-dark\/90 { background-color: rgba(26,26,46,0.9); }
.bg-dark\/95 { background-color: rgba(26,26,46,0.95); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, rgba(26,26,46,0.9), rgba(26,26,46,0.75), rgba(26,26,46,0.9)); }
.bg-gradient-to-r { background-image: linear-gradient(to right, rgba(26,26,46,0.95), rgba(26,26,46,0.8), rgba(26,26,46,0.95)); }
.bg-gradient-to-t { background-image: linear-gradient(to top, rgba(26,26,46,0.5), transparent); }
.text-orange { color: #f97316; }
.text-blue { color: #3b82f6; }
.text-white { color: #fff; }
.text-dark { color: #1a1a2e; }
.text-black { color: #000; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #9ca3af; }
.text-gray-text { color: #6b7280; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.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-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-6xl { font-size: 3.75rem; line-height: 1; }
.font-bold { font-weight: 700; }
.font-semibold { font-weight: 600; }
.font-sans { font-family: 'Montserrat', system-ui, sans-serif; }
.uppercase { text-transform: uppercase; }
.italic { font-style: italic; }
.leading-relaxed { line-height: 1.625; }
.leading-tight { line-height: 1.25; }
.tracking-wider { letter-spacing: 0.05em; }
.font-extrabold { font-weight: 800; }
.drop-shadow-lg { filter: drop-shadow(0 10px 8px rgba(0,0,0,0.04)); }
.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-full { border-radius: 9999px; }
.rounded-t-lg { border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; }
.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-b { border-bottom-width: 1px; }
.border-l-4 { border-left-width: 4px; }
.border-t { border-top-width: 1px; }
.border-orange\/30 { border-color: rgba(249,115,22,0.3); }
.border-blue\/30 { border-color: rgba(59,130,246,0.3); }
.border-white\/20 { border-color: rgba(255,255,255,0.2); }
.border-gray-200 { border-color: #e5e7eb; }
.border-gray-300 { border-color: #d1d5db; }
.border-blue { border-color: #3b82f6; }
.border-orange { border-color: #f97316; }
.aspect-\[16\/10\] { aspect-ratio: 16 / 10; }
.aspect-square { aspect-ratio: 1 / 1; }
.object-cover { object-fit: cover; }
.w-full { width: 100%; }
.w-6 { width: 1.5rem; }
.w-10 { width: 2.5rem; }
.w-auto { width: auto; }
.h-full { height: 100%; }
.h-6 { height: 1.5rem; }
.h-10 { height: 2.5rem; }
.min-h-\[90vh\] { min-height: 90vh; }
.min-h-full { min-height: 100%; }
.min-h-screen { min-height: 100vh; }
.max-h-\[80vh\] { max-height: 80vh; }
.max-w-2xl { max-width: 40rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-7xl { max-width: 80rem; }
.flex-1 { flex: 1 1 0%; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.inline-block { display: inline-block; }
.block { display: block; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-end { align-items: flex-end; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-start { justify-content: flex-start; }
.relative { position: relative; }
.hidden { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }
.overflow-hidden { overflow: hidden; }
.overflow-y-auto { overflow-y: auto; }
.bg-cover { background-size: cover; }
.bg-center { background-position: center; }
.bg-no-repeat { background-repeat: no-repeat; }
.grid { display: grid; }
.grid-cols-1 { grid-template-columns: repeat(1, 1fr); }
.grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
.grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
.grid-cols-5 { grid-template-columns: repeat(5, 1fr); }
.gap-1 { gap: 0.25rem; }
.gap-2 { gap: 0.5rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.flex { display: flex; }
.border { border-width: 1px; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04); }
.shadow-orange\/30 { box-shadow: 0 25px 50px -12px rgba(249,115,22,0.3); }
.hover\:bg-orange\/10:hover { background-color: rgba(249,115,22,0.1); }
.hover\:bg-blue\/10:hover { background-color: rgba(59,130,246,0.1); }
.hover\:bg-blue\/70:hover { background-color: rgba(59,130,246,0.7); }
.hover\:bg-orange-dark:hover { background-color: #ea580c; }
.hover\:bg-blue:hover { background-color: #3b82f6; }
.hover\:text-orange:hover { color: #f97316; }
.hover\:text-blue:hover { color: #3b82f6; }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06); }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05); }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04); }
.hover\:shadow-orange\/40:hover { box-shadow: 0 20px 25px -5px rgba(249,115,22,0.4), 0 10px 10px -5px rgba(249,115,22,0.3); }
.hover\:text-white:hover { color: #fff; }
.hover\:text-black:hover { color: #000; }
.transition-all { transition: all 0.15s ease; }
.transition-colors { transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, text-decoration-color 150ms ease, fill 150ms ease, stroke 150ms ease, opacity 150ms ease-in-out, box-shadow 150ms ease, transform 150ms ease, filter 150ms ease, backdrop-filter 150ms ease; }
.transition-transform { transition: transform 0.3s ease; }
.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }
.ease-in-out { transition-timing-function: cubic-bezier(0.4,0,0.2,1); }
.transform { transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1); }
.transform-none { transform: none; }
.transform-gpu { transform: translate3d(0,0,0); }
.translate-x-0 { transform: translateX(0); }
.translate-y-0 { transform: translateY(0); }
.scale-100 { transform: scale(1); }
.scale-105 { transform: scale(1.05); }
.scale-110 { transform: scale(1.1); }
.-translate-x-1\/2 { transform: translateX(-50%); }
.-translate-y-1\/2 { transform: translateY(-50%); }
.rotate-0 { transform: rotate(0deg); }
.skew-x-0 { transform: skewX(0deg); }
.skew-y-0 { transform: skewY(0deg); }
.will-change-transform { will-change: transform; }
.will-change-auto { will-change: auto; }
.content-none { content: none; }
.empty\:hidden:empty { display: none; }
.first\:mt-0:first-child { margin-top: 0; }
.last\:mb-0:last-child { margin-bottom: 0; }
.odd\:bg-white:nth-child(odd) { background-color: #fff; }
.even\:bg-gray-50:nth-child(even) { background-color: #f9fafb; }
.disabled\:opacity-50:disabled { opacity: 0.5; }
.disabled\:cursor-not-allowed:disabled { cursor: not-allowed; }
.cursor-pointer { cursor: pointer; }
.pointer-events-none { pointer-events: none; }
.select-none { user-select: none; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.break-words { word-break: break-word; }
.list-none { list-style-type: none; }
.decoration-none { text-decoration: none; }
.underline { text-decoration: underline; }
.no-underline { text-decoration: none; }
.opacity-0 { opacity: 0; }
.opacity-50 { opacity: 0.5; }
.opacity-100 { opacity: 1; }
.visible { visibility: visible; }
.invisible { visibility: hidden; }
.z-10 { z-index: 10; }
.z-20 { z-index: 20; }
.z-30 { z-index: 30; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }
.z-auto { z-index: auto; }
.static { position: static; }
.sticky { position: sticky; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.top-0 { top: 0; }
.top-full { top: 100%; }
.top-1\/2 { top: 50%; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.left-1\/2 { left: 50%; }
.right-0 { right: 0; }
.inset-0 { inset: 0; }
.-translate-x-1\/2 { transform: translateX(-50%); }
.-translate-y-1\/2 { transform: translateY(-50%); }
.group { --tw-gradient-position: initial; --tw-gradient-from: #0000; --tw-gradient-via: #0000; --tw-gradient-to: #0000; }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.group:hover .group-hover\:shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06); }
.group:hover .group-hover\:shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05); }
.group:hover .group-hover\:shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04); }
.group:hover .group-hover\:text-blue { color: #3b82f6; }
.group:hover .group-hover\:text-orange { color: #f97316; }
.group:hover .group-hover\:bg-orange\/10 { background-color: rgba(249,115,22,0.1); }
.group:hover .group-hover\:bg-blue\/10 { background-color: rgba(59,130,246,0.1); }
.group:hover .group-hover\:bg-black\/10 { background-color: rgba(0,0,0,0.1); }
.group:hover .group-hover\:border-orange\/30 { border-color: rgba(249,115,22,0.3); }
.group:hover .group-hover\:border-blue\/30 { border-color: rgba(59,130,246,0.3); }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.col-span-2 { grid-column: span 2 / span 2; }
.col-span-3 { grid-column: span 3 / span 3; }
.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { box-shadow: 0 0 0 2px rgba(59,130,246,0.5); }
.focus\:ring-orange:focus { box-shadow: 0 0 0 2px rgba(249,115,22,0.5); }
.focus\:ring-blue:focus { box-shadow: 0 0 0 2px rgba(59,130,246,0.5); }
.focus\:border-orange:focus { border-color: #f97316; }
.focus\:border-blue:focus { border-color: #3b82f6; }
.backdrop-blur-sm { backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }
.backdrop-blur-md { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.backdrop-blur-lg { backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.from-dark { --tw-gradient-from: #1a1a2e; }
.from-dark\/90 { --tw-gradient-from: rgba(26,26,46,0.9); }
.from-dark\/95 { --tw-gradient-from: rgba(26,26,46,0.95); }
.via-dark\/75 { --tw-gradient-via: rgba(26,26,46,0.75); }
.via-dark\/95 { --tw-gradient-via: rgba(26,26,46,0.95); }
.via-dark\/80 { --tw-gradient-via: rgba(26,26,46,0.8); }
.via-dark\/50 { --tw-gradient-via: rgba(26,26,46,0.5); }
.to-dark\/90 { --tw-gradient-to: rgba(26,26,46,0.9); }
.to-dark\/95 { --tw-gradient-to: rgba(26,26,46,0.95); }
.to-transparent { --tw-gradient-to: transparent; }
.print\:hidden { display: none; }
@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
  .sm\:text-left { text-align: left; }
  .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
}
@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
  .md\:w-1\/2 { width: 50%; }
  .md\:w-2\/3 { width: 66.666667%; }
  .md\:w-3\/4 { width: 75%; }
  .md\:w-full { width: 100%; }
  .md\:flex-row { flex-direction: row; }
  .md\:flex-col { flex-direction: column; }
  .md\:items-start { align-items: flex-start; }
  .md\:items-center { align-items: center; }
  .md\:items-end { align-items: flex-end; }
  .md\:justify-start { justify-content: flex-start; }
  .md\:justify-center { justify-content: center; }
  .md\:justify-between { justify-content: space-between; }
  .md\:gap-6 { gap: 1.5rem; }
  .md\:gap-8 { gap: 2rem; }
  .md\:p-6 { padding: 1.5rem; }
  .md\:p-8 { padding: 2rem; }
  .md\:px-4 { padding-left: 1rem; padding-right: 1rem; }
  .md\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .md\:py-12 { padding-top: 3rem; padding-bottom: 3rem; }
  .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
  .md\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .md\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
  .md\:text-left { text-align: left; }
  .md\:text-center { text-align: center; }
  .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:text-5xl { font-size: 3rem; line-height: 1; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .md\:font-bold { font-weight: 700; }
  .md\:font-semibold { font-weight: 600; }
  .md\:leading-relaxed { line-height: 1.625; }
  .md\:leading-tight { line-height: 1.25; }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, 1fr); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
  .lg\:grid-cols-5 { grid-template-columns: repeat(5, 1fr); }
  .lg\:flex { display: flex; }
  .lg\:hidden { display: none; }
  .lg\:w-1\/3 { width: 33.333333%; }
  .lg\:w-1\/2 { width: 50%; }
  .lg\:w-2\/3 { width: 66.666667%; }
  .lg\:w-full { width: 100%; }
  .lg\:flex-row { flex-direction: row; }
  .lg\:flex-col { flex-direction: column; }
  .lg\:items-center { align-items: center; }
  .lg\:items-start { align-items: flex-start; }
  .lg\:items-end { align-items: flex-end; }
  .lg\:justify-start { justify-content: flex-start; }
  .lg\:justify-center { justify-content: center; }
  .lg\:justify-between { justify-content: space-between; }
  .lg\:gap-8 { gap: 2rem; }
  .lg\:gap-12 { gap: 3rem; }
  .lg\:p-8 { padding: 2rem; }
  .lg\:px-4 { padding-left: 1rem; padding-right: 1rem; }
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .lg\:py-28 { padding-top: 7rem; padding-bottom: 7rem; }
  .lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
  .lg\:text-left { text-align: left; }
  .lg\:text-center { text-align: center; }
  .lg\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .lg\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .lg\:font-bold { font-weight: 700; }
  .lg\:font-semibold { font-weight: 600; }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-3 { grid-template-columns: repeat(3, 1fr); }
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, 1fr); }
  .xl\:grid-cols-5 { grid-template-columns: repeat(5, 1fr); }
  .xl\:flex { display: flex; }
  .xl\:hidden { display: none; }
  .xl\:w-1\/3 { width: 33.333333%; }
  .xl\:w-1\/2 { width: 50%; }
  .xl\:w-2\/3 { width: 66.666667%; }
  .xl\:w-full { width: 100%; }
  .xl\:flex-row { flex-direction: row; }
  .xl\:flex-col { flex-direction: column; }
  .xl\:items-center { align-items: center; }
  .xl\:items-start { align-items: flex-start; }
  .xl\:items-end { align-items: flex-end; }
  .xl\:justify-start { justify-content: flex-start; }
  .xl\:justify-center { justify-content: center; }
  .xl\:justify-between { justify-content: space-between; }
  .xl\:gap-8 { gap: 2rem; }
  .xl\:gap-12 { gap: 3rem; }
  .xl\:p-8 { padding: 2rem; }
  .xl\:px-4 { padding-left: 1rem; padding-right: 1rem; }
  .xl\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .xl\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .xl\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .xl\:py-28 { padding-top: 7rem; padding-bottom: 7rem; }
  .xl\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
  .xl\:text-left { text-align: left; }
  .xl\:text-center { text-align: center; }
  .xl\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .xl\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .xl\:text-5xl { font-size: 3rem; line-height: 1; }
  .xl\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .xl\:font-bold { font-weight: 700; }
  .xl\:font-semibold { font-weight: 600; }
}
@media (prefers-color-scheme: dark) {
  .dark\:bg-white { background-color: #fff; }
  .dark\:text-dark { color: #1a1a2e; }
  .dark\:text-gray-300 { color: #d1d5db; }
  .dark\:text-gray-400 { color: #9ca3af; }
}
@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transform-none { transform: none; }
  .motion-reduce\:transition-none { transition: none; }
  .motion-reduce\:duration-0 { transition-duration: 0s; }
}
@media print {
  .print\:hidden { display: none; }
}

/* ===== Site-wide / Layout ===== */
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }

/* ===== Navbar hide on scroll ===== */
#siteNav { transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease, opacity 0.35s ease; }
.nav-hide { transform: translateY(-100%); box-shadow: none; }
.nav-scrolled { background-color: rgba(255,255,255,0.97); }

/* ===== Floating WhatsApp button ===== */
.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background-color: #25d366;
  color: #fff;
  padding: 0.8rem 1.2rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 10px 25px -5px rgba(37,211,102,0.55);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-float:hover { transform: scale(1.06); box-shadow: 0 16px 30px -6px rgba(37,211,102,0.7); }
.whatsapp-float svg { width: 1.5rem; height: 1.5rem; flex-shrink: 0; }

/* ===== Client / trust logo strip ===== */
.client-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  padding: 1.1rem 1rem;
  min-height: 4.5rem;
  color: #6b7280;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.client-tile:hover { border-color: #f97316; color: #f97316; box-shadow: 0 8px 20px -8px rgba(0,0,0,0.15); }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; gap: 1.5rem; width: max-content; animation: marquee 30s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== Testimonials ===== */
.testimonial-card { position: relative; background: #fff; border: 1px solid #e5e7eb; border-radius: 0.75rem; padding: 1.75rem; box-shadow: 0 8px 24px -12px rgba(0,0,0,0.12); }
.testimonial-card::before { content: "\201C"; position: absolute; top: 0.4rem; left: 1.1rem; font-size: 3.5rem; line-height: 1; color: #f97316; opacity: 0.25; font-family: Georgia, serif; }

/* ===== Product detail pages ===== */
.spec-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.spec-table th, .spec-table td { border: 1px solid #e5e7eb; padding: 0.75rem 1rem; text-align: left; }
.spec-table th { background: #f9fafb; font-weight: 700; color: #1a1a2e; }
.spec-table tr:nth-child(even) td { background: #fafafa; }

/* ===== Blog ===== */
.blog-card .read-more { opacity: 0; transform: translateY(4px); transition: opacity 0.25s ease, transform 0.25s ease; }
.blog-card:hover .read-more, .blog-card .read-more:focus { opacity: 1; transform: translateY(0); }
.prose-block p { margin-bottom: 1rem; }
.prose-block ul { list-style: disc; padding-left: 1.5rem; margin-bottom: 1rem; }
.prose-block ol { list-style: decimal; padding-left: 1.5rem; margin-bottom: 1rem; }
.prose-block li { margin-bottom: 0.4rem; }
.prose-block h3 { margin: 1.5rem 0 0.75rem; font-size: 1.35rem; }
.prose-block h4 { margin: 1.25rem 0 0.5rem; font-size: 1.1rem; color: #f97316; }

/* ===== Footer ===== */
.footer-link { display: block; padding: 0.35rem 0; color: #d1d5db; font-size: 0.9rem; transition: color 0.2s ease, transform 0.2s ease; }
.footer-link:hover { color: #f97316; transform: translateX(3px); }
.social-btn { display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; border-radius: 9999px; background: rgba(255,255,255,0.08); color: #fff; transition: background 0.2s ease, transform 0.2s ease; }
.social-btn:hover { background: #f97316; transform: translateY(-2px); color: #000; }

/* ===== Accordion (FAQ) ===== */
.faq-item summary { cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; float: right; font-size: 1.4rem; font-weight: 700; color: #f97316; transition: transform 0.2s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }

/* ===== Misc helpers ===== */
.founder-avatar { border-radius: 9999px; border: 4px solid rgba(249,115,22,0.4); }
.text-shadow { text-shadow: 0 2px 12px rgba(0,0,0,0.5); }

/* ===== Navbar & Footer utilities ===== */
.bg-white\/90 { background-color: rgba(255,255,255,0.9); }
.border-gray-100 { border-color: #f3f4f6; }
.shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06); }
.pt-16 { padding-top: 4rem; }
.pt-6 { padding-top: 1.5rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.h-5 { height: 1.25rem; }
.w-5 { width: 1.25rem; }
.gap-3 { gap: 0.75rem; }
.gap-10 { gap: 2.5rem; }
.invert { filter: invert(1); }
.max-w-\[120px\] { max-width: 120px; }
.max-w-4xl { max-width: 56rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.border-white\/10 { border-color: rgba(255,255,255,0.1); }
.border-orange\/40 { border-color: rgba(249,115,22,0.4); }
.border-blue\/40 { border-color: rgba(59,130,246,0.4); }

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
}

@media (min-width: 768px) {
  .md\:text-lg { font-size: 1.125rem; line-height: 1.75rem; }
}
