/*
Theme Name: Fulcra Dynamics Blog
Theme URI: https://fulcradynamics.com
Author: Fulcra Dynamics
Author URI: https://fulcradynamics.com
Description: A dark, modern blog theme inspired by Fulcra Dynamics - featuring mint green gradients, decorative patterns, and clean typography. Perfect as a companion blog for your main website.
Version: 1.1.3
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fulcra-theme
Tags: dark, modern, blog, one-column, custom-colors, custom-menu, featured-images, theme-options

Fulcra Dynamics Blog Theme
Designed to complement the main Fulcra Dynamics website
*/

/* ========================================
   CSS CUSTOM PROPERTIES
   Extracted/matched from fulcradynamics.com
   ======================================== */
:root {
  /* 
   * COLOR PALETTE
   * Matched to the actual Fulcra site
   */
  
  /* Backgrounds - Deep dark with teal undertone */
  --fd-bg-body: #0c1214;
  --fd-bg-dark: #0a0f11;
  --fd-bg-section: #0e1517;
  --fd-bg-card: #131a1c;
  --fd-bg-card-hover: #1a2224;
  --fd-bg-elevated: #1e2628;
  
  /* Primary Green/Mint - Fulcra brand color */
  --fd-green-50: #ecfdf5;
  --fd-green-100: #d1fae5;
  --fd-green-200: #a7f3d0;
  --fd-green-300: #7bd3b9;
  --fd-green-400: #7bd3b9;
  --fd-green-500: #7bd3b9;
  --fd-green-600: #5fb89e;
  --fd-green-700: #4a9a83;
  --fd-green-800: #3d7d6b;
  --fd-green-900: #336657;
  
  /* Secondary Cyan/Teal for gradients */
  --fd-cyan-400: #5eead4;
  --fd-cyan-500: #14b8a6;
  --fd-cyan-600: #0d9488;
  
  /* Text Colors */
  --fd-text-white: #ffffff;
  --fd-text-primary: #f4f4f5;
  --fd-text-secondary: #a1a1aa;
  --fd-text-muted: #71717a;
  --fd-text-subtle: #52525b;
  
  /* Border Colors */
  --fd-border: rgba(255, 255, 255, 0.08);
  --fd-border-light: rgba(255, 255, 255, 0.04);
  --fd-border-focus: rgba(123, 211, 185, 0.5);
  
  /* Gradients */
  --fd-gradient-primary: linear-gradient(135deg, #7bd3b9 0%, #5eead4 100%);
  --fd-gradient-primary-hover: linear-gradient(135deg, #8fe0c8 0%, #7ef3e0 100%);
  --fd-gradient-subtle: linear-gradient(180deg, rgba(123, 211, 185, 0.08) 0%, rgba(94, 234, 212, 0.04) 100%);
  --fd-gradient-radial-hero: radial-gradient(ellipse 80% 50% at 50% -20%, rgba(123, 211, 185, 0.15) 0%, transparent 100%);
  --fd-gradient-radial-section: radial-gradient(ellipse at center, rgba(123, 211, 185, 0.05) 0%, transparent 70%);
  
  /* 
   * TYPOGRAPHY
   * Fulcra uses Manrope for body, Rubik for buttons
   */
  --fd-font-sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --fd-font-nav: Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  --fd-font-button: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  
  /* Font Sizes - Based on Webflow's default scale */
  --fd-text-xs: 0.75rem;      /* 12px */
  --fd-text-sm: 0.875rem;     /* 14px */
  --fd-text-base: 1rem;       /* 16px */
  --fd-text-lg: 1.125rem;     /* 18px */
  --fd-text-xl: 1.25rem;      /* 20px */
  --fd-text-2xl: 1.5rem;      /* 24px */
  --fd-text-3xl: 1.875rem;    /* 30px */
  --fd-text-4xl: 2.25rem;     /* 36px */
  --fd-text-5xl: 3rem;        /* 48px */
  --fd-text-6xl: 3.75rem;     /* 60px */
  --fd-text-7xl: 4.5rem;      /* 72px */
  
  /* Font Weights */
  --fd-font-normal: 400;
  --fd-font-medium: 500;
  --fd-font-semibold: 600;
  --fd-font-bold: 700;
  
  /* Line Heights */
  --fd-leading-none: 1;
  --fd-leading-tight: 1.15;
  --fd-leading-snug: 1.3;
  --fd-leading-normal: 1.5;
  --fd-leading-relaxed: 1.625;
  
  /* Letter Spacing */
  --fd-tracking-tight: -0.025em;
  --fd-tracking-normal: 0;
  --fd-tracking-wide: 0.025em;
  
  /* 
   * SPACING
   */
  --fd-space-1: 0.25rem;   /* 4px */
  --fd-space-2: 0.5rem;    /* 8px */
  --fd-space-3: 0.75rem;   /* 12px */
  --fd-space-4: 1rem;      /* 16px */
  --fd-space-5: 1.25rem;   /* 20px */
  --fd-space-6: 1.5rem;    /* 24px */
  --fd-space-8: 2rem;      /* 32px */
  --fd-space-10: 2.5rem;   /* 40px */
  --fd-space-12: 3rem;     /* 48px */
  --fd-space-16: 4rem;     /* 64px */
  --fd-space-20: 5rem;     /* 80px */
  --fd-space-24: 6rem;     /* 96px */
  --fd-space-32: 8rem;     /* 128px */
  
  /* 
   * LAYOUT
   */
  --fd-container-max: 1600px;
  --fd-container-padding: 60px;
  --fd-header-height: 60px;
  
  /* 
   * BORDER RADIUS
   */
  --fd-radius-sm: 0.375rem;  /* 6px */
  --fd-radius-md: 0.5rem;    /* 8px */
  --fd-radius-lg: 0.75rem;   /* 12px */
  --fd-radius-xl: 1rem;      /* 16px */
  --fd-radius-2xl: 1.5rem;   /* 24px */
  --fd-radius-full: 9999px;
  
  /* 
   * SHADOWS
   */
  --fd-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
  --fd-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.5);
  --fd-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5);
  --fd-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
  --fd-shadow-glow: 0 0 40px rgba(123, 211, 185, 0.25);
  --fd-shadow-glow-lg: 0 0 60px rgba(123, 211, 185, 0.35);
  
  /* 
   * TRANSITIONS
   */
  --fd-transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --fd-transition-base: 200ms cubic-bezier(0.4, 0, 0.2, 1);
  --fd-transition-slow: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}


