/* Extracted from C:\Users\willi\Downloads\abaia.jsx and used by PHP templates for exact visual parity. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;650;700;800&display=swap');

        .lovable-page,
        .lovable-page * {
          box-sizing: border-box;
          font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
        }

        .lovable-page {
          position: relative;
          min-height: 100vh;
          overflow-x: hidden;
          color: #151515;
          background: #ffffff;
        }

        .color-banner {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 490px;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          overflow: hidden;
          background:
            linear-gradient(180deg, rgba(255,255,255,0.84), rgba(255,255,255,0.16) 122px, rgba(255,255,255,0.03) 100%),
            radial-gradient(circle at 20% 34%, rgba(64,145,255,0.78), transparent 31%),
            radial-gradient(circle at 48% 50%, rgba(125,190,255,0.72), transparent 30%),
            radial-gradient(circle at 74% 30%, rgba(42,128,255,0.70), transparent 34%),
            radial-gradient(circle at 58% 12%, rgba(232,246,255,0.62), transparent 25%),
            #eaf6ff;
          border-bottom: 1px solid rgba(20,20,20,0.075);
        }

        .color-banner::before {
          content: '';
          position: absolute;
          inset: 0;
          background:
            radial-gradient(circle at 50% 0%, rgba(255,255,255,0.42), transparent 36%),
            linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.00) 64%);
          pointer-events: none;
        }

        .color-banner::after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 74px;
          background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.78));
          pointer-events: none;
        }

        .banner-heading {
          position: relative;
          z-index: 1;
          max-width: 820px;
          padding: 70px 20px 0;
        }

        .banner-heading h1 {
          margin: 0;
          color: #0b1728;
          font-size: clamp(44px, 4.25vw, 58px);
          font-weight: 800;
          letter-spacing: -0.075em;
          line-height: 0.96;
          text-wrap: balance;
        }

        .topbar {
          --glass-progress: 0;
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          z-index: 100;
          height: 58px;
          background: rgba(255,255,255, calc(var(--glass-progress) * 0.58));
          border-bottom: 1px solid rgba(20,20,20, calc(var(--glass-progress) * 0.075));
          box-shadow: 0 10px 32px rgba(20,20,20, calc(var(--glass-progress) * 0.045));
          backdrop-filter: blur(calc(var(--glass-progress) * 22px)) saturate(calc(1 + var(--glass-progress) * 0.25));
          -webkit-backdrop-filter: blur(calc(var(--glass-progress) * 22px)) saturate(calc(1 + var(--glass-progress) * 0.25));
          transition:
            background 520ms cubic-bezier(0.16, 1, 0.3, 1),
            border-color 520ms cubic-bezier(0.16, 1, 0.3, 1),
            box-shadow 520ms cubic-bezier(0.16, 1, 0.3, 1),
            backdrop-filter 520ms cubic-bezier(0.16, 1, 0.3, 1),
            -webkit-backdrop-filter 520ms cubic-bezier(0.16, 1, 0.3, 1);
          will-change: background, border-color, box-shadow, backdrop-filter;
        }

        .nav {
          width: min(1420px, calc(100% - 44px));
          height: 58px;
          margin: 0 auto;
          display: grid;
          grid-template-columns: 190px 1fr 190px;
          align-items: center;
        }

        .brand {
          display: inline-flex;
          align-items: center;
          width: fit-content;
          text-decoration: none;
          transition: opacity 140ms ease;
        }

        .brand:hover {
          opacity: 0.78;
        }

        .brand img {
          display: block;
          height: 34px;
          width: auto;
        }

        .links {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 25px;
        }

        .nav-link {
          position: relative;
          display: inline-flex;
          align-items: center;
          gap: 4px;
          border: 0;
          background: transparent;
          padding: 0;
          color: rgba(32,38,50, calc(0.82 + var(--glass-progress) * 0.10));
          font-size: 15px;
          font-weight: 500;
          letter-spacing: -0.02em;
          line-height: 58px;
          text-decoration: none;
          cursor: pointer;
          opacity: 0.92;
          transition: color 180ms ease, opacity 180ms ease;
        }

        .menu-button::before {
          content: '';
          position: absolute;
          left: -10px;
          right: -10px;
          top: 13px;
          bottom: 13px;
          border-radius: 8px;
          background: rgba(255,255,255,0);
          border: 1px solid rgba(20,20,20,0);
          transition: background 120ms ease, border-color 120ms ease;
        }

        .menu-button span,
        .menu-button svg {
          position: relative;
          z-index: 1;
        }

        .nav-link:hover,
        .nav-link-active {
          color: #000000;
          opacity: 1;
        }

        .menu-button {
          height: 58px;
        }

        .menu-button:hover::before,
        .nav-link-active::before {
          background: rgba(255,255,255,0.42);
          border-color: rgba(20,20,20,0.075);
        }

        .chevron {
          width: 14px;
          height: 14px;
          stroke-width: 2;
          transform: translateY(1px);
          transition: transform 150ms ease;
        }

        .chevron-open {
          transform: translateY(1px) rotate(180deg);
        }

        .actions {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          gap: 8px;
        }

        .mobile-toggle {
          display: none;
          width: 42px;
          height: 42px;
          align-items: center;
          justify-content: center;
          justify-self: end;
          border: 1px solid rgba(20,20,20,0.11);
          border-radius: 14px;
          background: rgba(255,255,255,0.56);
          color: #111111;
          cursor: pointer;
          box-shadow: inset 0 1px 0 rgba(255,255,255,0.78);
          backdrop-filter: blur(14px);
          -webkit-backdrop-filter: blur(14px);
        }

        .mobile-toggle svg {
          width: 19px;
          height: 19px;
          stroke-width: 2.1;
        }

        .mobile-menu {
          display: none;
        }

        .login,
        .started {
          position: relative;
          height: 34px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          overflow: hidden;
          border-radius: 7px;
          padding: 0 13px;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: -0.02em;
          text-decoration: none;
          transition: border-color 150ms ease, box-shadow 150ms ease;
        }

        .login::before,
        .started::before {
          content: '';
          position: absolute;
          inset: 0;
          transform: translateY(102%);
          transition: transform 210ms cubic-bezier(0.16, 1, 0.3, 1);
          pointer-events: none;
        }

        .login:hover::before,
        .started:hover::before {
          transform: translateY(0);
        }

        .login,
        .started {
          isolation: isolate;
        }

        .login::after,
        .started::after {
          content: attr(data-label);
          position: relative;
          z-index: 1;
        }

        .login {
          color: #151515;
          background: rgba(255,255,255,0.46);
          border: 1px solid rgba(20,20,20,0.15);
          backdrop-filter: blur(12px);
          -webkit-backdrop-filter: blur(12px);
        }

        .login::before {
          background: rgba(231,231,231,0.92);
        }

        .login:hover {
          border-color: rgba(20,20,20,0.22);
        }

        .started {
          color: #ffffff;
          background: #0f1014;
          border: 1px solid #0f1014;
          box-shadow: 0 1px 2px rgba(0,0,0,0.18);
        }

        .started::before {
          background: #3a3a3d;
        }

        .started:hover {
          box-shadow: 0 4px 12px rgba(0,0,0,0.20);
        }

        .mega-layer {
          position: fixed;
          top: 58px;
          left: 50%;
          z-index: 90;
          width: 880px;
          transform-origin: top center;
          transition: opacity 180ms cubic-bezier(0.16, 1, 0.3, 1), transform 180ms cubic-bezier(0.16, 1, 0.3, 1), visibility 180ms;
        }

        .mega-layer-open {
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          transform: translateX(-50%) translateY(0) scale(1);
        }

        .mega-layer-closed {
          opacity: 0;
          visibility: hidden;
          pointer-events: none;
          transform: translateX(-50%) translateY(-4px) scale(0.998);
        }

        .mega-bridge {
          position: absolute;
          left: 0;
          right: 0;
          top: -14px;
          height: 22px;
        }

        .mega-card {
          position: relative;
          overflow: hidden;
          border: 1px solid rgba(20,20,20,0.14);
          border-radius: 16px;
          background: rgba(255,255,255,0.94);
          box-shadow:
            0 22px 64px rgba(20,20,20,0.12),
            0 1px 0 rgba(255,255,255,0.82) inset;
          backdrop-filter: blur(18px) saturate(1.2);
          -webkit-backdrop-filter: blur(18px) saturate(1.2);
        }

        .mega-content {
          display: grid;
          grid-template-columns: 1.82fr 0.94fr;
          will-change: transform, opacity, filter;
        }

        .mega-content-enter {
          position: relative;
          z-index: 2;
        }

        .mega-content-exit {
          position: absolute;
          inset: 0;
          z-index: 1;
          pointer-events: none;
        }

        .mega-enter-right {
          animation: menuEnterRight 260ms cubic-bezier(0.16, 1, 0.3, 1) both;
        }

        .mega-enter-left {
          animation: menuEnterLeft 260ms cubic-bezier(0.16, 1, 0.3, 1) both;
        }

        .mega-exit-left {
          animation: menuExitLeft 260ms cubic-bezier(0.16, 1, 0.3, 1) both;
        }

        .mega-exit-right {
          animation: menuExitRight 260ms cubic-bezier(0.16, 1, 0.3, 1) both;
        }

        @keyframes menuEnterRight {
          from {
            opacity: 0;
            transform: translateX(34px);
            filter: blur(2px);
          }
          to {
            opacity: 1;
            transform: translateX(0);
            filter: blur(0);
          }
        }

        @keyframes menuEnterLeft {
          from {
            opacity: 0;
            transform: translateX(-34px);
            filter: blur(2px);
          }
          to {
            opacity: 1;
            transform: translateX(0);
            filter: blur(0);
          }
        }

        @keyframes menuExitLeft {
          from {
            opacity: 1;
            transform: translateX(0);
            filter: blur(0);
          }
          to {
            opacity: 0;
            transform: translateX(-34px);
            filter: blur(2px);
          }
        }

        @keyframes menuExitRight {
          from {
            opacity: 1;
            transform: translateX(0);
            filter: blur(0);
          }
          to {
            opacity: 0;
            transform: translateX(34px);
            filter: blur(2px);
          }
        }

        .mega-left {
          padding: 34px 38px 34px;
          background: rgba(255,255,255,0.54);
        }

        .mega-kicker {
          margin: 0 0 22px;
          color: #686868;
          font-size: 12px;
          font-weight: 500;
          letter-spacing: -0.01em;
        }

        .mega-grid {
          display: grid;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          column-gap: 44px;
          row-gap: 8px;
        }

        .mega-item {
          position: relative;
          display: grid;
          gap: 6px;
          min-height: 66px;
          margin: 0 -14px;
          padding: 12px 14px;
          border-radius: 10px;
          color: #141414;
          text-decoration: none;
          background: transparent;
          border: 1px solid transparent;
          transition: background 145ms ease, border-color 145ms ease, box-shadow 145ms ease;
        }

        .mega-item:hover {
          background: rgba(247,247,247,0.98);
          border-color: rgba(20,20,20,0.105);
          box-shadow:
            0 1px 0 rgba(255,255,255,0.88) inset,
            0 8px 20px rgba(20,20,20,0.035);
        }

        .mega-item strong {
          width: fit-content;
          font-size: 16px;
          font-weight: 650;
          letter-spacing: -0.03em;
          line-height: 1.1;
        }

        .mega-item span {
          color: #5f5f5f;
          font-size: 13px;
          font-weight: 400;
          letter-spacing: -0.01em;
          line-height: 1.24;
        }

        .announcement {
          padding: 36px 34px 32px;
          color: #171717;
          background: rgba(255,255,255,0.62);
          border-left: 1px solid rgba(20,20,20,0.08);
          text-decoration: none;
          transition: background 130ms ease;
        }

        .announcement:hover {
          background: rgba(255,255,255,0.82);
        }

        .announcement-art {
          position: relative;
          height: 118px;
          overflow: hidden;
          background:
            radial-gradient(circle at 21% 84%, #57b7ff 0 10%, transparent 25%),
            radial-gradient(circle at 18% 70%, #8fd3ff 0 12%, transparent 30%),
            radial-gradient(circle at 80% 30%, #2573ff 0 10%, transparent 26%),
            radial-gradient(circle at 90% 40%, #a9dcff 0 13%, transparent 32%),
            rgba(255,255,255,0.84);
          margin-bottom: 18px;
        }

        .announcement-art strong {
          position: absolute;
          left: 50%;
          top: 54%;
          transform: translate(-50%, -50%);
          width: 210px;
          text-align: center;
          font-size: 17px;
          font-weight: 800;
          letter-spacing: -0.04em;
          line-height: 1.05;
        }

        .mini-logo {
          position: absolute;
          left: 50%;
          top: 38%;
          transform: translate(-50%, -50%);
          font-size: 8px;
          font-weight: 800;
        }

        .blob {
          position: absolute;
          width: 36px;
          height: 36px;
          border-radius: 999px;
          filter: blur(2px);
          background: conic-gradient(from 180deg, #2f80ff, #8fd3ff, #d7f0ff, #2f80ff);
          transition: transform 180ms ease;
        }

        .announcement:hover .blob-one { transform: translate(2px, -2px); }
        .announcement:hover .blob-two { transform: scale(1.5) translate(-2px, 1px); }
        .announcement:hover .blob-three { transform: scale(0.76) translate(3px, 2px); }

        .blob-one { left: 24px; top: 22px; }
        .blob-two { right: 44px; top: 14px; transform: scale(1.5); }
        .blob-three { left: 152px; bottom: 18px; transform: scale(0.76); }

        .announcement-title {
          display: block;
          max-width: 245px;
          margin: 0 0 10px;
          font-size: 15px;
          font-weight: 700;
          letter-spacing: -0.03em;
          line-height: 1.25;
        }

        .announcement-text {
          display: block;
          color: #575757;
          font-size: 13px;
          line-height: 1.4;
        }

        .learn-more {
          display: inline-flex;
          margin-top: 16px;
          color: #343434;
          font-size: 14px;
          font-weight: 500;
          transition: transform 130ms ease;
        }

        .announcement:hover .learn-more {
          transform: translateX(3px);
        }

        .page-content {
          position: relative;
          width: min(1420px, calc(100% - 44px));
          margin: 0 auto;
          padding-top: 565px;
          padding-bottom: 80px;
        }

        .white-section-top {
          position: absolute;
          left: 50%;
          top: 490px;
          width: 100vw;
          height: 1px;
          transform: translateX(-50%);
          background: rgba(255,255,255,1);
          box-shadow: 0 1px 0 rgba(20,20,20,0.07);
          pointer-events: none;
        }

        .hero-section {
          margin-bottom: 48px;
        }

        .cards-section {
          padding-top: 0;
        }

        .hero-title {
          max-width: 790px;
          margin: 0 0 28px;
          color: #111111;
          font-size: clamp(44px, 4.25vw, 58px);
          font-weight: 800;
          letter-spacing: -0.075em;
          line-height: 0.96;
        }

        .hero-text {
          max-width: 450px;
          margin: 0;
          color: #171717;
          font-size: 18px;
          font-weight: 400;
          letter-spacing: -0.026em;
          line-height: 1.42;
        }

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

        .partner-card {
          min-height: 258px;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          border: 1px solid rgba(20,20,20,0.14);
          border-radius: 24px;
          background: rgba(255,255,255,0.88);
          padding: 28px 24px;
          color: #141414;
          text-decoration: none;
          backdrop-filter: blur(16px);
          -webkit-backdrop-filter: blur(16px);
          transition: background 160ms ease, transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
        }

        .partner-card:hover {
          background: rgba(255,255,255,0.96);
          border-color: rgba(20,20,20,0.20);
          transform: translateY(-2px);
          box-shadow: 0 18px 44px rgba(20,20,20,0.08);
        }

        .partner-icon {
          width: 28px;
          height: 28px;
          stroke-width: 1.8;
          color: #161616;
        }

        .partner-card h3 {
          margin: 38px 0 10px;
          font-size: 25px;
          font-weight: 800;
          letter-spacing: -0.055em;
          line-height: 1;
        }

        .partner-card p {
          max-width: 640px;
          margin: 0;
          color: #555555;
          font-size: 16px;
          line-height: 1.38;
          letter-spacing: -0.02em;
        }

        .partner-link {
          display: inline-flex;
          width: fit-content;
          margin-top: 34px;
          color: #111111;
          font-size: 15px;
          font-weight: 600;
          letter-spacing: -0.02em;
          transition: transform 140ms ease;
        }

        .partner-card:hover .partner-link {
          transform: translateX(3px);
        }

        .logo-section {
          position: relative;
          width: 100vw;
          margin-left: 50%;
          margin-top: 86px;
          transform: translateX(-50%);
          overflow: hidden;
          background: #ffffff;
          border-top: 1px solid rgba(20,20,20,0.06);
          border-bottom: 1px solid rgba(20,20,20,0.06);
        }

        .logo-section::before,
        .logo-section::after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          z-index: 2;
          width: 18vw;
          pointer-events: none;
        }

        .logo-section::before {
          left: 0;
          background: linear-gradient(90deg, #ffffff, rgba(255,255,255,0));
        }

        .logo-section::after {
          right: 0;
          background: linear-gradient(270deg, #ffffff, rgba(255,255,255,0));
        }

        .logo-track-wrap {
          height: 148px;
          display: flex;
          align-items: center;
          overflow: hidden;
        }

        .logo-track {
          display: flex;
          align-items: center;
          width: max-content;
          animation: logoMarquee 26s linear infinite;
        }

        .logo-item {
          min-width: 260px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: rgba(20,20,20,0.70);
          font-size: 32px;
          font-weight: 700;
          letter-spacing: -0.06em;
          white-space: nowrap;
        }

        .logo-item small {
          display: block;
          margin-left: 5px;
          color: rgba(20,20,20,0.45);
          font-size: 15px;
          font-weight: 600;
          letter-spacing: -0.04em;
          transform: translateY(12px);
        }

        .logo-mark {
          display: inline-grid;
          grid-template-columns: repeat(2, 16px);
          grid-template-rows: repeat(2, 16px);
          gap: 2px;
          margin-right: 10px;
        }

        .logo-mark span {
          background: rgba(20,20,20,0.58);
        }

        .logo-item.is-light {
          color: rgba(20,20,20,0.32);
        }

        .expand-section {
          width: min(660px, 100%);
          margin: 112px auto 0;
          padding: 0 0 26px;
        }

        .expand-heading {
          max-width: 520px;
          margin: 0 auto 50px;
          text-align: center;
        }

        .expand-heading span {
          display: none;
        }

        .expand-heading h2 {
          margin: 0;
          color: #111111;
          font-size: clamp(42px, 4vw, 56px);
          font-weight: 800;
          letter-spacing: -0.065em;
          line-height: 0.98;
        }

        .expand-shell {
          display: grid;
          gap: 12px;
          padding: 0;
          border: 0;
          border-radius: 0;
          background: transparent;
          box-shadow: none;
        }

        .expand-card {
          overflow: hidden;
          border: 1px solid rgba(20,20,20,0.08);
          border-radius: 14px;
          background: rgba(255,255,255,0.86);
          box-shadow: none;
          transition: background 180ms ease, border-color 180ms ease;
        }

        .expand-card:hover,
        .expand-card-open {
          background: #ffffff;
          border-color: rgba(20,20,20,0.12);
        }

        .expand-trigger {
          width: 100%;
          min-height: 60px;
          display: grid;
          grid-template-columns: 1fr 22px;
          align-items: center;
          gap: 18px;
          border: 0;
          background: transparent;
          padding: 17px 18px;
          text-align: left;
          cursor: pointer;
        }

        .expand-number {
          display: none;
        }

        .expand-title {
          color: #111111;
          font-size: 18px;
          font-weight: 700;
          letter-spacing: -0.035em;
          line-height: 1.32;
        }

        .expand-icon {
          width: 22px;
          height: 22px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          justify-self: end;
          border: 0;
          border-radius: 0;
          background: transparent;
          color: rgba(20,20,20,0.62);
          transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), color 180ms ease;
        }

        .expand-card-open .expand-icon {
          background: transparent;
          color: #111111;
          transform: rotate(180deg);
        }

        .expand-icon svg {
          width: 16px;
          height: 16px;
          stroke-width: 2.1;
        }

        .expand-body {
          display: grid;
          grid-template-rows: 0fr;
          transition: grid-template-rows 300ms cubic-bezier(0.16, 1, 0.3, 1);
        }

        .expand-card-open .expand-body {
          grid-template-rows: 1fr;
        }

        .expand-body-inner {
          min-height: 0;
          overflow: hidden;
        }

        .expand-content {
          display: block;
          padding: 0 18px 18px;
          opacity: 0;
          transform: translateY(-4px);
          transition: opacity 220ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
        }

        .expand-card-open .expand-content {
          opacity: 1;
          transform: translateY(0);
        }

        .expand-content p {
          max-width: 560px;
          margin: 0;
          color: rgba(20,20,20,0.58);
          font-size: 15px;
          font-weight: 400;
          line-height: 1.55;
          letter-spacing: -0.018em;
        }

        .expand-preview {
          display: none;
        }

        .site-footer-wrap {
          position: relative;
          width: 100vw;
          margin-left: 50%;
          margin-top: 78px;
          padding: 54px 22px 60px;
          transform: translateX(-50%);
          overflow: hidden;
          background:
            radial-gradient(circle at 18% 22%, rgba(86,158,255,0.34), transparent 30%),
            radial-gradient(circle at 78% 52%, rgba(152,211,255,0.36), transparent 36%),
            linear-gradient(135deg, #eaf7ff 0%, #dcefff 48%, #f4fbff 100%);
        }

        .site-footer-wrap::before {
          content: '';
          position: absolute;
          inset: 0;
          background: linear-gradient(180deg, rgba(255,255,255,0.52), rgba(255,255,255,0.18));
          pointer-events: none;
        }

        .site-footer {
          position: relative;
          width: min(1120px, 100%);
          min-height: 285px;
          margin: 0 auto;
          display: grid;
          grid-template-columns: 130px repeat(5, minmax(0, 1fr));
          gap: 34px;
          border: 1px solid rgba(20,20,20,0.08);
          border-radius: 22px;
          background: rgba(255,255,255,0.82);
          padding: 34px 40px;
          box-shadow: 0 24px 70px rgba(20,20,20,0.08), inset 0 1px 0 rgba(255,255,255,0.92);
          backdrop-filter: blur(18px) saturate(1.2);
          -webkit-backdrop-filter: blur(18px) saturate(1.2);
        }

        .footer-brand {
          display: flex;
          min-height: 100%;
          flex-direction: column;
          justify-content: space-between;
        }

        .footer-brand img {
          width: 42px;
          height: auto;
          object-fit: contain;
        }

        .footer-language {
          display: inline-flex;
          align-items: center;
          gap: 7px;
          color: rgba(20,20,20,0.62);
          font-size: 13px;
          font-weight: 500;
          letter-spacing: -0.02em;
        }

        .footer-language span:first-child {
          width: 16px;
          height: 16px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          color: rgba(20,20,20,0.58);
          font-size: 14px;
        }

        .footer-column {
          display: grid;
          align-content: start;
          gap: 11px;
        }

        .footer-column h3 {
          margin: 0 0 2px;
          color: rgba(20,20,20,0.66);
          font-size: 13px;
          font-weight: 600;
          letter-spacing: -0.02em;
        }

        .footer-column a {
          width: fit-content;
          color: rgba(0,0,0,0.88);
          font-size: 13px;
          font-weight: 500;
          line-height: 1.25;
          letter-spacing: -0.025em;
          text-decoration: none;
          transition: opacity 130ms ease, transform 130ms ease;
        }

        .footer-column a:hover {
          opacity: 0.62;
          transform: translateX(2px);
        }

        @keyframes logoMarquee {
          from {
            transform: translateX(0);
          }
          to {
            transform: translateX(-50%);
          }
        }

        @media (max-width: 1180px) {
          .site-footer {
            grid-template-columns: 1fr 1fr 1fr;
          }

          .footer-brand {
            grid-column: 1 / -1;
            min-height: auto;
            flex-direction: row;
            align-items: center;
          }
        }

        @media (max-width: 980px) {
          .topbar {
            height: 64px;
          }

          .links,
          .actions {
            display: none;
          }

          .nav {
            width: min(100%, calc(100% - 28px));
            height: 64px;
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            align-items: center;
          }

          .brand {
            min-width: 0;
          }

          .brand img {
            height: 32px;
            max-width: 160px;
          }

          .mobile-toggle {
            display: inline-flex;
          }

          .mobile-menu {
            position: fixed;
            left: 14px;
            right: 14px;
            top: 76px;
            z-index: 95;
            display: block;
            max-height: calc(100dvh - 92px);
            overflow-y: auto;
            overscroll-behavior: contain;
            border: 1px solid rgba(20,20,20,0.11);
            border-radius: 22px;
            background: rgba(255,255,255,0.90);
            box-shadow: 0 24px 70px rgba(20,20,20,0.14), inset 0 1px 0 rgba(255,255,255,0.92);
            backdrop-filter: blur(26px) saturate(1.22);
            -webkit-backdrop-filter: blur(26px) saturate(1.22);
            transform-origin: top center;
            transition: opacity 260ms cubic-bezier(0.16, 1, 0.3, 1), transform 260ms cubic-bezier(0.16, 1, 0.3, 1), visibility 260ms;
            scrollbar-width: none;
          }

          .mobile-menu::-webkit-scrollbar {
            display: none;
          }

          .mobile-menu-open {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform: translateY(0) scale(1);
          }

          .mobile-menu-closed {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transform: translateY(-10px) scale(0.985);
          }

          .mobile-menu-inner {
            display: grid;
            gap: 8px;
            padding: 12px;
          }

          .mobile-menu-group {
            display: grid;
            gap: 4px;
            padding: 8px;
            border-radius: 16px;
            background: rgba(247,247,247,0.58);
            border: 1px solid rgba(20,20,20,0.055);
          }

          .mobile-menu-label {
            padding: 8px 8px 5px;
            color: rgba(20,20,20,0.46);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: -0.02em;
          }

          .mobile-menu-link {
            min-height: 45px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-radius: 12px;
            padding: 12px 12px;
            color: #141414;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: -0.03em;
            text-decoration: none;
            transition: background 140ms ease;
          }

          .mobile-menu-link:hover {
            background: rgba(255,255,255,0.86);
          }

          .mobile-menu-link span {
            color: rgba(20,20,20,0.42);
            font-size: 18px;
            line-height: 1;
          }

          .mobile-menu-actions {
            position: sticky;
            bottom: 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 8px;
            padding: 12px;
            margin: 2px -12px -12px;
            border-top: 1px solid rgba(20,20,20,0.08);
            background: rgba(255,255,255,0.92);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
          }

          .mobile-action-login,
          .mobile-action-started {
            min-height: 44px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
            font-size: 14px;
            font-weight: 800;
            letter-spacing: -0.025em;
            text-decoration: none;
          }

          .mobile-action-login {
            border: 1px solid rgba(20,20,20,0.12);
            color: #111111;
            background: #ffffff;
          }

          .mobile-action-started {
            border: 1px solid #111111;
            color: #ffffff;
            background: #111111;
          }

          .mega-layer {
            display: none;
          }

          .page-content {
            width: min(100%, calc(100% - 28px));
            padding-top: 390px;
            padding-bottom: 52px;
          }

          .color-banner {
            height: 330px;
          }

          .banner-heading {
            max-width: 620px;
            padding: 52px 18px 0;
          }

          .banner-heading h1 {
            font-size: clamp(38px, 9vw, 46px);
            letter-spacing: -0.072em;
          }

          .white-section-top {
            top: 330px;
          }

          .hero-section {
            margin-bottom: 34px;
          }

          .hero-title {
            max-width: 620px;
            font-size: clamp(38px, 8.5vw, 46px);
            letter-spacing: -0.068em;
          }

          .hero-text {
            max-width: 560px;
            font-size: 16px;
          }

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

          .partner-card {
            min-height: 218px;
            border-radius: 20px;
            padding: 24px 20px;
          }

          .partner-card h3 {
            margin-top: 30px;
            font-size: 23px;
          }

          .partner-card p {
            font-size: 15px;
          }

          .logo-section {
            margin-top: 64px;
          }

          .logo-track-wrap {
            height: 116px;
          }

          .logo-item {
            min-width: 210px;
            font-size: 25px;
          }

          .expand-section {
            width: min(620px, 100%);
            margin-top: 76px;
          }

          .expand-heading {
            margin-bottom: 34px;
          }

          .expand-heading h2 {
            font-size: clamp(36px, 8vw, 46px);
          }

          .expand-title {
            font-size: 16px;
          }

          .site-footer-wrap {
            padding: 42px 14px 54px;
          }

          .site-footer {
            grid-template-columns: 1fr 1fr;
            gap: 26px;
            padding: 30px;
          }
        }

        @media (max-width: 560px) {
          .topbar {
            height: 62px;
          }

          .nav {
            width: min(100%, calc(100% - 20px));
            height: 62px;
          }

          .brand img {
            height: 30px;
            max-width: 142px;
          }

          .mobile-toggle {
            width: 40px;
            height: 40px;
            border-radius: 13px;
          }

          .mobile-menu {
            left: 10px;
            right: 10px;
            top: 72px;
            max-height: calc(100dvh - 84px);
            border-radius: 20px;
          }

          .color-banner {
            height: 350px;
          }

          .page-content {
            width: min(100%, calc(100% - 20px));
            padding-top: 402px;
          }

          .white-section-top {
            top: 350px;
          }

          .banner-heading h1,
          .hero-title {
            font-size: 38px;
          }

          .banner-heading {
            padding-top: 42px;
          }

          .mobile-menu-actions {
            grid-template-columns: 1fr;
          }

          .partner-card:hover {
            transform: none;
          }

          .logo-item {
            min-width: 180px;
            font-size: 22px;
          }

          .site-footer {
            grid-template-columns: 1fr;
            border-radius: 18px;
            padding: 26px;
          }

          .footer-brand {
            gap: 28px;
          }
        }