

/* Embedded SVG presentation styles moved from block markup */
:where(.embedded-svg-style-001) {
    fill: none;
}

:where(.embedded-svg-style-002) {
    stroke: #ff67dc;
    stroke-width: 18;
    stroke-linecap: round;
}

:where(.embedded-svg-style-003) {
    fill: #111111;
}

:where(.embedded-svg-style-004) {
    fill: #ff67dc;
}

:where(.embedded-svg-style-005) {
    fill: #18e781;
}

:where(.embedded-svg-style-006) {
    fill: #111111;
    width: 24px;
    height: 24px;
}

:where(.embedded-svg-style-007) {
    fill: #18e781;
}

:where(.embedded-svg-style-008) {
    fill: #18e781;
}

:where(.embedded-svg-style-009) {
    fill: #ff67dc;
}

:where(.embedded-svg-style-010) {
    fill: #f0f0eb;
}

:where(.embedded-svg-style-011) {
    fill: #111111;
}

:where(.embedded-svg-style-012) {
    fill: #f0f0eb;
}

:where(.embedded-svg-style-013) {
    fill: #70706a;
}

:where(.embedded-svg-style-014) {
    fill: #fafafa;
}

:where(.embedded-svg-style-015) {
    opacity: 0.2;
}

:where(.embedded-svg-style-016) {
    fill: #ff67dc;
}

:where(.embedded-svg-style-017) {
    fill: #fff;
}

:where(.embedded-svg-style-018) {
    fill: #18e781;
}

:where(.embedded-svg-style-019) {
    stop-color: #ff67dc;
}

:where(.embedded-svg-style-020) {
    stop-color: #ffe05e;
}

:where(.embedded-svg-style-021) {
    fill: url(#a);
}

:where(.embedded-svg-style-022) {
    fill: #18e781;
}

:where(.embedded-svg-style-023) {
    fill: #31c86b;
}

:where(.embedded-svg-style-024) {
    fill: #18e781;
    stroke: #fff;
}

:where(.embedded-svg-style-025) {
    fill: #ff67dc;
}

:where(.embedded-svg-style-026) {
    fill: #70706a;
}

:where(.embedded-svg-style-027) {
    fill: currentColor;
    width: 20px;
    height: 20px;
}

:where(.embedded-svg-style-028) {
    fill: #000000;
    width: 16px;
    height: 16px;
}

:where(.embedded-svg-style-029) {
    fill: currentColor;
    width: 16px;
    height: 16px;
}

/* End embedded SVG presentation styles */

.logo_svg_up {
    fill: #8027cb;
    width: 104px;
    height: 22px;
}

* {
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fafaf7;
    color: #111111;
    font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

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

img {
    display: block;
    max-width: 100%;
}

.header {
    position: sticky;
    top: 0;
    z-index: 10;
    height: 76px;
    padding: 0 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: rgba(var(--bg-rgb), 0.90); */
    background: #fff;
    border-bottom: 1px solid rgba(18, 18, 18, 0.10);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    letter-spacing: -.04em;
    color: #111111;
}

.brand span {
    font-size: calc(20px + 2px);
}

.nav {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #70706a;
    font-size: 20px;
    font-weight: 600;
}

.nav a {
    padding: 16px 25px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nav a.active {
    color: #111111;
    border-color: #111111;
    background: #ffffff;
}

.nav a:hover,
.header-link:hover {
    color: #111111;
    border-color: rgba(18, 18, 18, 0.16);
}

.header-link {
    padding: 15px 26px;
    border-radius: 999px;
    border: 1px solid rgba(18, 18, 18, 0.16);
    color: #343430;
    font-size: 18px;
    font-weight: 700;
}

.hero {
    position: relative;
    overflow: hidden;
    padding: 80px 54px 120px;
    background: radial-gradient(circle at 70% 8%,rgba(214, 105, 55, 0.10),transparent 36%),linear-gradient(180deg,#fafaf7 0%,#f5f5f1 100%);
}

.hero-copy {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;
}

.eyebrow {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #70706a;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.eyebrow span {
    width: 10px;
    height: 11px;
    border-radius: 50%;
    background: #18e781;
    box-shadow: 0 0 0 6px rgba(214, 105, 55, 0.12);
}

h1,
h2,
h3,
p {
    margin: 0;
}


.footer_link {
	padding:0 14px;
	position:relative;
}

.footer_link:nth-child(-n+2)::after {
    content: '/';
    position: absolute;
    right: -6px;
    top: 0px;
    font-size: 16px;
    font-weight: 700;
}


  .ba-section {
    width: 100%;
    padding: 72px 20px;
    background:
      radial-gradient(circle at 20% 10%, rgb(173, 255, 56, 0.18), transparent 34%),
      radial-gradient(circle at 85% 80%, rgba(18, 18, 18, 0.08), transparent 34%),
      #fafaf7;
    color: #121212;
    font-family: Inter, Manrope, Arial, Helvetica, sans-serif;
    box-sizing: border-box;
  }

  .ba-section * {
    box-sizing: border-box;
  }

  .ba-wrap {
    max-width: 1120px;
    margin: 0 auto;
  }

  .ba-head {
    max-width: 760px;
    margin-bottom: 38px;
  }

 .ba-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    padding: 8px 15px;
    border-radius: 999px;
    background: rgb(173, 255, 56, 0.1);
    border: 1px solid rgb(173, 255, 56, 0.35);
    color: #8027cb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

  .ba-label::before {
    content: "";
    width: 8px;
    height: 7px;
    border-radius: 50%;
    background: #8027cb;
    box-shadow: 0 0 18px rgb(173, 255, 56, 0.9);
  }

  .ba-title {
    margin: 0 0 16px;
    font-size: clamp(38px, 6vw, 76px);
    line-height: 0.92;
    letter-spacing: -0.065em;
    font-weight: 800;
  }

  .ba-title span {
    color: #8027cb;
  }

  .ba-desc {
    max-width: 560px;
    margin: 0;
    color: rgba(18, 18, 18, 0.70);
    font-size: 16px;
    line-height: 1.7;
  }

  .ba-card {
    position: relative;
    padding: 24px;
    border-radius: 36px;
    background:
      linear-gradient(145deg, rgba(18, 18, 18, 0.08), rgba(18, 18, 18, 0.03)),
      rgba(18, 18, 18, 0.03);
    border: 1px solid rgba(18, 18, 18, 0.12);
    box-shadow:
      0 32px 90px rgba(0, 0, 0, 0.35),
      inset 0 1px 0 rgba(18, 18, 18, 0.12);
    overflow: hidden;
  }

  .ba-card::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -120px;
    top: -120px;
    border-radius: 50%;
    background: rgb(173, 255, 56, 0.18); 
    filter: blur(20px);
    pointer-events: none;
  }

  .ba-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 24px;
    align-items: center;
  }

  .ba-photo-box {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #efefeb;
    aspect-ratio: 1 / 1;
    min-height: 0;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
  }

  .ba-photo-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.50)),
      radial-gradient(circle at 50% 10%, rgba(18, 18, 18, 0.12), transparent 35%);
    pointer-events: none;
  }

  .ba-photo-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.7s ease, filter 0.7s ease;
  }

  .ba-photo-box:hover img {
    transform: scale(1.065);
  }

       .hero_01 {
            position: relative;
            overflow: hidden;
            padding: 96px 54px 110px;
            text-align: center;
            background:#fff!important;
        }

        .hero_01 h1 {
            max-width: 1120px;
            margin: 0 auto;
            color: #111111;
            font-size: 70px;
            line-height: .96;
            letter-spacing: -.075em;
            font-weight: 800;
        }

        .hero_01 p {
            max-width: 760px;
            margin: 24px auto 0;
            color: #343430;
            font-size: clamp(17px, 2vw, 22px);
            line-height: 1.55;
            letter-spacing: -.03em;
        }

        .hero_01 a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 52px;
            margin-top: 34px;
            padding: 0 28px;
            border-radius: 999px;
            border: 1px solid rgba(0, 0, 0, 0.14);
            background: #121212;
            color: #ffffff;
            font-size: 16px;
            font-weight: 800;
            letter-spacing: -.02em;
            box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
        }

  .ba-before img {
    filter: grayscale(1) contrast(0.88) brightness(0.72);
  }

  .ba-after img {
    filter: contrast(1.04) brightness(1.04) saturate(1.08);
  }

  .ba-photo-tag {
    position: absolute;
    z-index: 3;
    top: 18px;
    left: 18px;
    padding: 9px 15px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
  }

  .ba-before .ba-photo-tag {
    color: rgba(18, 18, 18, 0.85);
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(18, 18, 18, 0.12);
  }

  .ba-after .ba-photo-tag {
    color: #fafaf7;
    background: #8027cb;
    box-shadow: 0 0 28px rgb(173, 255, 56, 0.45);
      
  }

  .ba-caption {
    position: absolute;
    z-index: 3;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(18, 18, 18, 0.12);
    backdrop-filter: blur(18px);
  }

 .ba-caption h3 {
    margin: 0 0 6px;
    font-size: calc(20px + -3px);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

  .ba-caption p {
    margin: 0;
    color: rgba(18, 18, 18, 0.70);
    font-size: calc(12px + 1px);
    line-height: 1.45;
  }

.lg_krk_a {
        display: flex;
    align-items: center;
    width: 160px;
    justify-content: space-between;
}

.logo_krk {
    width: 58px;
    height: 40px;
}

.text_logo_krk {
        font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

.krk-accountbar {
            width: 100%;
            min-height: 144px;
            border-bottom: 2px solid #eeeeee;
            background: #ffffff;
        }

     .krk-accountbar__frame {
    width: 100%;   
    margin: 0 auto;   
}
        .krk-accountbar__controls {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 14px;
            white-space: nowrap;
        }

        .krk-accountbar__balance {
            display: inline-flex;
            align-items: center;
            color: #000000;
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            text-decoration: none;
            letter-spacing: 0;
            margin-right: 20px;
        }

        .krk-accountbar__action {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            color: #000000;
            text-decoration: none;
        }

        .krk-accountbar__action svg {
            display: block;
            width: 100%;
            height: 100%;
        }

        .krk-accountbar__action path {
            fill: currentColor;
        }

        .krk-accountbar__action--orders {
            width: 24px;
            height: 24px;
        }

        .krk-accountbar__action--messages {
            width: 24px;
            height: 24px;
        }

        .krk-accountbar__action--alerts {
            width: 24px;
            height: 24px;
        }

       .krk-accountbar__avatar-wrap {
    display: flex;
    align-items: center;
}

        .krk-accountbar__avatar-link {
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 50%;            
        }

        .krk-accountbar__avatar {
            display: block;
            width: 100%;
            height: 100%;            
            border-radius: 50%;
        }


  .ba-center {
    width: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .ba-line {
    width: 1px;
    height: 84px;
    background: linear-gradient(to bottom, transparent, rgb(173, 255, 56, 0.75), transparent);
  }

  .ba-arrow {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fafaf7;
    background: #121212;
    font-size: 24px;
    font-weight: 700;
    box-shadow:
      0 18px 36px rgba(0, 0, 0, 0.35),
      0 0 34px rgba(255, 92, 216, 0.45);
  }

  .ba-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 22px;
  }

  .ba-stat {
    padding: 18px;
    border-radius: 22px;
    background: rgba(18, 18, 18, 0.05);
    border: 1px solid rgba(18, 18, 18, 0.08);
  }

.ba-stat strong {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-size: calc(24px - 5px);
    line-height: 1.1;
    font-family: "Oswald", sans-serif;
}

  .ba-stat span {
    display: block;
    color: rgba(18, 18, 18, 0.70);
    font-size: calc(12px + 1px);
    line-height: 1.35;
  }

     @media (max-width: 900px) {
            .krk-accountbar__frame {
                padding: 0 24px;
            }

            .krk-accountbar__controls {
                gap: 26px;
            }

            .krk-accountbar__balance {
                font-size: 28px;
            }
        }

        @media (max-width: 680px) {
            .krk-accountbar {
                min-height: auto;
            }

            .krk-accountbar__frame {
                min-height: auto;
                padding: 20px;
                overflow-x: auto;
            }

            .krk-accountbar__controls {
                gap: 20px;
                margin-left: auto;
            }
            .krk-accountbar__balance {
                font-size: 22px;
            }

            .krk-accountbar__action--orders {
                width: 38px;
                height: 40px;
            }

            .krk-accountbar__action--messages {
                width: 43px;
                height: 36px;
            }

            .krk-accountbar__action--alerts {
                width: 38px;
                height: 43px;
            }

            .krk-accountbar__avatar-wrap {
                width: 56px;
                height: 56px;
                flex-basis: 56px;
            }
        }

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

    .ba-center {
      width: 100%;
      flex-direction: row;
      justify-content: center;
      padding: 4px 0;
    }

    .ba-line {
      width: 80px;
      height: 1px;
      background: linear-gradient(to right, transparent, rgba(255, 92, 216, 0.75), transparent);
    }

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

  @media (max-width: 520px) {
    .ba-section {
      padding: 48px 14px;
    }

    .ba-card {
      padding: 12px;
      border-radius: 26px;
    }

    .ba-photo-box {
      border-radius: 22px;
    }

    .ba-caption {
      left: 12px;
      right: 12px;
      bottom: 12px;
      padding: 13px;
      border-radius: 16px;
    }

    .ba-caption h3 {
      font-size: 20px;
    }

    .ba-photo-tag {
      top: 12px;
      left: 12px;
      padding: 8px 12px;
      font-size: 10px;
    }

    .ba-stats {
      grid-template-columns: 1fr;
    }
  }


.monotext-preview-separator {
    width: min(1180px, calc(100% - 40px));
    height: 1px;
    margin: 70px auto;
    background: linear-gradient(90deg, transparent, rgba(190, 255, 77, 0.55), transparent);
    position: relative;
}

.monotext-preview-separator span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 1px solid rgba(190, 255, 77, 0.75);
    background: rgba(0, 0, 0, 0.35);
}


.hero h1 {
    max-width: 1100px;
    margin: 22px auto 0;
    font-size: 70px;
    line-height: .96;
    letter-spacing: -.082em;
    font-weight: 700;
    color: #111111;
}

.hero-text {
    max-width: 860px;
    margin: 32px auto 0;
    color: #70706a;
    font-size: 24px;
    line-height: 1.55;
    font-weight: 600;
    letter-spacing: -.03em;
}

.hero-actions {
    margin-top: 42px;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.button {
    min-height: 62px;
    padding: 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(18, 18, 18, 0.16);
    font-size: 20px;
    font-weight: 750;
    letter-spacing: -.03em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button.primary {
    background: #121212;
    color: #ffffff;
    border-color: #121212;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.button.secondary {
    background: #ffffff;
    color: #111111;
    border-color: rgba(18, 18, 18, 0.16);
}

.button:hover {
    transform: translateY(-2px);
    filter: none;
}

.hero-device {
    width: min(1120px, calc(100vw - 70px));
    margin: 72px auto -80px;
    padding: 16px;
    border-radius: 42px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(18, 18, 18, 0.10);
}

.hero-device img {
    width: 100%;
    border-radius: 30px;
}


.intro {
    padding: 80px 54px 80px;
}

.intro-text {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}


.mega-faq {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 0px;
    box-sizing: border-box;
    color: #111111;
    font-family: Inter, Manrope, Arial, sans-serif;
  }

  .mega-faq * {
    box-sizing: border-box;
  }

  .mega-faq__title {
    margin: 0 0 24px;
    font-size: clamp(34px, 4vw, 64px);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #111111;
  }

  .mega-faq__tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }

  .mega-faq__tab {
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    border: 1px solid rgba(18, 18, 18, 0.08);
    background: #ffffff;
    color: #343430;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mega-faq__tab--active {
    background: transparent;
    color: #111111;
    border-color: rgba(18, 18, 18, 0.12);
  }
  
  .monotext-preview-separator {
    width: min(1180px, calc(100% - 40px));
    height: 1px;
    margin: 70px auto;
    background: linear-gradient(90deg, transparent, rgba(190, 255, 77, 0.55), transparent);
    position: relative;
}

.monotext-preview-separator span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 1px solid rgba(190, 255, 77, 0.75);
    background: rgba(0, 0, 0, 0.35);
}


.lcs-page-section {
            position: relative;
            width: 100%;
            padding: 60px 0px 10px 0px;
            background:
                radial-gradient(circle at 50% 0%, rgba(174, 255, 55, 0.08), transparent 36%),
                linear-gradient(180deg, rgba(18, 18, 18, 0.03), rgba(18, 18, 18, 0));
            overflow: hidden;
        }

        .lcs-page-section::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background:
                linear-gradient(90deg, rgba(18, 18, 18, 0.03) 1px, transparent 1px),
                linear-gradient(180deg, rgba(18, 18, 18, 0.03) 1px, transparent 1px);
            background-size: 120px 120px;
            opacity: 0.12;
            mask-image: radial-gradient(circle at center, #000000 0%, transparent 68%);
        }

        .lcs-page-wrap {
            position: relative;
            z-index: 2;
            width: min(1120px, 100%);
            margin: 0 auto;
        }

       .lcs-page-hero {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

        .lcs-page-eyebrow {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin: 0 0 22px;
            color: rgba(18, 18, 18, 0.55);
            font-size: calc(16px - 1px);
            font-weight: 700;
            letter-spacing: 0.02em;
            text-transform: none;
        }

        .lcs-page-eyebrow span {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #18e781;
            box-shadow: 0 0 0 8px rgba(174, 255, 55, 0.12);
        }

        .lcs-page-title {
    margin: 0;
    color: #111111;  
    font-size: calc(42px + 28px);
    line-height: 0.96;    
    font-weight: 700;
    text-wrap: balance;
}

       .lcs-page-intro {
    width: 80%;
    max-width: 700px;
    margin: clamp(22px, 3vw, 36px) auto 0;
    color: rgba(18, 18, 18, 0.60);
    font-size: clamp(18px, 2.1vw, 25px);
    line-height: 1.45;
    letter-spacing: -0.03em;
    text-wrap: balance;
    text-align: left;
}

        .lcs-page-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-top: clamp(42px, 6vw, 76px);
        }

        .lcs-page-card {
            min-height: 220px;
            padding: clamp(22px, 3vw, 34px);
            border-radius: 28px;
            border: 1px solid rgba(18, 18, 18, 0.08);
            background:
                linear-gradient(180deg, rgba(18, 18, 18, 0.05), rgba(18, 18, 18, 0.03));
            box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
        }

        .lcs-page-card h2 {
            margin: 0 0 14px;
            color: #111111;
            font-size: clamp(25px, 3vw, 42px);
            line-height: 1.05;
            letter-spacing: -0.055em;
            font-weight: 800;
        }

        .lcs-page-card p {
            margin: 0;
            color: rgba(18, 18, 18, 0.55);
            font-size: clamp(16px, 1.45vw, 19px);
            line-height: 1.55;
            letter-spacing: -0.025em;
        }

        .lcs-page-bullets {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
            margin: 18px 0 50px;
            padding: 0;
            list-style: none;
        }
		
		.text_block_page {
			max-width: 700px;
			width: 80%;
			margin: 10px auto 10px;
			
		}
		
		.text_block_page p {
    color: rgba(18, 18, 18, 0.40);
    font-size: 18px;
    font-size: clamp(16px, 1.45vw, 19px);
    line-height: 1.65;
    letter-spacing: -0.1px;
    font-weight: 200;
}
		
        .lcs-page-bullets li {
            position: relative;
            min-height: 76px;
            padding: 18px 18px 18px 44px;
            border-radius: 20px;
            border: 1px solid rgba(18, 18, 18, 0.08);
            background: rgba(18, 18, 18, 0.03);
            color: rgba(18, 18, 18, 0.70);
            font-size: calc(16px - 1px);
            line-height: 1.35;
            letter-spacing: -0.02em;
        }

        .lcs-page-bullets li::before {
            content: "";
            position: absolute;
            left: 18px;
            top: 22px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #18e781;
            box-shadow: 0 0 0 7px rgba(174, 255, 55, 0.10);
        }

        .lcs-page-actions {
            display: flex;
            justify-content: center;
            margin: 30px 0;
        }

        .lcs-page-actions .button,
        .lcs-page-actions a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 58px;
            padding: 0 34px;
            border-radius: 999px;
            text-decoration: none;
            font-size: 18px;
            font-weight: 800;
            letter-spacing: -0.03em;
        }

        .lcs-page-actions .primary {
            color: #efefeb;
            background: #121212;
            border: 1px solid rgba(18, 18, 18, 0.12);
        }

        @media (max-width: 900px) {
            .lcs-page-section {
                padding: 72px 16px 70px;
            }

            .lcs-page-grid {
                grid-template-columns: 1fr;
            }

            .lcs-page-bullets {
                grid-template-columns: 1fr;
            }

                .lcs-page-title {
        letter-spacing: -0.015em;
        font-size: 32px;
        line-height: 1.05em;
    }
            
            .lcs-page-intro {    
    width: 100%;
    max-width: auto;    
    font-size: calc(clamp(18px, 2.1vw, 25px) - 2px);
    line-height: 1.65;    
}
            
            .lcs-page-card h2 {    
    font-size: calc(clamp(25px, 3vw, 42px) - 4px);
                line-height: 1.25; }
            
            
            
            
        }
		
		
		
		
	.all-wrap,
