/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}.visible {
  visibility: visible;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.block {
  display: block;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.resize {
  resize: both;
}.border {
  border-width: 1px;
}.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* ═══════════════════════════════════════════════════════
   ТОЧНАЯ КОПИЯ CSS СБЕРА — только зелёное → фиолетовое
   Все CSS-правила из Онлайн-сервисы Сбера — СберБанк.html
   ═══════════════════════════════════════════════════════ */

:root {
  --color-light-green-40: #c4a5f7;
  --color-light-green-24: #b794f6;
  --color-light-green: #7c3aed;
  --color-green: #6d28d9;
  --color-dark-green-24: #5b21b6;
  --color-dark-green-40: #4c1d95;
  --color-white: #fff;
  --color-white-alpha-4: #ffffff0a;
  --color-white-alpha-8: #ffffff14;
  --color-white-alpha-16: #ffffff29;
  --color-white-alpha-24: #ffffff3d;
  --color-white-alpha-40: #fff6;
  --color-white-alpha-55: #ffffff8c;
  --color-white-alpha-60: #fff9;
  --color-white-alpha-70: #ffffffb3;
  --color-white-ghost: #f7f9fa;
  --color-white-blue: #f4f5f6;
  --color-grey: #262626;
  --color-orange: #d14d00;
  --color-dark-orange: #e35502;
  --color-light-grey: #d6d6d6;
  --color-card-grey: #f5f6f7;
  --color-grey-zircon: #e9eff0;
  --color-violet: #60c;
  --color-grey-background: #f5f5f5;
  --color-grey-alpha-4: #2626260a;
  --color-grey-alpha-8: #26262614;
  --color-grey-alpha-16: #26262629;
  --color-grey-alpha-19: #26262630;
  --color-grey-alpha-24: #2626263d;
  --color-grey-alpha-40: #26262666;
  --color-grey-alpha-55: #2626268c;
  --color-grey-alpha-60: #26262699;
  --color-grey-alpha-70: #262626b3;
  --font-family-text: SBSansText, OpenSans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-family-display: SBSansDisplay, OpenSans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-inner-letter-spacing: -.3px;
  --font-inner-sm: 500 13px/16px SBSansText, OpenSans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-inner-md: 500 16px/20px SBSansText, OpenSans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body { background: #fff; color: #262626; margin: 0; padding: 0; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body { font-family: var(--font-family-text); min-height: 100vh; padding-top: 72px; }
a { color: var(--color-light-green); text-decoration: none; }
a:hover { color: var(--color-green); }
::-moz-selection { background: rgba(124,58,237,.12); color: #262626; }
::selection { background: rgba(124,58,237,.12); color: #262626; }

/* ═══ dk-sbol-heading — ТОЧНО КАК У СБЕРА ═══ */

.dk-sbol-heading {
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
.dk-sbol-heading_size_h2, .dk-sbol-heading_size_md {
  font: 500 28px/36px var(--font-family-display);
}
@media (min-width: 768px) {
  .dk-sbol-heading_size_h2, .dk-sbol-heading_size_md {
    font: 500 32px/42px var(--font-family-display);
  }
}
@media (min-width: 1024px) {
  .dk-sbol-heading_size_h2, .dk-sbol-heading_size_md {
    font: 500 36px/46px var(--font-family-display);
  }
}
.dk-sbol-heading_grey { color: #262626; }

/* ═══ dk-sbol-tab-chips — ТОЧНО КАК У СБЕРА ═══ */

.dk-sbol-tab-chips {
  -webkit-tap-highlight-color: transparent;
  display: inline-flex;
  position: relative;
}
.dk-sbol-tab-chips:focus { outline: none; }
.dk-sbol-tab-chips:focus-visible { outline: 2px solid #262626; outline-offset: 6px; }
.dk-sbol-tab-chips__wrapper { display: flex; }
.dk-sbol-tab-chips__tab-chip {
  align-items: center;
  color: #262626;
  display: flex;
  font: 400 19px/28px var(--font-family-text);
  letter-spacing: -.3px;
  padding: 10px 20px;
  transition: all .2s ease-in-out;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  border-radius: 14px;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  border: 1px solid transparent;
}
.dk-sbol-tab-chips__tab-chip > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  max-height: 48px;
  overflow: hidden;
  flex-grow: 1;
}
.dk-sbol-tab-chips__tab-chip:not(.dk-sbol-tab-chips__tab-chip_active) {
  background: rgba(124,58,237,0.08);
}
.dk-sbol-tab-chips__tab-chip:not(.dk-sbol-tab-chips__tab-chip_active) span.zeroblock-chips-tab-title {
  font-family: SBSansText;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  letter-spacing: -0.2px;
  line-height: 1.15;
  text-align: left;
  color: rgba(38,38,38,0.718);
}
.dk-sbol-tab-chips__tab-chip:not(.dk-sbol-tab-chips__tab-chip_active):hover {
  transition: ease-in-out;
  background: rgba(255,255,255,0.64);
  border: 1px solid transparent;
}
.dk-sbol-tab-chips__tab-chip_active {
  background: var(--color-grey);
  color: #fff;
}
.dk-sbol-tab-chips__tab-chip_active span.zeroblock-chips-tab-title {
  color: #fff;
}
.dk-sbol-tab-chips__tab-chip:not(:last-of-type) { margin-right: 8px; }

/* ═══ acc-component — ТОЧНО КАК У СБЕРА ═══ */

.acc-component {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.acc-component:after {
  background-color: rgba(38,38,38,.08);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
}
.acc-component__grid-wrapper, .acc-component__wrapper {
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.acc-component__header-wrap {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  outline: none;
  padding: 28px 0;
  position: relative;
  border-radius: 8px;
}
.acc-component__header-wrap:focus-visible { outline: 2px solid #262626; }
.acc-component__header-wrap:hover .acc-component__header,
.acc-component__header-wrap:hover .acc-component__img-wrap { opacity: .6; }
.acc-component__img-wrap {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  min-height: 32px;
  transform: rotate(0deg);
  transition: transform .35s ease;
  width: 32px;
}
.acc-component__img-wrap img { transform: translateY(1px); }
.acc-component__header {
  align-items: center;
  color: rgb(38,38,38);
  display: flex;
  font-size: 20px !important;
  font-weight: 600;
  letter-spacing: -.4px;
  line-height: 24px !important;
  margin: 0 20px 0 0 !important;
}
.acc-component__inside {
  margin-bottom: 16px;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}
.acc-component__inside_open { grid-template-rows: 1fr; }
.acc-component__inside > div { overflow: hidden; }

/* ═══ dk-sbol-button — ТОЧНО КАК У СБЕРА ═══ */

.dk-sbol-button_type_primary {
  background: var(--color-light-green);
  color: #fff;
}
.dk-sbol-button_type_primary:focus, .dk-sbol-button_type_primary:hover {
  background: #5b21b6;
}
.dk-sbol-button_type_primary:focus-visible {
  background: #4c1d95;
  border: 2px solid #262626;
}
.dk-sbol-button_type_primary:active {
  background: #3b0764;
}

/* ═══ dk-sbol-text — ТОЧНО КАК У СБЕРА ═══ */

.dk-sbol-text {
  font-family: var(--font-family-text);
  -webkit-font-smoothing: antialiased;
}
.dk-sbol-text_size_lg {
  font-size: 16px;
  line-height: 24px;
}
.dk-sbol-text_size_md {
  font-size: 14px;
  line-height: 20px;
}
.dk-sbol-text_size_sm {
  font-size: 13px;
  line-height: 16px;
}

/* ═══ dk-sbol-link — ТОЧНО КАК У СБЕРА ═══ */

.dk-sbol-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
}
.dk-sbol-link_type_primary { color: var(--color-light-green); }
.dk-sbol-link_type_primary:hover { color: var(--color-green); }

/* ═══ product-faq — ТОЧНО КАК У СБЕРА ═══ */

.product-faq__heading {
  text-align: center;
  margin-bottom: 32px;
}

/* ═══ КАРТОЧКИ ═══ */

.card {
  background: var(--color-card-grey);
  border-radius: 20px;
  transition: all .3s ease-out;
}
.card-hover:hover {
  box-shadow: 0 8px 32px rgba(124,58,237,.08);
  transform: translateY(-2px);
}

/* ═══ FADE-UP ═══ */

.fade-up { opacity: 0; transform: translateY(24px); transition: all .6s cubic-bezier(0.22, 1, 0.36, 1); }
.fade-up_visible { opacity: 1; transform: translateY(0); }

/* ═══ HEADER — ТОЧНО КАК У СБЕРА ═══ */

.header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: all .3s ease; }
.header_scrolled {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--color-grey-zircon);
}
.header__inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; height: 72px;
}
.header__logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.header__logo-text { font-weight: 700; font-size: 19px; color: #262626; letter-spacing: -.3px; }
.header__nav { display: flex; align-items: center; gap: 4px; }
.header__link {
  padding: 8px 14px; font-size: 14px; font-weight: 500;
  color: rgba(38,38,38,.55); text-decoration: none; transition: color .2s;
  border-radius: 8px; letter-spacing: -.1px;
}
.header__link:hover { color: #262626; }
.header__burger {
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  background: var(--color-card-grey); border: none; border-radius: 12px;
  color: rgba(38,38,38,.55); cursor: pointer; transition: background .2s;
}
.header__burger:hover { background: #e8eaed; }
.mobile-menu {
  position: fixed; top: 72px; left: 0; right: 0; z-index: 99; padding: 24px;
  background: rgba(255,255,255,.95); backdrop-filter: blur(24px);
  border-bottom: 1px solid var(--color-grey-zircon); animation: fade-in-up .2s ease;
}
.mobile-menu__link {
  display: block; font-size: 17px; font-weight: 500;
  color: var(--color-light-green); text-decoration: none; padding: 4px 0; letter-spacing: -.1px;
}

/* ═══ КНОПКИ ═══ */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: none; font-family: inherit; font-weight: 600; cursor: pointer;
  transition: all .3s ease-out; text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: scale(.97); }
.btn-primary {
  background: var(--color-light-green); color: var(--color-white);
  border-radius: 16px; height: 52px; padding: 17.5px 32px;
  font-size: 16px; letter-spacing: -.2px; line-height: 22px;
  box-shadow: 0 4px 12px rgba(124,58,237,.2);
}
.btn-primary:hover { background: var(--color-green); color: #fff; text-decoration: none; }
.btn-sm { height: 40px; padding: 0 20px; font-size: 14px; border-radius: 12px; }

/* ═══ ДИВАЙДЕР ═══ */

.divider { height: 1px; background: var(--color-grey-zircon); }

/* ═══ BOTTOM NAV ═══ */

.bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; padding: 0 12px 8px; }
.bottom-nav__bar {
  display: flex; align-items: center; justify-content: space-around;
  background: rgba(255,255,255,.95); backdrop-filter: blur(24px);
  border: 1px solid var(--color-grey-zircon); border-radius: 24px; padding: 4px;
  box-shadow: 0 -2px 16px rgba(0,0,0,.06);
}
.bottom-nav__item {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 10px 0; flex: 1; min-width: 0; text-decoration: none;
  color: rgba(38,38,38,.35); transition: color .2s ease;
  -webkit-tap-highlight-color: transparent;
}
.bottom-nav__item_active { color: var(--color-light-green); }
.bottom-nav__label { font-size: 10px; font-weight: 500; }
.bottom-nav__item_active .bottom-nav__label { font-weight: 600; }

/* ═══ FOOTER ═══ */

.footer { border-top: 1px solid var(--color-grey-zircon); padding: 48px 24px 100px; background: var(--color-white-ghost); }
.footer__inner { max-width: 1200px; margin: 0 auto; }
.footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 32px; margin-bottom: 32px; }
.footer__heading { font-size: 12px; font-weight: 600; color: rgba(38,38,38,.5); margin-bottom: 12px; text-transform: uppercase; letter-spacing: .06em; }
.footer__link { display: block; font-size: 14px; color: rgba(38,38,38,.45); text-decoration: none; padding: 2px 0; letter-spacing: -.1px; transition: color .2s; }
.footer__link:hover { color: #262626; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; flex-wrap: wrap; gap: 12px; }
.footer__copy { font-size: 13px; color: rgba(38,38,38,.3); letter-spacing: -.1px; }

/* ═══ АНИМАЦИИ СБЕРА ═══ */

@keyframes fade-in-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes headFadeOut { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }

/* ═══ АДАПТИВ ═══ */

@media (max-width: 768px) { body { padding-bottom: 80px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 1ms !important; transition-duration: 1ms !important; } }

