/* ============================================================
   1. Global Reset & Base
   ============================================================ */
*, ::before, ::after { box-sizing: border-box; border-width: 0; border-style: solid; border-color: #e5e7eb; }
::before, ::after { --tw-content: ''; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
body { margin: 0; line-height: inherit; }
hr { height: 0; color: inherit; border-top-width: 1px; }
abbr:where([title]) { text-decoration: underline dotted; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
table { text-indent: 0; border-color: inherit; border-collapse: collapse; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; color: inherit; margin: 0; padding: 0; }
button, select { text-transform: none; }
button, [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; background-color: transparent; background-image: none; }
:-moz-focusring { outline: auto; }
:-moz-ui-invalid { box-shadow: none; }
progress { vertical-align: baseline; }
::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto; }
[type='search'] { -webkit-appearance: textfield; outline-offset: -2px; }
::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
summary { display: list-item; }
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; }
fieldset { margin: 0; padding: 0; }
legend { padding: 0; }
ol, ul, menu { list-style: none; margin: 0; padding: 0; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { opacity: 1; color: #9ca3af; }
button, [role="button"] { cursor: pointer; }
:disabled { cursor: default; }
img, svg, video, canvas, audio, iframe, embed, object { display: block; vertical-align: middle; }
img, video { max-width: 100%; height: auto; }
[hidden] { display: none; }

/* ============================================================
   2. Body Base (from original inline style)
   ============================================================ */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #020306;
    color: #e2e8f0;
    overflow-x: hidden;
    font-size: 1.25rem;
    line-height: 1.75;
}

/* ============================================================
   3. Custom Component: hero-bg-overlay
   ============================================================ */
.hero-bg-overlay {
    background: linear-gradient(180deg, rgba(2,3,6,0.4) 0%, rgba(2,3,6,0.95) 100%), url('/images/concert-stadium-live-bg.jpg');
    background-size: cover;
    background-position: center;
}

/* ============================================================
   4. Custom Component: b2b-industrial-border
   ============================================================ */
.b2b-industrial-border {
    background: linear-gradient(90deg, rgba(99,102,241,0.08) 0%, rgba(255,255,255,0.02) 100%);
    border-left: 4px solid #4f46e5;
}

/* ============================================================
   5. Custom Component: spec-grid-row
   ============================================================ */
.spec-grid-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    transition: all 0.2s ease;
}
.spec-grid-row:hover {
    background: rgba(255, 255, 255, 0.01);
}

/* ============================================================
   6. HubSpot Form (scoped to #hubspot-form-wrapper)
   ============================================================ */
#hubspot-form-wrapper .hs-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
@media (max-width: 768px) {
    #hubspot-form-wrapper .hs-form {
        grid-template-columns: 1fr;
    }
}
#hubspot-form-wrapper .hs-form .hs-form-field {
    grid-column: span 1;
}
#hubspot-form-wrapper .hs-form .hs-form-field.hs-fieldtype-textarea {
    grid-column: span 2;
}
@media (max-width: 768px) {
    #hubspot-form-wrapper .hs-form .hs-form-field.hs-fieldtype-textarea {
        grid-column: span 1;
    }
}
#hubspot-form-wrapper .hs-form label {
    color: #94a3b8;
    font-size: 0.95rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
}
#hubspot-form-wrapper .hs-form input,
#hubspot-form-wrapper .hs-form textarea,
#hubspot-form-wrapper .hs-form select {
    background: #0a0c10;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.2rem;
    color: #fff;
    width: 100% !important;
    border-radius: 2px;
    font-size: 1.05rem;
}
#hubspot-form-wrapper .hs-form input:focus {
    border-color: #4f46e5;
    outline: none;
}
#hubspot-form-wrapper .hs-form .hs-submit {
    grid-column: span 2;
}
@media (max-width: 768px) {
    #hubspot-form-wrapper .hs-form .hs-submit {
        grid-column: span 1;
    }
}
#hubspot-form-wrapper .hs-form .hs-button {
    background: #4f46e5;
    color: #fff;
    padding: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
}

