/* =============================================
   JSKILZ DESIGNS - Custom Styles
   Black + Orange Sharp Gradient System
   Based on Relish Edge design (transformed to JSKILZ brand)
   ============================================= */

:root {
  --bg-page: #FAFAF7;

  /* Sharp electric gradient orange — deep burnt to bright orange */
  --orange-start: #EA580C;
  --orange-end:   #FB923C;
  --orange-mid:   #F97316;
  --primary-orange: #F97316;
  --primary-orange-hover: #EA580C;
  --primary-orange-soft: rgba(249, 115, 22, 0.09);
  --primary-orange-border: rgba(249, 115, 22, 0.24);

  /* Gradient string — reused across buttons, numbers, headline */
  --gradient-orange: linear-gradient(135deg, #EA580C 0%, #F97316 55%, #FB923C 100%);
  --gradient-orange-sharp: linear-gradient(135deg, #C2410C 0%, #EA580C 60%, #F97316 100%);

  --text-main: #141414;
  --text-muted: #52525B;
  --text-subtle: #71717A;

  --border-card-outer: #E4E4E7;
  --border-card-inner: #E4E4E7;
  --border-light: #E4E4E7;

  /* Solid, Edgy Sharp Radius System (Dominant & Sharp) */
  --radius-outer-card: 0px;
  --radius-card: 0px;
  --radius-inner: 0px;
  --radius-btn: 0px;
  --radius-badge: 0px;

  /* Dark scheme (Black nav, black footer) */
  --black: #0A0A0A;
  --black-soft: #111111;
  --black-card: #181818;
  --black-border: #262626;
  --black-muted: #A3A3A3;
}

* {
  font-family: 'Helvetica Now Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  letter-spacing: -0.015em;
}

body {
  font-family: 'Helvetica Now Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: var(--text-main);
  background-color: var(--bg-page);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==================== PREVENT IPHONE / IOS AUTO-ZOOM ON INPUT FOCUS ==================== */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"],
select,
textarea {
  font-size: 16px !important;
  touch-action: manipulation;
}

@media screen and (max-width: 768px) {
  input, select, textarea {
    font-size: 16px !important;
  }
}

/* ==================== GLOBAL EDGY / SHARP EDGES SYSTEM ==================== */
*:not(.solid-nav):not(.solid-nav *)[class*="rounded"] {
  border-radius: 0px !important;
}

/* ==================== BUTTON INNER ARROW SQUARED BADGES ==================== */
.btn-arrow-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  background-color: #F97316 !important;
  color: #FFFFFF !important;
  border-radius: 0px !important;
  flex-shrink: 0;
  margin-left: 0.35rem;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn-arrow-badge-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  background-color: #FFFFFF !important;
  color: #F97316 !important;
  border-radius: 0px !important;
  flex-shrink: 0;
  margin-left: 0.35rem;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn-arrow-badge i,
.btn-arrow-badge svg { color: #FFFFFF !important; stroke: #FFFFFF !important; width: 0.8rem; height: 0.8rem; }
.btn-arrow-badge-white i,
.btn-arrow-badge-white svg { color: #F97316 !important; stroke: #F97316 !important; width: 0.8rem; height: 0.8rem; }

button:hover .btn-arrow-badge,
a:hover .btn-arrow-badge,
.violet-btn:hover .btn-arrow-badge-white { transform: translateX(2px); }

/* Additional specific element resets */
.solid-search-bar,
.solid-feature-outer,
.solid-feature-inner,
.solid-portrait-card,
.solid-panel-card,
.solid-feature-banner,
.deep-purple-cta-card,
.process-row-item,
.process-floating-card,
.browser-chrome-solid,
.device-toggle-btn,
.coming-soon-card,
.violet-btn,
.faq-accordion-item,
.testimonial-card,
.initials-avatar,
.solid-avatar-stack,
.avatar-stack-img,
.avatar-stack-plus,
.solid-arrow-pill,
.hero-arrow-pill,
.category-tab-btn,
.category-pill,
.product-catalogue-card,
.spec-chip,
.tag-badge,
#browserMockupFrame,
#sitePreviewMockupFrame,
#sitePreviewModal > div,
#enquiryModal > div,
#mobileMenuDrawer > div,
.custom-form-field,
button:not(.solid-nav *):not(.solid-nav),
input:not(.solid-nav *):not(.solid-nav),
select:not(.solid-nav *):not(.solid-nav),
textarea:not(.solid-nav *):not(.solid-nav) {
  border-radius: 0px !important;
}

/* ==================== HERO SECTION CONTAINED GRID WITH SMOOTH FADE MASK ==================== */
.hero-contained-grid-bg {
  position: relative;
  background-color: var(--bg-page);
  overflow: hidden;
}

.hero-contained-grid-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 50% 30%, rgba(249, 115, 22, 0.08) 0%, transparent 65%),
    linear-gradient(to right, rgba(0, 0, 0, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.045) 1px, transparent 1px);
  background-size: 100% 100%, 48px 48px, 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 85% 75% at 50% 25%, #000 30%, rgba(0,0,0,0.4) 60%, transparent 95%);
  mask-image: radial-gradient(ellipse 85% 75% at 50% 25%, #000 30%, rgba(0,0,0,0.4) 60%, transparent 95%);
  pointer-events: none;
  z-index: 0;
}

/* ==================== PRODUCT DETAIL TOP BANNER ==================== */
.product-hero-violet-banner {
  background: radial-gradient(ellipse at 50% 25%, #2A1600 0%, #141414 50%, #0A0A0A 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(249, 115, 22, 0.25);
}

.product-banner-glow-overlay {
  background-image:
    radial-gradient(circle at 50% 20%, rgba(249, 115, 22, 0.24) 0%, transparent 60%),
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 100%, 48px 48px, 48px 48px;
  -webkit-mask-image: radial-gradient(ellipse 85% 75% at 50% 25%, #000 30%, rgba(0,0,0,0.4) 60%, transparent 95%);
  mask-image: radial-gradient(ellipse 85% 75% at 50% 25%, #000 30%, rgba(0,0,0,0.4) 60%, transparent 95%);
}

/* ==================== CATALOGUE SECTION DISTINCT LIGHT ORANGE TINT ==================== */
.catalogue-section-tint {
  background: linear-gradient(180deg, #FFF7EB 0%, #FFFAF5 50%, #FFF4E6 100%);
  position: relative;
}

.catalogue-section-tint::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 50% 0%, rgba(249, 115, 22, 0.06) 0%, transparent 70%),
    radial-gradient(ellipse at 80% 100%, rgba(251, 146, 60, 0.04) 0%, transparent 60%),
    linear-gradient(to right, rgba(249, 115, 22, 0.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(249, 115, 22, 0.02) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 48px 48px, 48px 48px;
  pointer-events: none;
}

/* ==================== EXPANSIVE WIDE CONTAINER ==================== */
.wide-canvas-container {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .wide-canvas-container { padding-left: 1.5rem; padding-right: 1.5rem; }
}

@media (min-width: 1024px) {
  .wide-canvas-container { padding-left: 1.75rem; padding-right: 1.75rem; }
}

/* ==================== NAVBAR (CLEAN SOLID BLACK — SHARP EDGES) ==================== */
.solid-nav {
  position: relative;
  background: var(--black);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0px !important;
  box-shadow: 0 4px 16px -2px rgba(10, 10, 10, 0.3);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

@media (min-width: 1024px) {
  nav.solid-nav,
  header.solid-nav,
  .solid-nav {
    max-width: 1520px !important;
  }
}

.solid-nav:hover {
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 20px -2px rgba(249, 115, 22, 0.25);
}

/* ==================== HERO SEARCH BAR ==================== */
.solid-search-bar {
  background: #FFFFFF;
  border: 1.5px solid var(--border-card-outer);
  border-radius: var(--radius-card);
  box-shadow: 0 4px 14px -2px rgba(0, 0, 0, 0.05);
}

.solid-search-bar:focus-within {
  border-color: var(--primary-orange);
  box-shadow: 0 4px 14px -2px rgba(0, 0, 0, 0.05), 0 0 0 3px rgba(249, 115, 22, 0.15);
}

/* Keep the desktop search button inside the bar on narrow screens */
@media (max-width: 480px) {
  #heroSearchForm {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-wrap: nowrap;
    overflow: visible;
  }
  #heroSearchInput {
    min-width: 0;
    width: 100%;
    flex: 1 1 auto;
  }
  #heroSearchForm .violet-btn {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    white-space: nowrap;
    flex-shrink: 0;
  }
}

/* Very narrow phones: keep the full Search label visible */
@media (max-width: 359px) {
  #heroSearchForm .violet-btn {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  #heroSearchInput {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* ==================== HIGH CONTRAST SOLID FEATURE BLOCK ==================== */
.solid-feature-outer {
  background: linear-gradient(135deg, #FFF3E8 0%, #FFE9D6 50%, #FFF6ED 100%);
  border: 1px solid rgba(249, 115, 22, 0.15);
  border-radius: var(--radius-outer-card);
  box-shadow: 0 10px 30px -5px rgba(249, 115, 22, 0.08);
}

.solid-feature-inner {
  background: #FFFFFF;
  border: 1px solid var(--border-card-inner);
  border-radius: var(--radius-inner);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
}

.solid-feature-inner:hover {
  border-color: #D4D4D8;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

/* Inline Avatar Stack Capsule */
.solid-avatar-stack {
  display: inline-flex;
  align-items: center;
  padding: 3px 6px 3px 4px;
  background: #F5F5F4;
  border: 1.5px solid #E4E4E7;
  border-radius: 0px;
  vertical-align: middle;
  margin: 0 0.25rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

@media (min-width: 640px) {
  .solid-avatar-stack { padding: 4px 10px 4px 5px; margin: 0 0.5rem; }
}

.avatar-stack-img {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 0px;
  border: 1.5px solid #FFFFFF;
  object-fit: cover;
  margin-left: -0.35rem;
}

@media (min-width: 640px) {
  .avatar-stack-img { width: 2.25rem; height: 2.25rem; margin-left: -0.45rem; }
}

@media (min-width: 1024px) {
  .avatar-stack-img { width: 2.6rem; height: 2.6rem; margin-left: -0.55rem; }
}

.avatar-stack-img:first-child { margin-left: 0; }

.avatar-stack-plus {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 0px;
  background: var(--gradient-orange);
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.3rem;
}

@media (min-width: 640px) {
  .avatar-stack-plus { width: 1.85rem; height: 1.85rem; font-size: 0.9rem; margin-left: 0.45rem; }
}

@media (min-width: 1024px) {
  .avatar-stack-plus { width: 2.1rem; height: 2.1rem; font-size: 1.05rem; }
}

/* Inline Arrow Pill Capsule */
.solid-arrow-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  background: #F5F5F4;
  border: 1.5px solid #E4E4E7;
  border-radius: 0px;
  vertical-align: middle;
  margin-right: 0.35rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

@media (min-width: 640px) {
  .solid-arrow-pill { padding: 0.4rem 1.4rem; margin-right: 0.6rem; }
}

@media (min-width: 1024px) {
  .solid-arrow-pill { padding: 0.5rem 1.8rem; }
}

/* Hero Headline Inline Arrow Pill */
.hero-arrow-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding: 0.25rem 1.1rem;
  background: #F5F5F4;
  border: 1.5px solid #E4E4E7;
  border-radius: 0px;
  margin: 0 0.35rem;
  margin-top: -0.25rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  transition: all 0.2s ease;
}

@media (min-width: 640px) {
  .hero-arrow-pill { padding: 0.35rem 1.5rem; margin: 0 0.5rem; margin-top: -0.35rem; }
}

@media (min-width: 1024px) {
  .hero-arrow-pill { padding: 0.45rem 2rem; margin: 0 0.65rem; margin-top: -0.5rem; }
}

.hero-arrow-pill:hover {
  border-color: #D4D4D8;
  background: #F0F0EF;
  transform: translateY(-1px);
}

/* Clean Solid Portrait Card Treatment */
.solid-portrait-card {
  background: #0A0A0A;
  border: 1px solid var(--border-card-inner);
  border-radius: var(--radius-inner);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}

.portrait-clean-overlay {
  background: linear-gradient(to right, rgba(10, 10, 10, 0.85) 0%, rgba(10, 10, 10, 0.5) 45%, transparent 80%),
              linear-gradient(to top, rgba(10, 10, 10, 0.8) 0%, transparent 50%);
}

/* ==================== SOLID PRODUCT CARDS & GENERAL PANELS ==================== */
.solid-panel-card {
  background: #FFFFFF;
  border: 1px solid var(--border-card-inner);
  border-radius: var(--radius-card);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
}

.solid-panel-card:hover {
  border-color: #D4D4D8;
  box-shadow: 0 8px 24px -4px rgba(249, 115, 22, 0.10);
}

.solid-feature-banner {
  background: #FFFFFF;
  border: 1px solid var(--border-card-inner);
  border-radius: var(--radius-outer-card);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

/* ==================== HIGH-END HERO/CTA DEEP BLACK GLOW BANNER ==================== */
.deep-purple-cta-card {
  background: radial-gradient(ellipse at 50% 25%, #2A1600 0%, #161616 50%, #0A0A0A 100%);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(249, 115, 22, 0.25);
  box-shadow: 0 25px 60px -15px rgba(10, 10, 10, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.deep-purple-cta-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 50% 20%, rgba(249, 115, 22, 0.24) 0%, transparent 60%),
    linear-gradient(to right, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 100%, 48px 48px, 48px 48px;
  pointer-events: none;
}

/* ==================== NUMBERED ROW-LIST PROCESS ==================== */
.process-row-item {
  position: relative;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  border-radius: 0px !important;
}

.process-row-item:hover,
.process-row-item.active-row {
  background: #F97316;
  border-radius: 0px !important;
  box-shadow: 0 8px 30px -4px rgba(249, 115, 22, 0.35);
  border-color: transparent;
}

.process-row-item:hover .process-row-title,
.process-row-item.active-row .process-row-title { color: #FFFFFF !important; }
.process-row-item:hover .process-step-badge,
.process-row-item.active-row .process-step-badge { color: #FFF7ED !important; opacity: 1 !important; }
.process-row-item:hover .process-step-label,
.process-row-item.active-row .process-step-label { color: rgba(255, 255, 255, 0.85) !important; }
.process-row-item:hover .process-step-dot,
.process-row-item.active-row .process-step-dot { background-color: rgba(255, 255, 255, 0.45) !important; }
.process-row-item:hover .process-row-desc,
.process-row-item.active-row .process-row-desc,
.process-row-item:hover p,
.process-row-item.active-row p { color: rgba(255, 255, 255, 0.9) !important; }

.process-row-item:hover .process-row-btn,
.process-row-item.active-row .process-row-btn {
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #F97316 !important;
  transform: scale(1.1);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.process-row-item:hover .process-row-btn i,
.process-row-item.active-row .process-row-btn i,
.process-row-item:hover .process-row-btn svg,
.process-row-item.active-row .process-row-btn svg { color: #F97316 !important; stroke: #F97316 !important; }

.process-row-item:hover .process-tag,
.process-row-item.active-row .process-tag {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #FFFFFF !important;
}

/* Floating Diagonal Cursor Card */
.process-floating-card {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 185px;
  border-radius: 0px !important;
  overflow: hidden;
  box-shadow: 0 24px 48px -12px rgba(10, 10, 10, 0.45), 0 0 0 2px #F97316;
  pointer-events: none;
  z-index: 999;
  transform-origin: center center;
  transition: opacity 0.25s ease, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
  background: #0A0A0A;
}

.process-floating-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px !important;
}

.process-row-inline-thumb { display: none !important; }

/* Browser Chrome Top Bar */
.browser-chrome-solid {
  background: #F5F5F4;
  border-top-left-radius: var(--radius-card);
  border-top-right-radius: var(--radius-card);
  border-bottom: 1px solid var(--border-card-inner);
}

.browser-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }

/* ==================== PRODUCT LIVE PREVIEW DEVICE VIEWPORT TOGGLE ==================== */
.device-toggle-btn {
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.device-toggle-btn.active {
  background: #F97316;
  color: #FFFFFF;
  box-shadow: 0 1px 3px rgba(249, 115, 22, 0.25);
}

.device-toggle-btn:not(.active) {
  background: transparent;
  color: #52525B;
}

.device-toggle-btn:not(.active):hover {
  color: #141414;
  background: #F5F5F4;
}

/* ==================== 1. FULLSCREEN IN-APP LIVE PREVIEW BROWSER ==================== */
#sitePreviewModal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #0A0A0A !important;
  overflow: hidden !important;
}

#sitePreviewMockupWrapper { background: #0A0A0A; }

#sitePreviewMockupFrame {
  width: 100% !important;
  height: 100% !important;
  transition: max-width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

#sitePreviewMockupFrame.preview-mobile-mode {
  max-width: 420px !important;
  height: 94% !important;
  margin: auto !important;
  box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.8), 0 0 0 1px #3A2E24 !important;
}

@media (max-width: 640px) {
  #sitePreviewMockupFrame.preview-mobile-mode {
    max-width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    box-shadow: none !important;
  }
}

/* ==================== 2. QUICK VIEW LIGHTBOX POPUP MODAL ==================== */
#quickViewModal {
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

#quickViewMockupFrame { transition: max-width 0.3s cubic-bezier(0.16, 1, 0.3, 1); }

#quickViewMockupFrame.preview-mobile-mode {
  max-width: 380px !important;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.25);
}

/* Browser Frame Device Mockup Resizing */
#browserMockupFrame {
  transition: max-width 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-radius 0.35s ease, box-shadow 0.35s ease;
}

.iframe-preview-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #FAFAF9;
}

#browserMockupFrame.preview-mobile-mode {
  max-width: 390px !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px !important;
  box-shadow: 0 20px 45px -10px rgba(10, 10, 10, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.06);
}

#browserMockupFrame.preview-mobile-mode .browser-chrome-solid {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* Coming Soon / Muted Locked Card */
.coming-soon-card {
  position: relative;
  background: #FAFAF9;
}

.coming-soon-card .mockup-locked-img {
  filter: grayscale(25%) contrast(92%);
  opacity: 0.82;
  transition: all 0.3s ease;
}

.coming-soon-card:hover .mockup-locked-img {
  filter: grayscale(10%) contrast(96%);
  opacity: 0.95;
}

/* Gradient Orange CTA Buttons */
.violet-btn {
  background: var(--gradient-orange);
  color: #FFFFFF;
  border-radius: var(--radius-btn);
  border: 1px solid transparent;
  transition: all 0.22s ease;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35);
}

.violet-btn:hover {
  background: var(--gradient-orange-sharp);
  box-shadow: 0 6px 20px rgba(234, 88, 12, 0.45);
  transform: translateY(-1px);
}

/* ==================== GRADIENT TEXT UTILITY ==================== */
.gradient-text-orange,
.gradient-text-violet {
  background: linear-gradient(135deg, #EA580C 0%, #F97316 55%, #FB923C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* ==================== FAQ ACCORDION STYLING ==================== */
.faq-accordion-item {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.faq-accordion-item.active {
  border-color: #F97316;
  box-shadow: 0 4px 18px -2px rgba(249, 115, 22, 0.08);
}

.faq-accordion-item.active .faq-question-btn { color: #F97316; }

.faq-accordion-item.active .faq-icon-wrapper {
  background: #F97316;
  color: #FFFFFF;
  transform: rotate(45deg);
}

.faq-answer-content {
  transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Fullscreen iframe modal */
.iframe-fullscreen-wrapper {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #FFFFFF;
}

.iframe-fullscreen-wrapper iframe {
  height: calc(100vh - 48px) !important;
  border-radius: 0 !important;
}

.huge-footer-brand-text {
  font-family: 'Helvetica Now Display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(3.5rem, 13.5vw, 15rem);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background: linear-gradient(180deg, rgba(249, 115, 22, 0.08) 0%, rgba(255, 255, 255, 0.015) 80%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s ease;
}

.huge-footer-brand-text:hover {
  background: linear-gradient(180deg, rgba(249, 115, 22, 0.25) 0%, rgba(234, 88, 12, 0.06) 80%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ==================== CUSTOM FORM INPUT ENHANCEMENTS ==================== */
select.custom-select-input,
.custom-select-wrapper select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: none !important;
}

select.custom-select-input::-ms-expand,
.custom-select-wrapper select::-ms-expand { display: none !important; }

.custom-form-field {
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.custom-form-field:focus {
  background-color: #FFFFFF !important;
  border-color: #F97316 !important;
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12) !important;
}

/* Custom scrollbar */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #FAFAF7; }
::-webkit-scrollbar-thumb { background: #D4D4D8; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--gradient-orange); }

/* Subtle animations */
@keyframes pulse-subtle {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.96); }
}

.animate-pulse-subtle { animation: pulse-subtle 2.5s infinite ease-in-out; }

/* ==================== TESTIMONIALS SECTION ==================== */
.testimonials-track-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.75rem 1.25rem 1.5rem 1.25rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}

@media (min-width: 640px) {
  .testimonials-track-wrapper { padding: 0.75rem 2rem 1.75rem 2rem; }
}

.testimonials-track-wrapper::-webkit-scrollbar { display: none; }

.testimonials-track-wrapper.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto !important;
}

.testimonials-track {
  display: flex;
  width: max-content;
  gap: 1.25rem;
  will-change: transform;
}

@media (min-width: 640px) {
  .testimonials-track { gap: 1.5rem; }
}

/* Continuous slow left-sliding marquee (homepage testimonials) */
.testimonials-track-wrapper.testimonial-marquee-wrap {
  overflow: hidden;
  cursor: default;
}
.testimonials-track.testimonial-marquee {
  animation: testimonialsSlide 60s linear infinite;
  will-change: transform;
}
.testimonials-track.testimonial-marquee:hover { animation-play-state: paused; }
@keyframes testimonialsSlide {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .testimonials-track.testimonial-marquee { animation: none; }
}

.testimonial-card {
  width: 300px;
  flex-shrink: 0;
  background: #FFFFFF;
  border: 1px solid var(--border-card-inner);
  border-radius: var(--radius-card);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease;
}

@media (min-width: 640px) {
  .testimonial-card { width: 360px; }
}

@media (min-width: 1024px) {
  .testimonial-card { width: 390px; }
}

.testimonial-card:hover {
  border-color: #D4D4D8;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px -4px rgba(249, 115, 22, 0.12);
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-orange);
}

.initials-avatar {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

/* ==================== SCROLL-TRIGGERED ENTRANCE REVEAL ANIMATIONS ==================== */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ==================== CATEGORY FILTER PILLS ==================== */
.category-tab-btn,
.category-pill {
  padding: 0.4rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 0px;
  background: transparent;
  color: #71717A;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

.category-tab-btn:hover,
.category-pill:hover {
  color: #141414;
  background: #F5F5F4;
  border-color: #E4E4E7;
}

.category-tab-btn.active,
.category-pill.active {
  background: #F97316;
  border-color: #F97316;
  color: #FFFFFF;
  box-shadow: 0 4px 16px -2px rgba(249, 115, 22, 0.45);
}

/* ==================== FOOTER ==================== */
footer.site-footer {
  background: var(--black);
  color: var(--black-muted);
}

/* Blog content typography */
.blog-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
  color: #141414;
}

.blog-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1.25rem 0 0.5rem;
  color: #141414;
}

.blog-content p {
  margin: 0.75rem 0;
  line-height: 1.75;
  color: #52525B;
  font-size: 1rem;
}

.blog-content img {
  max-width: 100%;
  margin: 1.5rem 0;
}

.blog-content ul {
  margin: 0.75rem 0;
  padding-left: 1.5rem;
  list-style: disc;
}

.blog-content ol {
  margin: 0.75rem 0;
  padding-left: 1.5rem;
  list-style: decimal;
}

.blog-content li {
  margin: 0.35rem 0;
  color: #52525B;
  line-height: 1.6;
}

/* Admin layout helpers */
.admin-sidebar {
  background: var(--black);
  color: #D4D4D8;
}

.admin-sidebar a {
  color: #A3A3A3;
  transition: all 0.2s;
}

.admin-sidebar a:hover,
.admin-sidebar a.active {
  background: rgba(249, 115, 22, 0.15);
  color: #F97316;
}

/* Toast notifications */
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999999;
}

.toast {
  padding: 14px 20px;
  margin-bottom: 10px;
  min-width: 280px;
  max-width: 380px;
  color: #FFFFFF;
  border-radius: 0px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: slideIn 0.3s ease;
  font-size: 0.875rem;
}

.toast-success { background: #16A34A; }
.toast-error { background: #DC2626; }
.toast-info { background: #F97316; }

@keyframes slideIn {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* ==================== GLOBAL STYLING FOR SMALLER ELEMENTS ==================== */
.text-orange { color: #F97316 !important; }
.bg-orange { background-color: #F97316 !important; }
.border-orange { border-color: #F97316 !important; }

/* ==================== SITE-WIDE PARTICLE BACKGROUND ==================== */
#siteParticles {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
    opacity: 0.85;
}
@media (prefers-reduced-motion: reduce) {
    #siteParticles { display: none; }
}

/* ==================== VS CODE HERO EDITOR ==================== */
.vscode-window { background: #1E1E1E; }
#vscodeLineNumbers {
    height: 352px;
    overflow: hidden;
    color: #858585;
    font-family: Consolas, "Courier New", monospace;
}
#vscodeCode {
    height: 352px;
    overflow: hidden;
    line-height: 1.65;
    font-family: Consolas, "Courier New", monospace;
}
.vscode-ln { line-height: 1.65; height: 17px; }
.vscode-line { white-space: pre; min-height: 17px; }
.vscode-cursor {
    display: inline-block;
    width: 6px;
    height: 12px;
    margin-left: 1px;
    background: #F97316;
    vertical-align: text-bottom;
    animation: vscodeBlink 1.1s step-end infinite;
}
@keyframes vscodeBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
.tok-tag { color: #569CD6; }
.tok-attr { color: #9CDCFE; }
.tok-str { color: #CE9178; }
.tok-comment { color: #6A9955; font-style: italic; }