/* ========================================
   RESET & BASE
   ======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}

body {
  font-family: var(--fd-font-sans);
  font-size: var(--fd-text-base);
  font-weight: var(--fd-font-normal);
  line-height: var(--fd-leading-normal);
  color: var(--fd-text-primary);
  background-color: var(--fd-bg-body);
  min-height: 100vh;
  overflow-x: hidden;
}

/* WordPress admin bar adjustment */
.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

a {
  color: var(--fd-green-400);
  text-decoration: none;
  transition: color var(--fd-transition-fast);
}

a:hover {
  color: var(--fd-text-white);
}

ul,
ol {
  list-style: none;
}


/* ========================================
   TYPOGRAPHY
   ======================================== */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--fd-font-sans);
  font-weight: var(--fd-font-bold);
  line-height: var(--fd-leading-tight);
  color: var(--fd-text-white);
  letter-spacing: var(--fd-tracking-tight);
}

h1, .h1 {
  font-size: var(--fd-text-4xl);
  margin-bottom: var(--fd-space-6);
}

h2, .h2 {
  font-size: var(--fd-text-3xl);
  margin-bottom: var(--fd-space-5);
}

h3, .h3 {
  font-size: var(--fd-text-2xl);
  margin-bottom: var(--fd-space-4);
}

h4, .h4 {
  font-size: var(--fd-text-xl);
  margin-bottom: var(--fd-space-3);
}

h5, .h5 {
  font-size: var(--fd-text-lg);
  margin-bottom: var(--fd-space-3);
}

h6, .h6 {
  font-size: var(--fd-text-base);
  margin-bottom: var(--fd-space-2);
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: var(--fd-text-5xl);
  }
  
  h2, .h2 {
    font-size: var(--fd-text-4xl);
  }
  
  h3, .h3 {
    font-size: var(--fd-text-3xl);
  }
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: var(--fd-text-6xl);
  }
  
  h2, .h2 {
    font-size: var(--fd-text-5xl);
  }
}

p {
  margin-bottom: var(--fd-space-4);
  color: var(--fd-text-secondary);
}

.lead {
  font-size: var(--fd-text-lg);
  line-height: var(--fd-leading-relaxed);
  color: var(--fd-text-secondary);
}

@media (min-width: 768px) {
  .lead {
    font-size: var(--fd-text-xl);
  }
}