/* ============================================================
   7. Keyframe Animations
   ============================================================ */
@keyframes pulse {
    50% { opacity: .5; }
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
@keyframes ping {
    75%, 100% { transform: scale(2); opacity: 0; }
}
@keyframes bounce {
    0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8,0,1,1); }
    50% { transform: none; animation-timing-function: cubic-bezier(0,0,0.2,1); }
}

/* ============================================================
   8. Positioning
   ============================================================ */
.static { position: static; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.sticky { position: sticky; }
.top-0 { top: 0; }
.bottom-8 { bottom: 2rem; }
.right-8 { right: 2rem; }
.z-50 { z-index: 50; }

/* ============================================================
   9. Display
   ============================================================ */
.hidden { display: none; }
.block { display: block; }
.inline { display: inline; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.grid { display: grid; }
.contents { display: contents; }

/* ============================================================
   10. Flexbox
   ============================================================ */
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.justify-between { justify-content: space-between; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }

/* ============================================================
   11. Grid
   ============================================================ */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }

/* ============================================================
   12. Order
   ============================================================ */
.order-last { order: 6; }

/* ============================================================
   13. Sizing
   ============================================================ */
.w-auto { width: auto; }
.w-full { width: 100%; }
.w-2 { width: 0.5rem; }
.w-6 { width: 1.5rem; }
.h-2 { height: 0.5rem; }
.h-6 { height: 1.5rem; }
.h-22 { height: 5.5rem; }
.h-\[400px\] { height: 400px; }
.h-\[420px\] { height: 420px; }
.h-\[450px\] { height: 450px; }
.h-\[520px\] { height: 520px; }
.min-h-\[85vh\] { min-height: 85vh; }
.max-w-\[1440px\] { max-width: 1440px; }
.max-w-\[1100px\] { max-width: 1100px; }
.max-w-\[1000px\] { max-width: 1000px; }
.max-w-4xl { max-width: 56rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-xl { max-width: 36rem; }

/* ============================================================
   14. Spacing (Padding & Margin)
   ============================================================ */
/* padding */
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pt-1 { padding-top: 0.25rem; }
.pt-4 { padding-top: 1rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.pb-4 { padding-bottom: 1rem; }
.pl-2 { padding-left: 0.5rem; }
/* margin */
.mt-1 { margin-top: 0.25rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-8 { margin-top: 2rem; }
.mb-16 { margin-bottom: 4rem; }
.mr-2 { margin-right: 0.5rem; }
.mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
/* gap */
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
/* space-y */
.space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); }
.space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(2rem * var(--tw-space-y-reverse)); }
.space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(3rem * var(--tw-space-y-reverse)); }

/* ============================================================
   15. Typography
   ============================================================ */