.all-wrap *,
.all-wrap *:before,
.all-wrap *:after {
  box-sizing: border-box;
  position: relative;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


.all-wrap *:before,
.all-wrap *:after {
  content: "";
  display: block;
}

.brand_text {
    font-size: 14px;
    position: absolute;
    top: 30px;
    left: 12px;
    color: #fafaf7;
    font-weight: 700;
    display: flex;
}

.brand_text span {   
    font-size: 12px;
    letter-spacing: -1.5px;
    font-weight: 900;
    margin-right: 3px;
}

.block-cat-wrap {
	position: relative;
    top: 8rem;
}


.flat_link {
    position: relative;
}

.flat_link:after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: rgb(216 216 216 / 30%);
}

.next_after_cat {
	margin-top: 7rem;
}

.next_after_cat_2 {
	margin-top: 2rem;
}

.links-section-2 {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 60px auto 60px;
    width: 90%;
}

.h3_block {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.h3_block h3 {
    width: 48%;
    margin: 20px 0;
    text-align: left;
    color: #8027cb;
    opacity: 0.8;   
    font-size: 20px;
	text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.22);
}

.usual_link {
    color: #50504b;
    font-weight: 600;
    text-shadow: 0px 3px 19px #beff4d;
    animation: usualLinkPulse 2.4s cubic-bezier(.22, 1, .36, 1) infinite;
}

.usual_link {
    color: #111111;
    font-weight: 200;
    text-shadow: 0px 3px 12px rgba(190, 255, 77, 0.35);
    animation: usualLinkVerySoftPulse 5s cubic-bezier(.16, 1, .3, 1) infinite;
}

@keyframes usualLinkVerySoftPulse {
    0%, 100% {
        text-shadow:
            0px 3px 8px rgba(174, 255, 55, 0.22),
            0px 0px 2px rgba(174, 255, 55, 0.15);
    }

    50% {
        text-shadow:
            0px 3px 18px rgba(190, 255, 77, 0.75),
            0px 0px 8px rgba(190, 255, 77, 0.28);
    }
}

.ex-links {
    border: 2px solid;
    border-color: #8027cb;
    display: flex;    
    width: 46.5%;
    min-height: 200px;
    align-items: center;
    border-radius: 29px;
    padding: 0px 50px;
    position: relative;
    box-shadow: 0px 14px 39px rgb(164 237 29 / 0.1);
    transition: 0.5s;
    text-align: left;
}

.ex-links:hover {
	box-shadow: 0px 14px 45px rgb(164 237 29 / 0.2);
	padding: 0px 54px;
}
 
.links-card {
	
}

.links-card-text {
    font-size: 18px;
    font-weight: 800;
    color: rgb(174 255 55 / 81%);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.35);
}

.links-card-icon {
    position: absolute;
    top: calc(50% - 30px);    
    background: #8027cb;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}


.ex-links:first-child .links-card-icon {
  right: -30px;
}

.ex-links:nth-child(2) .links-card-icon {
  left: -30px;
}


.link-icon {   
    color: #fafaf7;    
}

.link-icon svg {
    width: 30px;
    height: 30px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: absolute;
    top: 14px;
    left: 16px;
}

.all-wrap {
	margin: 75px 0 20px;

  transform-origin: top center;

  -webkit-animation: bob 7s cubic-bezier(0.5, 0, 0.5, 1) infinite both;
          animation: bob 7s cubic-bezier(0.5, 0, 0.5, 1) infinite both;
}

.button_cat {
    position: absolute;
    top: calc(20rem - 33.5rem);
    left: calc(50% - 150px);
    width: 300px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    background: #a4ed1d;
    padding: 22px 15px 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fafaf7;
    border-radius: 40px;
    box-shadow: 0px 12px 22px rgb(164 237 29 / 0.5);
}

.all {
  top: calc(20rem - 10rem);
  left: calc(50% - 2.5rem);
  position: absolute;
  width: 5rem;
  height: 5rem;
  transform-origin: center -20rem;
  -webkit-animation: swing 7s cubic-bezier(0.5, 0, 0.5, 1) infinite both;
          animation: swing 7s cubic-bezier(0.5, 0, 0.5, 1) infinite both;
}

.all:before {
  height: 20rem;
  width: 2px;
  background: linear-gradient(
    to top,
    #a4ed1d,
    transparent
  );
  left: calc(50% - 1px);
  bottom: 20rem;
}

.yarn {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: radial-gradient(
    circle at top left,
    color-mix(in srgb, #a4ed1d 55%, #ffffff),
    #a4ed1d 50%,
    color-mix(in srgb, #a4ed1d 75%, #000000)
  );
  z-index: 1;
}

.yarn:before,
.yarn:after {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  top: -1px;
}

.yarn:before {
  left: calc(50% + 7px);
  background-color: #d8dffc;
}

.yarn:after {
  right: calc(50% + 7px);
  background-color: #eef4ff;
}

.cat-wrap {
  position: absolute;
  top: 0;
  left: calc(50% - 45px);
  width: 90px;
  height: 130px;
  -webkit-animation: reverse-swing 7s cubic-bezier(0.5, 0, 0.5, 1) infinite both;
          animation: reverse-swing 7s cubic-bezier(0.5, 0, 0.5, 1) infinite both;
  transform-origin: top center;
}

.cat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: swing 7s 0.2s infinite both;
          animation: swing 7s 0.2s infinite both;
  transform-origin: top center;
}

.cat-upper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: top center;
  z-index: 1;
}

.cat-upper .cat-leg {
  position: absolute;
  width: 20px;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  background-image: linear-gradient(to right, #eef4ff, #eef4ff 20%, #7e91e8);
}

.cat-upper .cat-leg:nth-child(1) {
  border-top-left-radius: 100px;
  left: 10px;
}

.cat-upper .cat-leg:nth-child(1):after {
  left: 50%;
}

.cat-upper .cat-leg:nth-child(2) {
  border-top-left-radius: 0;
  border-top-right-radius: 100px;
  right: 10px;
}

.cat-upper .cat-leg:nth-child(2):after {
  right: 50%;
}

.cat-lower-wrap {
  height: 90%;
  width: 74px;
  position: absolute;
  top: 100%;
  left: calc(50% - 37.5px);
  -webkit-animation: reverse-swing 7s 0.2s infinite both;
          animation: reverse-swing 7s 0.2s infinite both;
  transform-origin: top center;
}

.cat-lower {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: swing 7s 0.5s infinite both;
          animation: swing 7s 0.5s infinite both;
  transform-origin: top center;
}

.cat-lower:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-image: radial-gradient(circle at 10px 50px, #ffffff, #ffffff 40%, #eef4ff 65%, #7e91e8);
  z-index: 1;
}

.cat-lower .cat-leg,
.cat-lower .cat-paw {
  position: absolute;
  height: 20px;
  width: 20px;
  -webkit-animation: swing-leg 7s 0.3s infinite both;
          animation: swing-leg 7s 0.3s infinite both;
  z-index: 1;
  transform-origin: top center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-image: linear-gradient(to right, #ffffff, #eef4ff, #7e91e8);
}

.cat-lower > .cat-leg {
  bottom: 20px;
}

.cat-lower > .cat-leg .cat-leg {
  top: 25%;
}

.cat-lower > .cat-leg + .cat-leg {
  right: 0;
}

.cat-lower .cat-paw {
  top: 50%;
  border-radius: 50%;
  background-color: #ffffff;
}

.cat-lower .cat-tail {
  position: absolute;
  height: 15px;
  width: 10px;
  -webkit-animation: swing-tail 7s cubic-bezier(0.5, 0, 0.5, 1) infinite both;
          animation: swing-tail 7s cubic-bezier(0.5, 0, 0.5, 1) infinite both;
  transform-origin: top center;
  z-index: 0;
  background-image: linear-gradient(to right, #ffffff, #eef4ff, #7e91e8);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.cat-lower .cat-tail > .cat-tail {
  top: 50%;
}

.cat-lower > .cat-tail {
  left: calc(50% - 5px);
  top: 95%;
}

.cat-head {
  width: 90px;
  height: 90px;
  background-image: radial-gradient(circle at 10px 10px, #ffffff, #ffffff 40%, #eef4ff 65%, #7e91e8);
  border-radius: 50%;
  top: calc(100% - 45px);
}

.cat-face {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-animation: face 7s cubic-bezier(0.5, 0, 0.5, 1) infinite both;
          animation: face 7s cubic-bezier(0.5, 0, 0.5, 1) infinite both;
  transform-style: preserve-3d;
  perspective: 100px;
}

.cat-ears {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}

.cat-ear {
  width: 20px;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  top: -10px;
}

.cat-ear:first-child {
  left: 0;
  transform-origin: top left;
  transform: skewY(40deg);
  background-color: #ffffff;
}

.cat-ear:first-child:before {
  left: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #f4f8ff;
}

.cat-ear:last-child {
  right: 0;
  transform-origin: top right;
  transform: skewY(-40deg);
  background-color: #eef4ff;
}

.cat-ear:last-child:before {
  right: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #f4f8ff;
}

.cat-ear:before {
  width: 60%;
  height: 100%;
  top: 10px;
  position: absolute;
  background-color: #ffffff;
}

.cat-eyes {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 6px;
  -webkit-animation: blink 7s step-end infinite both;
          animation: blink 7s step-end infinite both;
}

.cat-eyes:before,
.cat-eyes:after {
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #2d2d39;
}

.cat-eyes:before {
  left: 20px;
}

.cat-eyes:after {
  right: 20px;
}

.cat-mouth {
  position: absolute;
  width: 12px;
  height: 8px;
  background-color: #2d2d39;
  top: 60%;
  left: calc(50% - 6px);
  border-top-left-radius: 50% 30%;
  border-top-right-radius: 50% 30%;
  border-bottom-left-radius: 50% 70%;
  border-bottom-right-radius: 50% 70%;
  transform: translateZ(10px);
}

.cat-mouth:before,
.cat-mouth:after {
  position: absolute;
  width: 90%;
  height: 100%;
  border: 2px solid #8585a5;
  top: 80%;
  border-radius: 100px;
  border-top-color: transparent;
  z-index: -1;
}

.cat-mouth:before {
  border-left-color: transparent;
  right: calc(50% - 1px);
  transform-origin: top right;
  transform: rotate(10deg);
}

.cat-mouth:after {
  border-right-color: transparent;
  left: calc(50% - 1px);
  transform-origin: top left;
  transform: rotate(-10deg);
}

.cat-whiskers {
  width: 50%;
  height: 8px;
  position: absolute;
  bottom: 25%;
  left: 25%;
  transform-style: preserve-3d;
  perspective: 60px;
}

.cat-whiskers:before,
.cat-whiskers:after {
  position: absolute;
  height: 100%;
  width: 30%;
  border: 2px solid #8585a5;
  border-left: none;
  border-right: none;
}

.cat-whiskers:before {
  right: 100%;
  transform-origin: right center;
  transform: rotateY(70deg) rotateZ(-10deg);
}

.cat-whiskers:after {
  left: 100%;
  transform-origin: left center;
  transform: rotateY(-70deg) rotateZ(10deg);
}

@-webkit-keyframes bob {
  0% {
    transform: translateY(0.4rem) scale(0.8);
  }
  6.25% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  12.5% {
    transform: translateY(0.4rem) scale(0.8);
  }
  18.75% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  25% {
    transform: translateY(0.4rem) scale(0.8);
  }
  31.25% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  37.5% {
    transform: translateY(0.4rem) scale(0.8);
  }
  43.75% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  50% {
    transform: translateY(0.4rem) scale(0.8);
  }
  56.25% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  62.5% {
    transform: translateY(0.4rem) scale(0.8);
  }
  68.75% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  75% {
    transform: translateY(0.4rem) scale(0.8);
  }
  81.25% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  87.5% {
    transform: translateY(0.4rem) scale(0.8);
  }
  93.75% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  100% {
    transform: translateY(0.4rem) scale(0.8);
  }
}

@keyframes bob {
  0% {
    transform: translateY(0.4rem) scale(0.8);
  }
  6.25% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  12.5% {
    transform: translateY(0.4rem) scale(0.8);
  }
  18.75% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  25% {
    transform: translateY(0.4rem) scale(0.8);
  }
  31.25% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  37.5% {
    transform: translateY(0.4rem) scale(0.8);
  }
  43.75% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  50% {
    transform: translateY(0.4rem) scale(0.8);
  }
  56.25% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  62.5% {
    transform: translateY(0.4rem) scale(0.8);
  }
  68.75% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  75% {
    transform: translateY(0.4rem) scale(0.8);
  }
  81.25% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  87.5% {
    transform: translateY(0.4rem) scale(0.8);
  }
  93.75% {
    transform: translateY(-0.4rem) scale(0.8);
  }
  100% {
    transform: translateY(0.4rem) scale(0.8);
  }
}

@-webkit-keyframes swing {
  0% {
    transform: rotate(5deg);
  }
  12.5% {
    transform: rotate(-10deg);
  }
  25% {
    transform: rotate(10deg);
  }
  37.5% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(23deg);
  }
  62.5% {
    transform: rotate(-23deg);
  }
  75% {
    transform: rotate(15deg);
  }
  87.5% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(5deg);
  }
}

@keyframes swing {
  0% {
    transform: rotate(5deg);
  }
  12.5% {
    transform: rotate(-10deg);
  }
  25% {
    transform: rotate(10deg);
  }
  37.5% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(23deg);
  }
  62.5% {
    transform: rotate(-23deg);
  }
  75% {
    transform: rotate(15deg);
  }
  87.5% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(5deg);
  }
}

@-webkit-keyframes swing-leg {
  0% {
    transform: rotate(0.5deg);
  }
  12.5% {
    transform: rotate(-1deg);
  }
  25% {
    transform: rotate(1deg);
  }
  37.5% {
    transform: rotate(-1.5deg);
  }
  50% {
    transform: rotate(2.3deg);
  }
  62.5% {
    transform: rotate(-2.3deg);
  }
  75% {
    transform: rotate(1.5deg);
  }
  87.5% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0.5deg);
  }
}