.text-gradient {
  background: var(--fd-gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

strong, b {
  font-weight: var(--fd-font-semibold);
  color: var(--fd-text-white);
}

small {
  font-size: var(--fd-text-sm);
}


/* ========================================
   LAYOUT
   ======================================== */
.container {
  width: 100%;
  max-width: var(--fd-container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--fd-container-padding);
  padding-right: var(--fd-container-padding);
}

.container-narrow {
  max-width: 800px;
}

.container-wide {
  max-width: 1400px;
}

.section {
  padding-top: var(--fd-space-16);
  padding-bottom: var(--fd-space-16);
  position: relative;
}

.section-lg {
  padding-top: var(--fd-space-24);
  padding-bottom: var(--fd-space-24);
}

@media (min-width: 768px) {
  .section {
    padding-top: var(--fd-space-20);
    padding-bottom: var(--fd-space-20);
  }
  
  .section-lg {
    padding-top: var(--fd-space-32);
    padding-bottom: var(--fd-space-32);
  }
}

.grid {
  display: grid;
  gap: var(--fd-space-8);
}

.grid-2 {
  grid-template-columns: 1fr;
}

.grid-3 {
  grid-template-columns: 1fr;
}

.grid-4 {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* ========================================
   HEADER & NAVIGATION
   ======================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--fd-header-height);
  background-color: #0c1214;
  border-bottom: none;
}

.header-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-left: 60px;
  padding-right: 60px;
  height: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}

/* Logo container - left justified */
.site-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: auto;
  height: var(--fd-header-height);
  padding: var(--fd-space-4) 0;
}

/* WordPress custom logo link wrapper */
.site-logo .custom-logo-link,
.site-logo .site-logo-link {
  display: flex;
  align-items: center;
  height: 100%;
}

/* All logo images - constrained to header */
.site-logo img,
.site-logo .custom-logo {
  display: block;
  height: 28px !important;
  max-height: 28px !important;
  width: auto !important;
  max-width: 160px;
  object-fit: contain;
}

.site-logo-text {
  font-size: var(--fd-text-lg);
  font-weight: var(--fd-font-bold);
  color: var(--fd-text-white);
  letter-spacing: var(--fd-tracking-tight);
  white-space: nowrap;
}

.main-navigation {
  display: none;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-menu li {
  list-style: none;
}

.nav-menu a {
  font-family: 'Rubik', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  opacity: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-menu a:hover {
  color: #ffffff !important;
  opacity: 1 !important;
}

.nav-menu .current-menu-item a {
  color: #ffffff !important;
  opacity: 1 !important;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--fd-text-white);
  border-radius: 2px;
  transition: var(--fd-transition-fast);
}

@media (min-width: 1024px) {
  .main-navigation {
    display: block;
  }
  
  .mobile-menu-toggle {
    display: none;
  }
}

/* Mobile menu */
.mobile-menu {
  position: fixed;
  top: var(--fd-header-height);
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--fd-bg-body);
  padding: var(--fd-space-8);
  transform: translateX(100%);
  transition: transform var(--fd-transition-slow);
  overflow-y: auto;
  z-index: 999;
}

.mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-menu .nav-menu {
  flex-direction: column;
  align-items: stretch;
  gap: var(--fd-space-1);
}

.mobile-menu .nav-menu li {
  list-style: none;
}

.mobile-menu .nav-menu a {
  display: block;
  padding: var(--fd-space-4);
  font-family: var(--fd-font-nav);
  font-size: var(--fd-text-lg);
  font-weight: 400;
  color: var(--fd-text-white);
  border-radius: var(--fd-radius-lg);
  opacity: 0.9;
}

.mobile-menu .nav-menu a:hover {
  background: var(--fd-bg-card);
  opacity: 1;
}

.mobile-menu .nav-menu .current-menu-item a {
  color: var(--fd-green-400);
}

.mobile-menu-cta {
  margin-top: var(--fd-space-8);
  padding-top: var(--fd-space-8);
  border-top: 1px solid var(--fd-border);
}