/* font-size */
.text-\[11px\] { font-size: 13px; }
.text-xs { font-size: 0.875rem; line-height: 1.25rem; }
.text-sm { font-size: 1rem; line-height: 1.5rem; }
.text-base { font-size: 1.125rem; line-height: 1.75rem; }
.text-lg { font-size: 1.25rem; line-height: 1.75rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
/* font-weight */
.font-light { font-weight: 300; }
.font-medium { font-weight: 500; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
/* text-transform */
.uppercase { text-transform: uppercase; }
/* letter-spacing */
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-widest { letter-spacing: 0.1em; }
/* line-height */
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
/* text-align */
.text-center { text-align: center; }
.text-right { text-align: right; }
/* text-decoration */

/* ============================================================
   16. Text Colors
   ============================================================ */
.text-white { color: #fff; }
.text-black { color: #000; }
.text-slate-200 { color: #e2e8f0; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-700 { color: #334155; }
.text-indigo-400 { color: #818cf8; }
.text-indigo-500 { color: #6366f1; }
.text-transparent { color: transparent; }

/* ============================================================
   17. Background Colors
   ============================================================ */
.bg-\[\#020306\]\/90 { background-color: rgba(2, 3, 6, 0.9); }
.bg-\[\#07090f\] { background-color: #07090f; }
.bg-\[\#05060b\] { background-color: #05060b; }
.bg-black { background-color: #000; }
.bg-black\/40 { background-color: rgba(0, 0, 0, 0.4); }
.bg-black\/50 { background-color: rgba(0, 0, 0, 0.5); }
.bg-white { background-color: #fff; }
.bg-indigo-600 { background-color: #4f46e5; }
.bg-\[\#25D366\] { background-color: #25D366; }
.bg-white\/\[0\.01\] { background-color: rgba(255, 255, 255, 0.01); }

/* ============================================================
   18. Gradients
   ============================================================ */
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); }
.from-indigo-400 { --tw-gradient-from: #818cf8 var(--tw-gradient-from-position); --tw-gradient-to: rgba(129, 140, 248, 0) var(--tw-gradient-to-position); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-slate-200 { --tw-gradient-to: #e2e8f0 var(--tw-gradient-to-position); }
.bg-clip-text { -webkit-background-clip: text; background-clip: text; }

/* ============================================================
   19. Borders
   ============================================================ */
.border { border-width: 1px; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.border-y { border-top-width: 1px; border-bottom-width: 1px; }
.border-l { border-left-width: 1px; }
.border-white\/5 { border-color: rgba(255, 255, 255, 0.05); }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }
/* divider */
.divide-y > :not([hidden]) ~ :not([hidden]) { --tw-divide-y-reverse: 0; border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); }
.divide-white\/5 > :not([hidden]) ~ :not([hidden]) { border-color: rgba(255, 255, 255, 0.05); }

/* ============================================================
   20. Border Radius
   ============================================================ */
.rounded-sm { border-radius: 0.125rem; }
.rounded-full { border-radius: 9999px; }

/* ============================================================
   21. Opacity
   ============================================================ */
.opacity-75 { opacity: 0.75; }
.opacity-80 { opacity: 0.8; }

/* ============================================================
   22. Shadows
   ============================================================ */
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

/* ============================================================
   23. Backdrop Filters
   ============================================================ */
.backdrop-blur-md { --tw-backdrop-blur: blur(12px); -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); }

/* ============================================================
   24. Transitions & Transforms
   ============================================================ */
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }

/* ============================================================
   25. Object Fit
   ============================================================ */
.object-cover { object-fit: cover; }

/* ============================================================
   26. Hover States
   ============================================================ */
.hover\:text-indigo-400:hover { color: #818cf8; }
.hover\:text-white:hover { color: #fff; }
.hover\:text-slate-300:hover { color: #cbd5e1; }
.hover\:border-white:hover { border-color: #fff; }
.hover\:bg-indigo-700:hover { background-color: #4338ca; }
.hover\:scale-105:hover { transform: scale(1.05); }

/* ============================================================
   27. First Child
   ============================================================ */
.first\:pt-0:first-child { padding-top: 0; }

/* ============================================================
   28. Responsive: sm (min-width: 640px)
   ============================================================ */
@media (min-width: 640px) {
    .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\:text-5xl { font-size: 3rem; line-height: 1; }
}

/* ============================================================
   29. Responsive: md (min-width: 768px)
   ============================================================ */
@media (min-width: 768px) {
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:text-right { text-align: right; }
    .md\:items-end { align-items: flex-end; }
    .md\:mt-0 { margin-top: 0; }
}

/* ============================================================
   30. Responsive: lg (min-width: 1024px)
   ============================================================ */
@media (min-width: 1024px) {
    .lg\:flex { display: flex; }
    .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
    .lg\:col-span-5 { grid-column: span 5 / span 5; }
    .lg\:col-span-7 { grid-column: span 7 / span 7; }
    .lg\:order-first { order: -9999; }
    .lg\:p-12 { padding: 3rem; }
    .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; }
    .lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; }
    .lg\:text-lg { font-size: 1.25rem; line-height: 1.75rem; }
    .lg\:text-xl { font-size: 1.5rem; line-height: 2rem; }
    .lg\:text-2xl { font-size: 1.75rem; line-height: 2rem; }
    .lg\:text-5xl { font-size: 3rem; line-height: 1; }
    .lg\:text-7xl { font-size: 4.5rem; line-height: 1; }
}