@keyframes swing-leg {
  0% {
    transform: rotate(0.5deg);
  }
  12.5% {
    transform: rotate(-1deg);
  }
  25% {
    transform: rotate(1deg);
  }
  37.5% {
    transform: rotate(-1.5deg);
  }
  50% {
    transform: rotate(2.3deg);
  }
  62.5% {
    transform: rotate(-2.3deg);
  }
  75% {
    transform: rotate(1.5deg);
  }
  87.5% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0.5deg);
  }
}

@-webkit-keyframes swing-tail {
  0% {
    transform: rotate(-2deg);
  }
  12.5% {
    transform: rotate(4deg);
  }
  25% {
    transform: rotate(-4deg);
  }
  37.5% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(-9.2deg);
  }
  62.5% {
    transform: rotate(9.2deg);
  }
  75% {
    transform: rotate(-6deg);
  }
  87.5% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}

@keyframes swing-tail {
  0% {
    transform: rotate(-2deg);
  }
  12.5% {
    transform: rotate(4deg);
  }
  25% {
    transform: rotate(-4deg);
  }
  37.5% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(-9.2deg);
  }
  62.5% {
    transform: rotate(9.2deg);
  }
  75% {
    transform: rotate(-6deg);
  }
  87.5% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}

@-webkit-keyframes reverse-swing {
  0% {
    transform: rotate(-5deg);
  }
  12.5% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  37.5% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-23deg);
  }
  62.5% {
    transform: rotate(23deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  87.5% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

@keyframes reverse-swing {
  0% {
    transform: rotate(-5deg);
  }
  12.5% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  37.5% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-23deg);
  }
  62.5% {
    transform: rotate(23deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  87.5% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

@-webkit-keyframes face {
  0% {
    transform: translateX(-2.5px);
  }
  12.5% {
    transform: translateX(5px);
  }
  25% {
    transform: translateX(-5px);
  }
  37.5% {
    transform: translateX(7.5px);
  }
  50% {
    transform: translateX(-11.5px);
  }
  62.5% {
    transform: translateX(11.5px);
  }
  75% {
    transform: translateX(-7.5px);
  }
  87.5% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(-2.5px);
  }
}

@keyframes face {
  0% {
    transform: translateX(-2.5px);
  }
  12.5% {
    transform: translateX(5px);
  }
  25% {
    transform: translateX(-5px);
  }
  37.5% {
    transform: translateX(7.5px);
  }
  50% {
    transform: translateX(-11.5px);
  }
  62.5% {
    transform: translateX(11.5px);
  }
  75% {
    transform: translateX(-7.5px);
  }
  87.5% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(-2.5px);
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  from,
  to,
  10%,
  25%,
  80% {
    transform: scaleY(1);
  }
  8%,
  23%,
  78% {
    transform: scaleY(0.1);
  }
}

@keyframes blink {
  from,
  to,
  10%,
  25%,
  80% {
    transform: scaleY(1);
  }
  8%,
  23%,
  78% {
    transform: scaleY(0.1);
  }
}	
		
		
.video-section {
    width: 350px;
    box-sizing: border-box;
    margin: 0px auto 200px;
    position: relative;
	left: -173px;
}

.video-box {
    position: relative;
    border-radius: 20px;
    width: 350px;
    height: 690px;
}

.video-bg {
    position: absolute;
    inset: 0;
    width: 341px;
    height: 690px;
    z-index: 0;
    top: 26px;
    left: 5px;
}

.video-content {
    background-image: url(/assets/images/phone.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 24;
    height: 100%;
    width: 376px;
    box-sizing: border-box;
    height: 772px;
    top: 0px;
    left: -12px;
}


.video-line-box {
    position: absolute;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    right: -596px;
}

.pos-1 {
	top: 220px;    
}

.pos-2 {
    top: 300px;    
}

.pos-3 {
    top: 380px;    
}

.video-line {
    width: 100px;
    height: 1px;
    background: #777770;
    position: relative;
    top: 2px;
    margin-right: 12px;
	opacity: 0.4;
}

.video-line-box:before {
    content: '';
    width: 12px;
    height: 13px;
    border-radius: 50%;
    background: #777770;
    position: absolute;
    top: 7px;
    left: -13px;
    opacity: 0.4;
}

.video-text {
    font-size: 18px;    
    color: #3f3f3a;
    width: 429px;
    font-style: italic;
    font-weight: 200;
    letter-spacing: 2px;
}

@media (max-width: 768px) {
  .video-box {
    height: 420px;
    border-radius: 20px;
  }

  .video-content {
    padding: 28px;
  }
    
    .links-section-2 {
    display: block;    
                margin: 0px auto 60px; }
    
    .ex-links {
    width: 90%;
        min-height: 180px; }

}

.links-card-text {
    font-size: 18px;
    font-size: 15px; }

.ex-links:nth-child(2) .links-card-icon {
    right: -30px; 
}
.links-card-icon {
    right: -30px; 
}

.ex-links {
    text-align: right;
}
		
		
		

  .mega-faq__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mega-faq__item {
    background: #f8f8f5;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(18, 18, 18, 0.03);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
    transition: background 0.25s ease, border-color 0.25s ease;
  }

  .mega-faq__item.is-open {
    background: #ffffff;
    border-color: rgba(18, 18, 18, 0.08);
  }

  .mega-faq__question {
    width: 100%;
    min-height: 92px;
    padding: 28px 34px;
    border: 0;
    background: transparent;
    color: #111111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    text-align: left;
    font-size: clamp(22px, 2vw, 32px);
    line-height: 1.2;
    font-weight: 500;
  }

  .mega-faq__question:hover .mega-faq__icon {
    background: #121212;
    color: #ffffff;
  }

  .mega-faq__icon {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #f0f0eb;
    color: #111111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: calc(32px + 2px);
    font-weight: 300;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
  }

  .mega-faq__item.is-open .mega-faq__icon {
    transform: rotate(45deg);
    background: #121212;
    color: #ffffff;
  }

  .mega-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.32s ease;
  }

  .mega-faq__answer-inner {
    padding: 0 34px 32px;
    color: #686862;
    font-size: clamp(17px, 1.35vw, 22px);
    line-height: 1.55;
  }

  .mega-faq__answer-inner p {
    margin: 0 0 14px;
  }

  .mega-faq__answer-inner p:last-child {
    margin-bottom: 0;
  }

  .mega-faq__link {
    color: #76cb14;
    text-decoration: none;
    font-weight: 600;
  }

  .mega-faq__link:hover {
    color: #98ed25;
  }

  @media (max-width: 768px) {
    .mega-faq {
      padding: 28px 14px;
    }

      
.ex-links:first-child {
  text-align:right;
}

    .mega-faq__title {
      margin-bottom: 18px;
    }

    .mega-faq__tab {
      min-height: 46px;
      padding: 0 18px;
      font-size: 16px;
    }

    .mega-faq__question {
      min-height: 76px;
      padding: 22px 20px;
      gap: 16px;
    }

    .mega-faq__icon {
      width: 40px;
      height: 42px;
      font-size: calc(24px + 4px);
    }

    .mega-faq__answer-inner {
      padding: 0 20px 24px;
    }

    .mega-faq__item {
      border-radius: 22px;
    }
  }


.mf-faq {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 46px 20px;
    font-family: Inter, Manrope, Arial, sans-serif;
    color: #111111;
    box-sizing: border-box;
  }

  .mf-faq * {
    box-sizing: border-box;
  }

  .mf-faq__top {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
    gap: 28px;
    margin-bottom: 28px;
  }

  .mf-faq__head {
    min-height: 280px;
    padding: 34px;
    border-radius: 34px;
    background:
      radial-gradient(circle at 10% 20%, rgba(174, 255, 55, 0.18), transparent 34%),
      linear-gradient(145deg, #ffffff 0%, #ffffff 72%);
    border: 1px solid rgba(18, 18, 18, 0.05);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.35);
    position: relative;
    overflow: hidden;
  }

  .mf-faq__head:before {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -90px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 1px solid rgba(18, 18, 18, 0.08);
  }

  .mf-faq__head:after {
    content: "";
    position: absolute;
    right: 38px;
    bottom: 38px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #76cb14;
    box-shadow: 0 0 0 8px rgba(174, 255, 55, 0.12);
  }

  .mf-faq__label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 42px;
    padding: 0 18px;
    margin-bottom: 28px;
    border-radius: 999px;
    background: rgba(18, 18, 18, 0.05);
    border: 1px solid rgba(18, 18, 18, 0.10);
    color: #343430;
    font-size: 16px;
  }

  .mf-faq__label-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #76cb14;
    box-shadow: 0 0 0 6px rgba(174, 255, 55, 0.12);
  }

  .mf-faq__title {
    margin: 0;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 0.95;
    font-weight: 500;
    letter-spacing: -0.06em;
    color: #111111;
  }

  .mf-faq__subtitle {
    max-width: 700px;
    min-height: 280px;
    padding: 38px;
    border-radius: 34px;
    background: #f8f8f5;
    border: 1px solid rgba(18, 18, 18, 0.05);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.28);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .mf-faq__subtitle-text {
    margin: 0;
    color: #5a5a55;
    font-size: clamp(21px, 2vw, 30px);
    line-height: 1.35;
    letter-spacing: -0.025em;
  }

  .mf-faq__subtitle-text strong {
    color: #111111;
    font-weight: 600;
  }

  .mf-faq__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
  }

  .mf-faq__tab {
    height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: #5a5a55;
    background: #ffffff;
    border: 1px solid rgba(18, 18, 18, 0.05);
    font-size: 18px;
  }

  .mf-faq__tab--active {
    background: transparent;
    color: #111111;
    border-color: rgba(18, 18, 18, 0.12);
  }

  .mf-faq__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .mf-faq__card {
    min-height: 300px;
    padding: 30px;
    border-radius: 32px;
    background:
      linear-gradient(180deg, rgba(18, 18, 18, 0.03), rgba(18, 18, 18, 0)),
      #f5f5f1;
    border: 1px solid rgba(18, 18, 18, 0.05);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
    position: relative;
    overflow: hidden;
  }

  .mf-faq__card--wide {
    grid-column: span 2;
  }

  .mf-faq__card--accent {
    background:
      radial-gradient(circle at 85% 15%, rgba(174, 255, 55, 0.22), transparent 34%),
      linear-gradient(145deg, #ffffff 0%, #f5f5f1 75%);
  }

  .mf-faq__card:before {
    content: attr(data-num);
    position: absolute;
    right: 24px;
    top: 20px;
    font-size: calc(42px + 28px);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.08em;
    color: rgba(18, 18, 18, 0.03);
    pointer-events: none;
  }

  .mf-faq__card:after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 28px;
    width: 74px;
    height: 2px;
    background: linear-gradient(90deg, #76cb14, transparent);
    opacity: 0.75;
  }

  .mf-faq__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 26px;
    border-radius: 50%;
    background: #121212;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(24px + 2px);
    font-weight: 500;
  }

  .mf-faq__card-title {
    max-width: 82%;
    margin: 0 0 18px;
    font-size: clamp(24px, 2vw, 34px);
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #111111;
  }

  .mf-faq__text {
    max-width: 760px;
    margin: 0;
    color: #686862;
    font-size: clamp(17px, 1.35vw, 22px);
    line-height: 1.48;
  }

  .mf-faq__text strong {
    color: #3f3f3a;
    font-weight: 600;
  }

  .mf-faq__link {
    color: #76cb14;
    text-decoration: none;
    font-weight: 600;
  }

  .mf-faq__link:hover {
    color: #98ed25;
  }

  .mf-faq__mini {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
  }

  .mf-faq__pill {
    min-height: 40px;
    padding: 0 15px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: #777770;
    background: rgba(18, 18, 18, 0.05);
    border: 1px solid rgba(18, 18, 18, 0.08);
    font-size: calc(16px - 1px);
  }

  @media (max-width: 1050px) {
    .mf-faq__top {
      grid-template-columns: 1fr;
    }

    .mf-faq__subtitle {
      max-width: none;
    }

    .mf-faq__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mf-faq__card--wide {
      grid-column: span 2;
    }
  }

  @media (max-width: 680px) {
    .mf-faq {
      padding: 28px 14px;
    }

    .mf-faq__head,
    .mf-faq__subtitle,
    .mf-faq__card {
      border-radius: 24px;
      padding: 24px;
    }

    .mf-faq__head,
    .mf-faq__subtitle {
      min-height: auto;
    }

    .mf-faq__grid {
      grid-template-columns: 1fr;
    }

    .mf-faq__card--wide {
      grid-column: span 1;
    }

    .mf-faq__card {
      min-height: auto;
      padding-bottom: 58px;
    }

    .mf-faq__card-title {
      max-width: 92%;
    }

    .mf-faq__tab {
      height: 44px;
      padding: 0 17px;
      font-size: calc(16px - 1px);
    }
  }