/* ========================================
   BUTTONS
   ======================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--fd-space-2);
  padding: var(--fd-space-3) var(--fd-space-6);
  font-family: var(--fd-font-sans);
  font-size: var(--fd-text-sm);
  font-weight: var(--fd-font-semibold);
  line-height: 1;
  text-decoration: none;
  border: none;
  border-radius: var(--fd-radius-full);
  cursor: pointer;
  transition: all var(--fd-transition-base);
  white-space: nowrap;
}

.btn:focus-visible {
  outline: 2px solid var(--fd-green-500);
  outline-offset: 2px;
}

.btn-primary:focus-visible {
  outline: none;
}

.btn-primary,
.btn-primary:link,
.btn-primary:visited {
  font-family: 'Rubik', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  background-color: #203630 !important;
  color: #7ee2c1 !important;
  border: 0 none transparent !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  box-shadow: none !important;
  outline: 0 none !important;
  text-decoration: none !important;
}

.btn-primary:hover {
  background-color: #294540 !important;
  color: #9aebcf !important;
  transform: none !important;
  box-shadow: none !important;
  border: 0 none transparent !important;
  outline: 0 none !important;
}

.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active {
  outline: 0 none !important;
  box-shadow: none !important;
  border: 0 none transparent !important;
}

.btn-secondary {
  background: transparent;
  color: var(--fd-text-white);
  border: 1px solid var(--fd-border);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--fd-green-500);
  color: var(--fd-text-white);
}

.btn-ghost {
  background: transparent;
  color: var(--fd-text-secondary);
  padding: var(--fd-space-2);
}

.btn-ghost:hover {
  color: var(--fd-text-white);
}

.btn-lg {
  padding: var(--fd-space-4) var(--fd-space-8);
  font-size: var(--fd-text-base);
}

.btn-sm {
  padding: var(--fd-space-2) var(--fd-space-4);
  font-size: var(--fd-text-xs);
}

.btn-icon {
  padding: var(--fd-space-3);
}

.btn-icon svg {
  width: 20px;
  height: 20px;
}


/* ========================================
   HERO SECTION
   ======================================== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: calc(var(--fd-header-height) + var(--fd-space-16));
  padding-bottom: var(--fd-space-16);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: var(--fd-gradient-radial-hero);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--fd-space-2);
  padding: var(--fd-space-2) var(--fd-space-4);
  background: rgba(123, 211, 185, 0.1);
  border: 1px solid rgba(123, 211, 185, 0.25);
  border-radius: var(--fd-radius-full);
  font-size: var(--fd-text-sm);
  font-weight: var(--fd-font-medium);
  color: var(--fd-green-300);
  margin-bottom: var(--fd-space-8);
}

.hero h1 {
  margin-bottom: var(--fd-space-6);
}

.hero .lead {
  margin-bottom: var(--fd-space-8);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--fd-space-4);
}

.hero-image {
  position: relative;
  margin-top: var(--fd-space-12);
}

.hero-image img {
  border-radius: var(--fd-radius-2xl);
  box-shadow: var(--fd-shadow-xl);
}

@media (min-width: 1024px) {
  .hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--fd-space-16);
    align-items: center;
  }
  
  .hero-image {
    margin-top: 0;
  }
}


/* ========================================
   FEATURE SECTIONS
   ======================================== */
.feature-section {
  position: relative;
}

.feature-header {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--fd-space-12);
}

.feature-grid {
  display: grid;
  gap: var(--fd-space-12);
  align-items: center;
}

.feature-content h2 {
  margin-bottom: var(--fd-space-4);
}

.feature-content p {
  margin-bottom: var(--fd-space-6);
}

.feature-image {
  position: relative;
}

.feature-image img {
  border-radius: var(--fd-radius-xl);
  box-shadow: var(--fd-shadow-lg);
}

.feature-image-stack {
  position: relative;
}

.feature-image-stack img:nth-child(2) {
  position: absolute;
  bottom: -24px;
  right: -24px;
  max-width: 50%;
  border-radius: var(--fd-radius-xl);
  box-shadow: var(--fd-shadow-xl);
}

@media (min-width: 1024px) {
  .feature-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .feature-reverse .feature-content {
    order: 2;
  }
  
  .feature-reverse .feature-image {
    order: 1;
  }
}


/* ========================================
   ELLIPSES DIVIDER (Fulcra signature element)
   ======================================== */
.ellipses-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--fd-space-2);
  padding: var(--fd-space-12) 0;
}

.ellipses-divider span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fd-text-subtle);
}

.ellipses-divider span:nth-child(2) {
  background: var(--fd-green-500);
}


/* ========================================
   CARDS
   ======================================== */
.card {
  background: var(--fd-bg-card);
  border: 1px solid var(--fd-border);
  border-radius: var(--fd-radius-xl);
  padding: var(--fd-space-6);
  transition: all var(--fd-transition-base);
}

.card:hover {
  background: var(--fd-bg-card-hover);
  border-color: rgba(123, 211, 185, 0.25);
  transform: translateY(-4px);
  box-shadow: var(--fd-shadow-lg);
}

.card-gradient {
  background: var(--fd-gradient-subtle);
}

.card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fd-gradient-primary);
  border-radius: var(--fd-radius-lg);
  margin-bottom: var(--fd-space-4);
}

.card-icon svg {
  width: 24px;
  height: 24px;
  color: var(--fd-text-white);
}

.card h3 {
  font-size: var(--fd-text-lg);
  margin-bottom: var(--fd-space-2);
}

