/*
 Theme Name: DrugSetu Child
 Theme URI: https://drugsetu.com/
 Description: Custom child theme for DrugSetu - India's Medicine Information Infrastructure
 Author: DrugSetu
 Author URI: https://drugsetu.com/
 Template: astra
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: drugsetu-child
*/

/* ═══════════════════════════════════════════
   DRUGSETU CHILD THEME STYLES

   ═══════════════════════════════════════════ */


 /* ─────────────────────────────────────────
   DESIGN TOKENS
───────────────────────────────────────── */
    :root {
      --night: #060818;
      --night-2: #0A0F20;
      --night-3: #0F1628;
      --white: #FFFFFF;
      --surface: #F7F8FC;
      --surface-2: #EEF0F8;
      --surface-card: #FFFFFF;
      --text-primary: #0A0E1A;
      --text-secondary: #4B5468;
      --text-tertiary: #8891A4;
      --text-inverted: #FFFFFF;
      --text-inv-2: rgba(255, 255, 255, 0.65);
      --text-inv-3: rgba(255, 255, 255, 0.38);
      --blue: #2563EB;
      --blue-lt: #3B82F6;
      --blue-dim: rgba(37, 99, 235, 0.12);
      --teal: #0D9488;
      --teal-lt: #14B8A6;
      --teal-dim: rgba(13, 148, 136, 0.12);
      --saffron: #F59E0B;
      --saffron-dim: rgba(245, 158, 11, 0.12);
      --border: rgba(10, 14, 26, 0.08);
      --border-md: rgba(10, 14, 26, 0.12);
      --border-inv: rgba(255, 255, 255, 0.08);
      --border-inv-md: rgba(255, 255, 255, 0.13);
      --shadow-sm: 0 1px 3px rgba(10, 14, 26, 0.06), 0 1px 2px rgba(10, 14, 26, 0.04);
      --shadow-md: 0 4px 16px rgba(10, 14, 26, 0.08), 0 2px 6px rgba(10, 14, 26, 0.05);
      --shadow-lg: 0 12px 40px rgba(10, 14, 26, 0.10), 0 4px 12px rgba(10, 14, 26, 0.06);
      --shadow-xl: 0 24px 64px rgba(10, 14, 26, 0.13);
      --shadow-blue: 0 8px 32px rgba(37, 99, 235, 0.22);
      --f-body: 'Plus Jakarta Sans', system-ui, sans-serif;
      --f-serif: 'Instrument Serif', Georgia, serif;
      --ease: cubic-bezier(0.22, 1, 0.36, 1);
      --ease-std: cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* Dark Mode Overrides */
    [data-theme="dark"] {
      --white: #060818;
      --surface: #0A0F20;
      --surface-2: #0F1628;
      --surface-card: #0A0F20;
      --text-primary: #FFFFFF;
      --text-secondary: #A0ABC0;
      --text-tertiary: #64748B;
      --text-inverted: #0A0E1A;
      --text-inv-2: rgba(10, 14, 26, 0.65);
      --text-inv-3: rgba(10, 14, 26, 0.38);
      --border: rgba(255, 255, 255, 0.08);
      --border-md: rgba(255, 255, 255, 0.12);
      --border-inv: rgba(10, 14, 26, 0.08);
      --border-inv-md: rgba(10, 14, 26, 0.13);
      --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.2);
      --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.3);
      --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.4);
      --shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.5);
    }

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

    html {
      font-size: 16px;
      scroll-behavior: smooth;
      scroll-padding-top: 70px;
    }

    body {
      font-family: var(--f-body);
      background: var(--white);
      color: var(--text-primary);
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
    }

    ::selection {
      background: var(--blue);
      color: #fff;
    }

    ::-webkit-scrollbar {
      width: 3px;
    }

    ::-webkit-scrollbar-track {
      background: var(--surface);
    }

    ::-webkit-scrollbar-thumb {
      background: var(--blue);
      border-radius: 3px;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img,
    svg {
      display: block;
    }
/* Default = normal logo */
.logo-white {
  display: none;
}

/* When nav is transparent (top state) */
#nav.nav-transparent:not(.scrolled) .logo-default {
  display: none;
}

#nav.nav-transparent:not(.scrolled) .logo-white {
  display: block;
}

/* When scrolled OR solid nav */
#nav.scrolled .logo-default {
  display: block;
}

#nav.scrolled .logo-white {
  display: none;
}
.nav-logo img {
	width: 154px;
}
.blog-hero-banner {
  position: relative;
  width: 100%;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-hero-banner .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.3),
    rgba(0,0,0,0.75)
  );
}

.blog-hero-banner .hero-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  padding: 40px 20px;
  color: #fff;
}

.blog-hero-banner h1 {
  font-size: clamp(28px, 5vw, 52px);
  line-height: 1.2;
  margin-bottom: 16px;
  color: #fff;
}

.blog-hero-banner p {
  font-size: 16px;
  opacity: 0.9;
}
    /* ─────────────────────────────────────────
   PRELOADER
───────────────────────────────────────── */
    #preloader {
      position: fixed;
      inset: 0;
      z-index: 10000;
      background: var(--night);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: opacity 0.6s var(--ease), visibility 0.6s;
    }

    #preloader.hide {
      opacity: 0;
      visibility: hidden;
    }

    .preloader-logo {
      width: 48px;
      height: 48px;
      background: linear-gradient(135deg, var(--saffron) 0%, var(--blue) 50%, var(--teal) 100%);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
      animation: pulseLogo 1.5s ease-in-out infinite alternate;
    }

    .preloader-logo svg {
      width: 24px;
      height: 24px;
    }

    .preloader-bar-bg {
      width: 160px;
      height: 2px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 2px;
      overflow: hidden;
    }

    .preloader-bar {
      height: 100%;
      width: 0%;
      background: linear-gradient(90deg, var(--saffron), var(--blue), var(--teal));
      border-radius: 2px;
      transition: width 0.3s ease-out;
    }

    @keyframes pulseLogo {
      0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.4);
      }

      100% {
        transform: scale(1.05);
        box-shadow: 0 0 20px 0 rgba(37, 99, 235, 0.1);
      }
    }