.intro h2,
.section-head h2,
.showcase-copy h2,
.large-card h2,
.contact h2,
.text-section h2,
.deep-card h2 {
  font-size: calc(42px + 24px);
    line-height: 1.02;
    font-weight: 800;
    color: #111111;
}

.large-card-2 h2 {
    font-size: calc(42px + 34px);
    line-height: 1.02;    
    font-weight: 600;
    color: #111111;
}

.intro-text p:not(.eyebrow) {
    max-width: 920px;
    margin: 28px auto 0;
    color: #70706a;
    font-size: 24px;
    line-height: 1.72;
    font-weight: 600;
    letter-spacing: -.035em;
}

.feature-row {
    max-width: 1200px;
    margin: 78px auto 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.feature-row article,
.service-card,
.large-card,
.deep-card,
.faq-list article,
.comparison-grid article {
    border: 1px solid rgba(18, 18, 18, 0.10);
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
}

.feature-row article {
    min-height: 310px;
    padding: 34px;
    border-radius: 30px;
}

.feature-row span {
    color: #18e781;
    font-size: calc(42px + 18px);
    font-weight: 900;
}

.feature-row h3 {
    margin-top: 20px;
    font-size: calc(32px - 2px);    
    color: #111111;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

.fsx-item--mirrors {
	
}

.feature-row p {
    margin-top: 14px;
    color: #70706a;
    line-height: 1.65;
    font-weight: 600;
    font-size: 18px;
}

.text-section {
    padding: 126px 54px;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 74px;
    max-width: 1260px;
    margin: 0 auto;
    border-top: 1px solid rgba(18, 18, 18, 0.10);
}

.sticky-title {
    position: sticky;
    top: 112px;
    align-self: start;
}

.text-col.long-copy p {
    color: #70706a;
    font-size: 24px;
    line-height: 1.72;
    font-weight: 600;
    letter-spacing: -.04em;
}

.text-col.long-copy p+p {
    margin-top: 32px;
}

.infographic-band,
.diagram-section {
    padding: 80px 54px;
    background: #f5f5f1;
    border-top: 1px solid rgba(18, 18, 18, 0.10);   
}

.infographic-band img,
.diagram-section img {
    width: min(1180px,100%);
    margin: 48px auto 0;
    border-radius: 38px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(18, 18, 18, 0.10);
}

.section-head {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.process_flow_block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 60px 0 40px;
}

.section-head h2 {
    margin-top: 18px;
    line-height: 66px;
}

.section-head p:not(.eyebrow) {
    max-width: 800px;
    margin: 24px auto 0;
    color: #70706a;
    font-size: calc(20px + 2px);
    line-height: 1.65;
    font-weight: 600;
}

.showcase {
    padding: 120px 54px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 40px;
    align-items: center;
    max-width: 1260px;
    margin: 0 auto;
}

.showcase-copy p:not(.eyebrow) {
    max-width: 640px;
    margin-top: 26px;
    color: #70706a;
    font-size: calc(20px + 2px);
    line-height: 1.7;
    font-weight: 600;
}

.glass-panel {
    overflow: hidden;
    border: 1px solid rgba(18, 18, 18, 0.10);
    border-radius: 38px;
    background:
        radial-gradient(circle at 18% 12%, rgba(255, 92, 216, 0.18), transparent 34%),
        radial-gradient(circle at 85% 78%, rgba(174, 255, 55, 0.22), transparent 36%),
        linear-gradient(180deg, #ffffff, #f5f5f1);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.10);
}

.panel-top {
    height: 58px;
    padding-left: 24px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-bottom: 1px solid rgba(18, 18, 18, 0.10);
}

.panel-top i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #a0a099;
}

.panel-content {
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}

.panel-content div {
    padding: 25px;
    border-radius: 26px;
    background: rgba(18, 18, 18, 0.03);
    border: 1px solid rgba(18, 18, 18, 0.10);
}

.panel-content small {
    display: block;
    color: #70706a;
    font-weight: 700;
    font-size: 14px;
}

.mi_2_h2 {
    margin-bottom: 50px;
}

.panel-content strong {
    display: block;
    margin-top: 9px;
    font-size: calc(32px - 2px);
    letter-spacing: -.04em;
    color: #111111;
}

.glass-panel>img {
    width: 100%;
}

.services {
    padding: 0px 5% 100px;
    background: #f5f5f1;
	padding: 70px 5% 100px;
}

.service-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.service-card {
    min-height: 430px;
    padding: 32px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.service-card img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.service-card h3 {
    margin-top: 37px;
    font-size: calc(24px - 2px);
    line-height: 1.08;
    letter-spacing: -.05em;
    color: #111111;
}

.service-card p {
    margin-top: 16px;
    color: #70706a;
    line-height: 1.66;
    font-weight: 600;
    font-size: 16px;
}

.deep-text {
    padding: 80px 54px;
}

.deep-card {
    max-width: 1100px;
    margin: 0 auto;
    padding: 70px;
    border-radius: 42px;
    background: linear-gradient(180deg,#ffffff,#f5f5f1);
}

.deep-card h2 {
    margin-top: 18px;
}

.deep-card p:not(.eyebrow) {
    margin-top: 28px;
    color: #70706a;
    font-size: 24px;
    line-height: 1.75;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #686862;
    text-align: left;
    font-weight: 100;
    /* margin: 24px 0px; */
    letter-spacing: -0px;
    font-family: Manrope, Inter, sans-serif;
}

.metrics {
    padding: 80px 2% 80px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.metric {
    padding: 34px;
    border-radius: 32px;
    background: #ffffff;
    border: 1px solid rgba(18, 18, 18, 0.10);
}

.metric strong {
    display: block;
    font-size: calc(42px + 10px);
    letter-spacing: -.06em;
    color: #111111;
    font-weight: 700;
}

.metric span {
    display: block;
    margin-top: 14px;
    color: #70706a;
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
}

.comparison {
    padding: 108px 54px;
    background: #f5f5f1;
}

.comparison-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}


.corner {
	position:relative;
}

.corner:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 3px;
    background: #fafaf7;
    top: -1px;
    left: -3px;
    transform: rotate(45deg);
}

.corner:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 3px;
    background: #fafaf7;
    top: -1px;
    left: -15px;
    transform: rotate(-45deg);
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 63px;
    width: 54px;
    height: 56px;
    border-radius: 50%;
    background: #8027cb;
    cursor: pointer;
    border: none;
    z-index: 99;
    opacity: 0.6;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(15px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.25s ease;
    box-shadow: 0px 12px 22px rgb(164 237 29 / 0.5);
}

.scroll-top.is-visible {   
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.scroll-top:hover {
    opacity: 0.9;
}

.scroll-top:active {
    transform: translateY(2px);
}

@media (max-width: 768px) {
    .scroll-top {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
        font-size: calc(20px + 2px);
    }
}

.comparison-grid article {
    padding: 48px;
    border-radius: 36px;
    background: #ffffff;
}

.comparison-grid article.accent {
    background: linear-gradient(180deg,#f0f0eb,#ffffff);
}

.comparison-grid h3 {
    font-size: calc(42px - 4px);    
    color: #111111;
    font-family: "Oswald", sans-serif;
    font-weight: 400;    
    font-size: calc(32px - 2px);   
    color: #111111;    
}

.comparison-grid ul {
    margin: 28px 0 0;
    padding-left: 28px;
    color: #70706a;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 600;
    list-style: none;
}

.comparison-grid li {
    position: relative;
    color: #000;
    font-weight: 200;  
    line-height: 1.5em;
    margin-bottom: 16px;
}

.comparison-grid li:before {
    position: absolute;
    content: '+';
    top: 0px;
    left: -28px;
    font-size: 30px;
    font-weight: 200;
}


.large-card {
    max-width: 1200px;
    margin: 0 auto 118px;
    padding: 0px 5% 80px;
    margin-top: 100px;
    border-radius: 42px;
    text-align: center;
    background: radial-gradient(circle at 50% 0%, rgba(214, 105, 55, 0.12), transparent 34%), linear-gradient(180deg, #ffffff, #f5f5f1);
}

.large-card-2 {
    max-width: 1200px;
    margin: 0 auto 20px;
    padding: 0px 5% 80px;
    margin-top: 100px;    
    text-align: center;   
}


.large-card h2 {
    max-width: 1000px;
    margin: 18px auto 0;
}

.large-card-2 h2 {
    max-width: 1000px;
    margin: 18px auto 0;
}

.large-card p {
    max-width: 800px;
    margin: 28px auto 0;
    color: #70706a;
    font-size: 24px;
    line-height: 1.7;
    font-weight: 600;
}

.large-card-2 p {
    max-width: 800px;
    margin: 28px auto 0;
    color: #70706a;
    font-size: 24px;
    line-height: 1.7;
    font-weight: 600;
}

.faq {
    padding: 108px 54px;
    background: #f5f5f1;
}

.faq-list {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    gap: 18px;
}

.faq-list article {
    padding: 38px;
    border-radius: 32px;
    background: #ffffff;
}

.faq-list h3 {
    font-size: calc(24px + 4px);
    letter-spacing: -.04em;
    color: #111111;
    font-weight: 600;
}

.faq-list p {
    margin-top: 12px;
    color: #70706a;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
}

.contact {
    padding: 88px 5% 30px;
    text-align: center;
    background: #fafaf7;
}

.contact p {
    max-width: 700px;
    margin: 26px auto 0;
    color: #70706a;
    font-size: calc(20px + 2px);
    line-height: 1.6;
    font-weight: 600;
}

.contact .button {
    margin-top: 38px;
}

.footer {
    min-height: 86px;
    padding: 0 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #70706a;
    border-top: 1px solid rgba(18, 18, 18, 0.10);
    font-size: 16px;
    font-weight: 600;
	margin-top: 90px;
}


.large-card-2 {
    position: relative;
    overflow: visible;
    isolation: isolate;
}

.large-card-2__top-glow {
    position: absolute;
    left: 50%;
    top: -72px;
    z-index: 0;

    width: min(980px, 96%);
    height: 380px;

    transform: translateX(-50%);
    pointer-events: none;
    border-radius: 999px;

    background: radial-gradient(
        ellipse at 50% 50%,
        rgba(76, 45, 22, 0.88) 0%,
        rgba(76, 45, 22, 0.58) 25%,
        rgba(76, 45, 22, 0.30) 48%,
        rgba(76, 45, 22, 0.12) 66%,
        rgba(76, 45, 22, 0.00) 86%
    );

    filter: blur(42px);
}

.large-card-2 > :not(.large-card-2__top-glow) {
    position: relative;
    z-index: 1;
}


@media(max-width:1180px) {
    .nav {
        display: none;
    }

    .showcase,
    .text-section {
        grid-template-columns: 1fr;
    }

    .sticky-title {
        position: static;
    }

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

    .feature-row,
    .comparison-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width:720px) {
    .header {
        height: 64px;
        padding: 0 18px;
    }

    .brand span {
        font-size: 20px;
    }

    .header-link {
        display: none;
    }

    .hero {
        padding: 70px 18px 0;
    }

    .hero h1 {
        font-size: calc(42px + 10px);
    }

    .hero-text,
    .intro-text p:not(.eyebrow),
    .large-card p,
    .contact p,
    .deep-card p:not(.eyebrow) {
        font-size: 18px;
    }
	
	.large-card-2 p {
        font-size: 18px;
    }

    .button {
        width: 100%;
        font-size: 18px;
    }

    .hero-device {
        width: calc(100vw - 26px);
        margin-top: 44px;
        margin-bottom: -38px;
        padding: 8px;
        border-radius: 24px;
    }

    .hero-device img {
        border-radius: 18px;
    }

    .intro {
        padding: 102px 18px 66px;
    }

    .services,
    .showcase,
    .contact,
    .text-section,
    .infographic-band,
    .diagram-section,
    .deep-text,
    .comparison,
    .faq {
        padding-left: 18px;
        padding-right: 18px;
    }

    .service-grid,
    .panel-content,
    .metrics {
        grid-template-columns: 1fr;
    }

    .large-card,
    .deep-card {
        margin-left: 18px;
        margin-right: 18px;
        padding: 46px 24px;
        border-radius: 30px;
    }
	

    .text-col.long-copy p {
        font-size: 20px;
    }

    .footer {
        padding: 24px 18px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
    }
}

.text-section .eyebrow {
    margin-bottom: 20px;
}

.long-copy p {
    color: #70706a;
    font-size: 24px;
    line-height: 1.72;
    font-weight: 600;
    letter-spacing: -.04em;
}

.shops-section,
.shops-section *,
.shops-section *::before,
.shops-section *::after {
    box-sizing: border-box;
}

.shops-section {
    margin-top: 1rem;
    color: #fafaf7;
    font-family: Inter, Manrope, Arial, sans-serif;
    line-height: 1.5;
}

.shops-section a {
    color: inherit;
    text-decoration: inherit;
}

.shops-section p {
    margin: 0;
}

.shops-section img,
.shops-section svg {
    display: block;
    vertical-align: middle;
}

.shops-section img {
    max-width: 100%;
    height: auto;
}

.shops-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 6px;
    margin-left: -12px;
    margin-right: -12px;
    padding: 6px;
    
}

.shop-card {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 16px;
    
}

.shop-info {
    width: 100%;
}

.shop-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.shop-title-wrap {
    display: flex;
    flex: 1 1 0%;
    min-width: 0;
    align-items: center;
    gap: 8px;
}

.shop-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color:#111111;
}

.shop-verify {
    flex: none;
}

.shop-message {
    display: none;
    flex: none;
}

.shop-desc {
    overflow: hidden;
    height: 18px;
    color: #777771;
    font-size: 14px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-image {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 15px;
}

.shop-image-inner {
    display: flex;
    width: 100%;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
}

.shop-image-inner img {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.shop-meta {
    display: flex;
    gap: 3px;
    margin-top: 24px;
}

.shop-svg {
    flex: 0 0 auto;
}

.shop-green {
    color: #31c86b;
}

.shop-blue {
    color: #5a8dff;
}

.shop-gray {
    color: #4e5865;
}

.shop-star {
    color: #ffe05e;
}

.shop-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    line-height: 12px;
}

.shop-rating-text {
    display: flex;
    gap: 1px;
}

.shop-rating-value {
    color: #111111;
    font-weight: 500;
}

.shop-rating-count {
    color: #777771;
}

@media (min-width: 768px) {
    .shops-grid {
        gap: 16px;
        padding: 12px;        
    }

    .shop-card {
        border: 1px solid #d8d8d1;
        border-radius: 20px;
    }

    .shop-image {
        border-radius: 16px;
    }

    .shop-rating {
        font-size: 12px;
        line-height: 14px;
    }
}


.shops_block, .promo_block {
    padding: 70px 5%;
}

.header_h3 {
    display: flex;
}

.header_h3 h3 {
    font-size: 20px;
font-weight:600;
    color: #111111;
}

.mi-sv-shop {
    position: relative;
    left: 6px;
    top: 1px;
}

.top_account_link {
    border: 1px solid #e7e7e1;
    display: flex;
    width: 143px;
    height: 48px;
    align-items: center;
    border-radius: 30px;
    justify-content: space-between;
    padding: 0 4px;
	position:relative;
}

.acc_top_text {
    position: absolute;
    width: 114px;    
    left: -146px;
    top: 13px;
}

.light_text {
    color: #8027cb;    
    font-size: calc(12px + 1px);
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.45);
    letter-spacing: 1px;
}

.light_animation {
    position: absolute;    
    top: 10px;
	right:0;
}


@keyframes nrw-1 {
    0% {
        right: 10px; 
		opacity:0;
    }

    60% {
        right: 7px;   
		opacity:0.3;
    }

    100% {
        right: 0px;  
		opacity:0;
    }
}

@keyframes nrw-2 {
    0% {
        right: 20px; 
		opacity:0;
    }
    
	
	50% {
        right: 0px;   
		opacity:0.2;
    }	
	

    100% {
        right: -20px;  
		opacity:0;
    }
}


.mi_button {    
    padding: 14px 28px;   
    font-size: 18px;
    line-height: 32px;
    color: #777771;
    text-align: left;
    font-weight: 100;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.28);
    margin: 10px 0px;
    font-family: Manrope, Inter, sans-serif;
    display: inline-block;
}


.mi_button:hover {    
    background:rgba(18, 18, 18, 0.02);
	box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.35);
}


.line-1-light {
	position:absolute;
	animation: nrw-1 4s linear infinite;
}

.line-1-light:before {
    content: '';
    position: absolute;
    background: #8027cb;
    width: 14px;
    height: 1px;
    transform: rotate(50deg);
    top: -5px;	
}

.line-1-light:after {
    content: '';
    position: absolute;
    background: #8027cb;
    width: 14px;
    height: 1px;
    transform: rotate(-50deg);
    top: 5px;
}


.line-2-light {
	position:absolute;
	animation: nrw-2 6s linear infinite;
}

.line-2-light:before {
    content: '';
    position: absolute;
    background: #8027cb;
    width: 14px;
    height: 1px;
    transform: rotate(50deg);
    top: -5px;	
}

.line-2-light:after {
    content: '';
    position: absolute;
    background: #8027cb;
    width: 14px;
    height: 1px;
    transform: rotate(-50deg);
    top: 5px;
}


.promo-banners {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    font-family: Inter, Manrope, Arial, sans-serif;
}

.promo-banners * {
    box-sizing: border-box;
}

.promo-banners h4,
.promo-banners p {
    margin: 0;
}

.promo-banners img {
    display: block;
    max-width: 100%;
}

.promo-banners a {
    color: inherit;
    text-decoration: none;
}

.promo-grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 20px;
    width: 100%;
    
}

.promo-left,
.promo-right {
    height: 180px;
    z-index: 0;
    container-type: inline-size;
}

.promo-left-box {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    padding: 18px 20px;
    background: linear-gradient(90deg, #c7f7d7, #eef4ff 65.87%, #eef4ff);
}

.promo-right {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    padding: 16px 20px;
    background: linear-gradient(120deg, #ffd8f5, #f4d7ff 58%, #ffffff);
}

.promo-left-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    opacity: .4;
}

.promo-right-img {
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
    right:0px;
}

.promo-content {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.promo-left-title {
    width: 83.333333%;
    color: #ffffff;
    font-size: clamp(22px, 5.9cqw, 40px);
    line-height: 1;
    font-weight: 800;
}

.promo-right-title {
    color: #000000;
    font-size: clamp(28px, 6cqw, 32px);
    line-height: 1;
    font-weight: 800;
}

.promo-text-center {
    display: flex;
    flex: 1;
    align-items: center;
}

.promo-left-text {
    width: 83.333333%;
    min-width: 200px;
    color: #ddfbe7;
    font-size: clamp(13px, 3cqw, 15px);
    line-height: 1.4;
    font-weight: 500;
}

.promo-left-text span {
    color: #ffffff;
}

.promo-right-text {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
    width: 60%;
    min-width: 200px;
    color: #666660;
    font-size: calc(16px - 1px);
    font-weight: 500;
}

.promo-bottom {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.promo-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.promo-actions-small {
    gap: 8px;
}

.promo-btn,
.promo-link {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
}

.promo-btn {
    height: 40px;
    padding: 0 16px;
    border-radius: 9999px;
    color: #ffffff;
}

.promo-btn-dark {
    background: #ffffff;
    font-weight: 500;
}

.promo-btn-orange {
    background: #b8ff3d;
    font-weight: 400;
}

.promo-link {
    height: 20px;
    color: #ddfbe7;
    font-weight: 500;
}

.promo-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
}

@container (width < 464px) {
    .promo-left-box {
        padding: 16px 18px;
    }
}

@container (width < 410px) {
    .promo-left-text {
        width: 92%;
    }
}

@container (width > 375px) {
    .promo-left-img {
        opacity: .6;
    }
}

@container (width > 500px) {
    .promo-left-img {
        opacity: 1;
    }
}


.flex_full_span {    
    display: flex;
    flex-wrap: wrap;
    width: 80px;
    justify-content: end;
}

#product {
    background: #fafaf7;    
}

.into_sec1 {
    color: #ffffff;
    padding: 70px 0px 50px;
    text-align: center;   
}

.wrap_sec { max-width: 1180px; margin: 0px auto; }

.h2_mi {
    font-size: calc(42px + 18px);
    line-height: .96;
    font-weight: 900;
    color: #111111;
	margin-bottom: 44px;
}

.h2_mini {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    color: #111111;
    margin: 50px 0 10px;
    display: block;
    opacity: 0.7;    
}

#mi_mrgn {
    margin-top: 100px !important;
}

.into_sec1 p {
    font-size: 18px;
    line-height: calc(18px + 20px);
    color: #777771;
    text-align: left;
    font-weight: 100;
    margin: 24px 0px;   
    font-family: Manrope, Inter, sans-serif;
}


.block_mirrors {
    
}

.into_mirrors {
    
}

.link_mirror {
    color: #030303;
    position: relative;
    font-weight: 800;
}

.link_mirror::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #030303;
    animation: mirrorPulse 1.4s ease-in-out infinite;
}