.card p {
  font-size: var(--fd-text-sm);
  margin: 0;
}


/* ========================================
   TESTIMONIALS
   ======================================== */
.testimonials-section {
  background: var(--fd-bg-section);
  border-radius: var(--fd-radius-2xl);
  padding: var(--fd-space-12);
}

.testimonials-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--fd-space-6);
  margin-bottom: var(--fd-space-10);
}

.testimonials-app-icon {
  width: 64px;
  height: 64px;
  border-radius: var(--fd-radius-xl);
  box-shadow: var(--fd-shadow-md);
}

.testimonials-rating {
  display: flex;
  align-items: center;
  gap: var(--fd-space-3);
}

.stars {
  display: flex;
  gap: 2px;
  color: #fbbf24;
}

.testimonial-card {
  background: var(--fd-bg-card);
  border: 1px solid var(--fd-border);
  border-radius: var(--fd-radius-xl);
  padding: var(--fd-space-6);
}

.testimonial-card .stars {
  margin-bottom: var(--fd-space-4);
}

.testimonial-card h4 {
  font-size: var(--fd-text-base);
  font-weight: var(--fd-font-semibold);
  margin-bottom: var(--fd-space-2);
}

.testimonial-card p {
  font-size: var(--fd-text-sm);
  margin: 0;
}


/* ========================================
   DATA TYPES
   ======================================== */
.data-types-grid {
  display: grid;
  gap: var(--fd-space-10);
}

@media (min-width: 768px) {
  .data-types-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.data-types-category h4 {
  font-size: var(--fd-text-sm);
  font-weight: var(--fd-font-semibold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--fd-green-400);
  margin-bottom: var(--fd-space-4);
}

.data-type-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--fd-space-2);
}

.data-type-tag {
  display: inline-flex;
  align-items: center;
  padding: var(--fd-space-2) var(--fd-space-4);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--fd-border);
  border-radius: var(--fd-radius-full);
  font-size: var(--fd-text-sm);
  color: var(--fd-text-secondary);
}


/* ========================================
   LOGO GRID / INTEGRATIONS
   ======================================== */
.logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--fd-space-8) var(--fd-space-10);
  padding: var(--fd-space-8) 0;
}

.logo-grid img {
  height: 32px;
  width: auto;
  opacity: 0.5;
  filter: grayscale(100%) brightness(2);
  transition: all var(--fd-transition-base);
}

.logo-grid img:hover {
  opacity: 1;
  filter: none;
}


/* ========================================
   FOOTER
   ======================================== */
.site-footer {
  background: #0c1214;
  padding-top: var(--fd-space-12);
  padding-bottom: var(--fd-space-12);
}

.footer-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-left: 60px;
  padding-right: 60px;
}

/* Top row */
.footer-top {
  display: flex;
  flex-direction: column;
  gap: var(--fd-space-6);
  margin-bottom: var(--fd-space-6);
}

@media (min-width: 768px) {
  .footer-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-logo-wrap {
  flex-shrink: 0;
}

.footer-logo-wrap img,
.footer-logo-img {
  height: 28px !important;
  width: auto !important;
}

.footer-top-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.app-store-badge {
  display: inline-flex;
  align-items: center;
}

.app-store-badge img {
  height: 32px;
  width: auto;
}

.footer-pill-btn {
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  transition: all 0.2s ease;
}

.footer-pill-btn:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
}

/* Gradient divider */
.footer-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #7ee2c1 50%, transparent 100%);
  margin-bottom: var(--fd-space-10);
}

/* Main content */
.footer-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--fd-space-8);
  margin-bottom: var(--fd-space-12);
}

@media (min-width: 768px) {
  .footer-main {
    grid-template-columns: repeat(3, auto) 1fr;
    gap: var(--fd-space-16);
  }
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin: 0;
}

.footer-links a {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #7ee2c1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ffffff;
}

/* Newsletter */
.footer-newsletter {
  justify-self: end;
}

@media (max-width: 767px) {
  .footer-newsletter {
    justify-self: start;
  }
}

.footer-newsletter p {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: var(--fd-space-3);
}

.newsletter-form {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  border: none;
  max-width: 340px;
}

.newsletter-form input[type="email"] {
  flex: 1;
  min-width: 180px;
  padding: 12px 16px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #333333;
  background: transparent;
  border: none;
  outline: none;
}

.newsletter-form input[type="email"]::placeholder {
  color: #999999;
}

.btn-subscribe {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0c1214;
  background: #7ee2c1;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.btn-subscribe:hover {
  background: #9aebcf;
}