.ast-icon.icon-arrow {
    position: absolute;
    top: 35%;
    left: 28%;
    transform: translate(-24%, -5%);
}
.post-bottom-cta {
    display: flex;
    gap: 20px;
}
    /* ─────────────────────────────────────────
   PROGRESS
───────────────────────────────────────── */
    #progress {
      position: fixed;
      top: 0;
      left: 0;
      height: 2px;
      z-index: 9999;
      background: linear-gradient(90deg, var(--saffron), var(--blue), var(--teal));
      width: 0%;
      transition: width .06s linear;
      border-radius: 0 1px 1px 0;
      will-change: width;
      contain: layout style;
      backface-visibility: hidden;
    }

    /* ─────────────────────────────────────────
   THEME TOGGLE
───────────────────────────────────────── */
    .theme-toggle {
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid var(--border-inv);
      color: var(--text-inverted);
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s var(--ease);
      margin-left: 10px;
    }

    .theme-toggle:hover {
      background: rgba(255, 255, 255, 0.2);
      transform: scale(1.05);
    }

    nav.scrolled .theme-toggle {
      background: var(--surface-2);
      border-color: var(--border);
      color: var(--text-primary);
    }

    nav.scrolled .theme-toggle:hover {
      background: var(--surface);
      border-color: var(--blue);
      color: var(--blue);
    }

    .theme-toggle svg {
      width: 16px;
      height: 16px;
      transition: transform 0.3s var(--ease);
    }

    [data-theme="dark"] .theme-toggle .icon-sun {
      display: none;
    }

    [data-theme="light"] .theme-toggle .icon-moon {
      display: none;
    }

    [data-theme="dark"] .theme-toggle {
      background: var(--surface-2);
      border-color: var(--border);
      color: var(--text-primary);
    }

    [data-theme="dark"] nav.scrolled .theme-toggle {
      background: rgba(255, 255, 255, 0.05);
      border-color: rgba(255, 255, 255, 0.1);
      color: #fff;
    }

    /* ─────────────────────────────────────────
   TOP BANNER
───────────────────────────────────────── */
    #top-banner {
      background: linear-gradient(90deg, #FF9933 0%, #FFFFFF 50%, #138808 100%);
      position: relative;
      z-index: 900;
    }

    .top-banner-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 9px 5%;
      gap: 10px;
      position: relative;
      background: rgba(6, 8, 24, 0.88);
	  height: 60px;
    }

    .top-banner-text {
      font-size: 0.78rem;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.82);
      letter-spacing: 0.01em;
      display: flex;
      align-items: center;
      gap: 8px;
	  margin: 0;
    }

    .top-banner-text strong {
      color: #fff;
      font-weight: 700;
    }

    .top-banner-dismiss {
      position: absolute;
      right: 5%;
      background: none;
      border: none;
      cursor: pointer;
      color: rgba(255, 255, 255, 1);
      font-size: 1.5rem;
      line-height: 1;
      transition: color 0.2s;
      padding: 4px;
    }

    .top-banner-dismiss:hover {
      color: rgba(255, 255, 255, 0.8);
	  background-color: transparent;
    }

    /* ─────────────────────────────────────────
   NAV
───────────────────────────────────────── */
    nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 800;
      height: 62px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 5%;
      transition: all 0.4s var(--ease);
      will-change: transform;
      backface-visibility: hidden;
      contain: layout style;
    }

    nav.with-banner {
      top: 38px;
    }

    nav::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(6, 8, 24, 0);
      backdrop-filter: blur(0px);
      border-bottom: 1px solid transparent;
      transition: all 0.4s var(--ease);
      z-index: -1;
    }

    nav.scrolled::before {
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(20px) saturate(180%);
      border-bottom-color: var(--border);
    }

    nav.scrolled .nav-logo-text {
      color: var(--text-primary);
    }

    nav.scrolled .nav-logo-accent {
      color: var(--blue);
    }

    nav.scrolled .nav-link {
      color: var(--text-secondary);
    }

    nav.scrolled .nav-link:hover {
      color: var(--blue);
    }

    nav.scrolled .nav-cta-ghost {
      color: var(--text-primary);
      border-color: var(--border-md);
    }

    nav.scrolled .nav-cta-ghost:hover {
      border-color: var(--blue);
      color: var(--blue);
      background: var(--blue-dim);
    }

    .nav-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;
    border-radius: 3px;
    }

    .nav-logo-wordmark {
      height: 30px;
      width: auto;
      object-fit: contain;
      filter: drop-shadow(0 2px 10px rgba(79, 70, 229, 0.18));
    }

    .nav-logo-mark {
      width: 32px;
      height: 32px;
      background: linear-gradient(135deg, var(--saffron) 0%, var(--blue) 50%, var(--teal) 100%);
      border-radius: 9px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
    }

    .nav-logo-mark svg {
      width: 17px;
      height: 17px;
    }

    .nav-logo-text {
      font-size: 1.05rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      color: var(--text-inverted);
      transition: color 0.4s;
      display: none;
    }

    .nav-logo-accent {
      color: #FCD34D;
      transition: color 0.4s;
    }

    .nav-center {
      display: flex;
      align-items: center;
      gap: 28px;
      list-style: none;
      margin-bottom: 0;
    }

    .nav-link {
      font-size: 0.82rem;
      font-weight: 500;
      color: var(--text-inv-2);
      letter-spacing: -0.01em;
      transition: color 0.2s;
      cursor: pointer;
    }

    .nav-link:hover {
      color: var(--text-inverted);
    }

    .nav-right {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .nav-cta-ghost {
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: -0.01em;
      color: var(--text-inv-2);
      border: 1.5px solid var(--border-inv);
      padding: 7px 18px;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.25s var(--ease);
      background: none;
    }

    .nav-cta-ghost:hover {
      color: var(--text-inverted);
      border-color: var(--border-inv-md);
      background: rgba(255, 255, 255, 0.08);
    }

    .nav-cta-solid {
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: -0.01em;
      background: var(--blue);
      color: #fff;
      padding: 7px 20px;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.25s var(--ease);
      border: none;
      box-shadow: 0 1px 3px rgba(37, 99, 235, 0.4);
    }

    .nav-cta-solid:hover {
      background: var(--blue-lt);
      transform: translateY(-1px);
      box-shadow: var(--shadow-blue);
		color: #fff;
    }

    /* ─────────────────────────────────────────
   MOBILE MENU
───────────────────────────────────────── */
    .mobile-toggle {
      display: none;
      background: none;
      border: none;
      color: var(--text-inverted);
      width: 40px;
      height: 40px;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      margin-left: 8px;
      padding: 0;
    }

    nav.scrolled .mobile-toggle {
      color: var(--text-primary);
    }

    .mobile-toggle svg {
      width: 24px;
      height: 24px;
    }

    .mobile-menu {
      position: fixed;
      inset: 0;
      z-index: 9000;
      background: rgba(6, 8, 24, 0.4);
      backdrop-filter: blur(8px);
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s var(--ease);
    }

    .mobile-menu.open {
      opacity: 1;
      visibility: visible;
    }

    .mobile-menu-inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 85%;
      max-width: 360px;
      background: var(--surface);
      box-shadow: var(--shadow-xl);
      transform: translateX(100%);
      transition: transform 0.4s var(--ease);
      display: flex;
      flex-direction: column;
    }

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

    .mobile-menu-header {
      padding: 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid var(--border);
    }

    .mobile-close {
      background: rgba(10, 14, 26, 0.05);
      border: none;
	  padding: 0;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--text-primary);
      cursor: pointer;
    }

    .mobile-links {
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 16px;
      flex: 1;
      overflow-y: auto;
    }

    .mobile-link {
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--text-primary);
      padding: 12px 16px;
      border-radius: 8px;
      transition: background 0.2s;
    }

    .mobile-link:hover,
    .mobile-link:active {
      background: var(--border);
      color: var(--blue);
    }

    .mobile-footer {
      padding: 24px;
      border-top: 1px solid var(--border);
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .mobile-link--signin {
      text-align: center;
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--text-secondary);
      border: 1.5px solid var(--border);
      border-radius: 8px;
      padding: 10px 16px;
    }

    .mobile-link--signin:hover {
      background: var(--border);
      color: var(--blue);
    }

    /* Resources dropdown (desktop) */
    .nav-dropdown {
      position: relative;
    }

    .nav-link--dropdown {
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .nav-dropdown-arrow {
      transition: transform 0.2s;
    }

    .nav-dropdown:hover .nav-dropdown-arrow {
      transform: rotate(180deg);
    }

    .nav-dropdown-menu {
      position: absolute;
      top: calc(100% + 12px);
      left: 50%;
      transform: translateX(-50%);
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 10px;
      box-shadow: var(--shadow-xl);
      min-width: 160px;
      padding: 6px;
      list-style: none;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
      transform: translateX(-50%) translateY(-4px);
    }

    .nav-dropdown:hover .nav-dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateX(-50%) translateY(0);
    }

    .nav-dropdown-menu li a {
      display: block;
      padding: 8px 14px;
      font-size: 0.82rem;
      font-weight: 500;
      color: var(--text-primary);
      border-radius: 7px;
      transition: background 0.15s, color 0.15s;
    }

    .nav-dropdown-menu li a:hover {
      background: var(--border);
      color: var(--blue);
    }

    /* Mobile Resources accordion */
    .mobile-link-group {
      display: flex;
      flex-direction: column;
    }

    .mobile-link-toggle {
      width: 100%;
      text-align: left;
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-family: inherit;
    }

    .mobile-toggle-arrow {
      transition: transform 0.25s;
      flex-shrink: 0;
    }

    .mobile-link-toggle[aria-expanded="true"] .mobile-toggle-arrow {
      transform: rotate(180deg);
    }

    .mobile-sub-links {
      display: none;
      flex-direction: column;
      gap: 4px;
      padding-left: 16px;
      margin-top: 4px;
    }

    .mobile-sub-links.open {
      display: flex;
    }

    .mobile-sub-link {
      font-size: 0.95rem !important;
      padding: 8px 12px !important;
      color: var(--text-secondary) !important;
    }

    /* Responsive overrides */
    @media (max-width: 990px) {
.pricing-banner {
    padding: 30px 24px !important;
}
      .nav-center,
      .nav-right .nav-link {
        display: none;
      }
		.btn-group-main {
    display: none;
}
      .mobile-toggle {
        display: flex;
      }
    }

    /* ─────────────────────────────────────────
   HERO
───────────────────────────────────────── */
    #hero {
      min-height: 100vh;
      background: var(--night);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 140px 5% 100px;
      position: relative;
      overflow: hidden;
    }

    .hero-mesh {
      position: absolute;
      inset: 0;
      z-index: 0;
      background:
        radial-gradient(ellipse 70% 55% at 15% 45%, rgba(245, 158, 11, 0.10) 0%, transparent 55%),
        radial-gradient(ellipse 65% 55% at 50% 60%, rgba(37, 99, 235, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 55% 50% at 85% 40%, rgba(13, 148, 136, 0.14) 0%, transparent 50%),
        radial-gradient(ellipse 45% 40% at 50% 90%, rgba(37, 99, 235, 0.10) 0%, transparent 50%),
        var(--night);
      animation: meshShift 14s ease-in-out infinite alternate;
      will-change: transform, opacity;
      backface-visibility: hidden;
      transform: translateZ(0);
    }

    @keyframes meshShift {
      0% {
        opacity: 1;
      }

      50% {
        opacity: 0.82;
      }

      100% {
        opacity: 1;
      }
    }

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

    .hero-grid {
      position: absolute;
      inset: 0;
      z-index: 1;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
      background-size: 64px 64px;
      mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 30%, transparent 75%);
      pointer-events: none;
    }

    .hero-orb {
      position: absolute;
      z-index: 1;
      border-radius: 50%;
      filter: blur(80px);
      pointer-events: none;
      animation: orbFloat 9s ease-in-out infinite;
      will-change: transform;
      backface-visibility: hidden;
      transform: translateZ(0);
      contain: layout style;
    }

    .orb-1 {
      width: 480px;
      height: 480px;
      background: radial-gradient(circle, rgba(37, 99, 235, 0.20) 0%, transparent 65%);
      top: -80px;
      left: -80px;
      animation-delay: 0s;
    }

    .orb-2 {
      width: 380px;
      height: 380px;
      background: radial-gradient(circle, rgba(13, 148, 136, 0.16) 0%, transparent 65%);
      bottom: -60px;
      right: -60px;
      animation-delay: -4.5s;
    }

    .orb-3 {
      width: 280px;
      height: 280px;
      background: radial-gradient(circle, rgba(245, 158, 11, 0.12) 0%, transparent 65%);
      top: 40%;
      right: 12%;
      animation-delay: -2.5s;
    }

    @keyframes orbFloat {

      0%,
      100% {
        transform: translate(0, 0) scale(1);
      }

      33% {
        transform: translate(18px, -14px) scale(1.04);
      }

      66% {
        transform: translate(-10px, 9px) scale(0.97);
      }
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 100px;
      padding: 5px 14px 5px 6px;
      margin-bottom: 14px;
      backdrop-filter: blur(8px);
    }

    .badge-dot {
      width: 20px;
      height: 20px;
      background: linear-gradient(135deg, var(--saffron), var(--blue), var(--teal));
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .badge-dot::after {
      content: '';
      width: 6px;
      height: 6px;
      background: #fff;
      border-radius: 50%;
    }

    .hero-badge-text {
      font-size: 0.78rem;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.75);
      letter-spacing: 0.01em;
    }

    .hero-tag-row {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-bottom: 32px;
      flex-wrap: wrap;
    }

    .hero-tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.09);
      border-radius: 6px;
      padding: 4px 10px;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.5);
    }

    .hero-tag-sep {
      color: rgba(255, 255, 255, 0.15);
      font-size: 0.7rem;
    }

    .hero-h1 {
      font-size: clamp(2.4rem, 5vw, 4.5rem);
      font-weight: 800;
      line-height: 1.08;
      letter-spacing: -0.03em;
      color: var(--text-inverted);
      margin-bottom: 24px;
    }

    .hero-h1 .accent {
      font-family: var(--f-serif);
      font-style: italic;
      font-weight: 400;
      background: linear-gradient(135deg, #FCD34D 0%, #60A5FA 50%, #2DD4BF 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      letter-spacing: -0.01em;
    }

    .hero-sub {
      font-size: 1.05rem;
      font-weight: 300;
      line-height: 1.78;
      letter-spacing: -0.01em;
      color: var(--text-inv-2);
      max-width: 660px;
      margin: 0 auto 40px;
    }

    .hero-actions {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-bottom: 16px;
    }

    .btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: var(--f-body);
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: -0.01em;
      background: var(--blue);
      color: #fff;
      border: none;
      cursor: pointer;
      padding: 13px 28px;
      border-radius: 10px;
      transition: all 0.3s var(--ease);
      box-shadow: 0 2px 8px rgba(37, 99, 235, 0.4), 0 0 0 1px rgba(37, 99, 235, 0.5);
    }

    .btn-primary:hover {
      background: var(--blue-lt);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(37, 99, 235, 0.35), 0 0 0 1px rgba(59, 130, 246, 0.6);
		color: #fff;
    }

    .btn-primary svg {
      transition: transform 0.25s var(--ease);
    }

    .btn-primary:hover svg {
      transform: translateX(3px);
    }

    .btn-secondary {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: var(--f-body);
      font-size: 0.9rem;
      font-weight: 600;
      letter-spacing: -0.01em;
      color: rgba(255, 255, 255, 0.72);
      background: rgba(255, 255, 255, 0.06);
      border: 1.5px solid rgba(255, 255, 255, 0.13);
      cursor: pointer;
      padding: 13px 28px;
      border-radius: 10px;
      transition: all 0.3s var(--ease);
    }

    .btn-secondary:hover {
      color: #fff;
      background: rgba(255, 255, 255, 0.10);
      border-color: rgba(255, 255, 255, 0.22);
    }

    .hero-cta-note {
      font-size: 0.72rem;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.28);
      letter-spacing: 0.01em;
      margin-bottom: 56px;
    }

    .hero-stats {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.03);
      backdrop-filter: blur(12px);
      overflow: hidden;
      max-width: 720px;
      margin: 0 auto;
    }

    .hero-stat {
      flex: 1;
      padding: 20px 20px;
      text-align: center;
      border-right: 1px solid rgba(255, 255, 255, 0.07);
    }

    .hero-stat:last-child {
      border-right: none;
    }

    .hero-stat-num {
      font-size: 1.5rem;
      font-weight: 800;
      letter-spacing: -0.04em;
      background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.7) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1;
      margin-bottom: 5px;
    }

    .hero-stat-label {
      font-size: 0.7rem;
      font-weight: 500;
      color: var(--text-inv-3);
      letter-spacing: 0.01em;
      line-height: 1.4;
    }

    .hero-scroll {
      position: absolute;
      bottom: 32px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 6px;
      animation: fadeInUp 1s var(--ease) 1.5s both;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
      }

      to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
      }
    }

    .scroll-line {
      width: 1px;
      height: 36px;
      background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.3));
      animation: scrollDrop 2s ease-in-out infinite;
    }

    @keyframes scrollDrop {

      0%,
      100% {
        opacity: 0.3;
        transform: scaleY(0.5);
        transform-origin: top;
      }

      50% {
        opacity: 1;
        transform: scaleY(1);
      }
    }

    .scroll-label {
      font-size: 0.62rem;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.22);
    }

    /* ─────────────────────────────────────────
   TICKER STRIP
───────────────────────────────────────── */
    .ticker-wrap {
      background: linear-gradient(90deg, var(--blue) 0%, var(--teal) 100%);
      padding: 11px 0;
      overflow: hidden;
    }

    .ticker-track {
      display: flex;
      animation: tickerRoll 35s linear infinite;
      white-space: nowrap;
      will-change: transform;
      backface-visibility: hidden;
      transform: translateZ(0);
    }

    .ticker-item {
      display: inline-flex;
      align-items: center;
      gap: 26px;
      padding: 0 26px;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.88);
    }

    .ticker-sep {
      width: 3px;
      height: 3px;
      background: rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      flex-shrink: 0;
    }

    @keyframes tickerRoll {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-50%);
      }
    }

    /* ─────────────────────────────────────────
   SHARED SECTION TOKENS
───────────────────────────────────────── */
    .section {
      padding: 104px 5%;
    }

    .section-alt {
      background: var(--surface);
    }

    .section-dark {
      background: var(--night-2);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--blue);
      margin-bottom: 16px;
    }

    .eyebrow::before {
      content: '';
      width: 16px;
      height: 2px;
      background: var(--blue);
      border-radius: 2px;
      flex-shrink: 0;
    }

    .eyebrow.teal {
      color: var(--teal);
    }

    .eyebrow.teal::before {
      background: var(--teal);
    }

    .eyebrow.saffron {
      color: var(--saffron);
    }

    .eyebrow.saffron::before {
      background: var(--saffron);
    }

    .eyebrow.light {
      color: var(--teal-lt);
    }

    .eyebrow.light::before {
      background: var(--teal-lt);
    }

    .h2 {
      font-size: clamp(1.9rem, 3.2vw, 2.85rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.12;
      color: var(--text-primary);
      margin-bottom: 16px;
    }

    .h2 em {
      font-family: var(--f-serif);
      font-style: italic;
      font-weight: 400;
      color: var(--blue);
      letter-spacing: -0.01em;
    }

    .h2.light {
      color: #fff;
    }

    .h2.light em {
      color: #60A5FA;
    }

    .lead {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.78;
      letter-spacing: -0.01em;
      color: var(--text-secondary);
      max-width: 560px;
    }

    .lead.light {
      color: var(--text-inv-2);
    }

    /* ─────────────────────────────────────────
   REVEAL
───────────────────────────────────────── */
    .rv {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
      will-change: opacity, transform;
      backface-visibility: hidden;
    }

    .rv.on {
      will-change: auto;
    }

    .rv.on {
      opacity: 1;
      transform: translateY(0);
    }

    .d1 {
      transition-delay: 0.08s;
    }

    .d2 {
      transition-delay: 0.16s;
    }

    .d3 {
      transition-delay: 0.24s;
    }

    .d4 {
      transition-delay: 0.32s;
    }

    .d5 {
      transition-delay: 0.40s;
    }

    .d6 {
      transition-delay: 0.48s;
    }

    /* ─────────────────────────────────────────
   AUDIENCE SEGMENTATION
───────────────────────────────────────── */
    #audience {
      background: var(--white);
    }

    .audience-header {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: end;
      margin-bottom: 56px;
    }

    .audience-desc {
      font-size: 0.9rem;
      font-weight: 400;
      line-height: 1.78;
      color: var(--text-secondary);
      margin-top: 16px;
    }

    .audience-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .aud-card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 36px 30px;
      position: relative;
      overflow: hidden;
      cursor: default;
      transition: all 0.3s var(--ease);
      display: flex;
      flex-direction: column;
    }

    .aud-card:hover {
      background: var(--white);
      border-color: rgba(37, 99, 235, 0.25);
      box-shadow: var(--shadow-md);
      transform: translateY(-3px);
    }

    .aud-card-accent {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      border-radius: 16px 16px 0 0;
    }

    .accent-blue {
      background: linear-gradient(90deg, var(--blue), var(--blue-lt));
    }

    .accent-teal {
      background: linear-gradient(90deg, var(--teal), var(--teal-lt));
    }

    .accent-saffron {
      background: linear-gradient(90deg, var(--saffron), #FBBF24);
    }

    .aud-icon {
      width: 44px;
      height: 44px;
      border-radius: 11px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      flex-shrink: 0;
    }

    .aud-icon-blue {
      background: var(--blue-dim);
    }

    .aud-icon-teal {
      background: var(--teal-dim);
    }

    .aud-icon-saffron {
      background: var(--saffron-dim);
    }

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

    .aud-title {
      font-size: 1.05rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      margin-bottom: 12px;
      line-height: 1.3;
    }

    .aud-body {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.75;
      color: var(--text-secondary);
      flex: 1;
      margin-bottom: 24px;
    }

    .aud-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: -0.01em;
      color: var(--blue);
      transition: gap 0.2s var(--ease);
      cursor: pointer;
    }

    .aud-link.teal {
      color: var(--teal);
    }

    .aud-link.saffron {
      color: var(--saffron);
    }

    .aud-link:hover {
      gap: 10px;
    }

    /* ─────────────────────────────────────────
   PLATFORM FACTS STRIP
───────────────────────────────────────── */
    .facts-strip {
      background: linear-gradient(90deg, var(--blue) 0%, #1D4ED8 50%, var(--teal) 100%);
      padding: 0;
      overflow: hidden;
    }

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

    .fact-item {
      padding: 36px 32px;
      text-align: center;
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      position: relative;
      transition: background 0.25s;
      cursor: default;
    }

    .fact-item:hover {
      background: rgba(255, 255, 255, 0.06);
    }

    .fact-item:last-child {
      border-right: none;
    }

    .fact-num {
      font-size: 1.8rem;
      font-weight: 800;
      letter-spacing: -0.04em;
      color: #fff;
      line-height: 1;
      margin-bottom: 8px;
    }

    .fact-label {
      font-size: 0.75rem;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.65);
      letter-spacing: 0.01em;
      line-height: 1.5;
    }

    /* ─────────────────────────────────────────
   TRUST STRIP
───────────────────────────────────────── */
    .trust-strip {
      background: var(--surface);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      padding: 20px 5%;
      overflow: hidden;
    }

    .trust-track {
      display: flex;
      gap: 48px;
      animation: trustRoll 25s linear infinite;
      white-space: nowrap;
      will-change: transform;
      backface-visibility: hidden;
      transform: translateZ(0);
    }

    .trust-item {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.03em;
      color: var(--text-tertiary);
      flex-shrink: 0;
    }

    .trust-dot {
      width: 5px;
      height: 5px;
      background: var(--blue);
      border-radius: 50%;
      flex-shrink: 0;
    }

    @keyframes trustRoll {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-50%);
      }
    }

    /* ─────────────────────────────────────────
   WHY NOW BANNER
───────────────────────────────────────── */
    #why-now {
      background: var(--night);
      padding: 88px 5%;
      position: relative;
      overflow: hidden;
    }

    #why-now::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 60% 70% at 15% 50%, rgba(245, 158, 11, 0.08) 0%, transparent 55%),
        radial-gradient(ellipse 55% 60% at 85% 50%, rgba(37, 99, 235, 0.12) 0%, transparent 50%);
      pointer-events: none;
    }

    .why-inner {
      position: relative;
      z-index: 1;
      max-width: 820px;
      margin: 0 auto;
      text-align: center;
    }

    .why-quote {
      font-size: clamp(1.45rem, 2.8vw, 2.4rem);
      font-weight: 700;
      letter-spacing: -0.03em;
      line-height: 1.28;
      color: #fff;
      margin-bottom: 28px;
    }

    .why-quote em {
      font-family: var(--f-serif);
      font-style: italic;
      font-weight: 400;
      color: #FCD34D;
    }

    .why-body {
      font-size: 0.95rem;
      font-weight: 400;
      line-height: 1.82;
      color: var(--text-inv-2);
      max-width: 660px;
      margin: 0 auto 0;
    }

    .why-body p {
      margin-bottom: 14px;
    }

    .why-body p:last-child {
      margin-bottom: 0;
    }

    .why-highlight {
      margin-top: 32px;
      display: inline-block;
      padding: 14px 28px;
      background: rgba(245, 158, 11, 0.1);
      border: 1px solid rgba(245, 158, 11, 0.25);
      border-radius: 10px;
      font-size: 0.9rem;
      font-weight: 600;
      color: #FCD34D;
      letter-spacing: -0.01em;
    }

    /* ─────────────────────────────────────────
   THE CHALLENGE
───────────────────────────────────────── */
    #challenge {
      background: var(--white);
    }

    .challenge-top {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: end;
      margin-bottom: 64px;
    }

    .challenge-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5px;
      border-radius: 16px;
      overflow: hidden;
      background: var(--border);
      box-shadow: var(--shadow-md);
    }

    .ch-card {
      background: var(--white);
      padding: 36px 32px;
      position: relative;
      overflow: hidden;
      cursor: default;
      transition: background 0.3s var(--ease);
    }

    .ch-card:hover {
      background: var(--surface);
    }

    .ch-card-accent {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--blue), var(--teal));
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.5s var(--ease);
    }

    .ch-card:hover .ch-card-accent {
      transform: scaleX(1);
    }

    .ch-n {
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--text-tertiary);
      margin-bottom: 14px;
    }

    .ch-icon {
      width: 40px;
      height: 40px;
      background: var(--surface);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
      transition: background 0.3s;
    }

    .ch-card:hover .ch-icon {
      background: var(--blue-dim);
    }

    .ch-icon svg {
      width: 18px;
      height: 18px;
    }

    .ch-title {
      font-size: 1.02rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .ch-body {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.75;
      color: var(--text-secondary);
    }

    .challenge-resolution {
      margin-top: 48px;
      padding: 36px 40px;
      background: linear-gradient(135deg, var(--blue-dim), var(--teal-dim));
      border: 1px solid rgba(37, 99, 235, 0.2);
      border-radius: 16px;
      display: flex;
      gap: 24px;
      align-items: flex-start;
    }

    .resolution-icon {
      width: 44px;
      height: 44px;
      flex-shrink: 0;
      background: var(--blue);
      border-radius: 11px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: var(--shadow-blue);
    }

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

    .resolution-text h3 {
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      margin-bottom: 8px;
    }

    .resolution-text p {
      font-size: 0.9rem;
      line-height: 1.72;
      color: var(--text-secondary);
    }

    /* ─────────────────────────────────────────
   API PLATFORM
───────────────────────────────────────── */
    #api {
      background: var(--surface);
    }

    .api-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 96px;
      align-items: start;
    }

    .api-capabilities {
      margin-top: 32px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .api-cap {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 16px 18px;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 10px;
      cursor: default;
      transition: all 0.25s var(--ease);
    }

    .api-cap:hover {
      border-color: rgba(37, 99, 235, 0.25);
      box-shadow: var(--shadow-sm);
      transform: translateX(4px);
    }

    .api-cap-icon {
      width: 32px;
      height: 32px;
      flex-shrink: 0;
      background: var(--blue-dim);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .api-cap-icon svg {
      width: 15px;
      height: 15px;
    }

    .api-cap-body {
      flex: 1;
    }

    .api-cap-title {
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: -0.015em;
      margin-bottom: 3px;
    }

    .api-cap-text {
      font-size: 0.8rem;
      color: var(--text-tertiary);
      line-height: 1.6;
      letter-spacing: -0.005em;
    }

    /* Code preview */
    .api-code-preview {
      background: var(--night-3);
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 16px;
      overflow: hidden;
      box-shadow: var(--shadow-xl);
      position: sticky;
      top: 100px;
    }

    .code-header {
      display: flex;
      align-items: center;
      padding: 12px 16px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
      gap: 8px;
    }

    .code-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }

    .dot-red {
      background: #EF4444;
    }

    .dot-yellow {
      background: #F59E0B;
    }

    .dot-green {
      background: #10B981;
    }

    .code-title-bar {
      margin-left: 8px;
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.3);
    }

    .code-tabs {
      display: flex;
      gap: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .code-tab {
      padding: 10px 20px;
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.02em;
      color: rgba(255, 255, 255, 0.35);
      cursor: pointer;
      border-right: 1px solid rgba(255, 255, 255, 0.05);
      transition: all 0.2s;
    }

    .code-tab.active {
      color: #60A5FA;
      background: rgba(37, 99, 235, 0.1);
      border-bottom: 2px solid var(--blue);
    }

    .code-body {
      padding: 24px;
      font-family: 'Courier New', monospace;
      font-size: 0.78rem;
      line-height: 1.8;
    }

    .c-comment {
      color: rgba(255, 255, 255, 0.28);
    }

    .c-key {
      color: #93C5FD;
    }

    .c-str {
      color: #86EFAC;
    }

    .c-num {
      color: #FCD34D;
    }

    .c-method {
      color: #C4B5FD;
    }

    .c-url {
      color: #5EEAD4;
    }

    .c-punct {
      color: rgba(255, 255, 255, 0.45);
    }

    .code-response {
      padding: 16px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.07);
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .code-response-badge {
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 3px 8px;
      border-radius: 4px;
      background: rgba(16, 185, 129, 0.15);
      color: #6EE7B7;
    }

    .code-response-text {
      font-size: 0.72rem;
      color: rgba(255, 255, 255, 0.35);
      font-family: monospace;
    }

    .api-cta-row {
      margin-top: 32px;
      display: flex;
      gap: 12px;
      align-items: center;
    }

    /* Tab panels */
    .code-panel {
      display: none;
    }

    .code-panel.active {
      display: block;
    }

    .mock-panel {
      display: none;
    }

    .mock-panel.active {
      display: block;
    }

    /* Mock stats */
    .mock-stat-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-bottom: 14px;
    }

    .mock-stat-card {
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 10px;
      padding: 14px;
      text-align: center;
      cursor: default;
      transition: background 0.2s;
    }

    .mock-stat-card:hover {
      background: rgba(255, 255, 255, 0.07);
    }

    .mock-stat-num {
      font-size: 1.1rem;
      font-weight: 800;
      color: #fff;
      letter-spacing: -0.02em;
      margin-bottom: 3px;
    }

    .mock-stat-label {
      font-size: 0.62rem;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.35);
      letter-spacing: 0.02em;
    }

    /* Mock submission */
    .mock-submission {
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 10px;
      padding: 14px 16px;
      margin-bottom: 10px;
      cursor: default;
      transition: background 0.2s;
    }

    .mock-submission:hover {
      background: rgba(255, 255, 255, 0.07);
    }

    .mock-sub-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 6px;
    }

    .mock-sub-name {
      font-size: 0.82rem;
      font-weight: 700;
      color: #fff;
      letter-spacing: -0.01em;
    }

    .mock-sub-date {
      font-size: 0.62rem;
      color: rgba(255, 255, 255, 0.25);
    }

    .mock-sub-detail {
      font-size: 0.68rem;
      color: rgba(255, 255, 255, 0.3);
      font-family: monospace;
    }

    /* ─────────────────────────────────────────
   GOVERNANCE
───────────────────────────────────────── */
    #governance {
      background: var(--night-2);
      position: relative;
      overflow: hidden;
    }

    #governance::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 55% 55% at 80% 25%, rgba(37, 99, 235, 0.09) 0%, transparent 55%),
        radial-gradient(ellipse 45% 45% at 15% 75%, rgba(13, 148, 136, 0.07) 0%, transparent 50%);
      pointer-events: none;
    }

    .governance-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 96px;
      align-items: start;
      position: relative;
      z-index: 1;
    }

    .governance-left p {
      font-size: 0.925rem;
      line-height: 1.82;
      color: var(--text-inv-2);
      margin-bottom: 18px;
    }

    .governance-pillars {
      margin-top: 36px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .gov-pillar {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 16px 18px;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid var(--border-inv);
      border-radius: 10px;
      cursor: default;
      transition: all 0.25s;
    }

    .gov-pillar:hover {
      background: rgba(255, 255, 255, 0.07);
      border-color: var(--border-inv-md);
    }

    .gov-pillar-dot {
      width: 8px;
      height: 8px;
      flex-shrink: 0;
      border-radius: 50%;
      background: var(--teal-lt);
      margin-top: 5px;
    }

    .gov-pillar-text {
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.65;
      color: var(--text-inv-2);
    }

    .gov-pillar-text strong {
      color: #fff;
      font-weight: 600;
    }

    /* flow diagram */
    .governance-flow {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .gov-flow-node {
      padding: 22px 24px;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid var(--border-inv);
      border-radius: 12px;
      cursor: default;
      transition: all 0.25s;
      position: relative;
    }

    .gov-flow-node:hover {
      background: rgba(255, 255, 255, 0.07);
      border-color: var(--border-inv-md);
    }

    .gov-flow-label {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--text-inv-3);
      margin-bottom: 8px;
    }

    .gov-flow-title {
      font-size: 0.95rem;
      font-weight: 700;
      color: #fff;
      letter-spacing: -0.02em;
      margin-bottom: 6px;
    }

    .gov-flow-desc {
      font-size: 0.82rem;
      color: var(--text-inv-2);
      line-height: 1.6;
    }

    .gov-flow-arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 28px;
      position: relative;
    }

    .gov-flow-arrow::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 1px;
      background: linear-gradient(180deg, var(--border-inv), var(--border-inv-md));
    }

    .gov-flow-arrow svg {
      color: rgba(255, 255, 255, 0.25);
      position: relative;
      z-index: 1;
      animation: arrow-pulse 1.8s ease-in-out infinite;
    }

    @keyframes arrow-pulse {

      0%,
      100% {
        opacity: 0.4;
        transform: translateY(0)
      }

      50% {
        opacity: 1;
        transform: translateY(2px)
      }
    }

    .gov-flow-badge {
      position: absolute;
      top: 16px;
      right: 16px;
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 3px 8px;
      border-radius: 4px;
    }

    .badge-pharma {
      background: rgba(245, 158, 11, 0.15);
      color: #FCD34D;
    }

    .badge-review {
      background: rgba(37, 99, 235, 0.2);
      color: #93C5FD;
    }

    .badge-live {
      background: rgba(13, 148, 136, 0.2);
      color: #5EEAD4;
    }

    /* ─────────────────────────────────────────
   PRICING TEASER
───────────────────────────────────────── */
    #pricing-teaser {
      background: var(--white);
    }

    .pricing-banner {
      background: var(--night-3);
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 20px;
      padding: 64px 60px;
      position: relative;
      overflow: hidden;
      box-shadow: var(--shadow-xl);
    }

    .pricing-banner::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 65% 65% at 10% 50%, rgba(245, 158, 11, 0.10) 0%, transparent 55%),
        radial-gradient(ellipse 55% 55% at 90% 50%, rgba(37, 99, 235, 0.12) 0%, transparent 50%);
      pointer-events: none;
    }

    .pricing-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }

    .pricing-left h2 {
      font-size: clamp(1.6rem, 2.5vw, 2.2rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.15;
      color: #fff;
      margin-bottom: 16px;
    }

    .pricing-left h2 em {
      font-family: var(--f-serif);
      font-style: italic;
      font-weight: 400;
      color: #FCD34D;
    }

    .pricing-left p {
      font-size: 0.9rem;
      line-height: 1.78;
      color: var(--text-inv-2);
      margin-bottom: 28px;
    }

    .pricing-benefits {
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 32px;
    }

    .pb-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 0.875rem;
      color: var(--text-inv-2);
      line-height: 1.55;
    }

    .pb-icon {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
      margin-top: 1px;
      background: rgba(245, 158, 11, 0.15);
      border: 1px solid rgba(245, 158, 11, 0.3);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .pb-icon svg {
      width: 9px;
      height: 9px;
    }

    .pricing-note {
      font-size: 0.72rem;
      color: var(--text-inv-3);
      line-height: 1.6;
      font-style: italic;
      margin-top: 20px;
    }

    .pricing-right {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .pricing-card {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 14px;
      padding: 24px 24px;
      cursor: default;
      transition: all 0.3s;
    }

    .pricing-card:hover {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.16);
    }

    .pricing-card-label {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--text-inv-3);
      margin-bottom: 10px;
    }

    .pricing-card-title {
      font-size: 0.95rem;
      font-weight: 700;
      color: #fff;
      letter-spacing: -0.02em;
      margin-bottom: 6px;
    }

    .pricing-card-text {
      font-size: 0.82rem;
      color: var(--text-inv-2);
      line-height: 1.6;
    }

    .pricing-card-badge {
      margin-top: 12px;
      display: inline-block;
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 3px 8px;
      border-radius: 4px;
      background: rgba(245, 158, 11, 0.15);
      color: #FCD34D;
    }

    /* ─────────────────────────────────────────
   PHARMA DASHBOARD
───────────────────────────────────────── */
    #dashboard {
      background: var(--surface);
    }

    .dashboard-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 96px;
      align-items: start;
    }

    .dashboard-features {
      display: flex;
      flex-direction: column;
      gap: 0;
      margin-top: 32px;
    }

    .db-feature {
      display: grid;
      grid-template-columns: 28px 1fr;
      gap: 16px;
      padding: 20px 0;
      border-bottom: 1px solid var(--border);
      transition: all 0.25s var(--ease);
      cursor: default;
    }

    .db-feature:first-child {
      border-top: 1px solid var(--border);
    }

    .db-feature:hover {
      padding-left: 6px;
    }

    .db-feature-n {
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      color: var(--text-tertiary);
      padding-top: 3px;
      transition: color 0.25s;
    }

    .db-feature:hover .db-feature-n {
      color: var(--blue);
    }

    .db-feature-title {
      font-size: 0.925rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      margin-bottom: 5px;
      transition: color 0.25s;
    }

    .db-feature:hover .db-feature-title {
      color: var(--blue);
    }

    .db-feature-text {
      font-size: 0.845rem;
      color: var(--text-secondary);
      line-height: 1.7;
    }

    /* dashboard mock */
    .dashboard-mock {
      background: var(--night-3);
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 16px;
      overflow: hidden;
      box-shadow: var(--shadow-xl);
      position: sticky;
      top: 100px;
    }

    .mock-header {
      padding: 14px 18px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .mock-title {
      font-size: 0.75rem;
      font-weight: 700;
      color: rgba(255, 255, 255, 0.6);
      letter-spacing: 0.04em;
    }

    .mock-status {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 0.67rem;
      font-weight: 600;
      color: #6EE7B7;
    }

    .mock-status::before {
      content: '';
      width: 6px;
      height: 6px;
      background: #10B981;
      border-radius: 50%;
      animation: chip-pulse 2s ease-in-out infinite;
    }

    @keyframes chip-pulse {

      0%,
      100% {
        opacity: 1
      }

      50% {
        opacity: 0.4
      }
    }

    .mock-tabs {
      display: flex;
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .mock-tab {
      padding: 10px 18px;
      font-size: 0.72rem;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.3);
      cursor: pointer;
      transition: all 0.2s;
      border-right: 1px solid rgba(255, 255, 255, 0.05);
    }

    .mock-tab.active {
      color: #93C5FD;
      background: rgba(37, 99, 235, 0.1);
      border-bottom: 2px solid var(--blue);
    }

    .mock-body {
      padding: 20px 18px;
    }

    .mock-product {
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 10px;
      padding: 16px;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 14px;
      cursor: default;
      transition: background 0.2s;
    }

    .mock-product:hover {
      background: rgba(255, 255, 255, 0.07);
    }

    .mock-prod-img {
      width: 38px;
      height: 38px;
      background: rgba(37, 99, 235, 0.15);
      border-radius: 7px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .mock-prod-img svg {
      width: 18px;
      height: 18px;
    }

    .mock-prod-info {
      flex: 1;
    }

    .mock-prod-name {
      font-size: 0.82rem;
      font-weight: 700;
      color: #fff;
      letter-spacing: -0.01em;
      margin-bottom: 2px;
    }

    .mock-prod-salt {
      font-size: 0.68rem;
      color: rgba(255, 255, 255, 0.3);
      font-family: monospace;
    }

    .mock-prod-badge {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      padding: 3px 7px;
      border-radius: 4px;
    }

    .badge-live-green {
      background: rgba(16, 185, 129, 0.15);
      color: #6EE7B7;
    }

    .badge-review-blue {
      background: rgba(37, 99, 235, 0.18);
      color: #93C5FD;
    }

    .badge-pending {
      background: rgba(245, 158, 11, 0.15);
      color: #FCD34D;
    }

    .mock-workflow {
      margin-top: 16px;
      padding: 14px 16px;
      background: rgba(37, 99, 235, 0.08);
      border: 1px solid rgba(37, 99, 235, 0.2);
      border-radius: 10px;
    }

    .mock-workflow-label {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.35);
      margin-bottom: 10px;
    }

    .mock-workflow-steps {
      display: flex;
      align-items: center;
      gap: 0;
    }

    .wf-step {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      flex: 1;
      text-align: center;
    }

    .wf-step-dot {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.6rem;
      font-weight: 800;
    }

    .wf-done {
      background: var(--teal);
      color: #fff;
    }

    .wf-active {
      background: var(--blue);
      color: #fff;
      animation: chip-pulse 1.8s infinite;
    }

    .wf-pending {
      background: rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.3);
    }

    .wf-step-label {
      font-size: 0.6rem;
      color: rgba(255, 255, 255, 0.3);
      line-height: 1.3;
    }

    .wf-connector {
      flex: 1;
      height: 1px;
      background: rgba(255, 255, 255, 0.1);
      margin-bottom: 14px;
    }

    /* ─────────────────────────────────────────
   USE CASES
───────────────────────────────────────── */
    #use-cases {
      background: var(--white);
    }

    .use-cases-header {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: end;
      margin-bottom: 56px;
    }

    .use-cases-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .use-cases-layout {
      display: grid;
      grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
      gap: 22px;
      align-items: stretch;
    }

    .use-cases-left {
      min-width: 0;
    }

    .use-cases-eco {
      min-width: 0;
      border: 1px solid rgba(10, 14, 26, 0.07);
      border-radius: 16px;
      background: #ffffff;
      box-shadow: 0 8px 24px rgba(10, 14, 26, 0.05);
      padding: 12px;
      position: sticky;
      top: 100px;
      max-height: calc(100vh - 120px);
      overflow-y: auto;
      overflow-x: hidden;
    }

    .uc-eco-canvas {
      position: relative;
      width: 100%;
      min-height: 500px;
      border-radius: 12px;
      border: 1px solid rgba(10, 14, 26, 0.06);
      background: #ffffff;
      background-image: radial-gradient(#f8fafc 1px, transparent 1px);
      background-size: 24px 24px;
      overflow: hidden;
      -webkit-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
    }

    .uc-eco-badge {
      position: absolute;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      padding: 8px 16px;
      border-radius: 999px;
      border: 1px solid #e2e8f0;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: center;
      gap: 8px;
      z-index: 25;
      white-space: nowrap;
      max-width: calc(100% - 20px);
    }

    .uc-eco-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
      animation: uc-eco-pulse 2s ease-in-out infinite;
    }

    .uc-eco-badge-label {
      font-size: 13px;
      font-weight: 600;
      color: #334155;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    @keyframes uc-eco-pulse {
      0%,
      100% {
        box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
      }

      50% {
        box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.06);
      }
    }

    #uc-eco-svg {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 1;
      overflow: visible;
    }

    .uc-eco-c-base {
      fill: none;
      stroke: #e2e8f0;
      stroke-width: 2;
    }

    .uc-eco-c-flow {
      fill: none;
      stroke: #4f46e5;
      stroke-width: 2;
      stroke-dasharray: 8 12;
      stroke-linecap: round;
      opacity: 0.6;
      animation: uc-eco-dash 30s linear infinite;
    }

    .uc-eco-c-flow.rev {
      animation-direction: reverse;
    }

    @keyframes uc-eco-dash {
      to {
        stroke-dashoffset: -1000;
      }
    }

    .uc-eco-hub {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      border-radius: 999px;
      box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
      border: 1px solid #e2e8f0;
      z-index: 10;
      width: 200px;
      height: 100px;
    }

    .uc-eco-hub::before {
      content: none;
    }

    .uc-eco-hub-text {
      font-size: 20px;
      font-weight: 800;
      color: #4f46e5;
      letter-spacing: -0.5px;
    }

    .uc-eco-hub-img {
      max-width: 140px;
      max-height: 62px;
      object-fit: contain;
      display: none;
    }

    .uc-eco-node {
      position: absolute;
      width: 190px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      padding: 16px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      cursor: grab;
      touch-action: none;
      z-index: 20;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
      transition: box-shadow 0.2s, border-color 0.2s, transform 0.1s;
    }

    .uc-eco-node:hover {
      box-shadow: 0 10px 15px -3px rgba(79, 70, 229, 0.16);
      border-color: #4f46e5;
    }

    .uc-eco-node.drag {
      cursor: grabbing;
      transform: scale(0.98);
      box-shadow: 0 10px 15px -3px rgba(79, 70, 229, 0.2);
      border-color: #4f46e5;
      z-index: 40;
    }

    .uc-eco-node-header {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .uc-eco-node-info {
      display: flex;
      flex-direction: column;
    }

    .uc-eco-icon-box {
      min-width: 36px;
      width: 36px;
      height: 36px;
      border-radius: 10px;
      background: #f1f5f9;
      color: #4f46e5;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .uc-eco-icon-box svg {
      width: 17px;
      height: 17px;
    }

    .uc-eco-node-title {
      font-size: 14px;
      font-weight: 700;
      color: #1e293b;
      line-height: 1.2;
    }

    .uc-eco-node-desc {
      font-size: 11px;
      font-weight: 500;
      color: #64748b;
      margin-top: 2px;
      line-height: 1.2;
    }

    .uc-card {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 28px 24px;
      cursor: default;
      transition: all 0.3s var(--ease);
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .uc-card:hover {
      background: var(--white);
      border-color: rgba(37, 99, 235, 0.2);
      box-shadow: var(--shadow-md);
      transform: translateY(-3px);
    }

    .uc-icon {
      width: 40px;
      height: 40px;
      background: var(--blue-dim);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.25s;
    }

    .uc-card:hover .uc-icon {
      background: var(--blue);
    }

    .uc-card:hover .uc-icon svg {
      stroke: #fff;
    }

    .uc-icon svg {
      width: 18px;
      height: 18px;
    }

    .uc-title {
      font-size: 0.925rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      line-height: 1.3;
    }

    .uc-desc {
      font-size: 0.82rem;
      color: var(--text-secondary);
      line-height: 1.7;
    }

    /* ─────────────────────────────────────────
   DIFFERENTIATION
───────────────────────────────────────── */
    #differentiation {
      background: var(--surface);
    }

    .diff-header {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: end;
      margin-bottom: 48px;
    }

    .diff-table {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 16px;
      overflow: hidden;
      box-shadow: var(--shadow-sm);
    }

    .diff-thead {
      display: grid;
      grid-template-columns: 1.8fr 1.2fr 1.2fr;
      background: var(--surface);
      border-bottom: 1px solid var(--border);
    }

    .diff-th {
      padding: 14px 24px;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--text-tertiary);
      border-right: 1px solid var(--border);
    }

    .diff-th:last-child {
      border-right: none;
    }

    .diff-th.drugsetu {
      color: var(--blue);
    }

    .diff-row {
      display: grid;
      grid-template-columns: 1.8fr 1.2fr 1.2fr;
      border-bottom: 1px solid var(--border);
      transition: background 0.2s;
      cursor: default;
    }

    .diff-row:last-child {
      border-bottom: none;
    }

    .diff-row:hover {
      background: var(--surface);
    }

    .diff-cell {
      padding: 16px 24px;
      border-right: 1px solid var(--border);
      display: flex;
      align-items: center;
      font-size: 0.875rem;
    }

    .diff-cell:last-child {
      border-right: none;
    }

    .diff-cell.attr {
      font-weight: 600;
      letter-spacing: -0.01em;
    }

    .diff-cell.others {
      color: var(--text-tertiary);
      font-size: 0.82rem;
    }

    .diff-cell.drugsetu-val {
      color: var(--blue);
      font-weight: 700;
      font-size: 0.845rem;
    }

    .diff-icon {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 8px;
    }

    .diff-bad {
      background: rgba(239, 68, 68, 0.1);
    }

    .diff-bad svg {
      color: #EF4444;
      width: 9px;
      height: 9px;
    }

    .diff-good {
      background: rgba(16, 185, 129, 0.1);
    }

    .diff-good svg {
      color: #10B981;
      width: 9px;
      height: 9px;
    }

    /* ─────────────────────────────────────────
   WHAT DRUGSETU IS NOT
───────────────────────────────────────── */
    #not-section {
      background: var(--night-2);
      position: relative;
      overflow: hidden;
    }

    #not-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 50% 60% at 50% 50%, rgba(37, 99, 235, 0.07) 0%, transparent 60%);
      pointer-events: none;
    }

    .not-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 96px;
      align-items: start;
      position: relative;
      z-index: 1;
    }

    .not-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .not-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 16px 18px;
      background: rgba(239, 68, 68, 0.04);
      border: 1px solid rgba(239, 68, 68, 0.12);
      border-radius: 10px;
      cursor: default;
      transition: all 0.2s;
    }

    .not-item:hover {
      background: rgba(239, 68, 68, 0.07);
    }

    .not-x {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
      background: rgba(239, 68, 68, 0.12);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 1px;
    }

    .not-x svg {
      width: 8px;
      height: 8px;
      color: #FCA5A5;
    }

    .not-text {
      font-size: 0.875rem;
      color: rgba(255, 255, 255, 0.55);
      line-height: 1.6;
      letter-spacing: -0.01em;
    }

    .is-statement {
      margin-top: 28px;
      padding: 24px 26px;
      background: rgba(37, 99, 235, 0.08);
      border: 1px solid rgba(37, 99, 235, 0.2);
      border-radius: 12px;
    }

    .is-statement p {
      font-size: 0.925rem;
      font-weight: 600;
      color: #93C5FD;
      line-height: 1.65;
      letter-spacing: -0.01em;
    }

    .mission-card {
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid var(--border-inv);
      border-radius: 16px;
      padding: 40px 36px;
      cursor: default;
      transition: all 0.3s;
    }

    .mission-card:hover {
      background: rgba(255, 255, 255, 0.06);
    }

    .mission-card-label {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--text-inv-3);
      margin-bottom: 20px;
    }

    .mission-text {
      font-size: 1.05rem;
      font-weight: 400;
      font-style: italic;
      font-family: var(--f-serif);
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.7;
      margin-bottom: 28px;
    }

    .mission-team {
      border-top: 1px solid var(--border-inv);
      padding-top: 20px;
      font-size: 0.82rem;
      color: var(--text-inv-3);
      line-height: 1.6;
    }

    /* ─────────────────────────────────────────
   DEVELOPER SECTION
───────────────────────────────────────── */
    #developer {
      background: var(--white);
    }

    .dev-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 96px;
      align-items: start;
    }

    .dev-features {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-top: 32px;
    }

    .dev-feat {
      padding: 20px 20px;
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 12px;
      cursor: default;
      transition: all 0.25s;
    }

    .dev-feat:hover {
      border-color: rgba(37, 99, 235, 0.25);
      box-shadow: var(--shadow-sm);
      transform: translateY(-2px);
    }

    .dev-feat-icon {
      width: 34px;
      height: 34px;
      background: var(--blue-dim);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 12px;
    }

    .dev-feat-icon svg {
      width: 15px;
      height: 15px;
    }

    .dev-feat-title {
      font-size: 0.875rem;
      font-weight: 700;
      letter-spacing: -0.015em;
      margin-bottom: 4px;
    }

    .dev-feat-text {
      font-size: 0.78rem;
      color: var(--text-tertiary);
      line-height: 1.6;
    }

    /* terminal */
    .dev-terminal {
      background: var(--night-3);
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 14px;
      overflow: hidden;
      box-shadow: var(--shadow-xl);
      font-family: 'Courier New', monospace;
    }

    .term-header {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 12px 16px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
      background: rgba(255, 255, 255, 0.02);
    }

    .term-title {
      margin-left: 8px;
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      font-family: var(--f-body);
      color: rgba(255, 255, 255, 0.3);
    }

    .term-body {
      padding: 20px 22px;
      font-size: 0.78rem;
      line-height: 2.0;
    }

    .t-prompt {
      color: #10B981;
    }

    .t-cmd {
      color: #fff;
    }

    .t-comment {
      color: rgba(255, 255, 255, 0.25);
    }

    .t-output {
      color: #93C5FD;
      margin-left: 14px;
    }

    .t-json-key {
      color: #93C5FD;
    }

    .t-json-str {
      color: #86EFAC;
    }

    .t-json-num {
      color: #FCD34D;
    }

    .t-cursor {
      display: inline-block;
      width: 7px;
      height: 14px;
      background: #fff;
      vertical-align: middle;
      animation: blink 1s step-end infinite;
    }

    @keyframes blink {

      0%,
      100% {
        opacity: 1
      }

      50% {
        opacity: 0
      }
    }

    /* ─────────────────────────────────────────
   FAQ
───────────────────────────────────────── */
    #faq {
      background: var(--surface);
    }

    .faq-layout {
      display: grid;
      grid-template-columns: 1fr 1.8fr;
      gap: 96px;
      align-items: start;
    }

    .faq-list {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }

    .faq-item {
      border: 1px solid var(--border);
      border-radius: 10px;
      overflow: hidden;
      background: var(--white);
      margin-bottom: 6px;
      transition: box-shadow 0.25s;
    }

    .faq-item.open {
      box-shadow: var(--shadow-md);
    }

    .faq-q {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px 22px;
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: -0.015em;
      cursor: pointer;
      transition: color 0.2s;
      gap: 16px;
      user-select: none;
    }

    .faq-item.open .faq-q {
      color: var(--blue);
    }

    .faq-toggle {
      width: 22px;
      height: 22px;
      flex-shrink: 0;
      background: var(--surface);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s var(--ease);
    }

    .faq-item.open .faq-toggle {
      background: var(--blue);
      transform: rotate(45deg);
    }

    .faq-toggle svg {
      width: 10px;
      height: 10px;
    }

    .faq-item.open .faq-toggle svg {
      stroke: #fff;
    }

    .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s var(--ease);
    }

    .faq-item.open .faq-a {
      max-height: 400px;
    }

    .faq-a-inner {
      padding: 0 22px 20px;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.78;
      color: var(--text-secondary);
    }

    .faq-a-inner ul {
      margin-top: 10px;
      padding-left: 16px;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .faq-a-inner li {
      font-size: 0.845rem;
    }

    .faq-micro {
      margin-top: 28px;
      padding: 20px 22px;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 10px;
    }

    .faq-micro p {
      font-size: 0.875rem;
      color: var(--text-secondary);
      line-height: 1.65;
    }

    .faq-micro a {
      color: var(--blue);
      font-weight: 600;
    }

    /* ─────────────────────────────────────────
   FINAL CTA
───────────────────────────────────────── */
    #cta-final {
      background: var(--night);
      position: relative;
      overflow: hidden;
      padding: 104px 5%;
    }

    #cta-final::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 70% 60% at 20% 50%, rgba(37, 99, 235, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 80% 40%, rgba(13, 148, 136, 0.14) 0%, transparent 50%),
        radial-gradient(ellipse 40% 40% at 60% 90%, rgba(245, 158, 11, 0.08) 0%, transparent 50%);
      pointer-events: none;
    }

    .cta-grid-bg {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
      background-size: 64px 64px;
      mask-image: radial-gradient(ellipse 90% 80% at 50% 50%, black 30%, transparent 75%);
      pointer-events: none;
    }

    .cta-final-inner {
      position: relative;
      z-index: 1;
      text-align: center;
      max-width: 840px;
      margin: 0 auto;
    }

    .cta-final-inner h2 {
      font-size: clamp(2rem, 4vw, 3.5rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.1;
      color: #fff;
      margin-bottom: 20px;
    }

    .cta-final-inner h2 em {
      font-family: var(--f-serif);
      font-style: italic;
      font-weight: 400;
      background: linear-gradient(135deg, #FCD34D, #60A5FA, #2DD4BF);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .cta-final-inner p {
      font-size: 1rem;
      font-weight: 300;
      line-height: 1.8;
      color: var(--text-inv-2);
      max-width: 580px;
      margin: 0 auto 48px;
    }

    .cta-cards {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      text-align: left;
    }

    .cta-card {
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 14px;
      padding: 28px 24px;
      cursor: pointer;
      transition: all 0.3s var(--ease);
      display: flex;
      flex-direction: column;
    }

    .cta-card:hover {
      background: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.16);
      transform: translateY(-4px);
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
    }

    .cta-card-eyebrow {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--text-inv-3);
      margin-bottom: 12px;
    }

    .cta-card-title {
      font-size: 1rem;
      font-weight: 800;
      color: #fff;
      letter-spacing: -0.02em;
      margin-bottom: 10px;
    }

    .cta-card-steps {
      font-size: 0.75rem;
      color: var(--text-inv-3);
      line-height: 1.65;
      flex: 1;
      margin-bottom: 20px;
    }

    .cta-card-btn {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-family: var(--f-body);
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: -0.01em;
      border: none;
      cursor: pointer;
      padding: 10px 18px;
      border-radius: 8px;
      transition: all 0.25s var(--ease);
      width: fit-content;
    }

    .cta-btn-blue {
      background: var(--blue);
      color: #fff;
      box-shadow: 0 2px 8px rgba(37, 99, 235, 0.35);
    }

    .cta-btn-blue:hover {
      background: var(--blue-lt);
      transform: translateX(2px);
    }

    .cta-btn-teal {
      background: var(--teal);
      color: #fff;
      box-shadow: 0 2px 8px rgba(13, 148, 136, 0.35);
    }

    .cta-btn-teal:hover {
      background: var(--teal-lt);
      transform: translateX(2px);
    }

    .cta-btn-ghost {
      background: rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .cta-btn-ghost:hover {
      background: rgba(255, 255, 255, 0.13);
      color: #fff;
      transform: translateX(2px);
    }

    .cta-card-btn svg {
      transition: transform 0.2s;
    }

    .cta-card:hover .cta-card-btn svg {
      transform: translateX(3px);
    }

    /* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
    footer {
      background: var(--text-primary);
      padding: 48px 5% 28px;
    }

    .footer-top {
      display: grid;
      grid-template-columns: 1.5fr 1fr 1fr 1fr;
      gap: 48px;
      padding-bottom: 40px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
      margin-bottom: 28px;
    }

    .footer-brand {}

    .footer-brand-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 14px;
    }

    .footer-brand-wordmark {
      height: 44px;
      width: auto;
      object-fit: contain;
      filter: drop-shadow(0 4px 16px rgba(79, 70, 229, 0.25));
    }

    .footer-brand-mark {
      width: 30px;
      height: 30px;
      background: linear-gradient(135deg, var(--saffron), var(--blue), var(--teal));
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .footer-brand-mark svg {
      width: 15px;
      height: 15px;
    }

    .footer-brand-name {
      font-size: 1rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      color: #fff;
    }

    .footer-brand-name-fallback {
      display: none;
    }

    .footer-brand-name-fallback.is-visible {
      display: block;
    }

    .footer-brand-name span {
      color: #FCD34D;
    }

    .footer-brand-desc {
      font-size: 0.8rem;
      color: rgba(255, 255, 255, 0.3);
      line-height: 1.7;
      max-width: 260px;
    }

    .footer-india-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 16px;
      padding: 5px 10px;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 6px;
      font-size: 0.68rem;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.3);
      letter-spacing: 0.02em;
    }

    .footer-col-title {
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.09em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.25);
      margin-bottom: 16px;
    }

    .footer-links {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .footer-links a {
      font-size: 0.82rem;
      color: rgba(255, 255, 255, 0.4);
      transition: color 0.2s;
      letter-spacing: -0.01em;
    }

    .footer-links a:hover {
      color: rgba(255, 255, 255, 0.8);
    }

    .footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
    }

    .footer-copy {
      font-size: 0.75rem;
      color: rgba(255, 255, 255, 0.22);
      letter-spacing: -0.01em;
    }

    .footer-legal {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }

    .footer-legal a {
      font-size: 0.75rem;
      color: rgba(255, 255, 255, 0.25);
      transition: color 0.2s;
      letter-spacing: -0.01em;
    }

    .footer-legal a:hover {
      color: rgba(255, 255, 255, 0.6);
    }

    .footer-legal-sep {
      color: rgba(255, 255, 255, 0.1);
      font-size: 0.7rem;
    }

    .footer-tagline {
      margin-top: 16px;
      font-size: 0.72rem;
      color: rgba(255, 255, 255, 0.18);
      text-align: center;
      letter-spacing: 0.01em;
    }

    /* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
    @media (max-width: 1024px) {

      .audience-header,
      .challenge-top,
      .use-cases-header,
      .diff-header {
        grid-template-columns: 1fr;
        gap: 28px;
      }

      .audience-cards {
        grid-template-columns: 1fr;
      }

      .use-cases-layout {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .use-cases-eco {
        position: relative;
        top: auto;
        max-height: none;
        overflow: hidden;
      }

      .uc-eco-canvas {
        min-height: 620px;
      }

      .api-layout,
      .governance-layout,
      .dashboard-layout,
      .not-layout,
      .dev-layout {
        grid-template-columns: 1fr;
        gap: 48px;
      }

      .api-code-preview,
      .dashboard-mock {
        position: static;
      }

      .pricing-inner {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .faq-layout {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .cta-cards {
        grid-template-columns: 1fr;
      }

      .footer-top {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
      }
    }

    @media (max-width: 768px) {
      .challenge-grid {
        grid-template-columns: 1fr;
      }

      .facts-inner {
        grid-template-columns: 1fr 1fr;
      }

      .use-cases-grid {
        grid-template-columns: 1fr;
      }

      .uc-eco-canvas {
        min-height: 760px;
      }

      .uc-eco-node {
        width: 150px;
        padding: 12px;
      }

      .uc-eco-node-title {
        font-size: 13px;
      }

      .uc-eco-node-desc {
        display: none;
      }

      .uc-eco-hub {
        width: 140px;
        height: 60px;
      }

      .uc-eco-hub-text {
        font-size: 16px;
      }

      .uc-eco-hub-img {
        max-width: 106px;
        max-height: 44px;
      }

      .dev-features {
        grid-template-columns: 1fr;
      }

      .hero-stats {
        flex-direction: column;
      }

      .hero-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
      }

      .hero-stat:last-child {
        border-bottom: none;
      }
    }

    @media (max-width: 640px) {
      .section {
        padding: 72px 5%;
      }

      .hero-h1 {
        font-size: 2.2rem;
      }

      .nav-center {
        display: none;
      }

      .facts-inner {
        grid-template-columns: 1fr;
      }

      .uc-eco-canvas {
        min-height: 820px;
      }

      .uc-eco-badge {
        top: 10px;
      }

      .uc-eco-badge-label {
        font-size: 10.5px;
      }

      footer {
        padding: 36px 5% 20px;
      }

      .footer-top {
        grid-template-columns: 1fr;
      }

      .footer-bottom {
        flex-direction: column;
        text-align: center;
      }
    }
/* ═══════════════════════════════════════════════════════════
   BLOG PAGE — LISTING
═══════════════════════════════════════════════════════════ */

    /* ── Blog Hero ── */
    .blog-hero {
      background: var(--night);
      padding: 110px 5% 72px;
      position: relative;
      overflow: hidden;
      text-align: center;
    }

    .blog-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 65% 65% at 20% 50%, rgba(37,99,235,0.13) 0%, transparent 55%),
        radial-gradient(ellipse 55% 55% at 80% 40%, rgba(13,148,136,0.10) 0%, transparent 50%);
      pointer-events: none;
    }

    .blog-hero .eyebrow {
      color: var(--teal-lt);
      margin-bottom: 16px;
      justify-content: center;
    }

    .blog-hero .eyebrow::before {
      background: var(--teal-lt);
    }

    .blog-hero h1 {
      font-size: clamp(2rem, 4vw, 3.2rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.1;
      color: #fff;
      margin-bottom: 16px;
      position: relative;
      z-index: 1;
    }

    .blog-hero h1 em {
      font-family: var(--f-serif);
      font-style: italic;
      font-weight: 400;
      color: #FCD34D;
    }

    .blog-hero p {
      font-size: 1rem;
      color: var(--text-inv-2);
      max-width: 580px;
      margin: 0 auto;
      line-height: 1.75;
      position: relative;
      z-index: 1;
    }

    /* ── Blog Section ── */
    .blog-section {
      padding: 64px 5% 96px;
      background: var(--surface);
    }

    /* ── Filter Chips ── */
    .chips {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 40px;
    }

    .chip {
      padding: 6px 16px;
      border-radius: 100px;
      font-size: 0.78rem;
      font-weight: 600;
      letter-spacing: 0.02em;
      background: var(--white);
      border: 1px solid var(--border-md);
      color: var(--text-secondary);
      cursor: pointer;
      transition: all 0.2s var(--ease);
      user-select: none;
    }

    .chip:hover {
      border-color: var(--blue);
      color: var(--blue);
      background: var(--blue-dim);
    }

    .chip.active {
      background: var(--blue);
      border-color: var(--blue);
      color: #fff;
    }

    /* ── Blog Grid ── */
    .blog-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

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

    @media (max-width: 640px) {
      .blog-grid { grid-template-columns: 1fr; }
    }

    /* ── Blog Card ── */
    .blog-card-wp {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 16px;
      overflow: hidden;
      transition: all 0.3s var(--ease);
      display: flex;
      flex-direction: column;
      cursor: default;
    }

    .blog-card-wp:hover {
      box-shadow: var(--shadow-lg);
      transform: translateY(-4px);
      border-color: rgba(37,99,235,0.18);
    }

    .card-cover {
      height: 180px;
      background: linear-gradient(135deg, var(--night-2) 0%, var(--night-3) 100%);
      position: relative;
      overflow: hidden;
      flex-shrink: 0;
    }

    .card-cover img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .card-cover-placeholder {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 70% 70% at 30% 40%, rgba(37,99,235,0.25) 0%, transparent 60%),
        radial-gradient(ellipse 60% 60% at 75% 65%, rgba(13,148,136,0.18) 0%, transparent 55%),
        var(--night-2);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .card-cover-placeholder svg {
      width: 36px;
      height: 36px;
      opacity: 0.3;
    }

    .card-body {
      padding: 24px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }

    .card-meta {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 12px;
      font-size: 0.72rem;
      font-weight: 600;
      color: var(--text-tertiary);
      letter-spacing: 0.03em;
    }

    .card-tag {
      background: var(--blue-dim);
      color: var(--blue);
      padding: 3px 8px;
      border-radius: 4px;
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    .card-title {
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      line-height: 1.4;
      color: var(--text-primary);
      margin-bottom: 10px;
      flex: 1;
    }

    .card-desc {
      font-size: 0.845rem;
      color: var(--text-secondary);
      line-height: 1.7;
      margin-bottom: 20px;
    }

    .read-link {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--blue);
      letter-spacing: -0.01em;
      transition: gap 0.2s var(--ease);
    }

    .read-link:hover {
      gap: 9px;
    }

    /* ── Blog Empty State ── */
    .blog-empty {
      text-align: center;
      padding: 80px 24px;
      color: var(--text-tertiary);
    }

    .blog-empty svg {
      width: 48px;
      height: 48px;
      margin: 0 auto 16px;
      opacity: 0.3;
    }

    .blog-empty p {
      font-size: 0.9rem;
    }

/* ═══════════════════════════════════════════════════════════
   BLOG SINGLE POST
═══════════════════════════════════════════════════════════ */

    .single-post-wrap {
      background: var(--surface);
      padding: 40px 5% 96px;
    }

    .single-post-container {
      max-width: 1160px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 280px 1fr;
      gap: 48px;
      align-items: start;
    }

    @media (max-width: 1024px) {
      .single-post-container { grid-template-columns: 1fr; }
    }

    /* Sidebar */
    .post-sidebar {
      display: flex;
      flex-direction: column;
      gap: 24px;
		position: sticky;
    top: 80px;
    }

    .sidebar-box {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 24px;
    }

    .sidebar-box-title {
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: var(--text-tertiary);
      margin-bottom: 16px;
    }

    /* TOC */
    .toc-list {
      list-style: none;
      display: flex;
      flex-direction: column;
	  margin: 0;
      gap: 6px;
    }

    .toc-list li a {
      font-size: 0.85rem;
      color: var(--text-secondary);
      line-height: 1.5;
      transition: color 0.2s;
      display: block;
      padding: 3px 0 3px 10px;
      border-left: 2px solid var(--border-md);
    }

    .toc-list li a:hover,
    .toc-list li a.active {
      color: var(--blue);
      border-left-color: var(--blue);
    }

    /* Share */
    .share-icons {
      display: flex;
      gap: 8px;
    }

    .share-icon-btn {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: var(--surface);
      border: 1px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.2s;
      font-size: 0.72rem;
      font-weight: 700;
      color: var(--text-secondary);
      text-decoration: none;
    }

    .share-icon-btn:hover {
      background: var(--blue);
      border-color: var(--blue);
      color: #fff;
    }

    /* CTA box */
    .sidebar-cta-box {
      background: linear-gradient(135deg, var(--blue), #1D4ED8);
      border-radius: 14px;
      padding: 24px;
      color: #fff;
    }

    .sidebar-cta-box h3 {
      font-size: 0.95rem;
      font-weight: 800;
      margin-bottom: 8px;
      letter-spacing: -0.02em;
	  color: #fff;
    }

    .sidebar-cta-box p {
      font-size: 0.8rem;
      opacity: 0.85;
      line-height: 1.6;
      margin-bottom: 16px;
    }

    .sidebar-cta-box a {
      display: block;
      text-align: center;
      background: #fff;
      color: var(--blue);
      padding: 9px 16px;
      border-radius: 8px;
      font-size: 0.82rem;
      font-weight: 700;
      transition: opacity 0.2s;
    }

    .sidebar-cta-box a:hover {
      opacity: 0.9;
    }

    /* Main article */
    .post-main {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 44px 48px;
    }

    @media (max-width: 768px) {
      .post-main { padding: 28px 20px; }
    }

    .post-author-row {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 28px;
    }

    .post-author-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: var(--blue-dim);
      border: 2px solid var(--border);
      object-fit: cover;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      color: var(--blue);
      font-size: 0.9rem;
    }

    .post-author-info strong {
      display: block;
      font-size: 0.9rem;
      font-weight: 700;
      color: var(--text-primary);
      letter-spacing: -0.01em;
    }

    .post-author-info span {
      font-size: 0.78rem;
      color: var(--text-tertiary);
    }

    .post-hero-title {
      font-size: clamp(1.7rem, 3vw, 2.4rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.15;
      color: var(--text-primary);
      margin-bottom: 16px;
    }

    .post-excerpt {
      font-size: 1.05rem;
      color: var(--text-secondary);
      line-height: 1.72;
      margin-bottom: 28px;
      font-weight: 300;
    }

    .post-hero-img {
      width: 100%;
      border-radius: 12px;
      margin-bottom: 40px;
      max-height: 400px;
      object-fit: cover;
      display: block;
    }

    /* Article content typography */
    .post-content {
      font-size: 1rem;
      line-height: 1.82;
      color: var(--text-secondary);
    }

    .post-content h2 {
      font-size: 1.55rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      color: var(--text-primary);
      margin: 44px 0 16px;
      line-height: 1.2;
    }

    .post-content h3 {
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--text-primary);
      margin: 32px 0 12px;
    }

    .post-content h4 {
      font-size: 1rem;
      font-weight: 700;
      color: var(--text-primary);
      margin: 24px 0 10px;
    }

    .post-content p {
      margin-bottom: 20px;
    }

    .post-content ul,
    .post-content ol {
      margin: 0 0 20px 20px;
    }

    .post-content li {
      margin-bottom: 8px;
    }

    .post-content a {
      color: var(--blue);
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    .post-content a:hover {
      color: var(--blue-lt);
    }

    .post-content blockquote {
      border-left: 3px solid var(--blue);
      margin: 32px 0;
      padding: 20px 24px;
      background: var(--blue-dim);
      border-radius: 0 10px 10px 0;
      font-style: italic;
      color: var(--text-primary);
    }

    .post-content blockquote p {
      margin-bottom: 0;
    }

    .post-content img {
      max-width: 100%;
      border-radius: 10px;
      margin: 24px 0;
    }

    /* Data tables inside post */
    .post-content table,
    .post-table {
      width: 100%;
      border-collapse: collapse;
      margin: 28px 0;
      font-size: 0.875rem;
      border: 1px solid var(--border);
      border-radius: 10px;
      overflow: hidden;
    }

    .post-content th,
    .post-table th {
      background: var(--surface);
      padding: 12px 16px;
      font-weight: 700;
      text-align: left;
      color: var(--text-primary);
      border-bottom: 1px solid var(--border-md);
      font-size: 0.82rem;
      letter-spacing: 0.02em;
    }

    .post-content td,
    .post-table td {
      padding: 12px 16px;
      border-bottom: 1px solid var(--border);
      color: var(--text-secondary);
      vertical-align: top;
    }

    .post-content tr:last-child td,
    .post-table tr:last-child td {
      border-bottom: none;
    }

    .post-content tr:hover td,
    .post-table tr:hover td {
      background: var(--surface);
    }

    /* Related posts */
    .related-posts-wrap {
      max-width: 1160px;
      margin: 0 auto;
      padding: 0 0 80px;
    }

    .related-posts-title {
      font-size: 1.4rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      color: var(--text-primary);
      margin-bottom: 28px;
    }

    .related-posts-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    @media (max-width: 768px) {
      .related-posts-grid { grid-template-columns: 1fr; }
    }

/* ═══════════════════════════════════════════════════════════
   USE CASE SINGLE TEMPLATE
═══════════════════════════════════════════════════════════ */

    .use-case-hero {
      background: var(--night);
      padding: 120px 5% 72px;
      position: relative;
      overflow: hidden;
    }

    .use-case-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 60% 70% at 15% 50%, rgba(37,99,235,0.14) 0%, transparent 55%),
        radial-gradient(ellipse 55% 55% at 85% 40%, rgba(13,148,136,0.10) 0%, transparent 50%);
      pointer-events: none;
    }

    .use-case-hero-inner {
      position: relative;
      z-index: 1;
      max-width: 780px;
    }

    .use-case-hero h1 {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.1;
      color: #fff;
      margin-bottom: 16px;
    }

    .use-case-hero h1 em {
      font-family: var(--f-serif);
      font-style: italic;
      font-weight: 400;
      color: #FCD34D;
    }

    .use-case-hero p {
      font-size: 1rem;
      color: var(--text-inv-2);
      line-height: 1.78;
      max-width: 620px;
    }

    .use-case-body {
      background: var(--surface);
      padding: 64px 5% 96px;
    }

    .use-case-inner {
      max-width: 1160px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 340px;
      gap: 48px;
      align-items: start;
    }

    @media (max-width: 1024px) {
      .use-case-inner { grid-template-columns: 1fr; }
    }

    .use-case-content {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 44px 48px;
    }

    @media (max-width: 768px) {
      .use-case-content { padding: 28px 20px; }
    }

    .use-case-sidebar {
      display: flex;
      flex-direction: column;
      gap: 20px;
      position: sticky;
      top: 100px;
    }

    .uc-sidebar-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 24px;
    }

    .uc-sidebar-card h3 {
      font-size: 0.82rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: var(--text-tertiary);
      margin-bottom: 14px;
    }

    .uc-features-list {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .uc-feature-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 0.875rem;
      color: var(--text-secondary);
      line-height: 1.5;
    }

    .uc-feature-check {
      width: 18px;
      height: 18px;
      background: var(--teal-dim);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 1px;
    }

    .uc-feature-check svg {
      width: 9px;
      height: 9px;
      color: var(--teal);
    }

    .uc-related-list {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .uc-related-link {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 0.845rem;
      font-weight: 600;
      color: var(--text-secondary);
      padding: 10px 12px;
      border-radius: 8px;
      border: 1px solid var(--border);
      transition: all 0.2s;
    }

    .uc-related-link:hover {
      border-color: rgba(37,99,235,0.25);
      color: var(--blue);
      background: var(--blue-dim);
    }

    .uc-cta-box {
      background: var(--night-3);
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 14px;
      padding: 28px 24px;
      text-align: center;
    }

    .uc-cta-box h3 {
      font-size: 1rem;
      font-weight: 800;
      color: #fff;
      margin-bottom: 8px;
      letter-spacing: -0.02em;
    }

    .uc-cta-box p {
      font-size: 0.8rem;
      color: var(--text-inv-2);
      line-height: 1.6;
      margin-bottom: 18px;
    }

    .uc-cta-box .btn-primary {
      width: 100%;
      justify-content: center;
      font-size: 0.85rem;
    }



/* --- EXTRACTED FOOTER CSS --- */
/* ── Site Footer ── */
footer {
  background: var(--bg-soft);
}

footer .section-inner {
  font-size: 13px;
  color: var(--text-tertiary);
  line-height: 1.8;
}

footer a {
  color: var(--text-secondary);
  text-decoration: underline;
}

footer a:hover {
  color: var(--text-primary);
}

.footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}

