@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

    .back-to-top {
      position: fixed;
      bottom: 1.5rem;
      right: 1.5rem;
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 3rem;
      height: 3rem;
      border-radius: 9999px;
      background-color: #6dbcf1;
      color: #ffffff;
      box-shadow: 0 20px 40px rgba(37, 99, 235, 0.3);
      opacity: 0;
      pointer-events: none;
      transform: translateY(20px);
      transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
    }

    .back-to-top.visible {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    .back-to-top:hover {
      background-color: #4aa3df;
      transform: translateY(-3px);
    }

    .brand-top-trigger {
      background: transparent;
      border: none;
      padding: 0;
      cursor: pointer;
      border-radius: 9999px;
      transition: transform 0.2s ease;
    }

    .brand-top-trigger:hover {
      transform: translateY(-2px);
    }

    .brand-top-trigger:focus-visible {
      outline: 2px solid #2563eb;
      outline-offset: 4px;
    }

    .header-glass {
      background: linear-gradient(to top, rgba(255, 255, 255, 0.78), #ffffff 53.36%);
      backdrop-filter: blur(5px);
    }

    .demo-card {
      background: #ffffff;
      border-radius: 1rem;
      border: 1px solid #e5e7eb;
      box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
      overflow: hidden;
    }

    .demo-card-header {
      background: linear-gradient(to right, #f0fdf4, #ffffff);
      padding: 0.65rem 1rem;
      border-bottom: 1px solid #e5e7eb;
    }

    .demo-card-header-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .demo-card-value {
      font-size: 1.875rem;
      font-weight: 700;
      color: #16a34a;
      margin: 0 auto;
      max-width: 7.5rem;
    }

    .demo-card-label {
      font-size: 0.875rem;
      color: #4b5563;
      margin: 0 auto;
      text-align: center;
      line-height: 0.875rem;
      max-width: 80%;
    }

    .demo-card-sub-label {
      font-size: 0.875rem;
      color: #4b5563;
      line-height: 0.875rem;
    }

    .demo-card-summary {
      flex: fit-content;
      padding: 5px 15px;
    }

    .demo-card-title {
      font-size: 1.125rem;
      font-weight: 600;
      color: #111827;
      line-height: 1.25rem;
      margin-bottom: 0.25rem;
    }

    .demo-card-subtitle {
      font-size: 0.875rem;
      color: #4b5563;
    }

    .demo-primary-button {
      min-width: 3.5rem;
      min-height: 3.5rem;
      border-radius: 9999px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
      background: #494b4e;
      border: none;
    }

    .demo-primary-button-icon {
      width: 1.75rem;
      height: 1.75rem;
      color: #ffffff;
      padding-left: 0.3rem;
    }

    .demo-card-body {
      padding: 1rem;
      background: #f9fafb;
      border-bottom: 1px solid #e5e7eb;
    }

    .demo-card-focus {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem;
      color: #374151;
      font-weight: 500;
      gap: 0.5rem;
    }

    .demo-card-focus-text {
      font-weight: 500;
      color: #374151;
    }

    .demo-card-focus-icon {
      width: 1.25rem;
      height: 1.25rem;
      color: #6b7280;
    }

    .demo-tab-row {
      display: flex;
      gap: 0.5rem;
      margin-bottom: 0.75rem;
    }

    .demo-card-tab {
      flex: 1 1 0%;
      padding: 0.5rem 1rem;
      background: #ffffff;
      border: 1px solid #d1d5db;
      border-radius: 0.5rem;
      color: #374151;
      text-align: center;
      transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
    }

    .demo-card-tab--active {
      background: #2563eb;
      border-color: #2563eb;
      color: #ffffff;
      font-weight: 500;
    }

    .demo-list {
      max-height: 20rem;
      overflow-y: auto;
    }

    .demo-list-header {
      background: #374151;
      padding: 0.75rem 1.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .demo-list-status {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      color: #ffffff;
      font-weight: 500;
    }

    .demo-status-dot {
      width: 0.5rem;
      height: 0.5rem;
      background: #4ade80;
      border-radius: 9999px;
    }

    .demo-list-status-label {
      color: #ffffff;
      font-weight: 500;
    }

    .demo-list-header-time {
      color: #d1d5db;
      font-size: 0.875rem;
    }

    .demo-list-item {
      padding: 1rem 1.5rem;
      border-bottom: 1px solid #e5e7eb;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: transparent;
      transition: background 0.2s ease;
    }

    .demo-list-item:hover {
      background: #f5f5f5;
    }

    .demo-item-title {
      font-weight: 500;
      color: #111827;
      margin-bottom: 0.25rem;
    }

    .demo-item-text {
      font-size: 0.875rem;
      color: #6b7280;
    }

    .demo-item-meta {
      font-size: 0.75rem;
      color: #9ca3af;
      margin-top: 0.25rem;
    }

    .demo-item-button {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 9999px;
      background: #374151;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.2s ease;
    }

    .demo-list-item:hover .demo-item-button,
    .demo-item-button.is-active {
      opacity: 1;
    }

    .demo-item-icon {
      width: 1.25rem;
      height: 1.25rem;
      color: #ffffff;
    }

    .security-icon-success {
      color: #32cd32;
    }

    .order-first {
      order: -1;
    }

    .order-last {
      order: 1;
    }

    @media (min-width: 1024px) {

      .lg\:order-first {
        order: -1;
      }

      .lg\:order-last {
        order: 1;
      }
    }

    .menu-toggle {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0.4rem;
      background: transparent;
      border: none;
      border-radius: 0.75rem;
      color: #111827;
      transition: background-color 0.2s ease, color 0.2s ease;
    }

    .menu-toggle:hover,
    .menu-toggle:focus-visible {
      color: #2563eb;
      background-color: rgba(37, 99, 235, 0.08);
      outline: none;
    }

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

    .pricing-toggle {
      display: flex;
      align-items: stretch;
      padding: 0.25rem;
      border-radius: 9999px;
      background: #4b5563;
      box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
      overflow: hidden;
    }

    .pricing-toggle__option {
      flex: 1 1 0%;
      border: none;
      background: transparent;
      color: rgba(255, 255, 255, 0.85);
      font-weight: 600;
      font-size: 0.95rem;
      padding: 0.65rem 1.5rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 0.6rem;
      cursor: pointer;
      transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
      border-radius: 9999px;
      white-space: nowrap;
    }

    .pricing-toggle__option:hover:not(.is-active) {
      color: #ffffff;
    }

    .pricing-toggle__option.is-active {
      background: linear-gradient(180deg, #6ea9f2 0%, #4f87de 100%);
      color: #ffffff;
      box-shadow: 0 10px 20px rgba(79, 135, 222, 0.35);
    }

    .pricing-toggle__option:focus-visible {
      outline: 3px solid rgba(79, 135, 222, 0.45);
      outline-offset: 3px;
    }

    .pricing-toggle__badge {
      background: #ffffff;
      color: #1f2937;
      padding: 0.2rem 0.45rem;
      border-radius: 9999px;
      font-size: 0.75rem;
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: 0.015em;
      transition: opacity 0.2s ease;
    }

    .pricing-toggle__option:not(.is-active) .pricing-toggle__badge {
      opacity: 0.35;
    }

    .plan-card {
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .plan-card__content {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
    }

    .plan-card__unit {
      text-align: center;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: 0.05em;
      margin-bottom: 0.8rem;
    }

    .plan-card__cta {
      margin-top: auto;
    }

    .premium-plan {
      position: relative;
      overflow: visible;
      border-radius: 1rem;
      background: linear-gradient(140deg, #0f172a 0%, #1f2937 55%, #111827 100%);
      border: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow: 0 32px 60px -24px rgba(15, 23, 42, 0.65);
      padding: 2rem;
      display: flex;
      flex-direction: column;
      color: rgba(241, 245, 249, 0.95);
    }

    .premium-plan__inner {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .premium-plan__flag {
      position: absolute;
      top: -1rem;
      left: 50%;
      transform: translateX(-50%);
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      padding: 0.3rem 1rem;
      border-radius: 9999px;
      background: linear-gradient(135deg, #64748b 0%, #475569 100%);
      color: #ffffff;
      font-size: 0.875rem;
      font-weight: 700;
      box-shadow: 0 12px 20px rgba(15, 23, 42, 0.3);
      white-space: nowrap;
    }

    .premium-plan__flag-icon {
      width: 1rem;
      height: 1rem;
    }

    .premium-plan__badge {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      padding: 0.45rem 1rem;
      border-radius: 9999px;
      background: rgba(148, 163, 184, 0.22);
      color: rgba(248, 250, 252, 0.95);
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.24em;
      text-transform: uppercase;
    }


    .premium-plan__header {
      text-align: center;
      margin-bottom: 2.25rem;
    }

    .premium-plan__title {
      font-size: 1.75rem;
      font-weight: 700;
      color: #f8fafc;
      margin-bottom: 0.5rem;
    }

    .premium-plan__subtitle {
      color: rgba(226, 232, 240, 0.92);
      margin-bottom: 1.75rem;
      font-size: 1.05rem;
    }

    .premium-plan__price-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0.55rem;
    }

    .premium-plan__price {
      font-size: 3rem;
      font-weight: 700;
      color: #ffffff;
      line-height: 1;
    }

    .premium-plan__unit {
      text-align: center;
      color: rgba(226, 232, 240, 0.85);
      font-size: 1rem;
      letter-spacing: 0.05em;
      margin-bottom: 0.95rem;
    }

    .premium-plan__billing {
      color: rgba(226, 232, 240, 0.78);
      font-size: 0.92rem;
    }

    .premium-plan__features {
      list-style: none;
      margin: 0 0 2.75rem;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .premium-plan__feature {
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      color: rgba(248, 250, 252, 0.9);
      font-size: 0.98rem;
    }

    .premium-plan__icon {
      width: 1.25rem;
      height: 1.25rem;
      flex-shrink: 0;
      margin-top: 0.15rem;
      color: #4ade80;
    }

    .premium-plan__button {
      width: 100%;
      padding: 0.75rem;
      border-radius: 0.85rem;
      border: 1px solid rgba(255, 255, 255, 0.22);
      background: rgba(255, 255, 255, 0.1);
      color: #ffffff;
      font-weight: 600;
      backdrop-filter: blur(6px);
      transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
      margin-top: auto;
    }

    .premium-plan__button:hover,
    .premium-plan__button:focus-visible {
      background: rgba(255, 255, 255, 0.22);
      border-color: rgba(255, 255, 255, 0.42);
      outline: none;
    }

    .gamification-score {
      --bar-duration: 1500ms;
      --count-duration: 1500ms;
    }

    .gamification-bar {
      width: 0%;
      max-width: 100%;
      transition: width var(--bar-duration) cubic-bezier(0.22, 1, 0.36, 1);
      will-change: width;
    }

    .gamification-score.is-visible .gamification-bar {
      transition-delay: var(--bar-delay, 100ms);
    }

    .gamification-value {
      display: inline-flex;
      justify-content: flex-end;
      min-width: 3ch;
      font-variant-numeric: tabular-nums;
    }

    .mobile-menu {
      position: fixed;
      inset: 0;
      display: none;
      align-items: flex-start;
      justify-content: flex-end;
      background: rgba(15, 23, 42, 0.45);
      backdrop-filter: blur(6px);
      z-index: 999;
      padding: 1.5rem;
    }

    .mobile-menu.open {
      display: flex;
    }

    .mobile-menu__panel {
      width: 100%;
      max-width: 20rem;
      background: #ffffff;
      border-radius: 1.25rem;
      box-shadow: -24px 0 48px rgba(15, 23, 42, 0.12);
      padding: 1.75rem 1.5rem 2rem;
      display: flex;
      flex-direction: column;
      gap: 1.75rem;
    }

    .mobile-menu__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .mobile-menu__title {
      font-size: 1.125rem;
      font-weight: 600;
      color: #0f172a;
    }

    .mobile-menu__close {
      background: transparent;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 9999px;
      color: #1f2937;
      transition: background-color 0.2s ease, color 0.2s ease;
    }

    .mobile-menu__close:hover,
    .mobile-menu__close:focus-visible {
      color: #2563eb;
      background-color: rgba(37, 99, 235, 0.08);
      outline: none;
    }

    .mobile-menu__nav {
      display: flex;
      flex-direction: column;
      gap: 1.1rem;
    }

    .mobile-menu__link {
      font-size: 1.0625rem;
      font-weight: 500;
      color: #1f2937;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .mobile-menu__link:hover,
    .mobile-menu__link:focus-visible {
      color: #2563eb;
      outline: none;
    }

    .mobile-menu__cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding: 0.95rem 1.5rem;
      border: none;
      border-radius: 0.9rem;
      background-color: #2563eb;
      color: #ffffff;
      font-size: 1.0625rem;
      font-weight: 600;
      box-shadow: 0 16px 32px rgba(37, 99, 235, 0.25);
      transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    }

    .mobile-menu__cta:hover,
    .mobile-menu__cta:focus-visible {
      background-color: #1d4ed8;
      transform: translateY(-2px);
      box-shadow: 0 22px 36px rgba(37, 99, 235, 0.28);
      outline: none;
    }

    .mobile-menu__footer {
      font-size: 0.875rem;
      color: #6b7280;
    }

    .is-hidden {
      display: none !important;
    }

    .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;
    }

    .no-scroll {
      overflow: hidden;
    }

    @media (min-width: 768px) {
      .mobile-menu {
        display: none !important;
      }
    }

    *,
    ::before,
    ::after {
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-pan-x: ;
      --tw-pan-y: ;
      --tw-pinch-zoom: ;
      --tw-scroll-snap-strictness: proximity;
      --tw-gradient-from-position: ;
      --tw-gradient-via-position: ;
      --tw-gradient-to-position: ;
      --tw-ordinal: ;
      --tw-slashed-zero: ;
      --tw-numeric-figure: ;
      --tw-numeric-spacing: ;
      --tw-numeric-fraction: ;
      --tw-ring-inset: ;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: rgb(78 177 228 / 0.5);
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-ring-shadow: 0 0 #0000;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      --tw-blur: ;
      --tw-brightness: ;
      --tw-contrast: ;
      --tw-grayscale: ;
      --tw-hue-rotate: ;
      --tw-invert: ;
      --tw-saturate: ;
      --tw-sepia: ;
      --tw-drop-shadow: ;
      --tw-backdrop-blur: ;
      --tw-backdrop-brightness: ;
      --tw-backdrop-contrast: ;
      --tw-backdrop-grayscale: ;
      --tw-backdrop-hue-rotate: ;
      --tw-backdrop-invert: ;
      --tw-backdrop-opacity: ;
      --tw-backdrop-saturate: ;
      --tw-backdrop-sepia: ;
      --tw-contain-size: ;
      --tw-contain-layout: ;
      --tw-contain-paint: ;
      --tw-contain-style: ;
    }

    ::backdrop {
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-pan-x: ;
      --tw-pan-y: ;
      --tw-pinch-zoom: ;
      --tw-scroll-snap-strictness: proximity;
      --tw-gradient-from-position: ;
      --tw-gradient-via-position: ;
      --tw-gradient-to-position: ;
      --tw-ordinal: ;
      --tw-slashed-zero: ;
      --tw-numeric-figure: ;
      --tw-numeric-spacing: ;
      --tw-numeric-fraction: ;
      --tw-ring-inset: ;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: rgb(78 177 228 / 0.5);
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-ring-shadow: 0 0 #0000;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      --tw-blur: ;
      --tw-brightness: ;
      --tw-contrast: ;
      --tw-grayscale: ;
      --tw-hue-rotate: ;
      --tw-invert: ;
      --tw-saturate: ;
      --tw-sepia: ;
      --tw-drop-shadow: ;
      --tw-backdrop-blur: ;
      --tw-backdrop-brightness: ;
      --tw-backdrop-contrast: ;
      --tw-backdrop-grayscale: ;
      --tw-backdrop-hue-rotate: ;
      --tw-backdrop-invert: ;
      --tw-backdrop-opacity: ;
      --tw-backdrop-saturate: ;
      --tw-backdrop-sepia: ;
      --tw-contain-size: ;
      --tw-contain-layout: ;
      --tw-contain-paint: ;
      --tw-contain-style: ;
    }





    *,
    ::before,
    ::after {
      box-sizing: border-box;

      border-width: 0;

      border-style: solid;

      border-color: #e5e7eb;

    }

    ::before,
    ::after {
      --tw-content: '';
    }



    html,
    :host {
      line-height: 1.5;

      -webkit-text-size-adjust: 100%;

      -moz-tab-size: 4;

      -o-tab-size: 4;
      tab-size: 4;

      font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

      font-feature-settings: normal;

      font-variation-settings: normal;

      -webkit-tap-highlight-color: transparent;

    }



    body {
      margin: 0;

      line-height: inherit;

    }



    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;
      text-decoration: inherit;
    }



    b,
    strong {
      font-weight: bolder;
    }



    code,
    kbd,
    samp,
    pre {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

      font-feature-settings: normal;

      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;

    }



    button,
    input,
    optgroup,
    select,
    textarea {
      font-family: inherit;

      font-feature-settings: inherit;

      font-variation-settings: inherit;

      font-size: 100%;

      font-weight: inherit;

      line-height: inherit;

      letter-spacing: inherit;

      color: inherit;

      margin: 0;

      padding: 0;

    }



    button,
    select {
      text-transform: none;
    }



    button,
    input:where([type='button']),
    input:where([type='reset']),
    input:where([type='submit']) {
      -webkit-appearance: button;

      background-color: transparent;

      background-image: none;

    }



    :-moz-focusring {
      outline: auto;
    }



    :-moz-ui-invalid {
      box-shadow: none;
    }



    progress {
      vertical-align: baseline;
    }



    ::-webkit-inner-spin-button,
    ::-webkit-outer-spin-button {
      height: auto;
    }



    [type='search'] {
      -webkit-appearance: textfield;

      outline-offset: -2px;

    }



    ::-webkit-search-decoration {
      -webkit-appearance: none;
    }



    ::-webkit-file-upload-button {
      -webkit-appearance: button;

      font: inherit;

    }



    summary {
      display: list-item;
    }



    blockquote,
    dl,
    dd,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    figure,
    p,
    pre {
      margin: 0;
    }

    fieldset {
      margin: 0;
      padding: 0;
    }

    legend {
      padding: 0;
    }

    ol,
    ul,
    menu {
      list-style: none;
      margin: 0;
      padding: 0;
    }



    dialog {
      padding: 0;
    }



    textarea {
      resize: vertical;
    }



    input::-moz-placeholder,
    textarea::-moz-placeholder {
      opacity: 1;

      color: #9ca3af;

    }

    input::placeholder,
    textarea::placeholder {
      opacity: 1;

      color: #9ca3af;

    }



    button,
    [role="button"] {
      cursor: pointer;
    }



    :disabled {
      cursor: default;
    }



    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
      display: block;

      vertical-align: middle;

    }



    img,
    video {
      max-width: 100%;
      height: auto;
    }



    [hidden]:where(:not([hidden="until-found"])) {
      display: none;
    }

    .fixed {
      position: fixed;
    }

    .absolute {
      position: absolute;
    }

    .relative {
      position: relative;
    }

    .-top-4 {
      top: -1rem;
    }

    .left-1\/2 {
      left: 50%;
    }

    .top-0 {
      top: 0px;
    }

    .z-50 {
      z-index: 50;
    }

    .mx-auto {
      margin-left: auto;
      margin-right: auto;
    }

    .mb-10 {
      margin-bottom: 2.5rem;
    }

    .mb-16 {
      margin-bottom: 4rem;
    }

    .mb-2 {
      margin-bottom: 0.5rem;
    }

    .mb-3 {
      margin-bottom: 0.75rem;
    }

    .mb-4 {
      margin-bottom: 1rem;
    }

    .mb-6 {
      margin-bottom: 1.5rem;
    }

    .mb-8 {
      margin-bottom: 2rem;
    }

    .mt-0\.5 {
      margin-top: 0.125rem;
    }

    .mt-12 {
      margin-top: 3rem;
    }

    .mt-6 {
      margin-top: 1.5rem;
    }

    .mt-8 {
      margin-top: 2rem;
    }

    .mr-4 {
      margin-right: 1rem;
    }



    .flex {
      display: flex;
    }

    .grid {
      display: grid;
    }

    .hidden {
      display: none;
    }

    .h-10 {
      height: 2.5rem;
    }

    .h-12 {
      height: 3rem;
    }

    .h-14 {
      height: 3.5rem;
    }

    .h-20 {
      height: 5rem;
    }

    .h-4 {
      height: 1rem;
    }

    .h-5 {
      height: 1.25rem;
    }

    .h-6 {
      height: 1.5rem;
    }

    .h-7 {
      height: 1.75rem;
    }

    .h-8 {
      height: 2rem;
    }

    .h-auto {
      height: auto;
    }

    .h-16 {
      height: 4rem;
    }

    .h-3 {
      height: 0.75rem;
    }

    .h-32 {
      height: 8rem;
    }

    .min-h-screen {
      min-height: 100vh;
    }

    .w-10 {
      width: 2.5rem;
    }

    .w-12 {
      width: 3rem;
    }

    .w-14 {
      width: 3.5rem;
    }

    .w-20 {
      width: 5rem;
    }

    .w-4 {
      width: 1rem;
    }

    .w-5 {
      width: 1.25rem;
    }

    .w-6 {
      width: 1.5rem;
    }

    .w-7 {
      width: 1.75rem;
    }

    .w-8 {
      width: 2rem;
    }

    .w-full {
      width: 100%;
    }

    .w-16 {
      width: 4rem;
    }

    .w-32 {
      width: 8rem;
    }

    .max-w-3xl {
      max-width: 48rem;
    }

    .max-w-4xl {
      max-width: 56rem;
    }

    .max-w-6xl {
      max-width: 72rem;
    }

    .max-w-7xl {
      max-width: 80rem;
    }

    .flex-1 {
      flex: 1 1 0%;
    }

    .flex-shrink-0 {
      flex-shrink: 0;
    }

    .-translate-x-1\/2 {
      --tw-translate-x: -50%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .scale-105 {
      --tw-scale-x: 1.05;
      --tw-scale-y: 1.05;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .transform {
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .scroll-mt-20 {
      scroll-margin-top: 2rem;
    }

    .flex-col {
      flex-direction: column;
    }

    .items-start {
      align-items: flex-start;
    }

    .items-center {
      align-items: center;
    }

    .justify-center {
      justify-content: center;
    }

    .justify-between {
      justify-content: space-between;
    }

    .gap-12 {
      gap: 3rem;
    }

    .gap-4 {
      gap: 1rem;
    }

    .gap-8 {
      gap: 2rem;
    }

    .space-x-1> :not([hidden])~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(0.25rem * var(--tw-space-x-reverse));
      margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .space-x-2> :not([hidden])~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(0.5rem * var(--tw-space-x-reverse));
      margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .space-x-3> :not([hidden])~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(0.75rem * var(--tw-space-x-reverse));
      margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .space-x-4> :not([hidden])~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(1rem * var(--tw-space-x-reverse));
      margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .space-x-6> :not([hidden])~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(1.5rem * var(--tw-space-x-reverse));
      margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .space-x-8> :not([hidden])~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(2rem * var(--tw-space-x-reverse));
      margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .space-y-2> :not([hidden])~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .space-y-4> :not([hidden])~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }

    .space-y-6> :not([hidden])~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .space-y-8> :not([hidden])~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .overflow-hidden {
      overflow: hidden;
    }

    .rounded-2xl {
      border-radius: 1rem;
    }

    .rounded-full {
      border-radius: 9999px;
    }

    .rounded-lg {
      border-radius: 0.5rem;
    }

    .rounded-xl {
      border-radius: 0.75rem;
    }

    .border {
      border-width: 1px;
    }

    .border-2 {
      border-width: 2px;
    }

    .border-t {
      border-top-width: 1px;
    }

    .border-blue-100 {
      --tw-border-opacity: 1;
      border-color: rgb(201 229 246 / var(--tw-border-opacity, 1));
    }

    .border-blue-600 {
      --tw-border-opacity: 1;
      border-color: rgb(74 163 223 / var(--tw-border-opacity, 1));
    }

    .border-gray-100 {
      --tw-border-opacity: 1;
      border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
    }

    .border-gray-200 {
      --tw-border-opacity: 1;
      border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    }

    .border-gray-800 {
      --tw-border-opacity: 1;
      border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
    }

    .border-white {
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    }

    .bg-blue-100 {
      --tw-bg-opacity: 1;
      background-color: rgb(201 229 246 / var(--tw-bg-opacity, 1));
    }

    .bg-blue-50 {
      --tw-bg-opacity: 1;
      background-color: rgb(232 244 251 / var(--tw-bg-opacity, 1));
    }

    .bg-blue-600 {
      --tw-bg-opacity: 1;
      background-color: rgb(74 163 223 / var(--tw-bg-opacity, 1));
    }

    .bg-gray-100 {
      --tw-bg-opacity: 1;
      background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    }

    .bg-gray-900 {
      --tw-bg-opacity: 1;
      background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
    }

    .bg-white {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }

    .bg-white\/95 {
      background-color: rgb(255 255 255 / 0.95);
    }

    .bg-blue-400 {
      --tw-bg-opacity: 1;
      background-color: rgb(105 188 232 / var(--tw-bg-opacity, 1));
    }

    .bg-green-400 {
      --tw-bg-opacity: 1;
      background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
    }

    .bg-green-500 {
      --tw-bg-opacity: 1;
      background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
    }

    .bg-orange-500 {
      --tw-bg-opacity: 1;
      background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
    }

    .bg-orange-400 {
      --tw-bg-opacity: 1;
      background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
    }

    .bg-white\/10 {
      background-color: rgb(255 255 255 / 0.1);
    }

    .bg-white\/20 {
      background-color: rgb(255 255 255 / 0.2);
    }

    .bg-gradient-to-br {
      background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    }

    .from-blue-50 {
      --tw-gradient-from: #e8f4fb var(--tw-gradient-from-position);
      --tw-gradient-to: rgb(232 244 251 / 0) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }

    .from-blue-600 {
      --tw-gradient-from: #4aa3df var(--tw-gradient-from-position);
      --tw-gradient-to: rgb(74 163 223 / 0) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }

    .to-blue-700 {
      --tw-gradient-to: #4292d8 var(--tw-gradient-to-position);
    }

    .to-blue-800 {
      --tw-gradient-to: #3a82d2 var(--tw-gradient-to-position);
    }

    .to-white {
      --tw-gradient-to: #fff var(--tw-gradient-to-position);
    }

    .p-12 {
      padding: 3rem;
    }

    .p-6 {
      padding: 1.5rem;
    }

    .p-8 {
      padding: 2rem;
    }

    .px-10 {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }

    .px-4 {
      padding-left: 1rem;
      padding-right: 1rem;
    }

    .px-6 {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }

    .px-8 {
      padding-left: 2rem;
      padding-right: 2rem;
    }

    .py-1 {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }

    .py-12 {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }

    .py-2 {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }

    .py-20 {
      padding-top: 5rem;
      padding-bottom: 5rem;
    }

    .py-3 {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }

    .py-4 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }

    .py-5 {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }



    .pb-20 {
      padding-bottom: 5rem;
    }

    .pt-32 {
      padding-top: 6rem;
    }

    .pt-40 {
      padding-top: 10rem;
    }

    .pt-6 {
      padding-top: 1.5rem;
    }

    .pt-8 {
      padding-top: 2rem;
    }

    .text-center {
      text-align: center;
    }

    .font-mono {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }

    .text-2xl {
      font-size: 1.5rem;
      line-height: 2rem;
    }

    .text-3xl {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }

    .text-4xl {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }

    .text-5xl {
      font-size: 3rem;
      line-height: 1;
    }

    .text-6xl {
      font-size: 3.75rem;
      line-height: 1;
    }

    .text-lg {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

    .text-sm {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }

    .text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }

    .font-bold {
      font-weight: 700;
    }

    .font-medium {
      font-weight: 500;
    }

    .font-semibold {
      font-weight: 600;
    }

    .leading-relaxed {
      line-height: 1.625;
    }

    .leading-tight {
      line-height: 1.25;
    }

    .text-blue-100 {
      --tw-text-opacity: 1;
      color: rgb(201 229 246 / var(--tw-text-opacity, 1));
    }

    .text-blue-200 {
      --tw-text-opacity: 1;
      color: rgb(167 214 241 / var(--tw-text-opacity, 1));
    }

    .text-blue-600 {
      --tw-text-opacity: 1;
      color: rgb(74 163 223 / var(--tw-text-opacity, 1));
    }

    .text-gray-400 {
      --tw-text-opacity: 1;
      color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    }

    .text-gray-500 {
      --tw-text-opacity: 1;
      color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    }

    .text-gray-600 {
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }

    .text-gray-700 {
      --tw-text-opacity: 1;
      color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    }

    .text-gray-900 {
      --tw-text-opacity: 1;
      color: rgb(17 24 39 / var(--tw-text-opacity, 1));
    }

    .text-green-500 {
      --tw-text-opacity: 1;
      color: rgb(34 197 94 / var(--tw-text-opacity, 1));
    }

    .text-white {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

    .shadow-2xl {
      --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
      --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .shadow-lg {
      --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .shadow-sm {
      --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
      --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .shadow-xl {
      --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }







    .transition-all {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

    .transition-colors {
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

    .transition-shadow {
      transition-property: box-shadow;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }

    .brand-name {
      font-family: 'Inter', sans-serif;
      font-weight: 800;
      letter-spacing: -0.02em;
    }

    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: -0.125rem;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .hover\:scale-105:hover {
      --tw-scale-x: 1.05;
      --tw-scale-y: 1.05;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .hover\:border-blue-600:hover {
      --tw-border-opacity: 1;
      border-color: rgb(74 163 223 / var(--tw-border-opacity, 1));
    }

    .hover\:bg-blue-50:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(232 244 251 / var(--tw-bg-opacity, 1));
    }

    .hover\:bg-blue-700:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(66 146 216 / var(--tw-bg-opacity, 1));
    }

    .hover\:bg-gray-200:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
    }



    .hover\:bg-white\/10:hover {
      background-color: rgb(255 255 255 / 0.1);
    }

    .hover\:text-blue-600:hover {
      --tw-text-opacity: 1;
      color: rgb(74 163 223 / var(--tw-text-opacity, 1));
    }

    .hover\:text-blue-700:hover {
      --tw-text-opacity: 1;
      color: rgb(66 146 216 / var(--tw-text-opacity, 1));
    }

    .hover\:text-white:hover {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }

    .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    @media (min-width: 640px) {

      .sm\:flex-row {
        flex-direction: row;
      }

      .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
    }

    @media (min-width: 768px) {

      .md\:flex {
        display: flex;
      }

      .md\:hidden {
        display: none;
      }

      .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }

    @media (min-width: 1024px) {

      .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
      }

      .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
      }

      .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
      }
    }

/* Gutenberg helper styles */
.wp-block-buttons.flex {
  gap: 1rem;
}
.wp-block-button.is-style-at-primary .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2563eb;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.25rem;
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.3);
  transition: all 0.2s ease;
}
.wp-block-button.is-style-at-primary .wp-block-button__link:hover {
  background-color: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 25px 50px rgba(37, 99, 235, 0.35);
}
.wp-block-button.is-style-at-secondary .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2563eb;
  color: #2563eb;
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.25rem;
  transition: all 0.2s ease;
}
.wp-block-button.is-style-at-secondary .wp-block-button__link:hover {
  background-color: rgba(37, 99, 235, 0.08);
}
.wp-block-button__link {
  text-decoration: none;
}
.focus-bullet {
  display: inline-flex;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 9999px;
  background: #2563eb;
  margin-top: 0.4rem;
}

.site-wrapper > main {
  padding-top: 6rem;
}

body.home .site-wrapper > main,
body.front-page .site-wrapper > main {
  padding-top: 0;
}

.demo-report-bar,
.wp-block-group.demo-report-bar {
  width: 100%;
}
.demo-report-bar-track,
.wp-block-group.demo-report-bar-track {
  width: 100%;
}
.demo-report-bar-fill,
.wp-block-group.demo-report-bar-fill {
  width: 0;
  height: 0.5rem;
  border-radius: 9999px;
}

.blog-search-form {
  max-width: 30rem;
  margin: 0 auto 3rem;
}

.blog-search-form__field {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.blog-search-input {
  flex: 1 1 auto;
  padding: 0.85rem 1.1rem;
  border-radius: 0.9rem;
  border: 1px solid #d1d5db;
  font-size: 1rem;
  color: #111827;
  background: #ffffff;
}

.blog-search-input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

.blog-search-button {
  padding: 0.85rem 1.5rem;
  border-radius: 0.9rem;
  background: #2563eb;
  color: #ffffff;
  font-weight: 600;
  border: none;
  transition: background-color 0.2s ease;
}

.blog-search-button:hover,
.blog-search-button:focus-visible {
  background: #1d4ed8;
}

.blog-post-list {
  display: grid;
  gap: 2.25rem;
  margin-bottom: 3.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.blog-card {
  position: relative;
  border-radius: 1.5rem;
  background: linear-gradient(160deg, rgba(59,130,246,0.12) 0%, rgba(255,255,255,0.95) 55%, #ffffff 100%);
  border: 1px solid rgba(59, 130, 246, 0.18);
  box-shadow: 0 25px 40px -24px rgba(15, 23, 42, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.blog-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(140deg, rgba(255,255,255,0) 0%, rgba(59,130,246,0.08) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 55px -24px rgba(15, 23, 42, 0.5);
}

.blog-card:hover::after {
  opacity: 1;
}

.blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.4rem 2.3rem;
  text-decoration: none;
  color: inherit;
  gap: 1.5rem;
}

.blog-card__eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.blog-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: #1d4ed8;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.blog-card__date {
  color: rgba(15, 23, 42, 0.6);
  font-size: 0.9rem;
}

.blog-card__title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  margin: 0;
}

.blog-card__excerpt {
  color: #475569;
  font-size: 1.02rem;
  line-height: 1.75;
}

.blog-card__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  color: #1d4ed8;
  font-size: 0.95rem;
}

.blog-card__link:hover .blog-card__cta {
  color: #1e40af;
}

.blog-post-navigation {
  margin-top: 3rem;
}

.blog-search-form__field {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.blog-search-input {
  flex: 1 1 auto;
}

.blog-search-input,
.blog-search-button {
  width: 100%;
}

.blog-search-button {
  justify-content: center;
}

@media (min-width: 640px) {
  .blog-search-input {
    flex: 1 1 auto;
    width: auto;
  }

  .blog-search-button {
    width: auto;
  }
}

@media (min-width: 768px) {
  .blog-card__link {
    padding: 2.6rem 2.8rem;
  }
}

.blog-post-list-wrapper {
  max-width: 80rem;
  margin: 0 auto 3.5rem;
}

.blog-card__media {
  position: relative;
  width: 100%;
  padding-top: 56%;
  border-radius: 1.15rem;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.45);
}

.blog-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.15) 100%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.blog-card:hover .blog-card__media::after {
  opacity: 1;
}