/* Footer bottom */
.footer-bottom {
  text-align: center;
}

.footer-copyright {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}


/* ========================================
   FORMS
   ======================================== */
.form-group {
  margin-bottom: var(--fd-space-6);
}

.form-label {
  display: block;
  font-size: var(--fd-text-sm);
  font-weight: var(--fd-font-medium);
  color: var(--fd-text-primary);
  margin-bottom: var(--fd-space-2);
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: var(--fd-space-3) var(--fd-space-4);
  font-size: var(--fd-text-base);
  color: var(--fd-text-primary);
  background: var(--fd-bg-card);
  border: 1px solid var(--fd-border);
  border-radius: var(--fd-radius-lg);
  transition: border-color var(--fd-transition-fast), box-shadow var(--fd-transition-fast);
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: var(--fd-green-500);
  box-shadow: 0 0 0 3px rgba(123, 211, 185, 0.2);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--fd-text-muted);
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
}


/* ========================================
   WORDPRESS CONTENT STYLES
   ======================================== */
.entry-content {
  max-width: 720px;
  margin: 0 auto;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: var(--fd-space-10);
}

.entry-content p {
  margin-bottom: var(--fd-space-6);
}

.entry-content ul,
.entry-content ol {
  margin-bottom: var(--fd-space-6);
  padding-left: var(--fd-space-6);
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content li {
  margin-bottom: var(--fd-space-2);
  color: var(--fd-text-secondary);
}

.entry-content blockquote {
  margin: var(--fd-space-8) 0;
  padding: var(--fd-space-6) var(--fd-space-8);
  background: var(--fd-bg-card);
  border-left: 4px solid var(--fd-green-500);
  border-radius: 0 var(--fd-radius-lg) var(--fd-radius-lg) 0;
}

.entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content pre {
  margin: var(--fd-space-6) 0;
  padding: var(--fd-space-6);
  background: var(--fd-bg-dark);
  border: 1px solid var(--fd-border);
  border-radius: var(--fd-radius-lg);
  overflow-x: auto;
}

.entry-content code {
  font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
  font-size: 0.875em;
  padding: 0.2em 0.4em;
  background: var(--fd-bg-card);
  border-radius: var(--fd-radius-sm);
}

.entry-content pre code {
  padding: 0;
  background: none;
}

.entry-content img {
  border-radius: var(--fd-radius-xl);
  margin: var(--fd-space-8) 0;
}

.entry-content figure {
  margin: var(--fd-space-8) 0;
}

.entry-content figcaption {
  margin-top: var(--fd-space-3);
  font-size: var(--fd-text-sm);
  color: var(--fd-text-muted);
  text-align: center;
}

.entry-content table {
  width: 100%;
  margin: var(--fd-space-6) 0;
  border-collapse: collapse;
}

.entry-content th,
.entry-content td {
  padding: var(--fd-space-3) var(--fd-space-4);
  text-align: left;
  border-bottom: 1px solid var(--fd-border);
}

.entry-content th {
  font-weight: var(--fd-font-semibold);
  color: var(--fd-text-white);
  background: var(--fd-bg-card);
}

.entry-content hr {
  margin: var(--fd-space-10) 0;
  border: none;
  height: 1px;
  background: var(--fd-border);
}


/* ========================================
   WORDPRESS BLOCKS
   ======================================== */
.wp-block-button__link {
  background: var(--fd-gradient-primary);
  color: var(--fd-text-white);
  border-radius: var(--fd-radius-full);
  padding: var(--fd-space-3) var(--fd-space-6);
  font-weight: var(--fd-font-semibold);
  transition: all var(--fd-transition-base);
}

.wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: var(--fd-shadow-lg), var(--fd-shadow-glow);
  color: var(--fd-text-white);
}

.wp-block-image img {
  border-radius: var(--fd-radius-xl);
}

.wp-block-separator {
  border: none;
  height: 1px;
  background: var(--fd-border);
  margin: var(--fd-space-10) auto;
}

.wp-block-quote {
  margin: var(--fd-space-8) 0;
  padding: var(--fd-space-6) var(--fd-space-8);
  background: var(--fd-bg-card);
  border-left: 4px solid var(--fd-green-500);
  border-radius: 0 var(--fd-radius-lg) var(--fd-radius-lg) 0;
}

.wp-block-cover {
  min-height: 50vh;
}

.wp-block-group {
  padding: var(--fd-space-8);
  background: var(--fd-bg-card);
  border-radius: var(--fd-radius-xl);
}


/* ========================================
   UTILITY CLASSES
   ======================================== */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.text-white { color: var(--fd-text-white); }