:root {
  --hf-bg: #ffffff;
  --hf-bg-soft: #f6f9fc;
  --hf-border: #e3e8ee;
  --hf-text: #0a0e27;
  --hf-text-sec: #425466;
  --hf-text-ter: #6b7c93;
  --hf-accent: #635bff;
  --hf-accent-h: #7a73ff;
  --hf-radius: 6px;
  --hf-container: 1180px;
  --hf-height: 64px;
}

.new-site-footer {
  background: var(--hf-bg-soft);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--hf-text);
  border-top: 1px solid var(--hf-border);
}

.new-site-footer .section-inner {
  max-width: var(--hf-container);
  margin: auto;
  padding: 40px 16px;
  font-size: 13px;
  color: var(--hf-text-ter);
  line-height: 1.8;
}

.new-site-footer a {
  color: var(--hf-text-sec);
  text-decoration: underline;
}

.new-site-footer a:hover {
  color: var(--hf-text);
}

.new-site-footer .footer-links {
  display: flex;
  gap: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  align-items: start;
  flex-wrap: wrap;
}

.new-site-footer .dropdown {
  position: relative;
  display: inline-block;
}

.new-site-footer .dropdown-label {
  cursor: pointer;
  color: var(--hf-text-sec);
  text-decoration: underline;
  font-weight: 500;
}

