/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-heading: "Playfair Display", "Noto Sans Bengali", Georgia, serif;
    --font-body: "Inter", "Noto Sans Bengali", -apple-system, sans-serif;
    --font-bengali: "Noto Sans Bengali", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .contents {
    display: contents;
  }
  .max-w-none {
    max-width: none;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .delay-1 {
    transition-delay: 1ms;
  }
  .delay-2 {
    transition-delay: 2ms;
  }
  .delay-3 {
    transition-delay: 3ms;
  }
  .delay-4 {
    transition-delay: 4ms;
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
    overflow-x: clip;
  }
  body {
    overflow-x: hidden;
    background-color: var(--white);
    font-size: 16px;
    --tw-leading: 1.7;
    line-height: 1.7;
    color: var(--gray-800);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--font-body);
  }
  a {
    color: inherit;
    text-decoration-line: none;
  }
  img {
    display: block;
    height: auto;
    max-width: 100%;
  }
}
:root {
  --navy-deep: #11324a;
  --navy: #2d5268;
  --navy-mid: #5a7d91;
  --teal: #239b7f;
  --gold: #c28a2c;
  --gold-light: #0197f6;
  --gold-pale: rgba(35, 155, 127, 0.1);
  --white: #fffeff;
  --off-white: #f2fcf8;
  --gray-100: #e1f3ed;
  --gray-200: #c7e7dd;
  --gray-400: #6f9288;
  --gray-600: #456b62;
  --gray-800: #27473f;
  --font-heading: 'Playfair Display', 'Noto Sans Bengali', Georgia, serif;
  --font-body: 'Inter', 'Noto Sans Bengali', -apple-system, sans-serif;
  --font-bengali: 'Noto Sans Bengali', sans-serif;
  --shadow-sm: 0 1px 3px rgba(2, 24, 43, 0.08);
  --shadow-md: 0 8px 20px rgba(2, 24, 43, 0.1);
  --shadow-lg: 0 18px 44px rgba(2, 24, 43, 0.14);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  overflow-x: clip;
}
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray-800);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
.lang-bn {
  display: none;
}
html[lang="bn"] .lang-en {
  display: none;
}
html[lang="bn"] .lang-bn {
  display: block;
}
html[lang="bn"] span.lang-bn, html[lang="bn"] a.lang-bn, html[lang="bn"] li.lang-bn, html[lang="bn"] td.lang-bn, html[lang="bn"] th.lang-bn, html[lang="bn"] label.lang-bn, html[lang="bn"] option.lang-bn, html[lang="bn"] div.lang-bn, html[lang="bn"] p.lang-bn, html[lang="bn"] h1.lang-bn, html[lang="bn"] h2.lang-bn, html[lang="bn"] h3.lang-bn, html[lang="bn"] h4.lang-bn, html[lang="bn"] h5.lang-bn, html[lang="bn"] h6.lang-bn, html[lang="bn"] strong.lang-bn {
  display: inline;
}
html[lang="bn"] .lang-bn-flex {
  display: flex;
}
html[lang="bn"] .lang-bn-grid {
  display: grid;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.section {
  padding: 100px 0;
}
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 16px;
}
.section-label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--teal);
}
.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--navy-deep);
  line-height: 1.25;
  margin-bottom: 16px;
}
.section-subtitle {
  font-size: 1.05rem;
  color: var(--gray-600);
  max-width: 640px;
  line-height: 1.7;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up.delay-1 {
  transition-delay: 0.1s;
}
.fade-up.delay-2 {
  transition-delay: 0.2s;
}
.fade-up.delay-3 {
  transition-delay: 0.3s;
}
.fade-up.delay-4 {
  transition-delay: 0.4s;
}
.topbar {
  background: linear-gradient(180deg, #f8fffd, #eefaf5);
  padding: 10px 0;
  border-bottom: 1px solid rgba(35, 155, 127, 0.14);
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.topbar-logo-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.topbar-logo-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
}
.topbar-logo-text {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--gray-600);
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.topbar-logo-text strong {
  display: block;
  color: var(--navy-deep);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.topbar-lang {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(35, 155, 127, 0.08);
  border-radius: 100px;
  padding: 3px;
}
.topbar-lang button {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 5px 14px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: var(--transition);
  background: transparent;
  color: var(--gray-600);
  letter-spacing: 0.04em;
}
.topbar-lang button.active {
  background: var(--teal);
  color: var(--white);
}
.topbar-lang button:hover:not(.active) {
  color: var(--teal);
}
.nav {
  position: sticky;
  top: 0;
  z-index: 3000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.nav.scrolled {
  border-bottom-color: var(--gray-200);
  box-shadow: var(--shadow-sm);
}
.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  position: relative;
  z-index: 3002;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 3002;
}
.nav-brand-icon {
  width: 32px;
  height: 32px;
  background: var(--teal);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.nav-brand-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border: 2px solid var(--white);
  border-radius: 50%;
}
.nav-brand-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background: var(--white);
  border-radius: 50%;
}
.nav-brand-text {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--navy-deep);
  letter-spacing: 0.06em;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-links a {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gray-600);
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  position: relative;
}
.nav-links a:hover {
  color: var(--navy-deep);
  background: var(--gray-100);
}
.nav-links a.active {
  color: var(--navy-deep);
  font-weight: 600;
}
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 16px;
  right: 16px;
  height: 2px;
  background: var(--gold);
  border-radius: 1px;
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown-summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gray-600);
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.nav-dropdown-summary::-webkit-details-marker {
  display: none;
}
.nav-dropdown-summary::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
  flex: 0 0 auto;
}
.nav-dropdown[open] .nav-dropdown-summary::after {
  transform: rotate(-135deg) translateY(-1px);
}
.nav-dropdown:hover .nav-dropdown-summary, .nav-dropdown[open] .nav-dropdown-summary {
  color: var(--navy-deep);
  background: var(--gray-100);
}
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 260px;
  display: grid;
  gap: 4px;
  padding: 10px;
  background: rgba(255, 254, 255, 0.98);
  border: 1px solid rgba(2, 24, 43, 0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 20px 44px rgba(2, 24, 43, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 1001;
}
.nav-dropdown[open] .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.nav-dropdown-group + .nav-dropdown-group {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid rgba(2, 24, 43, 0.06);
}
.nav-dropdown-label {
  padding: 6px 12px 4px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
}
.nav-dropdown-menu a {
  display: block;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--gray-700);
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.nav-dropdown-menu a:hover {
  color: var(--navy-deep);
  background: var(--gold-pale);
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.nav-hamburger:hover {
  background: var(--gray-100);
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy-deep);
  border-radius: 2px;
  transition: var(--transition);
}
.nav-hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.nav-hamburger.open span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media (max-width: 768px) {
  body.nav-open {
    overflow: hidden;
  }
  body.nav-open .nav {
    background: var(--white);
    border-bottom-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .nav-hamburger {
    display: flex;
    position: relative;
    z-index: 3003;
  }
  .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    max-width: 100vw;
    background: var(--white);
    flex-direction: column;
    align-items: stretch;
    padding: 156px 24px 24px;
    gap: 4px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0s linear 0.24s;
    z-index: 3001;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    box-shadow: 0 24px 48px rgba(2, 24, 43, 0.14);
  }
  .nav-links.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }
  .nav-links a {
    font-size: 1rem;
    padding: 14px 16px;
    border-radius: var(--radius-md);
  }
  .nav-links a.active::after {
    display: none;
  }
  .nav-links a.active {
    background: var(--gold-pale);
  }
  .nav-dropdown {
    width: 100%;
  }
  .nav-dropdown-summary {
    width: 100%;
    justify-content: space-between;
    font-size: 1rem;
    padding: 14px 16px;
    border-radius: var(--radius-md);
  }
  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    margin-top: 6px;
    padding: 8px;
    border-radius: var(--radius-md);
    box-shadow: none;
    border-color: rgba(35, 155, 127, 0.14);
  }
  .nav-dropdown-menu a {
    font-size: 0.95rem;
    padding: 12px 14px;
  }
}
.hero {
  position: relative;
  background: linear-gradient(135deg, rgba(35, 155, 127, 0.12), rgba(1, 151, 246, 0.07)), var(--white);
  padding: 120px 0 100px;
  overflow: hidden;
  min-height: 80vh;
  display: flex;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-grid {
  position: absolute;
  inset: -50%;
  background-image: linear-gradient(rgba(1, 151, 246, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(1, 151, 246, 0.08) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridMove 20s linear infinite;
}
@keyframes gridMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(60px, 60px);
  }
}
.hero-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.15;
}
.hero-glow-1 {
  top: -200px;
  right: -100px;
  background: var(--teal);
}
.hero-glow-2 {
  bottom: -200px;
  left: -100px;
  background: var(--gold-light);
  opacity: 0.1;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(35, 155, 127, 0.12);
  border: 1px solid rgba(35, 155, 127, 0.24);
  border-radius: 100px;
  padding: 8px 20px;
  margin-bottom: 32px;
  animation: fadeInDown 0.8s ease 0.2s both;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-badge-dot {
  width: 8px;
  height: 8px;
  background: var(--teal);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.3);
  }
}
.hero-badge-text {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--teal);
  letter-spacing: 0.06em;
}
.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  font-weight: 800;
  color: var(--navy-deep);
  line-height: 1.15;
  margin-bottom: 24px;
  animation: fadeInUp 0.8s ease 0.4s both;
}
.hero-title .gold {
  color: var(--teal);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-description {
  font-size: 1.1rem;
  color: var(--gray-600);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 600px;
  animation: fadeInUp 0.8s ease 0.6s both;
}
.hero-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, max-content));
  align-items: start;
  gap: 24px 32px;
  animation: fadeInUp 0.8s ease 0.8s both;
}
.hero-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-meta-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(35, 155, 127, 0.16);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-meta-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--teal);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-meta-text {
  font-size: 0.8rem;
  color: var(--gray-600);
  line-height: 1.3;
}
.hero-meta-text strong {
  display: block;
  color: var(--navy-deep);
  font-size: 0.85rem;
  font-weight: 600;
}
.hero-decoration {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 46%;
  max-width: 620px;
  height: 500px;
  display: none;
  z-index: 2;
}
@media (min-width: 1024px) {
  .hero-decoration {
    display: block;
  }
}
#globe-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  animation: globeFloat 12s ease-in-out infinite;
}
.nrdex-network-graph {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0.25rem;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  --accent: var(--gold-light);
  --bg: var(--navy-deep);
  --line-color: rgba(69, 107, 98, 0.55);
}
.nrdex-network-graph svg {
  width: 100%;
  height: auto;
  overflow: visible;
}
.network-aura {
  fill: rgba(35, 155, 127, 0.08);
  animation: auraPulse 8s ease-in-out infinite;
  transform-origin: center;
}
.network-aura.aura-2 {
  fill: rgba(1, 151, 246, 0.06);
  animation-delay: 1.8s;
  animation-duration: 10s;
}
.edge-echo {
  fill: none;
  stroke: rgba(1, 151, 246, 0.22);
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-dasharray: 8 14;
  animation: dashFlow 12s linear infinite;
}
.edge-echo.echo-2 {
  stroke: rgba(35, 155, 127, 0.18);
  animation-duration: 16s;
  animation-direction: reverse;
}
.node {
  opacity: 0.96;
  filter: drop-shadow(0 0 4px rgba(1, 151, 246, 0.26));
}
.node-wave {
  fill: none;
  stroke: rgba(1, 151, 246, 0.34);
  stroke-width: 1.5;
  transform-origin: center;
  animation: radio-wave 3.4s ease-out infinite;
  animation-delay: var(--delay, 0s);
}
.node-wave.wave-2 {
  stroke: rgba(35, 155, 127, 0.24);
  animation-delay: calc(var(--delay, 0s) + 1.1s);
}
@keyframes radio-wave {
  0% {
    opacity: 0.85;
    transform: scale(0.75);
  }
  70% {
    opacity: 0;
    transform: scale(1.95);
  }
  100% {
    opacity: 0;
    transform: scale(2.1);
  }
}
@keyframes auraPulse {
  0%, 100% {
    transform: scale(0.96);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}
@keyframes dashFlow {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -110;
  }
}
@keyframes globeFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes ringRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about {
  background: var(--white);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.about-text p {
  margin-bottom: 16px;
  color: var(--gray-600);
}
.about-text p:last-child {
  margin-bottom: 0;
}
.about-highlight {
  background: var(--off-white);
  border-left: 3px solid var(--teal);
  padding: 24px 28px;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}
.about-highlight p {
  font-size: 0.95rem;
  color: var(--navy-mid);
  font-weight: 500;
  line-height: 1.7;
}
.about-visual {
  position: relative;
}
.about-visual-card {
  background: linear-gradient(180deg, #1f8e75, #16705c);
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.about-visual-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(35, 155, 127, 0.16), transparent);
  border-radius: 50%;
}
.about-visual-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 24px;
  font-weight: 600;
}
.about-visual-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-visual-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-md);
  transition: var(--transition);
}
.about-visual-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(35, 155, 127, 0.28);
}
.about-visual-item-icon {
  width: 36px;
  height: 36px;
  background: rgba(35, 155, 127, 0.14);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about-visual-item-icon svg {
  width: 18px;
  height: 18px;
  stroke: #99FDE0;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.about-visual-item-text {
  font-size: 0.88rem;
  color: var(--gray-200);
  font-weight: 500;
}
@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.how-it-works {
  background: var(--off-white);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 56px;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 27px;
  left: calc(16.66% + 18px);
  right: calc(16.66% + 18px);
  height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--gold-light), var(--teal));
  opacity: 0.6;
}
.step {
  text-align: center;
  position: relative;
}
.step-number {
  width: 56px;
  height: 56px;
  background: var(--white);
  border: 3px solid var(--teal);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  position: relative;
  z-index: 2;
}
.step-number span {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--teal);
}
.step-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
}
.step-icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--navy-deep);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.step-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 8px;
}
.step-desc {
  font-size: 0.9rem;
  color: var(--gray-600);
  line-height: 1.6;
  max-width: 280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .steps {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .steps::before {
    display: none;
  }
}
.onboarding-flow {
  margin-top: 56px;
  display: grid;
  gap: 28px;
}
.onboarding-flow-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 22px;
  border: 1px solid rgba(35, 155, 127, 0.12);
  border-radius: var(--radius-lg);
  background: linear-gradient(90deg, rgba(35, 155, 127, 0.08), rgba(1, 151, 246, 0.06));
  position: relative;
  overflow: hidden;
}
.onboarding-flow-rail::before {
  content: '';
  position: absolute;
  left: 34px;
  right: 34px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(35, 155, 127, 0.22), rgba(1, 151, 246, 0.18), rgba(35, 155, 127, 0.22));
  transform: translateY(-50%);
}
.onboarding-flow-stop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 10px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--navy-deep);
  z-index: 1;
}
.onboarding-flow-stop::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--teal);
  box-shadow: 0 0 0 6px rgba(35, 155, 127, 0.08);
  transform: translate(-50%, -50%);
}
.onboarding-flow-stop:first-child::before {
  background: var(--gold-pale);
  border-color: var(--gold);
}
.onboarding-flow-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
}
.onboarding-stage {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 18px;
  padding: 26px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(2, 24, 43, 0.06);
  background: rgba(255, 254, 255, 0.94);
  box-shadow: 0 16px 32px rgba(2, 24, 43, 0.06);
  align-items: start;
}
.onboarding-stage-marker {
  display: grid;
  gap: 12px;
  justify-items: center;
}
.onboarding-stage-number {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--teal);
}
.onboarding-stage-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(35, 155, 127, 0.12), rgba(1, 151, 246, 0.08));
  border: 1px solid rgba(35, 155, 127, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.onboarding-stage-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--navy-deep);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.onboarding-stage-title {
  font-family: var(--font-heading);
  font-size: 1.22rem;
  line-height: 1.25;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 10px;
}
.onboarding-stage-text {
  font-size: 0.93rem;
  line-height: 1.72;
  color: var(--gray-700);
}
.onboarding-stage-text a {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}
.onboarding-stage-text a:hover {
  color: var(--navy-deep);
}
@media (max-width: 980px) {
  .onboarding-flow-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .onboarding-flow-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .onboarding-flow-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px;
  }
  .onboarding-flow-stop {
    min-height: 52px;
    font-size: 0.72rem;
  }
  .onboarding-flow-rail::before {
    display: none;
  }
  .onboarding-stage {
    grid-template-columns: 1fr;
    padding: 22px 20px;
  }
  .onboarding-stage-marker {
    justify-items: start;
  }
}
.features {
  background: var(--white);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.feature-card {
  background: var(--off-white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--teal);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}
.feature-card:hover {
  border-color: var(--gold-light);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.feature-card:hover::before {
  transform: scaleX(1);
}
.feature-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #239b7f, #41b89a);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.feature-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--white);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.feature-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 10px;
}
.feature-desc {
  font-size: 0.88rem;
  color: var(--gray-600);
  line-height: 1.65;
}
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}
.agencies {
  background: var(--off-white);
}
.agencies-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
}
.agency-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 140px;
  transition: var(--transition);
}
.agency-card:hover {
  border-color: var(--gold-light);
  box-shadow: var(--shadow-sm);
}
.agency-placeholder {
  width: 56px;
  height: 56px;
  background: var(--gray-100);
  border-radius: var(--radius-md);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agency-placeholder svg {
  width: 28px;
  height: 28px;
  stroke: var(--gray-400);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.agency-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy-mid);
  line-height: 1.4;
}
.agency-name-sub {
  font-size: 0.72rem;
  color: var(--gray-400);
  margin-top: 4px;
}
@media (max-width: 768px) {
  .agencies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .agencies-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
.stats {
  background: linear-gradient(180deg, #ecfbf6, #dff5ed);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(1, 151, 246, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(1, 151, 246, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
  z-index: 2;
}
.stat {
  text-align: center;
  padding: 20px;
}
.stat-value {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--teal);
  line-height: 1.1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 0.85rem;
  color: var(--gray-600);
  font-weight: 500;
}
.stat-divider {
  width: 32px;
  height: 2px;
  background: rgba(1, 151, 246, 0.32);
  margin: 10px auto 0;
}
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.use-cases {
  background: var(--white);
}
.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}
.use-case-card {
  background: var(--off-white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
}
.use-case-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.use-case-header {
  background: linear-gradient(135deg, #239b7f, #51c4a5);
  padding: 28px 28px 24px;
  position: relative;
  overflow: hidden;
}
.use-case-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--white);
}
.use-case-icon {
  width: 44px;
  height: 44px;
  background: rgba(1, 151, 246, 0.12);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.use-case-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--white);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.use-case-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
}
.use-case-body {
  padding: 28px;
}
.use-case-desc {
  font-size: 0.88rem;
  color: var(--gray-600);
  line-height: 1.65;
  margin-bottom: 20px;
}
.use-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.use-case-tag {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 4px 12px;
  background: var(--gold-pale);
  color: var(--navy-mid);
  border-radius: 100px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .use-cases-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.news {
  background: var(--off-white);
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}
.news-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
}
.news-card:hover {
  box-shadow: var(--shadow-md);
}
.news-card-image {
  height: 180px;
  background: linear-gradient(135deg, rgba(35, 155, 127, 0.18), rgba(1, 151, 246, 0.1));
  position: relative;
  overflow: hidden;
}
.news-card-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(1, 151, 246, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(1, 151, 246, 0.08) 1px, transparent 1px);
  background-size: 30px 30px;
}
.news-card-image-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--teal);
  padding: 4px 12px;
  border-radius: 100px;
}
.news-card-body {
  padding: 24px;
}
.news-card-date {
  font-size: 0.75rem;
  color: var(--gray-400);
  margin-bottom: 8px;
  font-weight: 500;
}
.news-card-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy-deep);
  line-height: 1.35;
  margin-bottom: 10px;
}
.news-card-excerpt {
  font-size: 0.85rem;
  color: var(--gray-600);
  line-height: 1.6;
}
.news-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--teal);
  margin-top: 16px;
  transition: var(--transition);
}
.news-card-link:hover {
  gap: 10px;
}
.news-card-link svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.news-source-link {
  margin-bottom: 1.4rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(1, 151, 246, 0.16);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(1, 151, 246, 0.08), rgba(35, 155, 127, 0.08));
  color: var(--gray-700);
  font-size: 0.95rem;
}
.news-source-link a {
  font-weight: 700;
}
@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.docs-cta {
  background: linear-gradient(180deg, #f1fcf8, #e1f6ee);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.docs-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(35, 155, 127, 0.12), transparent 70%);
}
.docs-cta-content {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}
.docs-cta-icon {
  width: 64px;
  height: 64px;
  background: rgba(35, 155, 127, 0.14);
  border: 1px solid rgba(35, 155, 127, 0.24);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}
.docs-cta-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--teal);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.docs-cta-title {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 12px;
}
.docs-cta-desc {
  font-size: 1rem;
  color: var(--gray-600);
  margin-bottom: 32px;
  line-height: 1.7;
}
.docs-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--teal);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: var(--radius-md);
  transition: var(--transition);
  letter-spacing: 0.02em;
}
.docs-cta-btn:hover {
  background: #1da88a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(1, 151, 246, 0.24);
}
.docs-cta-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer {
  background: linear-gradient(180deg, #f7fffc, #eefaf5);
  border-top: 1px solid rgba(35, 155, 127, 0.14);
  padding: 64px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.footer-brand-name {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--navy-deep);
  letter-spacing: 0.06em;
}
.footer-about {
  font-size: 0.85rem;
  color: var(--gray-600);
  line-height: 1.7;
  max-width: 320px;
}
.footer-heading {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links a {
  font-size: 0.88rem;
  color: var(--gray-600);
  transition: var(--transition);
}
.footer-links a:hover {
  color: var(--navy-deep);
  padding-left: 4px;
}
.footer-contact {
  display: grid;
  gap: 14px;
}
.footer-contact-item {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--gray-600);
}
.footer-contact-item strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy-deep);
}
.footer-contact-item a {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  transition: var(--transition);
}
.footer-contact-item a:hover {
  color: var(--navy-deep);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-copyright {
  font-size: 0.78rem;
  color: var(--gray-600);
}
.footer-credit {
  font-size: 0.75rem;
  color: var(--gray-600);
  opacity: 0.7;
}
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-brand-col {
    grid-column: 1 / -1;
  }
}
@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 72px 0;
  }
  .hero {
    padding: 80px 0 72px;
    min-height: auto;
  }
  .hero-title {
    font-size: clamp(2rem, 7vw, 2.8rem);
  }
  .hero-meta {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .topbar-logo-text strong {
    font-size: 0.72rem;
  }
  .topbar-logo-text {
    font-size: 0.65rem;
  }
}
html[lang="bn"] body {
  font-family: var(--font-bengali);
}
html[lang="bn"] .section-title, html[lang="bn"] .hero-title, html[lang="bn"] .step-title, html[lang="bn"] .feature-title, html[lang="bn"] .use-case-title, html[lang="bn"] .news-card-title, html[lang="bn"] .docs-cta-title {
  font-family: var(--font-bengali);
  font-weight: 700;
}
html[lang="bn"] .nav-brand-text, html[lang="bn"] .footer-brand-name {
  font-family: var(--font-heading);
}
.docs-page {
  background: linear-gradient(180deg, #f9fffd, #f1fbf7);
}
.topbar-note {
  color: var(--gray-600);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}
.docs-page .hero {
  padding: 4rem 0 2rem;
}
.docs-page .eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--teal);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}
.docs-page h1 {
  margin: 0 0 1rem;
  font-family: var(--font-heading);
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.05;
  color: var(--navy-deep);
}
.docs-page .lead {
  max-width: 52rem;
  margin: 0;
  font-size: 1.05rem;
  color: var(--gray-600);
}
.docs-shell {
  padding: 1rem 0 4rem;
}
.docs-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}
.docs-sidebar {
  position: sticky;
  top: 104px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--gray-100);
  border-radius: 24px;
  box-shadow: var(--shadow-sm);
  padding: 1.25rem;
  backdrop-filter: blur(10px);
}
.docs-sidebar-title {
  margin: 0 0 0.95rem;
  color: var(--navy-deep);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.docs-sidebar-links {
  display: grid;
  gap: 0.35rem;
}
.docs-sidebar-downloads {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-100);
}
.docs-sidebar-subtitle {
  margin: 0 0 0.8rem;
  color: var(--navy-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.docs-sidebar-download-group + .docs-sidebar-download-group {
  margin-top: 0.9rem;
}
.docs-sidebar-download-label {
  margin-bottom: 0.45rem;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.docs-sidebar-download-links {
  display: grid;
  gap: 0.3rem;
}
.docs-sidebar-download-links a {
  display: block;
  color: var(--gray-600);
  font-size: 0.86rem;
  line-height: 1.45;
  padding: 0.18rem 0;
  transition: var(--transition);
}
.docs-sidebar-download-links a:hover {
  color: var(--navy-deep);
  padding-left: 4px;
}
.docs-sidebar-links a {
  display: block;
  color: var(--gray-600);
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  transition: var(--transition);
}
.docs-sidebar-links a:hover, .docs-sidebar-links a.current {
  background: var(--gold-pale);
  color: var(--navy-deep);
}
.docs-sidebar-links a.current {
  font-weight: 700;
  box-shadow: inset 3px 0 0 var(--teal);
}
.docs-sidebar-note {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-100);
  color: var(--gray-600);
  font-size: 0.9rem;
}
.docs-page .content {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  padding: clamp(1.4rem, 3vw, 3rem);
}
.docs-page .content h2, .docs-page .content h3, .docs-page .content h4 {
  color: var(--navy-deep);
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}
.docs-page .content h2 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
}
.docs-page .content h3 {
  font-size: 1.25rem;
}
.docs-page .content p, .docs-page .content li {
  color: var(--gray-800);
}
.news-page .content p, .news-page .content li {
  text-align: justify;
  text-justify: inter-word;
}
.docs-page .content a {
  color: #0c6e63;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(12, 110, 99, 0.35);
  text-underline-offset: 0.18em;
  transition: color 180ms ease, text-decoration-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.docs-page .content a:hover, .docs-page .content a:focus-visible {
  color: var(--navy-deep);
  text-decoration-color: rgba(2, 24, 43, 0.85);
  background: rgba(212, 179, 90, 0.16);
  box-shadow: 0 0 0 4px rgba(212, 179, 90, 0.16);
  border-radius: 4px;
  outline: none;
}
.docs-page .content ul, .docs-page .content ol {
  padding-left: 1.25rem;
  list-style-position: outside;
}
.docs-page .content ul {
  list-style-type: disc;
}
.docs-page .content ol {
  list-style-type: decimal;
}
.docs-page .content li + li {
  margin-top: 0.45rem;
}
.docs-page .content code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  background: var(--off-white);
  border: 1px solid var(--gray-100);
  padding: 0.1rem 0.35rem;
  border-radius: 6px;
}
.docs-page .content pre {
  overflow: auto;
  padding: 1rem;
  border-radius: 16px;
  background: #f4fbff;
  border: 1px solid rgba(1, 151, 246, 0.12);
}
.docs-page .content pre code {
  background: transparent;
  border: 0;
  padding: 0;
}
.docs-page .footer {
  padding: 2rem 0 3rem;
  color: var(--gray-600);
  font-size: 0.95rem;
}
.nrdex-presentation {
  width: 100%;
  margin: 3rem auto 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(35, 155, 127, 0.12);
  box-shadow: var(--shadow-lg);
  background: rgba(255, 254, 255, 0.94);
}
.nrdex-slide {
  position: relative;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 58px 64px;
  background: radial-gradient(circle at top right, rgba(1, 151, 246, 0.08), transparent 34%), linear-gradient(180deg, rgba(255, 254, 255, 0.98), rgba(242, 252, 248, 0.95));
}
.nrdex-slide-num {
  position: absolute;
  top: 22px;
  right: 24px;
  font-size: 0.76rem;
  color: var(--gray-400);
}
.nrdex-slide-eyebrow {
  margin-bottom: 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-400);
}
.nrdex-slide-title {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  line-height: 1.25;
  color: var(--navy-deep);
}
.nrdex-slide-body {
  max-width: 560px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--gray-600);
}
.nrdex-slide-accent {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(1, 151, 246, 0.1);
  color: #284d83;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.nrdex-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.nrdex-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(69, 107, 98, 0.14);
  background: rgba(255, 255, 255, 0.82);
  color: var(--gray-600);
  font-size: 0.82rem;
}
.nrdex-slide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.nrdex-slide-card {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(69, 107, 98, 0.12);
  background: rgba(255, 255, 255, 0.72);
}
.nrdex-slide-card-title {
  margin: 0 0 4px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--navy-deep);
}
.nrdex-slide-card-body {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.6;
  color: var(--gray-600);
}
.nrdex-slide-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 28px;
  flex-wrap: wrap;
}
.nrdex-diagram-box {
  min-width: 102px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(69, 107, 98, 0.14);
  background: rgba(255, 255, 255, 0.82);
  color: var(--navy-deep);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.nrdex-diagram-box.purple {
  background: #eeedfe;
  border-color: #afa9ec;
  color: #3c3489;
}
.nrdex-diagram-box.teal {
  background: #e1f5ee;
  border-color: #5dcaa5;
  color: #085041;
}
.nrdex-diagram-box.amber {
  background: #faeeda;
  border-color: #ef9f27;
  color: #633806;
  min-width: 138px;
}
.nrdex-diagram-arrow {
  padding: 0 8px;
  color: var(--gray-400);
  font-size: 1rem;
  flex-shrink: 0;
}
.nrdex-central-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.nrdex-central-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nrdex-central-text {
  font-size: 0.8rem;
  color: var(--gray-600);
  line-height: 1.55;
}
.nrdex-swiper-pagination {
  position: relative;
  margin-top: 0;
  padding: 14px 0;
  background: rgba(242, 252, 248, 0.92);
  border-top: 1px solid rgba(69, 107, 98, 0.1);
}
.nrdex-presentation .swiper-pagination-bullet {
  background: var(--gray-400);
  opacity: 1;
}
.nrdex-presentation .swiper-pagination-bullet-active {
  background: #3c3489;
}
.nrdex-swiper-prev, .nrdex-swiper-next {
  color: #3c3489;
  --swiper-navigation-size: 18px;
}
@media (max-width: 768px) {
  .nrdex-slide {
    min-height: 0;
    padding: 42px 22px 58px;
  }
  .nrdex-slide-grid {
    grid-template-columns: 1fr;
  }
  .nrdex-slide-diagram {
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
  }
  .nrdex-diagram-arrow {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .nrdex-central-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 960px) {
  .docs-layout {
    grid-template-columns: 1fr;
  }
  .docs-sidebar {
    position: static;
  }
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-leading: initial;
    }
  }
}