.text-primary { color: var(--fd-text-primary); }
.text-secondary { color: var(--fd-text-secondary); }
.text-muted { color: var(--fd-text-muted); }
.text-green { color: var(--fd-green-400); }

.bg-dark { background: var(--fd-bg-dark); }
.bg-section { background: var(--fd-bg-section); }
.bg-card { background: var(--fd-bg-card); }

.hidden { display: none; }
.block { display: block; }
.flex { display: flex; }
.grid { display: grid; }

.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

.gap-2 { gap: var(--fd-space-2); }
.gap-4 { gap: var(--fd-space-4); }
.gap-6 { gap: var(--fd-space-6); }
.gap-8 { gap: var(--fd-space-8); }

.mt-0 { margin-top: 0; }
.mt-4 { margin-top: var(--fd-space-4); }
.mt-6 { margin-top: var(--fd-space-6); }
.mt-8 { margin-top: var(--fd-space-8); }
.mt-12 { margin-top: var(--fd-space-12); }

.mb-0 { margin-bottom: 0; }
.mb-4 { margin-bottom: var(--fd-space-4); }
.mb-6 { margin-bottom: var(--fd-space-6); }
.mb-8 { margin-bottom: var(--fd-space-8); }
.mb-12 { margin-bottom: var(--fd-space-12); }

.py-section { 
  padding-top: var(--fd-space-16); 
  padding-bottom: var(--fd-space-16); 
}

.rounded { border-radius: var(--fd-radius-lg); }
.rounded-xl { border-radius: var(--fd-radius-xl); }
.rounded-2xl { border-radius: var(--fd-radius-2xl); }
.rounded-full { border-radius: var(--fd-radius-full); }

.overflow-hidden { overflow: hidden; }
.relative { position: relative; }


/* ========================================
   ANIMATIONS
   ======================================== */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.animate-fade-in {
  animation: fadeIn 0.5s ease forwards;
}

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease forwards;
}


/* ========================================
   SCREEN READER
   ======================================== */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  background: var(--fd-bg-card);
  clip: auto;
  height: auto;
  padding: var(--fd-space-4);
  position: fixed;
  top: var(--fd-space-2);
  left: var(--fd-space-2);
  width: auto;
  z-index: 10000;
}


/* ========================================
   PATTERN ELEMENTS
   ======================================== */

/* Grid pattern background */
.pattern-grid {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(123, 211, 185, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123, 211, 185, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  pointer-events: none;
}

/* Dot pattern */
.pattern-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(123, 211, 185, 0.15) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  pointer-events: none;
}

/* Glow orbs */
.pattern-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.5;
}

.pattern-glow-1 {
  width: 400px;
  height: 400px;
  background: rgba(123, 211, 185, 0.15);
  top: -100px;
  right: 10%;
}

.pattern-glow-2 {
  width: 300px;
  height: 300px;
  background: rgba(94, 234, 212, 0.1);
  bottom: -50px;
  left: 5%;
}

.pattern-glow-3 {
  width: 250px;
  height: 250px;
  background: rgba(123, 211, 185, 0.12);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Gradient line */
.pattern-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--fd-green-400) 50%, transparent 100%);
  opacity: 0.3;
}

/* Noise texture overlay */
.pattern-noise {
  position: absolute;
  inset: 0;
  opacity: 0.02;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  pointer-events: none;
}


/* ========================================
   BLOG HEADER
   ======================================== */
.blog-header {
  position: relative;
  padding-top: calc(var(--fd-header-height) + var(--fd-space-16));
  padding-bottom: var(--fd-space-12);
  overflow: hidden;
}

.blog-header-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.blog-header .page-title {
  font-size: var(--fd-text-4xl);
  margin-bottom: var(--fd-space-4);
}

@media (min-width: 768px) {
  .blog-header {
    padding-top: calc(var(--fd-header-height) + var(--fd-space-20));
    padding-bottom: var(--fd-space-16);
  }
  
  .blog-header .page-title {
    font-size: var(--fd-text-5xl);
  }
}


/* ========================================
   BLOG LISTING / POST CARDS
   ======================================== */
.blog-listing {
  padding-top: 0;
}

.posts-grid {
  display: grid;
  gap: var(--fd-space-8);
}

@media (min-width: 768px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.post-card {
  display: flex;
  flex-direction: column;
  background: var(--fd-bg-card);
  border: 1px solid var(--fd-border);
  border-radius: var(--fd-radius-xl);
  overflow: hidden;
  transition: all var(--fd-transition-base);
}

.post-card:hover {
  border-color: rgba(123, 211, 185, 0.25);
  transform: translateY(-4px);
  box-shadow: var(--fd-shadow-lg);
}

.post-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--fd-bg-elevated);
}