.new-site-footer .dropdown:hover .dropdown-label {
  color: var(--hf-text);
}

.new-site-footer .dropdown-content {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 8px;
  background: #fff;
  min-width: 140px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--hf-border);
  border-radius: var(--hf-radius);
  z-index: 1000;
  padding: 8px 0;
}

.new-site-footer .dropdown:hover .dropdown-content {
  display: block;
}

.new-site-footer .dropdown-content a {
  color: var(--hf-text-sec);
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-size: 13px;
}

.new-site-footer .dropdown-content a:hover {
  background: var(--hf-bg-soft);
  color: var(--hf-text);
}

    

    .hero {
      padding: 150px 5% 64px;
      background:
        radial-gradient(ellipse 70% 60% at 20% 20%, rgba(37, 99, 235, 0.14) 0%, transparent 58%),
        radial-gradient(ellipse 60% 50% at 85% 15%, rgba(13, 148, 136, 0.11) 0%, transparent 52%),
        var(--night);
      color: #fff;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .11em;
      text-transform: uppercase;
      color: rgba(255,255,255,.55);
      margin-bottom: 18px;
    }
    .eyebrow::before { content: ''; width: 18px; height: 1px; background: rgba(255,255,255,.32); }
    .hero h1 {
      font-size: clamp(2rem, 4vw, 3rem);
      line-height: 1.05;
      letter-spacing: -.04em;
      font-weight: 800;
      max-width: 760px;
      margin-bottom: 16px;
		color: #fff;
    }
    .hero h1 em { font-family: var(--f-serif); font-style: italic; font-weight: 400; color: #FCD34D; }
    .hero p { max-width: 700px; color: var(--text-inv-2); line-height: 1.75; font-size: .96rem; }

    .section { padding: 64px 5%; background: var(--surface); }
    .contact-layout {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 20px;
      align-items: start;
    }
    .panel {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 16px;
      box-shadow: var(--shadow-sm);
      padding: 24px;
    }
    .panel-title {
      font-size: 1.1rem;
      font-weight: 700;
      letter-spacing: -.02em;
      margin-bottom: 6px;
    }
    .panel-sub { color: var(--text-secondary); font-size: .86rem; line-height: 1.7; margin-bottom: 20px; }

    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .field { display: flex; flex-direction: column; gap: 7px; }
    .field.full { grid-column: 1 / -1; }
    label { font-size: .76rem; font-weight: 700; color: var(--text-secondary); letter-spacing: .03em; text-transform: uppercase; }
    input, select, textarea {
      border: 1px solid var(--border);
      background: #fff;
      border-radius: 10px;
      padding: 11px 12px;
      font-family: inherit;
      font-size: .9rem;
      color: var(--text-primary);
      outline: none;
      transition: border-color .2s, box-shadow .2s;
    }
    input:focus, select:focus, textarea:focus {
      border-color: rgba(37, 99, 235, 0.5);
      box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
    }
    textarea { min-height: 130px; resize: vertical; }

    .info-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 14px; }
    .info-card {
      border: 1px solid var(--border);
      border-radius: 12px;
      background: #fff;
      padding: 14px;
    }
    .info-label { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; color: var(--text-tertiary); font-weight: 700; margin-bottom: 5px; }
    .info-value { font-size: .9rem; color: var(--text-primary); font-weight: 600; }
    .info-note { color: var(--text-secondary); font-size: .8rem; line-height: 1.7; }

    .map-box {
      border-radius: 12px;
      border: 1px solid var(--border);
      overflow: hidden;
      background:
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
      min-height: 180px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--text-tertiary);
      font-size: .84rem;
      font-weight: 600;
    }
    @media (max-width: 1024px) {
      .contact-layout { grid-template-columns: 1fr; }

    }
    @media (max-width: 640px) {
      .hero { padding-top: 130px; }
      .form-grid { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr; }
    }