@keyframes mirrorPulse {
    0% {
        opacity: 0.7;
        /* transform: scaleX(0.75); */
    }

    50% {
        opacity: 1;
        /* transform: scaleX(1); */
    }

    100% {
        opacity: 0.7;
        /* transform: scaleX(0.75); */
    }
}

.line_mirrors {
    background: #ddfbe7;
    padding: 30px 5%;
    position: relative;
    margin: 1px 0;
}

.line_mirrors {
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.line_mirrors.is-hidden {
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
}

.text_mirrors {
    max-width: 800px;
}


.text_mirrors p {
    color: #3f3f3a;
    font-size: calc(16px - 1px);
    line-height: 26px;
}


.close_mirrors {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;    
    cursor: pointer;
    transition: .5s;
}

.close_mirrors:hover {
    transform: rotate(90deg);
}


.close_mirrors:before  {
    position: absolute;
    right: 12px;
    top: 20px;
    width: 18px;
    height: 1px;
    background: #3f3f3a;;
    content: '';
    transform: rotate(45deg);
}

.close_mirrors:after  {
    position: absolute;
    right: 12px;
    top: 20px;
    width: 18px;
    height: 1px;
    background: #3f3f3a;;
    content: '';
    transform: rotate(-45deg);
}


.close_mirrors:hover::before, .close_mirrors:hover::after {
    background: #ffffff;
    box-shadow: 0px 0px 5px #ffffff;
}


.into_uz {
    max-width: 760px;
    margin: 0px auto;
}

.product-screen-block {
    width: 90%;
    max-width: 1400px;
    position: relative;       
    margin: 0 auto;
    padding: 52px 2%;
    box-sizing: border-box;
    border-radius: 30px;
    background: #ffffff;
    border: 2px solid rgba(18, 18, 18, 0.08);
    font-family: Inter, Manrope, Arial, Helvetica, sans-serif;
    color: #121212;    
	animation: shdw 4s ease-in-out infinite;
}


@keyframes shdw {
    0% {
        box-shadow: 0px 40px 137px 63px #000000;     
    }

    50% {
        box-shadow: 0px 40px 115px 40px #000000;       
    }

    100% {
        box-shadow: 0px 40px 137px 63px #000000;      
    }
}


.product-screen-inner {
    width: 100%;
    min-height: 656px;
    padding: 42px;
    box-sizing: border-box;
    border-radius: 24px;
    background: #fafaf7;
}

.browser-bar {
    width: 100%;
    height: 72px;
    padding: 0 40px;
    box-sizing: border-box;
    border-radius: 30px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 34px;
}

.browser-dots {
    display: flex;
    align-items: center;
    gap: 12px;
}

.browser-dots span {
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
}

.browser-dots span:nth-child(1) {
    background: #d669ff;
}

.browser-dots span:nth-child(2) {
    background: #ff67dc;
}

.browser-dots span:nth-child(3) {
    background: #666660;
}

.browser-title {
    min-width: 200px;
    padding: 6px 18px;
    box-sizing: border-box;
    border-radius: 999px;
    background: #e7e7e1;
    color: #343430;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-grid {
    margin-top: 42px;
    display: grid;
    grid-template-columns: 443px 374px 1fr;
    grid-template-rows: 296px 237px;
    gap: 36px 44px;
}

.product-grid {
    margin-top: 42px;
    display: grid;
    grid-template-columns: 40% 25% 25%;   
    gap: 20px 2%;
}

.product-card-main {
    grid-row: 1 / 3;
    padding: 40px;
    border: 1px solid rgb(214 212 212 / 29%);
    border-radius: 26px;
    background: #ffffff;
}

.product-card-small,
.product-card-chart {
    padding: 36px 7%;
    border: 1px solid rgb(214 212 212 / 29%);
    border-radius: 26px;
    background: #ffffff;
}

.product-card-wide {
    grid-column: 2 / 4;
    padding: 38px 20px;
}

.card-label {
    margin: -4px 0 16px;
    color: #777771;
    font-size: calc(12px + 1px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.product-card h1,
.product-card h2 {
    max-width: 330px;
    margin: 0 0 22px;
    color: #121212;
    font-size: calc(32px + 2px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.product-card h3 {
    max-width: 520px;
    margin: 0 0 18px;
    color: #121212;
    font-size: calc(24px + 2px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.card-text {    
	max-width:100%;
    margin: 0 0 16px;
    color: #777771;
    font-size: calc(18px - 4px);
    line-height: 1.5;
}

.card-text.small {
    max-width: 310px;
    font-size: calc(16px - 1px);
}

.main-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-top: 34px;
    padding: 0 28px;
    border-radius: 999px;
    background: #121212;
    color: #ffffff;
    text-decoration: none;
    font-size: calc(16px - 1px);
    line-height: 1;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease;
}

.main-button:hover {
    transform: translateY(-2px);
    background: #ffffff;
}

.big-value {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 24px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #121212;
    color: #ffffff;
    font-size: calc(24px + 0px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.mini-text {
    max-width: 100%;
    margin: 0;
    color: #777771;
    font-size: calc(16px - 2px);
    line-height: 1.5;
}

.chart-wrap {
    height: 72px;    
}

.chart-wrap svg {
    width: 100%;
    height: 100%;
    display: block;
}

.chart-wrap path {
    fill: none;
    stroke: #d669ff;
    stroke-width: 14px;
    stroke-linecap: round;
}

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

.orange-circle {
    width: 90px;
    height: 88px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #ff67dc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fafaf7;
    font-size: calc(20px + 2px);
    font-weight: 900;
    letter-spacing: -0.04em;
}

@media (max-width: 1100px) {
    .product-screen-block {
        min-height: auto;
        padding: 24px;
    }

    .product-screen-inner {
        min-height: auto;
        padding: 28px;
    }

    .product-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 24px;
    }

    .product-card-main {
        grid-row: auto;
        grid-column: 1 / 3;
    }

    .product-card-wide {
        grid-column: 1 / 3;
    }
}

.screen_full {
    background: #f5f5f1;
    padding: 100px 0 100px;
}

@media (max-width: 700px) {
    .product-screen-block {
        padding: 14px;
        border-radius: 22px;
    }

    .product-screen-inner {
        padding: 18px;
        border-radius: 18px;
    }

    .browser-bar {
        height: auto;
        padding: 22px;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }
    
    

    .product-grid {
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .product-card-main,
    .product-card-wide {
        grid-column: auto;
    }

    .product-card {
        padding: 28px;
        border-radius: 24px;
    }

    .product-card h1,
.product-card h2 {
        font-size: calc(24px + 4px);
    }

    .product-card h3 {
        font-size: calc(20px + 2px);
    }

    .wide-content {
        align-items: flex-start;
        flex-direction: column;
    }
}


.flex_full_span > span {
    display: block;
}

.btc_balance {
    color: #3f3f3a;
    font-size: calc(12px + 1px);
    font-weight: 500;
    line-height: 18px;
}

.rub_balance {
    color: #777771;
    font-size: 10px;
    line-height: 12px;
}

.acc_top_img {
    width: 40px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
}

.process-flow-section {    
    padding: 0px 0px 50px;
    background: #f5f5f1;
    border-bottom: 1px solid rgba(18, 18, 18, 0.10);
}


.process-flow {
    position: relative;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 36px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 50px 5%;
    margin-bottom: 40px;
    box-shadow: 0px 22px 40px rgb(0 0 0 / 5%);
}

  .process-flow * {
    box-sizing: border-box;
  }
/*
  .process-flow::before {
    content: "";
    position: absolute;
    inset: 1px;
    border: 2px solid rgba(var(--white-rgb), 0.08);
    border-radius: 35px;
    pointer-events: none;
  }
*/

.process-flow__title {  
    margin: 0 0 12px;
    color: #111111;
    font-size: calc(42px - 7px);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
	text-align:center;
}

  .process-flow__subtitle {
    
    left: 72px;
    top: 115px;
    margin: 0;
    color: #70706a;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
  }

.process-flow__step {
    width: 180px;
    height: 170px;
    border-radius: 34px;
    background: #f5f5f1;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
}


  .process-flow__circle {   
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #121212;
    margin: 0px auto;
}

  .process-flow__circle--pink {
    background: #d669ff;
  }

  .process-flow__circle--orange {
    background: #ff67dc;
  }

.showcase-copy .eyebrow {
    margin-bottom: 10px;
}

.process-flow__name {   
    margin: 10px 0 6px;
    color: #111111;
    font-size: calc(20px - 5px);
    letter-spacing: -0px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

 .process-flow__text {
    margin: 0;
    color: #70706a;
    font-size: calc(12px + 1px);
    line-height: 1;
    font-weight: 400;
    text-align: center;
}

 .process-flow__line {
    position: absolute;
    top: 82px;
    width: 80%;
    height: 6px;
    left: 10%;
    border-radius: 999px;
    background: #d8d8d1;
    z-index: 0;
}
 
.process-flow__txt {
    
}

.process-flow__txt p {
    font-size: 20px;
    color: #000;    
    line-height: 30px;    
}


 .flow-block {
      width: min(920px, 100%);
      aspect-ratio: 900 / 420;
      container-type: inline-size;
      display: grid;
      grid-template-columns: repeat(90, minmax(0, 1fr));
      grid-template-rows: repeat(42, minmax(0, 1fr));
      overflow: hidden;
    }

    .flow-svg {
      grid-column: 1 / -1;
      grid-row: 1 / -1;
      width: 100%;
      height: 100%;
      display: block;
    }

   .flow-text {
    margin: 0;
    color: #111111;
    font-size: calc(12px + 1px);
    line-height: 1.2;   
    letter-spacing: -0.02em;
    align-self: center;
    white-space: nowrap;
    z-index: 2;
}

    .flow-text--left {
      grid-column: 9 / 28;
      grid-row: 32 / 35;
      justify-self: start;
    }

    .flow-text--center {
      grid-column: 37 / 60;
      grid-row: 27 / 30;
      justify-self: start;
    }

    .flow-text--right {
      grid-column: 64 / 82;
      grid-row: 15 / 18;
      justify-self: start;
    }

.lng-2 {
    border: none;    
    box-shadow: none;
    padding-bottom: 0px;
}

.lng-2 .deep-card {
    border: none;    
    box-shadow: none;
    background: none;
}

.lng-2 .deep-card h2 {    
    text-align: center;
}

.lng-2 .eyebrow {    
    display: flex;    
    text-align: center;
    justify-content: center;    
}

    @media (max-width: 520px) {
      .flow-block {
        width: 100%;
      }

      .flow-text {
        font-size: clamp(9px, 2.6cqw, 14px);
      }
    }


.system-diagram {
    width: 90%;
    max-width: 1180px;
    margin: 50px auto 0;
    padding: 62px 3% 70px;
    box-sizing: border-box;
    border-radius: 36px;
    background: #ffffff;
    border: 2px solid rgba(18, 18, 18, 0.08);
    color: #111111;
}

.system-diagram__head {
    margin-bottom: 86px;
}

.system-diagram__head h2 {
    margin: 0 0 22px;
    color: #111111;
    font-size: calc(42px - 10px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.04em;
    text-align: center;
}

.system-diagram__head p {
    margin: 0;
    color: #70706a;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    text-align: center;
}

.system-diagram__grid {
    display: grid;
    grid-template-columns: 18% 10% 18% 8% 18% 10% 18%;
    align-items: center;
}

.system-diagram__stack {
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.system-card {
    width: 100%;
    min-height: 90px;
    padding: 20px 26px;
    box-sizing: border-box;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.system-card span {
    font-size: calc(24px - 6px);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.system-card--dark {
    background: #f0f0eb;
    border: 2px solid #e7e7e1;
    color: #111111;
}

.system-card--light {
    background: #121212;
    color: #fafaf7;
}

.system-connector {
    width: 100%;
    height: 260px;
    display: flex;
    align-items: center;
}

.system-connector svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.line {
    fill: none;
    stroke-width: 6px;
    stroke-linecap: round;
}

.line--pink {
    stroke: #d669ff;
}

.line--orange {
    stroke: #ff67dc;
}

.system-diagram__bottom {
    margin-top: 65px;
    padding: 13px 36px;
    box-sizing: border-box;
    border-radius: 24px;
    background: #f0f0eb;
    color: #70706a;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1180px) {
    .system-diagram {
        padding: 52px 44px 66px;
    }

    .system-diagram__grid {
        grid-template-columns: 170px 64px 170px 64px 170px 64px 180px;
    }

    .system-card span {
        font-size: calc(20px + 2px);
    }
}

@media (max-width: 980px) {
    .system-diagram {
        padding: 42px 28px 46px;
        border-radius: 28px;
    }

    .system-diagram__head {
        margin-bottom: 46px;
    }

    .system-diagram__head h2 {
        font-size: calc(32px + 2px);
    }

    .system-diagram__head p {
        font-size: 18px;
    }

    .system-diagram__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .system-diagram__stack {
        height: auto;
        gap: 18px;
    }

    .system-card {
        min-height: 82px;
    }

    .system-connector {
        height: 42px;
        justify-content: center;
    }

    .system-connector svg {
        display: none;
    }

    .system-connector::before {
        content: "";
        width: 6px;
        height: 42px;
        display: block;
        border-radius: 999px;
        background: linear-gradient(180deg, #d669ff 0%, #ff67dc 100%);
    }

    .system-diagram__bottom {
        margin-top: 36px;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }
}

@media (max-width: 560px) {
    .system-diagram {
        padding: 30px 18px;
        border-radius: 22px;
    }

    .system-diagram__head h2 {
        font-size: calc(24px + 4px);
    }

    .system-diagram__head p {
        font-size: 16px;
    }

    .system-card {
        min-height: 76px;
        border-radius: 24px;
    }

    .system-card span {
        font-size: 20px;
    }

    .system-diagram__bottom {
        padding: 16px 22px;
        font-size: 16px;
    }
}


.landing-comments {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at 15% 10%, rgba(174, 255, 55, 0.18), transparent 32%), radial-gradient(circle at 85% 20%, rgba(174, 255, 55, 0.18), transparent 30%), linear-gradient(180deg, #101010 0%, #101010 52%, #101010 100%);
    color: #ffffff;
    overflow: hidden;
}
/*
.landing-comments:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        circle,
        rgba(var(--white-rgb), 0.08) 1.2px,
        var(--transparent) 1.2px
    );
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, var(--transparent), var(--black) 18%, var(--black) 80%, var(--transparent));
    pointer-events: none;
}
*/
.landing-comments__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.landing-comments__top {
    max-width: 700px;
    margin: 0 auto 34px;
    text-align: center;
}

.landing-comments__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 18px;
    margin-bottom: 26px;
    border: 1px solid rgba(174, 255, 55, 0.45);
    border-radius: 999px;
    background: rgba(174, 255, 55, 0.08);
    color: #8027cb;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    box-shadow: none;
}

.landing-comments__title {
    margin: 0;
    font-size: calc(42px + 18px);
    font-weight: 600;
    color: #111111;
    margin-top: 18px;
    line-height: 1em;
}

.landing-comments__subtitle {
    max-width: 640px;
    margin: 20px auto 0;
    color: rgba(18, 18, 18, 0.70);
    font-size: 18px;
    line-height: 1.65;
}

.landing-comments__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 700px;
    margin: 0 auto 32px;
}

.landing-comments__stat {
    padding: 18px 16px;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(18, 18, 18, 0.10), rgba(18, 18, 18, 0.03));
    text-align: center;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
}

.landing-comments__stat span {
    display: block;
    color: #ffffff;
    font-size: calc(24px + 2px);
    font-weight: 800;
    line-height: 1;
}

.landing-comments__stat small {
    display: block;
    margin-top: 8px;
    color: rgba(18, 18, 18, 0.55);
    font-size: calc(12px + 1px);
}

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

.landing-comment {
    position: relative;
    display: flex;
    gap: 16px;
    min-height: 180px;
    padding: 20px;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(18, 18, 18, 0.08), rgba(18, 18, 18, 0.03));
    box-shadow:
        0 26px 80px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(18, 18, 18, 0.08);
    backdrop-filter: blur(18px);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.landing-comment:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 92, 216, 0.30);
    box-shadow:
        0 32px 95px rgba(0, 0, 0, 0.45),
        0 0 38px rgba(214, 105, 55, 0.10),
        inset 0 1px 0 rgba(18, 18, 18, 0.12);
}

.landing-comment:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 20% 0%, rgba(214, 105, 55, 0.18), transparent 35%),
        radial-gradient(circle at 100% 100%, rgba(115, 92, 255, 0.12), transparent 34%);
    opacity: 0;
    transition: opacity 0.22s ease;
    pointer-events: none;
}

.landing-comment:hover:before {
    opacity: 1;
}

.landing-comment__avatar {
    position: relative;
    z-index: 2;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: linear-gradient(135deg, #98ed25 0%, #76cb14 48%, #4f7600 100%);
    color: #101010;
    font-size: 18px;
    font-weight: 900;
    line-height: 48px;
    text-align: center;
    box-shadow: 0 14px 34px rgba(255, 92, 216, 0.30);
}

.landing-comment__body {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 0;
}

.landing-comment__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.landing-comment__name {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
}

.landing-comment__date {
    display: block;
    margin-top: 4px;
    color: rgba(18, 18, 18, 0.45);
    font-size: calc(12px + 1px);
    line-height: 1.25;
}

.landing-comment__rating {
    flex: 0 0 auto;
    color: #ffe05e;
    font-size: calc(12px + 1px);
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
    text-shadow: 0 0 18px rgba(255, 224, 94, 0.22);
}

.landing-comment p {
    margin: 0;
    color: rgba(18, 18, 18, 0.75);
    font-size: calc(16px - 1px);
    line-height: 1.7;
}

.landing-comments__pagination {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.landing-comments__more {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border: 1px solid rgba(174, 255, 55, 0.45);
    border-radius: 999px;
    background: rgba(174, 255, 55, 0.10);
    color: #7d7469;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.50);
    letter-spacing: 2px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(18, 18, 18, 0.08);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.landing-comments__more:hover {
    transform: translateY(-3px);
    border-color: rgba(190, 151, 255, 0.40);
    box-shadow: 0 24px 68px rgba(0, 0, 0, 0.45), 0 0 46px rgba(214, 105, 55, 0.22);
}

@media (max-width: 900px) {
    .landing-comments {
        padding: 72px 16px;
    }

    .landing-comments__list {
        grid-template-columns: 1fr;
    }
}

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

    .landing-comment {
        min-height: auto;
        padding: 18px;
        border-radius: 24px;
    }

    .landing-comment__head {
        display: block;
    }

    .landing-comment__rating {
        margin-top: 10px;
    }

    .landing-comments__more {
        width: 100%;
    }
}


.photo-block {
      position: relative;
      z-index: 2;
      margin: 34px 0 28px;
    }

   .photo-shell {
    position: relative;     
}

    .photo-shell:before {
      content: "";
      position: absolute;
      inset: -16px;
      z-index: -1;
      border-radius: 44px;
      background:
        radial-gradient(circle at 20% 20%, rgba(214, 105, 55, 0.22), transparent 34%),
        radial-gradient(circle at 84% 74%, rgba(174, 255, 55, 0.12), transparent 30%);
      filter: blur(18px);
      opacity: 0.9;
    }

    .photo-frame {
    position: relative;
    overflow: hidden;
    /* min-height: 460px; */
    border-radius: 40px;
    /* background: var(--surface-925); */
    isolation: isolate;
}

    .photo-frame img {
    display: block;
    width: 100%;
    /* height: 460px; */
    /* object-fit: cover; */
    /* object-position: center; */
    filter: saturate(1.05) contrast(1.03);
}

    .photo-frame:before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.22)),
        radial-gradient(circle at 20% 8%, rgba(18, 18, 18, 0.12), transparent 18%);
    }

    .photo-frame:after {
      content: "";
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 20px;
      z-index: 2;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(18, 18, 18, 0.35), transparent);
      opacity: 0.55;
    }

    .photo-badge {
      position: absolute;
      left: 22px;
      top: 22px;
      z-index: 3;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 12px;
      border: 1px solid rgba(18, 18, 18, 0.12);
      border-radius: 999px;
      background: rgba(16, 16, 16, 0.45);
      backdrop-filter: blur(14px);
      color: rgba(18, 18, 18, 0.75);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .photo-badge:before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #8027cb;
      box-shadow: 0 0 14px rgba(255, 92, 216, 0.95);
    }

    .photo-caption {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      margin: 13px 4px 0;
      color: #70706a;
      font-size: calc(12px + 1px);
      line-height: 1.55;
    }

    .photo-caption strong {
      color: rgba(18, 18, 18, 0.75);
      font-weight: 700;
    }

    .photo-caption span:last-child {
    white-space: nowrap;
    color: #8027cb;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;    
}

    .divider {
      width: 100%;
      height: 1px;
      margin: 32px 0;
      background: linear-gradient(90deg, transparent, rgba(18, 18, 18, 0.12), transparent);
    }

    .note {
      margin-top: 24px;
      padding: 18px 20px;
      border: 1px solid rgba(214, 105, 55, 0.18);
      border-radius: 22px;
      background:
        linear-gradient(135deg, rgba(214, 105, 55, 0.10), rgba(18, 18, 18, 0.03));
      color: rgba(18, 18, 18, 0.60);
      font-size: 14px;
      line-height: 1.65;
    }

    .note code {
      padding: 2px 7px;
      border: 1px solid rgba(18, 18, 18, 0.08);
      border-radius: 8px;
      background: rgba(0, 0, 0, 0.22);
      color: rgba(18, 18, 18, 0.75);
      font-size: calc(12px + 1px);
    }
	
	.under_photo_span {
		text-align: left;
		color: #111111;
		opacity: 0.8;
	}


/* Internal links blocks: scoped styles, appended without touching existing selectors */
.ilb-links-scope {
    color: #111111;
}

.ilb-links-scope,
.ilb-links-scope * {
    box-sizing: border-box;
}

.ilb-links-scope a {
    color: inherit;
    text-decoration: none;
}

.ilb-container {
    width: min(1480px, 100%);
    margin: 0 auto;
}

.ilb-section {
    padding: clamp(58px, 7vw, 95px) clamp(22px, 4vw, 64px);
}

.ilb-section + .ilb-section {
    padding-top: 28px;
}

.ilb-demo-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.ilb-demo-head h2 {
    margin: 0;
    font-size: clamp(34px, 4.2vw, 76px);
    line-height: .95;
    font-weight: 800;
    letter-spacing: -.065em;
    color: #111111;
}

.ilb-demo-head p {
    max-width: 470px;
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.45;
    color: #70706a;
    letter-spacing: -.015em;
}

/* Example 1 */
		.ilb-useful-grid {
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			gap: 22px;
		}

		.ilb-useful-card {
			position: relative;
			min-height: 260px;
			padding: 34px;
			border: 1px solid rgba(18, 18, 18, 0.10);
			border-radius: 44px;
			background:
				radial-gradient(circle at 84% 0%, rgba(174, 255, 55, 0.75), transparent 34%),
				linear-gradient(180deg, rgba(18, 18, 18, 0.05), rgba(18, 18, 18, 0.02));
			box-shadow: 0 26px 70px rgba(0, 0, 0, 0.10);
			overflow: hidden;
			transition: transform .25s ease, border-color .25s ease, background .25s ease;
		}

		.ilb-useful-card:hover {
			transform: translateY(-5px);
			border-color: rgba(174, 255, 55, 0.45);
			background:
				radial-gradient(circle at 84% 0%, rgba(174, 255, 55, 0.22), transparent 38%),
				linear-gradient(180deg, rgba(18, 18, 18, 0.05), rgba(18, 18, 18, 0.02));
		}

		.ilb-useful-card::after {
			content: "";
			position: absolute;
			right: -60px;
			bottom: -74px;
			width: 185px;
			height: 185px;
			border: 1px solid rgba(18, 18, 18, 0.08);
			border-radius: 50%;
		}

		.ilb-card-num {
			color: #8027cb;
			font-size: 16px;
			font-weight: 800;
			letter-spacing: .08em;
			text-transform: uppercase;
		}

		.ilb-useful-card h3 {
			margin: 54px 0 16px;
			font-size: 22px;
            line-height: 1.2em;
			font-weight: 800;
			letter-spacing: -.055em;
		}

		.ilb-useful-card p {
			margin: 0;
			color: #70706a;
			font-size: calc(16px - 2px);
            line-height: 1.5;
			letter-spacing: -.012em;
		}

		.ilb-arrow {
			position: absolute;
			right: 30px;
			top: 30px;
			width: 44px;
			height: 45px;
			display: grid;
			place-items: center;
			border-radius: 50%;
			border: 1px solid rgba(18, 18, 18, 0.10);
			color: #343430;
			font-size: 24px;
			transition: transform .25s ease, color .25s ease, border-color .25s ease;
		}

		.ilb-useful-card:hover .ilb-arrow {
			transform: translateX(4px);
			color: #8027cb;
			border-color: rgba(174, 255, 55, 0.45);
		}

		/* Example 2 */
		.ilb-pill-box {
			padding: clamp(28px, 4vw, 52px);
			border: 1px solid rgba(18, 18, 18, 0.10);
			border-radius: 44px;
			background:
				linear-gradient(135deg, rgba(18, 18, 18, 0.05), rgba(18, 18, 18, 0.02)),
				#ffffff;
			box-shadow: 0 26px 70px rgba(0, 0, 0, 0.10);
		}

		.ilb-pill-top {
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 28px;
			margin-bottom: 34px;
		}

		.ilb-pill-top h3 {
			margin: 0;
			font-size: clamp(32px, 4.5vw, 78px);
			line-height: .96;
			letter-spacing: -.07em;
		}

		.ilb-pill-top span {
			max-width: 390px;
			color: #70706a;
			font-size: 18px;
			line-height: 1.45;
		}

		.ilb-pill-links {
			display: flex;
			flex-wrap: wrap;
			gap: 14px;
		}

		.ilb-pill-link {
			display: inline-flex;
			align-items: center;
			gap: 12px;
			min-height: 64px;
			padding: 0 25px;
			border-radius: 999px;
			background: rgba(18, 18, 18, 0.03);
			border: 1px solid rgba(18, 18, 18, 0.10);
			color: #111111;
			font-size: clamp(17px, 1.35vw, 22px);
			font-weight: 700;
			transition: transform .25s ease, border-color .25s ease, color .25s ease;
		}

		.ilb-pill-link::before {
			content: "";
			width: 8px;
			height: 9px;
			border-radius: 50%;
			background: #8027cb;
			box-shadow: 0 0 0 7px rgba(174, 255, 55, 0.08);
		}

		.ilb-pill-link:hover {
			transform: translateY(-3px);
			color: #ffffff;
			border-color: rgba(174, 255, 55, 0.45);
		}

		/* Example 3 */
		.ilb-split-nav {
			display: grid;
			grid-template-columns: .86fr 1.14fr;
			gap: 24px;
		}

		.ilb-split-title {
			min-height: 520px;
			padding: clamp(34px, 4vw, 58px);
			border: 1px solid rgba(18, 18, 18, 0.10);
			border-radius: 44px;
			background:
				radial-gradient(circle at 0% 100%, rgba(214, 105, 55, 0.18), transparent 36%),
				linear-gradient(180deg, rgba(18, 18, 18, 0.05), rgba(18, 18, 18, 0.02));
			box-shadow: 0 26px 70px rgba(0, 0, 0, 0.10);
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}

		.ilb-split-title h3 {
			margin: 0;
			font-size: clamp(44px, 5.5vw, 92px);
			line-height: .92;
			letter-spacing: -.08em;
		}

		.ilb-split-title p {
			max-width: 440px;
			margin: 0;
			color: #70706a;
			font-size: 18px;
			line-height: 1.5;
		}

		.ilb-split-list {
			display: grid;
			gap: 18px;
		}

		.ilb-split-item {
			min-height: 116px;
			display: grid;
			grid-template-columns: auto 1fr auto;
			align-items: center;
			gap: 22px;
			padding: 22px 28px;
			border: 1px solid rgba(18, 18, 18, 0.10);
			border-radius: 32px;
			background: rgba(18, 18, 18, 0.03);
			transition: transform .25s ease, border-color .25s ease, background .25s ease;
		}

		.ilb-split-item:hover {
			transform: translateX(6px);
			border-color: rgba(174, 255, 55, 0.45);
			background: rgba(18, 18, 18, 0.05);
		}

		.ilb-split-dot {
			width: 52px;
			height: 50px;
			border-radius: 50%;
			background: rgba(174, 255, 55, 0.12);
			border: 1px solid rgba(190, 255, 77, 0.35);
			position: relative;
		}

		.ilb-split-dot::before {
			content: "";
			position: absolute;
			inset: 17px;
			border-radius: 50%;
			background: #8027cb;
		}

		.ilb-split-item strong {
			display: block;
			font-size: clamp(22px, 2vw, 32px);
			line-height: 1.05;
			letter-spacing: -.045em;
		}

		.ilb-split-item em {
			display: block;
			margin-top: 8px;
			font-style: normal;
			color: #70706a;
			font-size: calc(16px - 1px);
			line-height: 1.35;
			letter-spacing: -.01em;
		}

		.ilb-split-go {
			width: 48px;
			height: 48px;
			display: grid;
			place-items: center;
			border: 1px solid rgba(18, 18, 18, 0.10);
			border-radius: 50%;
			color: #343430;
		}

		/* Example 4 */
		.ilb-mini-directory {
			border: 1px solid rgba(18, 18, 18, 0.10);
			border-radius: 44px;
			background:
				linear-gradient(180deg, rgba(18, 18, 18, 0.05), rgba(18, 18, 18, 0.02));
			box-shadow: 0 26px 70px rgba(0, 0, 0, 0.10);
			overflow: hidden;
		}

		.ilb-directory-row {
			display: grid;
			grid-template-columns: 70px 1fr 270px auto;
			align-items: center;
			gap: 24px;
			min-height: 126px;
			padding: 0 clamp(24px, 4vw, 48px);
			border-top: 1px solid rgba(18, 18, 18, 0.10);
			transition: background .25s ease;
		}

		.ilb-directory-row:first-child {
			border-top: 0;
		}

		.ilb-directory-row:hover {
			background: rgba(18, 18, 18, 0.03);
		}

		.ilb-directory-index {
			color: #8027cb;
			font-size: calc(16px - 1px);
			font-weight: 900;
			letter-spacing: .1em;
		}

		.ilb-directory-name {
			font-size: clamp(25px, 3vw, 48px);
			line-height: 1;
			font-weight: 800;
			letter-spacing: -.065em;
		}

		.ilb-directory-desc {
			color: #70706a;
			font-size: calc(16px - 1px);
			line-height: 1.4;
			letter-spacing: -.01em;
		}

		.ilb-directory-btn {
			width: 52px;
			height: 52px;
			display: grid;
			place-items: center;
			border: 1px solid rgba(18, 18, 18, 0.10);
			border-radius: 50%;
			color: #3f3f3a;
		}

		/* Example 5 */
		.ilb-accent-stack {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 22px;
		}

		.ilb-stack-card {
			position: relative;
			min-height: 430px;
			padding: 36px;
			border-radius: 44px;
			border: 1px solid rgba(18, 18, 18, 0.10);
			background:
				radial-gradient(circle at 70% 20%, rgba(18, 18, 18, 0.05), transparent 26%),
				linear-gradient(180deg, rgba(18, 18, 18, 0.05), rgba(18, 18, 18, 0.02));
			box-shadow: 0 26px 70px rgba(0, 0, 0, 0.10);
			overflow: hidden;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
		}

		.ilb-stack-card.ilb-featured {
			background:
				radial-gradient(circle at 75% 15%, rgba(174, 255, 55, 0.22), transparent 30%),
				linear-gradient(180deg, rgba(18, 18, 18, 0.05), rgba(18, 18, 18, 0.02));
			border-color: rgba(190, 255, 77, 0.35);
		}

		.ilb-stack-card::before {
			content: "";
			position: absolute;
			left: 36px;
			right: 36px;
			top: 34px;
			height: 1px;
			background: linear-gradient(90deg, #8027cb, transparent);
			opacity: .7;
		}

		.ilb-stack-card h3 {
			margin: 96px 0 0;
			font-size: clamp(34px, 4vw, 64px);
			line-height: .94;
			letter-spacing: -.07em;
		}

		.ilb-stack-card p {
			margin: 18px 0 0;
			color: #70706a;
			font-size: 18px;
			line-height: 1.45;
			max-width: 330px;
		}

		.ilb-stack-card .ilb-stack-link {
			display: inline-flex;
			align-items: center;
			justify-content: space-between;
			gap: 18px;
			min-height: 62px;
			padding: 0 20px 0 24px;
			border-radius: 999px;
			background: rgba(18, 18, 18, 0.05);
			border: 1px solid rgba(18, 18, 18, 0.10);
			color: #121212;
			font-weight: 800;
		}

		.ilb-stack-link span:last-child {
			color: #8027cb;
			font-size: 24px;
		}

		/* Example 6 */
		.ilb-compact-footer-nav {
			padding: clamp(32px, 4vw, 48px);
			border: 1px solid rgba(18, 18, 18, 0.10);
			border-radius: 44px;
			background:
				linear-gradient(135deg, rgba(174, 255, 55, 0.12), transparent 34%),
				linear-gradient(180deg, rgba(18, 18, 18, 0.05), rgba(18, 18, 18, 0.02));
			box-shadow: 0 26px 70px rgba(0, 0, 0, 0.10);
		}

		.ilb-footer-nav-head {
			display: grid;
			grid-template-columns: 1fr auto;
			gap: 30px;
			align-items: center;
			padding-bottom: 30px;
			border-bottom: 1px solid rgba(18, 18, 18, 0.10);
		}

		.ilb-footer-nav-head h3 {
			margin: 0;
			font-size: clamp(36px, 4.7vw, 82px);
			line-height: .92;
			letter-spacing: -.075em;
		}

		.ilb-footer-badge {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			min-height: 52px;
			padding: 0 22px;
			border: 1px solid rgba(190, 255, 77, 0.35);
			border-radius: 999px;
			color: #8027cb;
			font-weight: 900;
			letter-spacing: .04em;
			text-transform: uppercase;
			background: rgba(174, 255, 55, 0.08);
		}

		.ilb-footer-nav-grid {
			display: grid;
			grid-template-columns: repeat(5, 1fr);
			gap: 14px;
			padding-top: 24px;
		}

		.ilb-footer-nav-link {
			min-height: 130px;
			padding: 20px;
			border: 1px solid rgba(18, 18, 18, 0.10);
			border-radius: 26px;
			background: rgba(0, 0, 0, 0.16);
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			transition: transform .25s ease, border-color .25s ease, background .25s ease;
		}

		.ilb-footer-nav-link:hover {
			transform: translateY(-4px);
			border-color: rgba(174, 255, 55, 0.45);
			background: rgba(18, 18, 18, 0.03);
		}

		.ilb-footer-nav-link strong {
			font-size: calc(20px + 2px);
			line-height: 1.05;
			letter-spacing: -.045em;
		}

		.ilb-footer-nav-link span {
			color: #70706a;
			font-size: 14px;
			line-height: 1.35;
			letter-spacing: -.01em;
		}

@media (max-width: 1180px) {
    .ilb-useful-grid,
    .ilb-accent-stack {
        grid-template-columns: repeat(2, 1fr);
    }

    .ilb-split-nav {
        grid-template-columns: 1fr;
    }

    .ilb-split-title {
        min-height: 360px;
    }

    .ilb-directory-row {
        grid-template-columns: 54px 1fr auto;
    }

    .ilb-directory-desc {
        display: none;
    }

    .ilb-footer-nav-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 760px) {
    
    .hero_01 {
         padding: 76px 18px 60px;
     }
    
    .ilb-section {
        padding: 46px 18px;
    }

    .ilb-demo-head {
        display: block;
    }

    .ilb-demo-head p {
        margin-top: 14px;
    }

    .ilb-useful-grid,
    .ilb-accent-stack,
    .ilb-footer-nav-grid {
        grid-template-columns: 1fr;
    }

    .ilb-useful-card,
    .ilb-stack-card {
        min-height: 300px;
        border-radius: 30px;
        padding: 28px;
    }

    .ilb-useful-card h3 {
        margin-top: 74px;
    }

    .ilb-pill-box,
    .ilb-compact-footer-nav,
    .ilb-split-title,
    .ilb-mini-directory {
        border-radius: 30px;
    }

    .ilb-pill-top,
    .ilb-footer-nav-head {
        display: block;
    }

    .ilb-pill-top span {
        display: block;
        margin-top: 16px;
    }

    .ilb-pill-link {
        width: 100%;
        justify-content: flex-start;
    }

    .ilb-split-title {
        min-height: 300px;
    }

    .ilb-split-item {
        grid-template-columns: 1fr auto;
        padding: 24px;
        border-radius: 28px;
    }

    .ilb-split-dot {
        display: none;
    }

    .ilb-directory-row {
        grid-template-columns: 1fr auto;
        min-height: 104px;
        padding: 22px;
        gap: 16px;
    }

    .ilb-directory-index {
        display: none;
    }

    .ilb-directory-name {
        font-size: calc(32px - 2px);
    }

    .ilb-footer-badge {
        margin-top: 20px;
    }
}

/* =========================================================
   Blocks shared fixes: moved inline styles into theme css
   ========================================================= */
.mega-svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
}

.mega-faq__item.is-open .mega-faq__answer {
    max-height: 1000px;
}


/* page/page-1.php: former inline styles, namespaced to avoid collisions */
.lcs-page-one-section {
            position: relative;
            width: 100%;
            padding: clamp(80px, 9vw, 150px) 20px clamp(70px, 8vw, 130px);
            background:
                radial-gradient(circle at 50% 0%, rgba(174, 255, 55, 0.9), transparent 36%),
                linear-gradient(180deg, rgba(18, 18, 18, 0.03), rgba(18, 18, 18, 0));
            overflow: hidden;
        }

        .lcs-page-one-section::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background:
                linear-gradient(90deg, rgba(18, 18, 18, 0.03) 1px, transparent 1px),
                linear-gradient(180deg, rgba(18, 18, 18, 0.03) 1px, transparent 1px);
            background-size: 120px 120px;
            opacity: 0.12;
            mask-image: radial-gradient(circle at center, #000000 0%, transparent 68%);
        }

        .lcs-page-one-wrap {
            position: relative;
            z-index: 2;
            width: min(1120px, 100%);
            margin: 0 auto;
        }

        .lcs-page-one-hero {
            width: min(920px, 100%);
            margin: 0 auto;
            text-align: center;
        }

        .lcs-page-one-eyebrow {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin: 0 0 22px;
            color: rgba(18, 18, 18, 0.55);
            font-size: calc(16px - 1px);
            font-weight: 700;
            letter-spacing: 0.02em;
            text-transform: none;
        }

        .lcs-page-one-eyebrow span {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #18e781;
            box-shadow: 0 0 0 8px rgba(174, 255, 55, 0.12);
        }

        .lcs-page-one-title {
            margin: 0;
            color: #111111;
            font-size: clamp(44px, 7vw, 70px);
            line-height: 0.96;
            letter-spacing: -0.075em;
            font-weight: 800;
            text-wrap: balance;
        }

        .lcs-page-one-intro {
            width: min(780px, 100%);
            margin: clamp(22px, 3vw, 36px) auto 0;
            color: rgba(18, 18, 18, 0.60);
            font-size: clamp(18px, 2.1vw, 25px);
            line-height: 1.45;
            letter-spacing: -0.03em;
            text-wrap: balance;
        }

        .lcs-page-one-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-top: clamp(42px, 6vw, 76px);
        }

        .lcs-page-one-card {
            min-height: 220px;
            padding: clamp(22px, 3vw, 34px);
            border-radius: 28px;
            border: 1px solid rgba(18, 18, 18, 0.08);
            background:
                linear-gradient(180deg, rgba(18, 18, 18, 0.05), rgba(18, 18, 18, 0.03));
            box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
        }

        .lcs-page-one-card h2 {
    margin: 0 0 17px;
    color: #111111;
    font-size: calc(clamp(25px, 3vw, 42px) - 10px);
    line-height: 1.15;
    letter-spacing: 0;
    font-weight: 800;
            font-family: "Oswald", sans-serif;
}

        .lcs-page-one-card p {
    margin: 0;
    color: rgba(18, 18, 18, 0.55);
    font-size: calc(clamp(16px, 1.45vw, 19px) - 2px);
    line-height: 1.55;
    letter-spacing: -0.01em;
}

        .lcs-page-one-bullets {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
            margin: 18px 0 0;
            padding: 0;
            list-style: none;
        }

        .lcs-page-one-bullets li {
            position: relative;
            min-height: 76px;
            padding: 22px 18px 22px 44px;
            border-radius: 20px;
            border: 1px solid rgba(18, 18, 18, 0.08);
            background: rgba(18, 18, 18, 0.03);
            color: rgba(18, 18, 18, 0.70);
            font-size: calc(16px - 1px);
            line-height: 1.35;
            letter-spacing: -0.02em;
        }

        .lcs-page-one-bullets li::before {
            content: "";
            position: absolute;
            left: 18px;
            top: 28px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #18e781;
            box-shadow: 0 0 0 7px rgba(174, 255, 55, 0.10);
        }

        .lcs-page-one-actions {
            display: flex;
            justify-content: center;
            margin-top: clamp(30px, 4vw, 48px);
        }

        .lcs-page-one-actions .button,
        .lcs-page-one-actions a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 58px;
            padding: 0 34px;
            border-radius: 999px;
            text-decoration: none;
            font-size: 18px;
            font-weight: 800;
            letter-spacing: -0.03em;
        }

        .lcs-page-one-actions .primary {
            color: #efefeb;
            background: #121212;
            border: 1px solid rgba(18, 18, 18, 0.12);
        }

        @media (max-width: 900px) {
            .lcs-page-one-section {
                padding: 72px 16px 70px;
            }

            .lcs-page-one-grid {
                grid-template-columns: 1fr;
            }

            .lcs-page-one-bullets {
                grid-template-columns: 1fr;
            }

            .lcs-page-one-title {
                letter-spacing: -0.055em;
            }
        }


@media (max-width: 600px) {
	
	.intro h2, .section-head h2, .showcase-copy h2, .large-card h2, .contact h2, .text-section h2, .deep-card h2 {
    font-size: calc(42px - 10px);
    line-height: 1.25;
    font-weight: 600;
    color: #111111;
}
    
    .ex-links {   
        padding: 0px 50px 0px 20px; }
    
    .ex-links:nth-child(2) {
    margin-left: 10%;
        padding: 0px 20px 0px 50px;
}
    
    .lcs-page-one-card h2 {   
        font-size: calc(clamp(25px, 3vw, 42px) - 6px); }
    
    .lcs-page-one-card p { 
    font-size: calc(clamp(16px, 1.45vw, 19px) - 2px);
        line-height: 1.7; }

.button {
    min-height: 0;
    padding: 15px 34px;
    max-width: 250px;
}
	
	.faq-list p {    
    font-size: calc(20px - 3px);    
}

.landing-comments__more {
    text-align: center;
    padding: 10px 28px;
}

.landing-comments__title {    
    font-size: calc(42px - 10px);
    line-height: 1.2;
}

.landing-comments__subtitle {    
    font-size: calc(20px - 3px);   
}
	.lcs-page-one-title {
    font-size: 36px;
    line-height: 1.1;
}

    .ilb-useful-card h3 {
        margin-top: 48px;
    }
	
	.ilb-demo-head h2 {
      text-align: center;
	}
	
	.section-head p:not(.eyebrow) {
       font-size: calc(20px - 2px);
	}
	
	.section-head p:not(.eyebrow) {    
    font-size: calc(20px - 2px);
    line-height: 1.65;
    
}

.system-diagram__head h2 {
    line-height: 1.2;	
}

.showcase-copy p:not(.eyebrow) {  
    font-size: calc(20px - 2px);
}

.process-flow__title {
    line-height: 1.2;
    font-size: calc(42px - 14px);
}

.process-flow__subtitle {
    line-height: 1.5;
    text-align: center;
    font-size: calc(20px - 2px);
}

.process-flow__txt p {
    line-height: 1.7;
    font-size: calc(20px - 2px);
}

.process_flow_block {
    display: block;
}


.process-flow__step {
    width: 100%;
    height: auto;
    margin: 10px 0;    
}


.h2_mi {
    font-size: calc(42px - 10px);
    line-height: 1.2;
    margin-bottom: 24px;
}
	
	
	.fsx-item--monotext {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	
	.into_sec1 p {
    line-height: 1.9;
    font-size: calc(20px - 2px);
}

.button.primary, .button.secondary {
    font-size: 15px;
    letter-spacing: 1px;
}

.screen_full {  
    margin-top: 52px;
}
	
	.browser-dots {
    width: 80px;
    margin: 0 auto -7px;
}
	
	.browser-title {    
    width: 100%;
    text-align: center;
    padding: 7px 18px;    
    font-size: calc(14px - 1px);    
}
	
	.wide-content {
        gap: 24px;
    }
	
	.orange-circle {
    width: 70px;
    height: 70px;    
    font-size: calc(20px + 0px);    
}

.feature-row h3 {
    margin-top: 5px;
    font-size: calc(32px - 9px);    
}

.comparison {
    padding-top: 53px;
	padding-bottom: 53px;
}	
	.comparison-grid h3 {
    font-size: calc(42px - 16px); }
	
	.comparison-grid li {
		font-size: calc(20px - 2px);
	}
	
	.service-card { min-height: 340px; }
	.service-card img { display: block; margin: 0px auto 0px; }
	.ba-stat strong {    
    margin-bottom: 12px;    
    font-size: calc(24px - 4px);
    line-height: 1.2;
}

	.ba-stat span {
    font-size: calc(12px + 2px);
    line-height: 1.5;
}
	
	.text-section {
    padding-top: 60px;
	padding-bottom: 60px;
    gap: 41px;
	}
	
	.sticky-title {
		text-align: center;
	}
	
	.text-section h2 {
		font-size: calc(42px - 14px);
        margin-top: 8px;
		margin-bottom: -13px;
	}
	
	.infographic-band {
		padding-top: 56px;
		padding-bottom: 65px;
    }
	
	.process-flow__title { font-size: calc(42px - 20px); }	
	.process_flow_block { margin-top: 38px;	}	
	.process-flow-section { padding-bottom: 20px; }	
	.showcase { padding-top: 54px; }
	.showcase-copy { text-align:center; }
	.panel-top { display: none; }
	.system-diagram__head h2 { font-size: calc(24px + -2px); }
	.eyebrow { text-align: center; }
	.deep-text .eyebrow span { display: none; }	
	.deep-card h2 { font-size: calc(24px + 2px); text-align: center; }
	.deep-text { padding-bottom:0px; }
	.ilb-demo-head h2 {
        text-align: center;
        font-size: calc(24px - -2px);
    }
	.faq-list h3 { font-size: calc(24px - 2px); line-height: 1.3; }	
	.footer { display: block; margin-top: 0px; position: relative; }
	.footer span {
		text-align: center;
    width: 120px;
    display: block;
    font-size: 12px;
    font-weight: 200;
    color: rgb(130 130 126 / 56%);
    letter-spacing: 3px;
    position: absolute;
    top: -10px;
    background: #21201f;
    left: calc(50% - 60px);
	}
	
	.hero_01 h1 {
        font-size: 46px;
        line-height: 1.05;
        letter-spacing: -.02em;
    }
	
	.hero_01 p {  
    line-height: 1.8;
    letter-spacing: 0;
}
	
	.into_uz { max-width: 90%; }
    .large-card-2 h2 {
        font-size: calc(42px - 9px);
        line-height: 1.15; }
    
    .ex-links:first-child {       
        margin-bottom: 15px;
    }
	
    .ex-links{        
        min-height: 130px;
    }
	
}

/* ===== Light-theme refinements ===== */

::selection {
    background: #18e781;
    color: #111111;
}

.header-link {
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.header-link:hover,
.nav a:hover {
    background: #ffffff;
}

.hero {
    background:
        radial-gradient(circle at 72% 10%, rgba(255, 92, 216, 0.16), transparent 32%),
        radial-gradient(circle at 18% 82%, rgba(174, 255, 55, 0.18), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fafaf7 100%);
}

.eyebrow {
    color: #343430;
}

.eyebrow span {
    background: #18e781;
    box-shadow: 0 0 0 6px rgba(174, 255, 55, 0.20);
}

.hero-device,
.product-screen-block {
    background: #ffffff;
    border-color: rgba(18, 18, 18, 0.16);
}

.ba-section {
    color: #111111;
    background:
        radial-gradient(circle at 20% 10%, rgba(174, 255, 55, 0.22), transparent 32%),
        radial-gradient(circle at 85% 82%, rgba(255, 92, 216, 0.14), transparent 32%),
        #fafaf7;
}

.ba-card {
    background: rgba(255, 255, 255, 0.84);
    border-color: rgba(18, 18, 18, 0.16);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.10);
}

.ba-before .ba-photo-tag {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.68);
    border-color: rgba(255, 255, 255, 0.22);
}

.ba-after .ba-photo-tag {
    color: #111111;
    background: #18e781;
}

.ba-arrow {
    color: #ffffff;
    background: #111111;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

.ba-stat {
    background: rgb(241 241 240 / 68%);
    border-color: rgb(192 192 192 / 10%);
}

.ba-desc,
.ba-caption p,
.ba-stat span {
    color: #70706a;
}

.mega-faq__tab--active,
.mf-faq__tab--active {
    background: #111111;
    color: #ffffff;
    border-color: #111111;
}

.mega-faq__item,
.mf-faq__subtitle,
.mf-faq__card {
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.06);
}

.mf-faq__head {
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 92, 216, 0.20), transparent 36%),
        radial-gradient(circle at 88% 85%, rgba(174, 255, 55, 0.24), transparent 38%),
        #ffffff;
}

.mf-faq__card--accent {
    background:
        radial-gradient(circle at 88% 15%, rgba(174, 255, 55, 0.30), transparent 38%),
        linear-gradient(145deg, #f8ffd9 0%, #ffffff 78%);
}

.service-card,
.metric,
.comparison-grid article,
.faq-list article {
    background: #ffffff;    
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.055);
}

.service-card:nth-child(4n + 1) {
    background: linear-gradient(145deg, #f1ffd5, #ffffff 76%);
}

.service-card:nth-child(4n + 2) {
    background: linear-gradient(145deg, #ffe0f6, #ffffff 76%);
}

.service-card:nth-child(4n + 3) {
    background: linear-gradient(145deg, #ddffea, #ffffff 76%);
}

.service-card:nth-child(4n + 4) {
    background: linear-gradient(145deg, #eee9ff, #ffffff 76%);
}

.comparison-grid article.accent {
    background: radial-gradient(circle at 82% 14%, rgba(255, 92, 216, 0.16), transparent 34%), linear-gradient(145deg, #baff21 0%, #ffffff 72%);
}

.large-card {
    background:
        radial-gradient(circle at 18% 18%, rgba(174, 255, 55, 0.22), transparent 34%),
        radial-gradient(circle at 84% 70%, rgba(255, 92, 216, 0.16), transparent 34%),
        #ffffff;
    border: 1px solid rgba(18, 18, 18, 0.10);
}

.promo-left-box {
    background: linear-gradient(120deg, #c9ff62, #7df5b2 64%, #dffff0);
}

.promo-left-title,
.promo-left-text span {
    color: #111111;
}

.promo-left-text {
    color: #30402f;
}

.promo-right-title,
.promo-right-text {
    color: #111111;
}

.promo-btn-dark {
    background: #111111;
    color: #ffffff;
}

.promo-btn-orange {
    background: #18e781;
    color: #111111;
}

.into_sec1 {
    color: #111111;
}

.line_mirrors {
    background: #e9fff0;
}

.text_mirrors p {
    color: #343430;
}

.close_mirrors::before,
.close_mirrors::after {
    background: #343430;
}

.close_mirrors:hover::before,
.close_mirrors:hover::after {
    background: #111111;
    box-shadow: none;
}

.browser-bar {
    background: #f3f3ef;
    border: 1px solid rgb(197 197 197 / 10%);
}

.browser-title {
    background: #ffffff;
    border: 1px solid rgba(18, 18, 18, 0.10);
}

.product-screen-inner {
    background: #fafaf7;
}

@keyframes shdw {
    0%,
    100% {
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.08);
    }

    50% {
        box-shadow: 0 20px 58px rgba(0, 0, 0, 0.13);
    }
}

/* Keep the comments block intentionally black as a contrast section. */
.landing-comments {
    background:
        radial-gradient(circle at 14% 12%, rgba(184, 255, 61, 0.15), transparent 30%),
        radial-gradient(circle at 86% 20%, rgba(255, 103, 220, 0.13), transparent 30%),
        #101010;
    color: #ffffff;
}

.landing-comments .landing-comments__title,
.landing-comments .landing-comments__stat span,
.landing-comments .landing-comment__name {
    color: #ffffff;
}

.landing-comments .landing-comments__subtitle,
.landing-comments .landing-comments__stat small,
.landing-comments .landing-comment__date,
.landing-comments .landing-comment p {
    color: rgba(255, 255, 255, 0.66);
}

.landing-comments .landing-comments__stat,
.landing-comments .landing-comment {
    border-color: rgba(255, 255, 255, 0.10);
}

.landing-comments .landing-comments__stat {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
}

.landing-comments .landing-comment {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.landing-comments .landing-comment__rating,
.landing-comments .landing-comments__badge {
    color: #18e781;
}


.landing-comments .landing-comments__more {
    background: #18e781;
    color: #111111;
    border-color: #18e781;
    text-shadow: none;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.landing-comments .landing-comments__more:hover {
    border-color: #ff67dc;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.ilb-pill-link:hover {
    color: #111111;
}

@media (max-width: 768px) {
    .header {
        background: rgba(250, 250, 247, 0.94);
    }
}