.post-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--fd-transition-slow);
}

.post-card:hover .post-card-image img {
  transform: scale(1.05);
}

.post-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: var(--fd-space-6);
}

.post-card-meta {
  display: flex;
  align-items: center;
  gap: var(--fd-space-3);
  margin-bottom: var(--fd-space-3);
  font-size: var(--fd-text-xs);
}

.post-card-category {
  display: inline-block;
  padding: var(--fd-space-1) var(--fd-space-3);
  background: rgba(123, 211, 185, 0.1);
  border-radius: var(--fd-radius-full);
  color: var(--fd-green-400);
  font-weight: var(--fd-font-medium);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.post-card-category:hover {
  background: rgba(123, 211, 185, 0.2);
  color: var(--fd-green-300);
}

.post-card-date {
  color: var(--fd-text-muted);
}

.post-card-title {
  font-size: var(--fd-text-xl);
  font-weight: var(--fd-font-semibold);
  line-height: var(--fd-leading-snug);
  margin-bottom: var(--fd-space-3);
}

.post-card-title a {
  color: var(--fd-text-white);
}

.post-card-title a:hover {
  color: var(--fd-green-400);
}

.post-card-excerpt {
  font-size: var(--fd-text-sm);
  color: var(--fd-text-secondary);
  margin-bottom: var(--fd-space-4);
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--fd-space-4);
  border-top: 1px solid var(--fd-border-light);
}

.post-card-author {
  display: flex;
  align-items: center;
  gap: var(--fd-space-2);
  font-size: var(--fd-text-sm);
  color: var(--fd-text-secondary);
}

.post-card-author img {
  border-radius: var(--fd-radius-full);
}

.post-card-link {
  font-size: var(--fd-text-sm);
  font-weight: var(--fd-font-medium);
  color: var(--fd-green-400);
}

.post-card-link:hover {
  color: var(--fd-green-300);
}


/* ========================================
   SINGLE POST ENHANCEMENTS
   ======================================== */
.single .entry-header {
  position: relative;
}

.single .entry-header::after {
  content: '';
  position: absolute;
  bottom: -var(--fd-space-8);
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--fd-gradient-primary);
  border-radius: var(--fd-radius-full);
}


/* ========================================
   ARCHIVE / CATEGORY PAGES
   ======================================== */
.archive-header,
.category-header {
  position: relative;
  padding-top: calc(var(--fd-header-height) + var(--fd-space-16));
  padding-bottom: var(--fd-space-12);
  text-align: center;
  overflow: hidden;
}

.archive-header .pattern-grid,
.category-header .pattern-grid {
  opacity: 0.5;
}

.archive-description,
.category-description {
  max-width: 600px;
  margin: var(--fd-space-4) auto 0;
  color: var(--fd-text-secondary);
}


/* ========================================
   PAGINATION STYLES
   ======================================== */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--fd-space-2);
  margin-top: var(--fd-space-12);
  padding-top: var(--fd-space-8);
  border-top: 1px solid var(--fd-border-light);
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  gap: var(--fd-space-2);
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 var(--fd-space-3);
  font-size: var(--fd-text-sm);
  font-weight: var(--fd-font-medium);
  color: var(--fd-text-secondary);
  background: var(--fd-bg-card);
  border: 1px solid var(--fd-border);
  border-radius: var(--fd-radius-lg);
  transition: all var(--fd-transition-fast);
}

.pagination a:hover {
  color: var(--fd-text-white);
  border-color: var(--fd-green-500);
  background: rgba(123, 211, 185, 0.1);
}

.pagination .current {
  color: var(--fd-text-white);
  background: var(--fd-gradient-primary);
  border-color: transparent;
}

.pagination .dots {
  background: transparent;
  border: none;
  color: var(--fd-text-muted);
}

.pagination .prev,
.pagination .next {
  padding: 0 var(--fd-space-4);
}


/* ========================================
   FEATURED POST (First post larger)
   ======================================== */
@media (min-width: 1024px) {
  .posts-grid.has-featured .post-card:first-child {
    grid-column: span 2;
  }
  
  .posts-grid.has-featured .post-card:first-child .post-card-image {
    aspect-ratio: 21 / 9;
  }
  
  .posts-grid.has-featured .post-card:first-child .post-card-title {
    font-size: var(--fd-text-2xl);
  }
  
  .posts-grid.has-featured .post-card:first-child .post-card-excerpt {
    -webkit-line-clamp: 4;
  }
}