/* ═══════════════════════════════════════════
   LEGAL PAGE TEMPLATES
═══════════════════════════════════════════ */
.drugsetu-legal-page {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.legal-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.legal-hero {
  padding: 140px 0 60px;
  background: linear-gradient(135deg, #060818 0%, #0f172a 45%, #0c4a6e 100%);
  color: #fff;
}

.legal-eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.legal-hero h1 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  color: #fff;
  margin-bottom: 18px;
}

.legal-intro {
  max-width: 850px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 24px;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.legal-content-wrap {
  padding: 48px 0 80px;
}

.legal-grid {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.legal-sidebar {
  position: sticky;
  top: 120px;
}

.legal-sidebar-card,
.legal-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  box-shadow: 0 18px 55px rgba(2, 8, 23, 0.05);
}

.legal-sidebar-card {
  padding: 24px;
}

.legal-sidebar-card h2 {
  font-size: 18px;
  margin-bottom: 14px;
}

.legal-sidebar-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.legal-sidebar-card li + li {
  margin-top: 10px;
}

.legal-sidebar-card a {
  color: #1e3a8a;
  font-size: 14px;
  line-height: 1.5;
}

.legal-content {
  display: grid;
  gap: 20px;
}

.legal-card {
  padding: 28px;
}

.legal-card h2 {
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.25;
  margin-bottom: 16px;
  color: #0f172a;
}

.legal-card p,
.legal-card li {
  font-size: 16px;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 0 !important;
}

.legal-card p + p {
  margin-top: 14px;
}

.legal-card ul {
  margin: 16px 0 0;
  padding-left: 22px;
}

.legal-card li + li {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .legal-sidebar {
    position: static;
  }
}

@media (max-width: 767px) {
  .legal-hero {
    padding: 120px 0 46px;
  }

  .legal-container {
    width: min(100% - 24px, 1180px);
  }

  .legal-card,
  .legal-sidebar-card {
    border-radius: 16px;
    padding: 20px;
  }

  .legal-intro {
    font-size: 16px;
  }
}


.drugsetu-hubspot-form {
  width: 100%;
}

.drugsetu-hubspot-form iframe,
.drugsetu-hubspot-form .hs-form-frame {
  width: 100% !important;
}

.drugsetu-hubspot-form .hsfc-Form,
.drugsetu-hubspot-form .hsfc-Step {
  max-width: 100%;
}

/* ═══════════════════════════════════════════
   ABOUT PAGE
═══════════════════════════════════════════ */
.drugsetu-about-page {
  background: var(--white);
}

.ds-about-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 20px 90px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(59,130,246,0.20), transparent 30%),
    radial-gradient(circle at 80% 25%, rgba(20,184,166,0.16), transparent 28%),
    radial-gradient(circle at 50% 80%, rgba(245,158,11,0.14), transparent 26%),
    linear-gradient(180deg, #091122 0%, #0b1530 45%, #101b36 100%);
  color: #fff;
}

.ds-about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.ds-about-title {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 14px 0 18px;
}

.ds-about-sub {
  max-width: 820px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.84);
}

.ds-about-section {
  padding-top: 84px;
  padding-bottom: 84px;
}

.ds-about-header {
  margin-bottom: 36px;
}

.ds-diff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ds-diff-card {
  background: var(--surface-card);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow-md);
}

.ds-diff-card h3 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
  color: var(--text-primary);
}

.ds-diff-card p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-secondary);
}

@media (max-width: 921px) {
  .ds-about-hero {
    padding: 130px 20px 70px;
    min-height: 360px;
  }

  .ds-about-sub {
    font-size: 16px;
  }

  .ds-diff-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 544px) {
  .ds-about-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .ds-about-title {
    font-size: 40px;
  }
}
