@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  src: url('https://goodies.icons8.com/web/common/fonts/Inter-Variable.woff2') format('woff2-variations'),
       url('https://goodies.icons8.com/web/common/fonts/Inter-Variable.woff') format('woff-variations'),
       url('https://goodies.icons8.com/web/common/fonts/Inter-Variable.ttf') format('truetype-variations');
}

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

:root {
  --bg: #F7F7F7;
  --white: #ffffff;
  --text-primary: rgba(0,0,0,0.9);
  --text-secondary: rgba(0,0,0,0.55);
  --border: rgba(0,0,0,0.08);
  --accent: #2563EB;
  --accent-bg: #EFF6FF;
  --radius-sm: 12px;
  --radius: 16px;
  --radius-lg: 24px;
}

body {
  font-family: Inter, apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Fira Sans', Roboto, Oxygen, Ubuntu, 'Droid Sans', Arial, sans-serif;
  background: var(--bg);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

a { color: inherit; }

.container { max-width: 1264px; margin: 0 auto; padding: 0 40px; }

:root {
  --c-white: #fff; --c-transparent-black_100: #00000008; --c-transparent-black_200: #00000014;
  --c-transparent-black_300: #00000026; --c-transparent-black_400: #00000042; --c-transparent-black_600: #0000008c;
  --c-transparent-black_900: #000000e6; --c-black_100: #f7f7f7; --c-black_200: #ebebeb; --c-black_400: #bdbdbd;
  --c-black_900: #1a1a1a; --c-green_400: #47d16c; --c-green_500: #1fb141; --c-yellow_400: #fadb5f;
  --c-red_400: #f86a6a; --spacer-2xs: 0.25rem; --spacer-xs: 0.5rem; --spacer-sm: 1rem; --spacer-lg: 2rem;
  --font-semibold: 600; --font-xs: 0.75rem; --font-sm: 0.875rem;
  --font-family-legacy: Inter, apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', sans-serif;
  --font-family-primary: Inter, apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', sans-serif;
  --i8header-color-dropdown: #1a1a1a;
}
.i8-header { --i8-header-elements-gap: .75rem; --i8-header-color: var(--c-black_900,#1a1a1a); --i8-header-content-padding: 1.25rem; --i8-header-control-radius: 4px; --i8-header-height: 60px; --i8header-control-hover-background: #0000000a; color: var(--i8-header-color); position: relative; z-index: 500; background: #fff; }
@media (min-width: 1024px) { .i8-header { --i8-header-elements-gap: 1.75rem; --i8-header-content-padding: .875rem 1.5rem; } }
.i8-header.has-dropdown, .i8-header.mobile-open { background: #fff; }
.i8-header__content { align-items: stretch; display: flex; gap: var(--i8-header-elements-gap); max-height: 3.75rem; padding: var(--i8-header-content-padding); }
.i8-header__links { flex-grow: 1; margin-left: 0.5rem; }
.i8-header__controls { display: flex; margin-left: auto; }
.i8-header .i8-header__products-trigger { display: none; margin-left: auto; margin-right: -0.5rem; }
@media (min-width: 1024px) { .i8-header--product .i8-header__products-trigger { display: block; } }
.i8-header__burger { align-self: center; display: block; margin-left: auto; }
@media (min-width: 1024px) { .i8-header__burger { display: none; } }
.i8-header__mobile-nav { display: none; }
@media (max-width: 1023px) { .i8-header__mobile-nav.is-open { display: block; } }
.i8-header-logo { align-items: center; color: var(--i8-header-color); display: flex; font-size: 12px; font-weight: 800; line-height: 1; text-decoration: none; text-transform: uppercase; }
.i8-header-logo .icon { display: block; height: 24px; width: 24px; }
.i8-header-logo svg { fill: var(--i8-header-logo-fill,#1fb141); display: block; height: 100%; width: 100%; }
.i8-header-logo .text { margin-left: 10px; text-transform: uppercase; font-size: 12px; font-weight: 800; line-height: 20px; letter-spacing: -0.084px; }
.i8-header-nav { --i8-header-navlink-color: var(--i8-header-color); align-items: normal; overflow: hidden; }
.i8-header-nav--has-active-dropdown { overflow: visible; }
.i8-header-nav__link { align-items: center; border-radius: var(--i8-header-control-radius); color: var(--i8-header-navlink-color,var(--i8-header-color)); display: flex; font-size: 14px; font-weight: 600; gap: 4px; height: 32px; line-height: 20px; padding: 0 0.75rem; text-decoration: none; transition: background-color 0.1s; white-space: nowrap; letter-spacing: -0.084px; }
.i8-header-nav__link:hover { background-color: var(--i8header-control-hover-background); }
.i8-navigation { display: none; }
@media (min-width: 1024px) { .i8-navigation { display: flex; } }
.i8-nav-dropdown-simple .i8-dropdown__label { font-weight: 600; }
.i8-nav-dropdown-simple__link { color: inherit; display: block; text-decoration: none; }
.i8-nav-dropdown-simple__item { display: block; }
.i8-nav-dropdown-simple__item-top { align-items: center; display: flex; gap: 8px; }
.i8-nav-dropdown-simple__desc { color: var(--c-transparent-black_600); font-size: var(--font-xs); line-height: 1.33; }
.i8-nav-dropdown-simple__badge { margin-left: 8px; }
.i8-dropdown { cursor: pointer; display: inline-block; outline: none; position: relative; z-index: 11; }
.i8-dropdown__label { align-items: center; border-radius: 4px; box-sizing: border-box; display: flex; height: 100%; outline: none; padding: 0 12px; transition: 0.2s ease-out; }
.i8-dropdown__label:focus:not(.i8-dropdown__label--is-open), .i8-dropdown__label:hover:not(.i8-dropdown__label--is-open) { background: var(--c-transparent-black_100); }
.i8-dropdown__label--is-open, .i8-dropdown__label:active { background: var(--c-transparent-black_200); }
.i8-dropdown__label--is-open .i8-dropdown__toggle::before { transform: rotate(-45deg); }
.i8-dropdown__label--is-open .i8-dropdown__toggle::after { transform: rotate(45deg); }
.i8-dropdown__text { margin: 0 7px 0 0; transition: 0.2s ease-out; }
.i8-dropdown__content { background: #fff; border: 1px solid var(--c-black_100,#f7f7f7); border-radius: 4px; box-shadow: 0 0 1px #6060604f, 0 12px 24px -6px #60606026; box-sizing: border-box; cursor: default; display: none; margin-top: 8px; max-height: 280px; opacity: 0; overflow-x: auto; padding: 6px 8px; position: absolute; top: 100%; left: 0; transition: 0.2s ease-out; width: 100%; z-index: 12; }
.i8-dropdown__content--is-open { display: block; opacity: 1; }
.i8-header .i8-nav-dropdown-simple .i8-dropdown__content { max-width: 240px; min-width: 220px; width: max-content; max-height: 280px; }
.i8-header .i8-dropdown__content { background: #fff; }
.i8-header .i8-dropdown-item:focus, .i8-header .i8-dropdown-item:hover { background: rgba(0,0,0,0.03) !important; }
.i8-header .i8-dropdown__label:focus:not(.i8-dropdown__label--is-open), .i8-header .i8-dropdown__label:hover:not(.i8-dropdown__label--is-open) { background: rgba(0,0,0,0.03); }
.i8-dropdown__toggle { bottom: -2px; height: 9px; margin: 0 0 0 auto; min-width: 10px; overflow: hidden; position: relative; width: 10px; }
.i8-dropdown__toggle::after, .i8-dropdown__toggle::before { background-color: var(--c-black_900,#1a1a1a); content: ''; height: 1px; margin: auto; position: absolute; top: calc(50% - 2px); transition: 0.2s; width: calc(50% + 1px); }
.i8-dropdown__toggle::before { left: 0; transform: rotate(45deg); }
.i8-dropdown__toggle::after { right: 0; transform: rotate(-45deg); }
.i8-dropdown__wrap { background: transparent; border-radius: 4px; color: var(--c-black_900,#1a1a1a); font: normal 14px/20px var(--font-family-legacy); height: 32px; letter-spacing: -.006em; position: relative; transition: 0.2s ease-out; }
.i8-dropdown-item { align-items: center; border-radius: 4px; color: var(--c-black_900,#1a1a1a); cursor: pointer; display: flex; font: normal 14px/20px var(--font-family-legacy); letter-spacing: -.006em; outline: none; padding: 4px 8px; transition: 0.2s ease-out; }
.i8-dropdown-item:focus, .i8-dropdown-item:hover { background: var(--c-transparent-black_100); }
.i8-nav-dropdown { --dropdown-content-maxheight: auto; --dropdown-background-active: transparent; }
.i8-nav-dropdown.i8-dropdown .i8-dropdown__wrap { display: flex; flex-direction: column; position: static; }
.i8-nav-dropdown.i8-dropdown .i8-dropdown__label { align-items: center; border-radius: var(--i8-header-control-radius); color: var(--i8-header-color); display: flex; flex-grow: 1; font-size: 14px; font-weight: 600; height: auto; line-height: 1; padding: 0 12px; transition: background-color 0.1s; }
.i8-nav-dropdown.i8-dropdown .i8-dropdown__label:hover { background-color: var(--i8header-control-hover-background); }
.i8-nav-dropdown.i8-dropdown .i8-dropdown__content { border-radius: 0; bottom: auto; box-shadow: rgba(96,96,96,0.31) 0 0 1px, rgba(96,96,96,0.15) 0 12px 24px -6px; font-size: 14px; left: 0; line-height: 20px; margin-top: 0; padding: 0; right: 0; top: var(--i8-header-height); width: 100%; max-height: none; }
.i8-nav-dropdown.i8-dropdown .i8-dropdown__text { align-items: center; display: flex; }
.i8-nav-dropdown-content { color: var(--i8header-color-dropdown); display: flex; justify-content: center; padding: 32px; }
.i8-nav-dropdown-content .cards { --card-columns: 3; display: grid; gap: 1rem; grid-template-columns: repeat(min(var(--items-count) + 1, var(--card-columns) + 1), 1fr); }
.cards--4 { --items-count: 4; }
.cards--6 { --items-count: 6; }
.i8-nav-dropdown-content .navlist { display: flex; grid-column-end: -1; grid-row: 1 / -1; }
@media (min-width: 1280px) { .i8-nav-dropdown-content .navlist { width: 296px; } .i8-nav-dropdown-content .card { width: 296px; } }
@media screen and (min-width: 1920px) { .i8-nav-dropdown-content .cards { --card-columns: 4; gap: 2rem; } }
.i8-nav-dropdown-content .navlist-wrap { max-width: 300px; }
.i8-nav-dropdown-content .navlist-wrap a { border-radius: 4px; color: var(--i8header-color-dropdown); display: block; font-weight: 700; padding: 8px; text-decoration: none; transition: background-color 0.1s; }
.i8-nav-dropdown-content .navlist-wrap a:hover { background-color: rgba(0,0,0,0.04); }
.i8-nav-card { border-radius: 8px; color: var(--i8header-color-dropdown); font-size: 14px; line-height: 20px; padding: 8px; position: relative; text-decoration: none; transition: 0.1s; display: block; }
.i8-nav-card:hover { background-color: rgba(0,0,0,0.04); }
.i8-nav-card img { background-color: #d9d9d9; border-radius: 7px; display: block; height: 172px; margin-bottom: 16px; object-fit: cover; width: 100%; }
.i8-nav-card .title { font-weight: 700; margin-bottom: 4px; display: flex; align-items: center; gap: 8px; }
.i8-nav-card .img-hover { display: none; }
.i8-nav-card .img-wrap.has-hover { position: relative; }
.i8-nav-card .img-wrap.has-hover:hover .img-hover { display: block; height: 148px; left: 0; object-fit: cover; position: absolute; top: 0; width: 240px; }
.i8-header-products__label { font-weight: 600; }
.i8-header-products__icon { display: inline-flex; align-items: center; margin-right: 0.5rem; }
.i8-header-products__icon svg { width: 11px; height: 11px; fill: currentColor; }
.i8-header-products.i8-dropdown { position: static; }
.i8-header-products .i8-dropdown__content { background: var(--c-black_100,#f7f7f7); max-height: none; }
.i8-header-products__content { overflow-x: hidden; width: 100%; }
.i8-header-products__tab-controls { border-bottom: 1px solid var(--c-transparent-black_200); display: flex; justify-content: center; margin: 0 calc(50% + 0.5px - 50vw); padding: 0.875rem 0; }
.i8-header-products__tab-control { --button-font-weight: 400; text-decoration: none; font-size: 14px; font-weight: 400; cursor: pointer; background: transparent; border: none; border-radius: 4px; padding: 0 12px; height: 32px; font-family: var(--font-family-primary); }
.i8-header-products__tab-control--active { background: var(--c-transparent-black_200); font-weight: 600; }
.i8-header-products__tab-control:hover { background-color: var(--c-transparent-black_100); }
.i8-products-tab-content { display: none; }
.i8-products-tab-content.is-active { display: block; }
.i8-badge { border-radius: 4px; display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: -0.006em; line-height: 16px; padding: 0 4px; text-transform: capitalize; vertical-align: middle; white-space: nowrap; }
.i8-badge--regular { background-color: #9176ff; color: #fff; }
.i8-badge.primary { background-color: #47d16c; color: #fff; }
.i8-badge--warning, .i8-badge.warning { background-color: #fadb5f; color: #1a1a1a; }
.i8-badge--small { font-size: 12px; padding: 0 4px; }
.i8-nav-dropdown-content .navlist-wrap a .i8-badge { margin-left: 8px; }
.i8-icon { display: inline-flex; align-items: center; }
.i8-icon svg { display: block; }
.i8-button { align-items: center; background: transparent; border: none; border-radius: 4px; box-sizing: border-box; color: var(--c-transparent-black_900,rgba(0,0,0,.9)); cursor: pointer; display: flex; font: 600 14px/20px var(--font-family-primary); justify-content: center; letter-spacing: -.006em; outline: none; position: relative; text-align: center; transition: 0.2s ease-out; }
.i8-button:hover { background-color: var(--c-transparent-black_100); }
.i8-header-products .i8-header-products__tab-control { font-weight: 400; }
.i8-header-products .i8-header-products__tab-control--active { background: var(--c-transparent-black_200); font-weight: 600; }
.i8-button--medium { height: 32px; padding: 0 12px; }
.i8-burger-box { cursor: pointer; height: 18px; position: relative; width: 20px; }
.i8-burger-inner, .i8-burger-inner::before, .i8-burger-inner::after { background-color: #1a1a1a; height: 2px; position: absolute; width: 100%; }
.i8-burger-inner::before, .i8-burger-inner::after { content: ''; }
.i8-burger-inner { top: calc(50% - 1px); transition: transform 0.2s; }
.i8-burger-inner::before { top: -7px; transition: top 0.1s 0.12s, opacity 0.1s; }
.i8-burger-inner::after { bottom: -7px; transition: bottom 0.1s 0.12s, transform 0.1s; }
.is-active .i8-burger-inner { transform: rotate(45deg); transition: transform 0.1s 0.12s; }
.is-active .i8-burger-inner::before { opacity: 0; top: 0; transition: top 0.1s, opacity 0.1s 0.12s; }
.is-active .i8-burger-inner::after { bottom: 0; transform: rotate(-90deg); transition: bottom 0.1s, transform 0.1s 0.12s; }

.i8-mobile-nav { display: flex; flex-direction: column; font-size: 14px; letter-spacing: -0.084px; padding: 24px 20px; position: absolute; left: 0; right: 0; background: #fff; border-top: 1px solid rgba(0,0,0,0.08); box-shadow: rgba(96,96,96,0.15) 0px 12px 24px -6px; max-height: calc(100vh - 60px); overflow-y: auto; }
.i8-mobile-nav .navlist a { color: #1a1a1a; display: block; font-size: inherit; line-height: 20px; text-decoration: none; }
.i8-mobile-nav .navlist a:not(:first-child) { margin-top: 1rem; }
.i8-mobile-nav .navlist a span:first-child { margin-right: 8px; }
.i8-mobile-nav .navlist.is-local > a { font-weight: 700; }
.i8-mobile-nav hr { background: rgba(0,28,51,.1); border: none; display: block; height: 1px; margin: 16px 0; width: 100%; }
.i8-mobile-nav .header-dropdown-mobile { display: block; }
.i8-mobile-nav .header-dropdown-mobile:not(:first-child) { margin-top: 1rem; }
.i8-mobile-nav .header-dropdown-mobile .i8-dropdown__label { align-items: center; cursor: pointer; display: flex; font-size: 14px; font-weight: 600; line-height: 20px; justify-content: space-between; padding: 0; }
.i8-mobile-nav .header-dropdown-mobile .i8-dropdown__label svg { flex-shrink: 0; transition: transform 0.2s; }
.i8-mobile-nav .header-dropdown-mobile.is-open .i8-dropdown__label svg { transform: rotate(180deg); }
.i8-mobile-nav .header-dropdown-mobile .i8-dropdown__content { border-left: 1px solid rgba(0,0,0,.08); border-radius: 0; box-shadow: none; display: none; font-size: 14px; margin-top: 16px; max-height: none; opacity: 1; overflow: visible; padding-left: 22px; position: static; width: auto; }
.i8-mobile-nav .header-dropdown-mobile.is-open .i8-dropdown__content { display: block; }
.i8-mobile-nav__link { color: #1a1a1a; display: block; font-size: 14px; line-height: 20px; text-decoration: none; }
.i8-mobile-nav__link:not(:first-child) { margin-top: 1rem; }
.i8-mobile-nav__link-top { align-items: center; display: flex; }
.i8-mobile-nav__desc { color: rgba(0,28,51,.6); font-size: 12px; font-weight: 400; line-height: 1.33; margin-bottom: 4px; }
.i8-mobile-nav .dropdown-container a { align-items: center; color: #1a1a1a; display: flex; font-size: 14px; font-weight: 400; line-height: 20px; text-decoration: none; }
.i8-mobile-nav .dropdown-container a:not(:first-child) { margin-top: 1rem; }
.i8-mobile-nav .dropdown-container a span:first-child { margin-right: 8px; }
.i8-mobile-nav .navlist:not(.is-local) .i8-badge { background-color: #47d16c; color: #fff; }
.i8-mobile-nav .navlist.is-local .i8-dropdown__label .i8-badge { margin-left: 5px; }

.hero { padding-top: 120px; padding-bottom: 80px; }
.hero__inner {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 80px;
  align-items: center;
}
.hero__content { display: flex; flex-direction: column; gap: 28px; }
.hero__title { font-size: 56px; font-weight: 900; line-height: 1.07; letter-spacing: -1.8px; }
.hero__subtitle { font-size: 19px; font-weight: 400; line-height: 1.6; color: var(--text-secondary); }
.hero__buttons { display: flex; gap: 12px; }
.hero__visual--composed { position: relative; width: 100%; max-width: 684px; aspect-ratio: 684 / 480; }
.hero__shape { position: absolute; }
.hero__shape img { display: block; }
.hero__shape--rect { top: 4.38%; right: 0; bottom: 4.38%; left: 38.45%; border-radius: 48px; }
.hero__shape--rect picture { position: absolute; bottom: 0; top: -6.39%; left: calc(50% - 9.5px); transform: translateX(-50%); aspect-ratio: 470 / 466; }
.hero__shape--rect img { position: absolute; height: 115.02%; left: -4.89%; top: -15.02%; width: 114.04%; max-width: none; }
.hero__shape--rect--dynamic picture { position: static; inset: auto; transform: none; aspect-ratio: auto; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.hero__shape--rect--dynamic img { position: static; height: 90%; width: 90%; object-fit: contain; }
.hero__shape--star { left: 3.95%; top: 4.38%; width: 30.4%; aspect-ratio: 1; }
.hero__shape--star .hero__shape-bg { width: 100%; height: 100%; }
.hero__shape--star .hero__shape-img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; height: 80%; object-fit: contain; }
.hero__shape--poly { left: 2.05%; top: 52.29%; bottom: 3.55%; width: 34.2%; }
.hero__shape--poly .hero__shape-bg { width: 100%; height: 100%; }
.hero__shape--poly .hero__shape-img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 75%; height: 75%; object-fit: contain; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 4px 0; font-size: 13px; color: var(--text-secondary); }
.hero__facts span { white-space: nowrap; }
.hero__facts span:not(:last-child)::after { content: "·"; margin: 0 10px; font-weight: 700; color: var(--text-secondary); }
@media (max-width: 1100px) {
  .hero__inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .hero__title { font-size: 44px; letter-spacing: -1.2px; }
}
@media (max-width: 767px) {
  .hero { padding-top: 80px; padding-bottom: 48px; }
  .hero__inner { grid-template-columns: 1fr; gap: 32px; }
  .hero__title { font-size: 36px; letter-spacing: -0.8px; }
  .hero__subtitle { font-size: 17px; }
  .hero__buttons { flex-direction: column; }
  .hero__preview { max-height: 300px; object-fit: contain; }
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 24px; font-size: 16px; font-weight: 700;
  border-radius: 8px; text-decoration: none; cursor: pointer;
  border: none; font-family: inherit; transition: opacity 0.15s; line-height: 1;
  white-space: nowrap;
}
.btn:hover { opacity: 0.85; }
.btn--primary { background: var(--text-primary); color: var(--white); }
.btn--outline { background: transparent; color: var(--text-primary); border: 1.5px solid rgba(0,0,0,0.18); }
.btn--white { background: var(--white); color: var(--text-primary); }

.hero__visual { display: flex; align-items: center; justify-content: center; }
.hero__preview {
  width: 100%; max-height: 480px;
  border-radius: var(--radius-lg);
  object-fit: contain;
  display: block;
}

.section { padding: 72px 0; }
.section + .section { border-top: 1px solid var(--border); }
.section__header { margin-bottom: 40px; }
.section__label {
  font-size: 13px; font-weight: 700; letter-spacing: 0.8px;
  text-transform: uppercase; color: var(--accent); margin-bottom: 12px;
}
.section__title { font-size: 38px; font-weight: 800; letter-spacing: -0.9px; line-height: 1.12; }
.section__subtitle { font-size: 17px; color: var(--text-secondary); margin-top: 12px; max-width: 580px; line-height: 1.6; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.about__features { display: flex; flex-direction: column; gap: 10px; }
.about__body { display: flex; flex-direction: column; gap: 16px; }
.about__body p { font-size: 16px; line-height: 1.75; color: var(--text-secondary); }
.section__title + .about__body { margin-top: 24px; }

.feature-pill {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 12px; padding: 16px 20px; display: flex; align-items: flex-start; gap: 14px;
}
.feature-pill__text { font-size: 16px; font-weight: 600; }
.feature-pill__sub { font-size: 14px; color: var(--text-secondary); margin-top: 4px; }

.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 22px; }
.product-card__title { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.product-card__desc { font-size: 14px; color: var(--text-secondary); line-height: 1.55; }

.packs-grid { display: grid; grid-template-columns: repeat(var(--pack-cols, 4), 1fr); gap: 12px; }
.pack-tile {
  display: block; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 4 / 3; background: var(--white); border: 1px solid var(--border);
  transition: box-shadow 0.2s, transform 0.2s;
}
.pack-tile:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); transform: translateY(-2px); }
.pack-tile img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 12px; }

.topics-wrap { display: flex; flex-wrap: wrap; gap: 8px; }
.topic-tag {
  padding: 9px 18px; background: var(--white); border: 1px solid var(--border);
  border-radius: 100px; font-size: 14px; font-weight: 500;
  text-decoration: none; color: var(--text-primary); transition: border-color 0.15s, color 0.15s;
}
.topic-tag:hover { border-color: var(--accent); color: var(--accent); }

.compare-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.compare-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  text-decoration: none; color: inherit; transition: box-shadow 0.2s;
}
.compare-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.compare-card__preview { height: 172px; background: var(--bg); overflow: hidden; }
.compare-card__preview img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 12px; }
.compare-card__body { padding: 20px; }
.compare-card__name { font-size: 17px; font-weight: 700; }
.compare-card__desc { font-size: 14px; color: var(--text-secondary); line-height: 1.55; margin-top: 8px; }

.faq-list { width: 100%; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0; background: none; border: none; cursor: pointer;
  text-align: left; font-size: 16px; font-weight: 600;
  color: var(--text-primary); font-family: inherit; gap: 20px; line-height: 1.4;
}
.faq-q svg { flex-shrink: 0; transition: transform 0.3s ease; }
.faq-item.is-open .faq-q svg { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; font-size: 15px; color: var(--text-secondary); line-height: 1.7; }
.faq-a-inner { padding-bottom: 20px; }

.cta-section { padding: 80px 0; }
.cta-section__inner {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 85px 64px; overflow: hidden;
}
.cta-section__content {
  max-width: 616px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 40px;
}
.cta-section__text { text-align: center; display: flex; flex-direction: column; gap: 16px; }
.cta-section__title { font-size: 40px; font-weight: 900; line-height: 1.2; letter-spacing: -0.4px; color: var(--text-primary); }
.cta-section__sub { font-size: 16px; line-height: 1.6; color: var(--text-primary); opacity: 0.8; }
.cta-section__btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 32px; height: 44px;
  background: var(--text-primary); color: var(--white);
  border-radius: 8px; text-decoration: none;
  font-size: 14px; font-weight: 600; line-height: 20px;
  transition: opacity 0.2s;
}
.cta-section__btn:hover { opacity: 0.85; }
.cta-section__btn svg { width: 20px; height: 20px; }
.cta-card { position: relative; background: white; border: 1px solid rgba(0,0,0,0.1); border-radius: 16px; overflow: hidden; padding: 200px 64px 88px; display: flex; flex-direction: column; align-items: center; gap: 40px; background-image: radial-gradient(ellipse at 50% 0%, rgba(179,156,255,0.2) 0%, transparent 60%); }
.cta-card__content { max-width: 616px; display: flex; flex-direction: column; align-items: center; gap: 40px; position: relative; z-index: 1; }
.cta-card__text { text-align: center; display: flex; flex-direction: column; gap: 16px; }
.cta-card__title { font-size: 32px; font-weight: 700; line-height: 40px; letter-spacing: -0.5px; }
.cta-card__sub { font-size: 16px; line-height: 24px; color: rgba(0,0,0,0.55); letter-spacing: -0.5px; }
.cta-card__img { position: absolute; }
.cta-card__img img { width: 100%; height: 100%; object-fit: contain; }
.cta-card__img--sphere { top: -20.07%; left: 50%; transform: translateX(-50%); width: 20.73%; aspect-ratio: 1; }
.cta-card__img--coins { bottom: -16.75%; left: -6.57%; width: 32.12%; aspect-ratio: 1; }
.cta-card__img--charts { bottom: -14.27%; right: -9.02%; width: 34.57%; aspect-ratio: 1; }

.site-footer { background-color: #f7f7f7; -webkit-font-smoothing: antialiased; }
.site-footer__top { background-color: rgba(0,0,0,0.03); }
.site-footer__top-inner { max-width: 1264px; margin: 0 auto; padding: 48px 32px; display: flex; gap: 120px; }
.site-footer__newsletter { flex: 0 1 500px; }
.site-footer__social { flex: 0 0 auto; }
.site-footer__heading { font-size: 14px; font-weight: 700; line-height: 20px; color: #333; margin-bottom: 12px; }
.site-footer__form { display: flex; flex-wrap: wrap; gap: 8px; }
.site-footer__input { flex: 1; height: 40px; padding: 0 14px; font-family: inherit; font-size: 14px; color: #1a1a1a; background: white; border: 1px solid #d9d9d9; border-radius: 4px; outline: none; }
.site-footer__input::placeholder { color: #bdbdbd; }
.site-footer__submit { height: 40px; padding: 0 16px; font-family: Inter, apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Fira Sans', Roboto, Oxygen, Ubuntu, 'Droid Sans', Arial, sans-serif; font-size: 14px; font-weight: 600; line-height: 20px; letter-spacing: -0.084px; color: white; background-color: rgb(26,26,26); border: none; border-radius: 4px; cursor: pointer; white-space: nowrap; display: flex; align-items: center; justify-content: center; transition: 0.2s ease-out; }
.site-footer__submit:hover { background-color: #333; }
.site-footer__submit:active { background-color: #4d4d4d; transform: scale(0.975); }
.site-footer__form.is-error .site-footer__input { border-color: #e53935; }
.site-footer__error { width: 100%; font-size: 12px; line-height: 16px; color: #e53935; margin-top: 4px; }
.site-footer__submit.is-loading { background: rgba(0,0,0,0.08); color: transparent; pointer-events: none; }
.site-footer__spinner { width: 24px; height: 24px; border: 3px solid rgba(0,0,0,0.1); border-top-color: rgba(0,0,0,0.4); border-radius: 50%; animation: footer-spin 0.7s linear infinite; }
@keyframes footer-spin { to { transform: rotate(360deg); } }
.site-footer__submit.is-success { background-color: rgb(26,26,26); }
.site-footer__social-icons { display: flex; gap: 8px; flex-wrap: wrap; margin-left: -10px; }
.site-footer__social-icons a { display: block; width: 40px; height: 40px; transition: opacity 0.2s; }
.site-footer__social-icons a:hover { opacity: 0.7; }
.site-footer__social-icons img { width: 100%; height: 100%; display: block; }
.site-footer__main-inner { max-width: 1264px; margin: 0 auto; padding: 40px 32px 0; display: flex; }
.site-footer__brand { width: 232px; flex-shrink: 0; margin-right: 40px; display: flex; flex-direction: column; }
.site-footer__brand-logo { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; }
.site-footer__brand-logo img, .site-footer__brand-logo svg { width: 24px; height: 24px; display: block; flex-shrink: 0; }
.site-footer__brand-logo span { font-size: 13px; font-weight: 800; line-height: 22px; text-transform: uppercase; color: #333; }
.site-footer__brand-links { list-style: none; padding: 0; margin: 0; }
.site-footer__brand-links li { font-size: 13px; line-height: 19.5px; margin-bottom: 12px; }
.site-footer__brand-links li:last-child { margin-bottom: 0; }
.site-footer__brand-links a { display: inline; font-size: 13px; font-weight: 400; line-height: 22px; letter-spacing: 0.13px; color: rgb(51,51,51); text-decoration: none; border-bottom: 1px solid rgba(0,0,0,0.25); }
.site-footer__brand-links a:hover { border-bottom-color: rgba(0,0,0,0.5); }
.site-footer__recaptcha { margin-top: 40px; max-width: 200px; font-size: 13px; line-height: 19.5px; color: rgba(0,0,0,0.55); }
.site-footer__recaptcha--mobile { display: none; }
.site-footer__recaptcha a { color: rgba(0,0,0,0.55); border-bottom: 1px solid rgba(0,0,0,0.25); text-decoration: none; }
.site-footer__sections { flex: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.site-footer__section-title { font-size: 13px; font-weight: 800; line-height: 22px; color: rgb(51,51,51); margin-bottom: 12px; }
.site-footer__section ul { list-style: none; padding: 0; margin: 0; }
.site-footer__section li { font-size: 13px; line-height: 19.5px; margin-bottom: 12px; }
.site-footer__section li:last-child { margin-bottom: 0; }
.site-footer__section li a { display: inline; font-size: 13px; font-weight: 400; line-height: 22px; letter-spacing: 0.13px; color: rgb(51,51,51); text-decoration: none; border-bottom: 1px solid rgba(0,0,0,0.25); }
.site-footer__section li a:hover { border-bottom-color: rgba(0,0,0,0.5); }
.site-footer__bottom-inner { max-width: 1264px; margin: 0 auto; padding: 0 32px 32px; }
.site-footer__bottom-bar { border-top: 1px solid rgba(0,0,0,0.1); margin-top: 40px; padding: 32px 0 0; display: flex; align-items: center; gap: 16px; font-size: 13px; line-height: 19.5px; color: rgb(51,51,51); }
.site-footer__bottom-links { flex: 1 1 auto; display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; }
.site-footer__bottom-links a { display: block; font-size: 13px; line-height: 22px; letter-spacing: 0.13px; color: rgb(51,51,51); text-decoration: none; border-bottom: 1px solid rgba(0,0,0,0.25); }
.site-footer__bottom-links a:hover { border-bottom-color: rgba(0,0,0,0.5); }
.site-footer__cdn { margin-left: auto; font-size: 13px; line-height: 19.5px; color: rgb(51,51,51); white-space: nowrap; }
.site-footer__cdn a { display: inline; color: rgb(51,51,51); text-decoration: none; line-height: 22px; letter-spacing: 0.13px; border-bottom: 1px solid rgba(0,0,0,0.25); }
.site-footer__cdn a:hover { border-bottom-color: rgba(0,0,0,0.5); }

.breadcrumb { padding: 80px 0 0; }
.breadcrumb__list { display: flex; align-items: center; gap: 6px; list-style: none; font-size: 13px; color: var(--text-secondary); }
.breadcrumb__item a { color: var(--text-secondary); text-decoration: none; }
.breadcrumb__item a:hover { color: var(--text-primary); }
.breadcrumb__item + .breadcrumb__item::before { content: '/'; color: var(--border); }
.breadcrumb__item--current { color: var(--text-primary); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 0 0 24px; }
.breadcrumbs__link { font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: -0.084px; color: var(--text-primary); text-decoration: none; border-bottom: 1px solid rgba(0,0,0,0.26); }
.breadcrumbs__link:hover { border-bottom-color: var(--text-primary); }
.breadcrumbs__separator { width: 16px; height: 16px; display: flex; align-items: center; justify-content: center; color: var(--text-secondary); }
.breadcrumbs__separator svg { width: 100%; height: 100%; }
.breadcrumbs__current { font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: -0.084px; color: var(--text-primary); }

.style-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.style-card { display: flex; flex-direction: column; background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; text-decoration: none; color: inherit; transition: box-shadow 0.2s, transform 0.2s; }
.style-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,0.1); transform: translateY(-2px); }
.style-card__thumb { aspect-ratio: 1; overflow: hidden; background: var(--bg); }
.style-card__thumb img { width: 100%; height: 100%; object-fit: contain; display: block; }
.style-card__body { padding: 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.style-card__title { font-size: 15px; font-weight: 600; line-height: 1.3; }
.style-card__desc { font-size: 13px; color: var(--text-secondary); line-height: 1.5; }
.style-card__count { font-size: 12px; color: var(--text-secondary); margin-top: auto; padding-top: 8px; }

.technique-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.technique-card { display: flex; flex-direction: column; background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; text-decoration: none; color: inherit; transition: box-shadow 0.2s, transform 0.2s; }
.technique-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,0.1); transform: translateY(-2px); }
.technique-card__thumb { aspect-ratio: 1; overflow: hidden; background: var(--bg); }
.technique-card:nth-child(1) .technique-card__thumb { background: #dce8ff; }
.technique-card:nth-child(2) .technique-card__thumb { background: #fff0d4; }
.technique-card:nth-child(3) .technique-card__thumb { background: #e8f5e4; }
.technique-card:nth-child(4) .technique-card__thumb { background: #fce4ec; }
.technique-card:nth-child(5) .technique-card__thumb { background: #e4ecf0; }
.technique-card:nth-child(6) .technique-card__thumb { background: #f5f0e0; }
.technique-card:nth-child(7) .technique-card__thumb { background: #f3edf7; }
.technique-card:nth-child(8) .technique-card__thumb { background: #ffe5d0; }
.technique-card:nth-child(9) .technique-card__thumb { background: #e8ded4; }
.technique-card__thumb img { width: 100%; height: 100%; object-fit: contain; display: block; }
.technique-card__body { padding: 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.technique-card__title { font-size: 20px; font-weight: 700; line-height: 1.2; }
.technique-card__desc { font-size: 14px; color: var(--text-secondary); line-height: 1.5; }
.technique-card__meta { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 12px; }
.technique-card__count { font-size: 13px; color: var(--text-secondary); font-weight: 500; }
.technique-card__cta { font-size: 13px; font-weight: 600; color: var(--accent); }

.hero__inner--centered { justify-content: center; text-align: center; }
.hero__content--wide { max-width: 680px; }
.hero__inner--centered .hero__buttons { justify-content: center; }

@media (max-width: 767px) {
  .container { padding: 0 20px; }
  .section { padding: 48px 0; }
  .section__title { font-size: 28px; letter-spacing: -0.5px; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .products-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .product-card { padding: 20px 16px; }
  .compare-grid { grid-template-columns: 1fr; }
  .packs-grid { grid-template-columns: 1fr 1fr; }
  .cta-section { padding: 40px 0; }
  .cta-section__inner { padding: 48px 24px; }
  .cta-section__title { font-size: 28px; }
  .cta-section__content { gap: 28px; }
  .style-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .technique-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .technique-card__title { font-size: 18px; }
}
@media (max-width: 425px) {
  .products-grid { grid-template-columns: 1fr; }
}
@media (max-width: 940px) {
  .site-footer__top-inner { flex-direction: column; gap: 40px; }
  .site-footer__newsletter { flex: none; }
  .site-footer__brand { width: 30%; }
  .site-footer__sections { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .site-footer__top-inner { padding: 40px 20px 32px; gap: 32px; }
  .site-footer__input { min-width: 0; }
  .site-footer__main-inner { padding: 40px 20px 0; flex-direction: column; }
  .site-footer__brand { width: 100%; margin-right: 0; }
  .site-footer__sections { margin-top: 40px; width: 100%; gap: 40px; }
  .site-footer__recaptcha--desktop { display: none; }
  .site-footer__recaptcha--mobile { display: block; }
  .site-footer__bottom-inner { padding: 0 20px 32px; }
  .site-footer__bottom-bar { flex-direction: column; align-items: flex-start; gap: 16px; }
  .site-footer__cdn { margin-left: 0; }
}
@media (max-width: 360px) {
  .technique-card__desc { display: none; }
  .technique-card__meta { display: none; }
  .technique-card__body { padding: 12px 14px; }
  .style-card__desc { display: none; }
  .style-card__count { display: none; }
  .style-card__body { padding: 10px 12px; }
}
@media (max-width: 1100px) {
  .cta-card { max-width: 900px; margin: 0 auto; padding-top: 160px; }
  .cta-card__img--sphere { top: -15%; }
}
@media (max-width: 768px) {
  .cta-card { max-width: 700px; padding: 120px 32px 72px; }
  .cta-card__img--sphere { top: -12%; }
  .cta-card__title { font-size: 26px; line-height: 34px; }
}
@media (max-width: 425px) {
  .cta-card { padding: 48px 24px 48px; }
  .cta-card__img { display: none; }
  .cta-card__title { font-size: 24px; line-height: 32px; }
}
.i8-header-nav__more { display: none; }
@media (min-width: 1024px) and (max-width: 1199px) {
  .i8-header-nav__more { display: block; }
  .i8-header-nav__link.is-favorites, .i8-header-nav__link.is-pricing { display: none; }
}
