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

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2a33;
  background: #f6f5f1;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

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

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

:focus-visible {
  outline: 3px solid rgba(63, 122, 168, 0.35);
  outline-offset: 3px;
}

::-moz-selection {
  background: rgba(63, 122, 168, 0.22);
}

::selection {
  background: rgba(63, 122, 168, 0.22);
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.lotto-item__icon {
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 18px;
  background: rgba(231, 241, 247, 0.9);
  box-shadow: 0 14px 30px rgba(31,42,51,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lotto-item:hover .lotto-item__icon {
  transform: scale(1.1);
  box-shadow: 0 20px 40px rgba(31,42,51,0.15);
}

@media (max-width: 860px) {
  .lotto-item__icon {
    width: 120px;
    height: 120px;
    font-size: 40px;
  }
  .lotto-list--pricing .lotto-item {
    display: flex;
    flex-direction: column;
  }
}

.lotto-list--pricing .lotto-item {
  grid-template-columns: 220px 1fr;
  padding: 24px 28px;
  border-radius: 22px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(215,225,232,0.9);
  box-shadow: 0 20px 50px rgba(31,42,51,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lotto-list--pricing .lotto-item__media {
  height: 140px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(231,241,247,0.85);
  box-shadow: 0 14px 30px rgba(31,42,51,0.1);
}

.lotto-list--pricing .lotto-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.lotto-list--pricing .lotto-item:hover .lotto-item__media img {
  transform: scale(1.05);
}

.lotto-list--pricing .lotto-item__content h3 {
  font-size: 20px;
  font-weight: 900;
  color: #1f2a33;
}

.lotto-list--pricing .lotto-item__content p {
  font-size: 15px;
  color: #5b6a75;
  margin: 6px 0 12px;
}

.lotto-list--pricing .lotto-item__content a.hero__button--primary {
  width: max-content;
  height: 44px;
  padding: 0 20px;
  font-size: 14px;
}

.agebar {
  background: rgba(231, 241, 247, 0.9);
  border-bottom: 1px solid rgba(215, 225, 232, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.agebar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}
.agebar__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(63, 122, 168, 0.12);
  border: 1px solid rgba(63, 122, 168, 0.22);
  color: #1f2a33;
  font-weight: 800;
  letter-spacing: 0.2px;
  flex: 0 0 auto;
}
.agebar__text {
  margin: 0;
  color: #5b6a75;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: transparent;
}
.site-header .agebar {
  background: rgba(231, 241, 247, 0.9);
  border-bottom: 1px solid rgba(215, 225, 232, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.site-header .agebar__inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
}
.site-header .agebar__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #1f2a33;
  background: rgba(63, 122, 168, 0.12);
  border: 1px solid rgba(63, 122, 168, 0.22);
  box-shadow: 0 10px 20px rgba(31, 42, 51, 0.08);
  flex: 0 0 auto;
}
.site-header .agebar__text {
  margin: 0;
  color: #5b6a75;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.35;
}
.site-header .header {
  background: rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid rgba(215, 225, 232, 0.9);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}
.site-header .header__inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 14px;
}
.site-header .header__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(215, 225, 232, 0.85);
  box-shadow: 0 10px 22px rgba(31, 42, 51, 0.08);
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.site-header .header__logo:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(31, 42, 51, 0.12);
  background: rgba(231, 241, 247, 0.85);
  border-color: rgba(63, 122, 168, 0.25);
}
.site-header .header__logo:active {
  transform: translateY(1px);
}
.site-header .header__logo .logo-text {
  font-weight: 950;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #1f2a33;
  line-height: 1;
}
.site-header .header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.site-header .header__nav a {
  position: relative;
  padding: 10px 12px;
  border-radius: 999px;
  color: #5b6a75;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.2px;
  transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.site-header .header__nav a:hover {
  transform: translateY(-1px);
  color: #1f2a33;
  background: rgba(210, 140, 106, 0.12);
  box-shadow: 0 14px 28px rgba(31, 42, 51, 0.08);
}
.site-header .header__nav a:active {
  transform: translateY(1px);
}
.site-header .header__nav a:focus-visible {
  outline: 3px solid rgba(63, 122, 168, 0.35);
  outline-offset: 3px;
}
.site-header .header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header .header__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.2px;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.site-header .header__actions .btn:active {
  transform: translateY(1px);
}
.site-header .header__actions .btn--ghost {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(215, 225, 232, 0.95);
  color: #1f2a33;
  box-shadow: 0 10px 22px rgba(31, 42, 51, 0.08);
}
.site-header .header__actions .btn--ghost:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(31, 42, 51, 0.12);
  background: rgba(231, 241, 247, 0.9);
  border-color: rgba(63, 122, 168, 0.28);
}
.site-header .header__actions .btn--primary {
  background: #3f7aa8;
  color: #fff;
  border: 1px solid rgba(63, 122, 168, 0.25);
  box-shadow: 0 16px 34px rgba(63, 122, 168, 0.22);
}
.site-header .header__actions .btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 46px rgba(63, 122, 168, 0.28);
  filter: saturate(1.02);
}
.site-header .header .burger {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(215, 225, 232, 0.95);
  box-shadow: 0 14px 34px rgba(31, 42, 51, 0.1);
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.site-header .header .burger::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(16px 16px at 28% 25%, rgba(63, 122, 168, 0.18), transparent 60%), radial-gradient(18px 18px at 72% 70%, rgba(210, 140, 106, 0.16), transparent 62%), linear-gradient(135deg, rgba(63, 122, 168, 0.1), rgba(210, 140, 106, 0.08));
  opacity: 0.9;
  pointer-events: none;
}
.site-header .header .burger::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.55));
  pointer-events: none;
}
.site-header .header .burger:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 44px rgba(31, 42, 51, 0.14);
  border-color: rgba(63, 122, 168, 0.22);
  background: rgba(255, 255, 255, 0.98);
}
.site-header .header .burger:active {
  transform: translateY(1px);
  box-shadow: 0 12px 28px rgba(31, 42, 51, 0.1);
}
.site-header .header .burger__icon {
  position: relative;
  z-index: 1;
  display: block;
}
.site-header .header .burger .burger__line {
  fill: none;
  stroke: #1f2a33;
  stroke-width: 2.4;
  stroke-linecap: round;
  transition: transform 0.22s ease, opacity 0.18s ease;
  transform-origin: 12px 12px;
}
.site-header .header .burger[aria-expanded=true] .burger__line--top {
  transform: translateY(5px) translateX(2px) rotate(45deg);
}
.site-header .header .burger[aria-expanded=true] .burger__line--mid {
  opacity: 0;
}
.site-header .header .burger[aria-expanded=true] .burger__line--bot {
  transform: translateY(-5px) translateX(2px) rotate(-45deg);
}
.site-header .header .mobile-menu {
  border-top: 1px solid rgba(215, 225, 232, 0.85);
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
.site-header .header .mobile-menu__inner {
  padding: 16px 0 20px;
  display: grid;
  gap: 14px;
}
.site-header .header .mobile-menu__nav {
  display: grid;
  gap: 8px;
}
.site-header .header .mobile-menu__nav a {
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(215, 225, 232, 0.92);
  background: rgba(242, 246, 247, 0.75);
  color: #1f2a33;
  font-weight: 900;
  letter-spacing: 0.2px;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.site-header .header .mobile-menu__nav a:hover {
  transform: translateY(-1px);
  background: rgba(231, 241, 247, 0.92);
  border-color: rgba(63, 122, 168, 0.22);
  box-shadow: 0 16px 34px rgba(31, 42, 51, 0.1);
}
.site-header .header .mobile-menu__nav a:active {
  transform: translateY(1px);
}
.site-header .header .mobile-menu__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.site-header .header .mobile-menu__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 14px;
  border-radius: 16px;
  font-weight: 950;
  font-size: 14px;
  letter-spacing: 0.2px;
  width: 100%;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.site-header .header .mobile-menu__actions .btn:active {
  transform: translateY(1px);
}
.site-header .header .mobile-menu__actions .btn--ghost {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(215, 225, 232, 0.95);
  color: #1f2a33;
  box-shadow: 0 10px 22px rgba(31, 42, 51, 0.08);
}
.site-header .header .mobile-menu__actions .btn--ghost:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(31, 42, 51, 0.12);
  background: rgba(231, 241, 247, 0.9);
  border-color: rgba(63, 122, 168, 0.28);
}
.site-header .header .mobile-menu__actions .btn--primary {
  background: #3f7aa8;
  color: #fff;
  border: 1px solid rgba(63, 122, 168, 0.25);
  box-shadow: 0 16px 34px rgba(63, 122, 168, 0.22);
}
.site-header .header .mobile-menu__actions .btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 46px rgba(63, 122, 168, 0.28);
  filter: saturate(1.02);
}
@media (max-width: 980px) {
  .site-header .header__inner {
    grid-template-columns: auto 1fr auto;
  }
  .site-header .header__nav {
    display: none;
  }
  .site-header .header__actions {
    display: none;
  }
  .site-header .header .burger {
    display: inline-flex;
    justify-self: end;
  }
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header__nav a,
.header__actions a {
    margin-left: 1rem;
    text-decoration: none;
    color: #000;
}

.burger-btn {
    display: none;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    z-index: 1100;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-top: 4rem;
    z-index: 1000;
    overflow-y: auto;
}

.mobile-menu__nav a {
    padding: 1rem 2rem;
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
}

.mobile-menu__nav a.btn--primary {
    margin: 1rem 2rem;
    text-align: center;
}
nav.mobile-menu__nav {
  display: flex;
    flex-direction: column;
}

body.menu-open .mobile-menu {
    display: flex;
    height: max-content;
}

@media (max-width: 980px) {
    .header__nav,
    .header__actions {
        display: none;
    }
    .burger-btn {
        display: flex;
        justify-content: end;
    }
}

@media (max-width: 560px) {
  .site-header .agebar__inner {
    gap: 10px;
  }
  .site-header .agebar__text {
    font-size: 13px;
  }
  .site-header .header__inner {
    min-height: 70px;
  }
  .site-header .header__logo {
    padding: 9px 11px;
  }
  .site-header .header__logo .logo-text {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .site-header .agebar__badge {
    height: 24px;
    padding: 0 9px;
    font-size: 12px;
  }
  .site-header .agebar__text {
    font-size: 12px;
  }
}

.hero {
  position: relative;
  padding: 96px 0 88px;
  overflow: hidden;
  background-image: url("/assets/img/hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
              radial-gradient(900px 460px at 50% 30%, rgba(63, 122, 168, 0.25), transparent 60%);
  pointer-events: none;
}
.hero__inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.hero__eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(215, 225, 232, 0.9);
  color: #5b6a75;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.hero__title {
  margin: 0;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
  font-weight: 900;
}
.hero__text {
  max-width: 62ch;
  font-size: 17px;
  line-height: 1.65;
  color: #fff;
  font-weight: 500;
}
.hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  justify-content: center;
}
.hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.hero__button:active {
  transform: translateY(1px);
}
.hero__button--primary {
  background: #3f7aa8;
  color: #ffffff;
  border-color: rgba(63, 122, 168, 0.25);
  box-shadow: 0 14px 32px rgba(63, 122, 168, 0.22);
}
.hero__button--primary:hover {
  background: rgb(58.8272727273, 113.9194805195, 156.8727272727);
  box-shadow: 0 20px 44px rgba(63, 122, 168, 0.28);
  transform: translateY(-1px);
}
.hero__button--secondary {
  background: rgba(255, 255, 255, 0.95);
  color: #1f2a33;
  border: 1px solid rgba(215, 225, 232, 0.95);
  box-shadow: 0 10px 22px rgba(31, 42, 51, 0.08);
}
.hero__button--secondary:hover {
  background: rgba(231, 241, 247, 0.95);
  border-color: rgba(63, 122, 168, 0.28);
  box-shadow: 0 16px 34px rgba(31, 42, 51, 0.12);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .hero {
    padding: 72px 0 64px;
  }
  .hero__title {
    font-size: clamp(30px, 8vw, 44px);
  }
  .hero__text {
    font-size: 16px;
  }
  .hero__actions {
    flex-direction: column;
    width: 100%;
  }
  .hero__button {
    width: 100%;
    height: 46px;
  }
}
.lotto-list {
  padding: 72px 0 64px;
  background: #ffffff;
}
.lotto-list__header {
  max-width: 640px;
  margin-bottom: 40px;
}
.lotto-list__title {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #1f2a33;
}
.lotto-list__subtitle {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #5b6a75;
}
.lotto-list__items {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lotto-item {
  position: relative;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 26px;
  padding: 22px 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(246, 248, 249, 0.85));
  border: 1px solid rgba(215, 225, 232, 0.9);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.lotto-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(63, 122, 168, 0.9), rgba(210, 140, 106, 0.9));
  opacity: 0.85;
}
.lotto-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(240px 120px at 0% 50%, rgba(63, 122, 168, 0.08), transparent 60%);
  pointer-events: none;
}
.lotto-item:hover {
  transform: translateY(-4px);
  border-color: rgba(63, 122, 168, 0.35);
  box-shadow: 0 28px 60px rgba(31, 42, 51, 0.14), 0 0 0 1px rgba(63, 122, 168, 0.05);
}
.lotto-item__media {
  position: relative;
  height: 150px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(231, 241, 247, 0.9);
  box-shadow: 0 16px 34px rgba(31, 42, 51, 0.12);
}
.lotto-item__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.05));
  pointer-events: none;
}
.lotto-item__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.6s ease;
}
.lotto-item:hover .lotto-item__media img {
  transform: scale(1.08);
}
.lotto-item__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding-right: 10px;
}
.lotto-item__name {
  margin: 0;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.015em;
  color: #1f2a33;
}
.lotto-item__text {
  margin: 0;
  max-width: 64ch;
  font-size: 15px;
  line-height: 1.65;
  color: #5b6a75;
}

@media (max-width: 860px) {
  .lotto-item {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .lotto-item::before {
    top: 0;
    bottom: auto;
    left: 22px;
    right: 22px;
    width: auto;
    height: 4px;
    border-radius: 4px;
  }
  .lotto-item__media {
    height: 190px;
  }
}
.lotto-manual {
  padding: 88px 0 80px;
  background: linear-gradient(180deg, rgba(246, 248, 249, 0.9), rgb(255, 255, 255));
}
.lotto-manual__header {
  max-width: 680px;
  margin-bottom: 56px;
}
.lotto-manual__title {
  margin: 0;
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #1f2a33;
}
.lotto-manual__subtitle {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.65;
  color: #5b6a75;
}
.lotto-manual__steps {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
}

.manual-step {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 28px 32px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(215, 225, 232, 0.9);
  box-shadow: 0 24px 52px rgba(31, 42, 51, 0.1);
  overflow: hidden;
}
.manual-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(260px 140px at 0% 50%, rgba(63, 122, 168, 0.08), transparent 60%);
  pointer-events: none;
}
.manual-step__index {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #3f7aa8;
  background: rgba(231, 241, 247, 0.9);
  border: 1px solid rgba(63, 122, 168, 0.25);
  box-shadow: 0 14px 30px rgba(63, 122, 168, 0.2);
}
.manual-step__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.manual-step__title {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #1f2a33;
}
.manual-step__text {
  margin: 0;
  max-width: 70ch;
  font-size: 15px;
  line-height: 1.65;
  color: #5b6a75;
}

@media (max-width: 860px) {
  .manual-step {
    grid-template-columns: 1fr;
    padding: 26px;
  }
  .manual-step__index {
    width: 56px;
    height: 56px;
    font-size: 16px;
  }
}
.faq-contacts {
  padding: 80px 0 72px;
  background: rgba(246, 248, 249, 0.9);
}
.faq-contacts__inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: flex-start;
}
.faq-contacts__header {
  margin-bottom: 28px;
  max-width: 520px;
}
.faq-contacts__title {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #1f2a33;
}
.faq-contacts__subtitle {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #5b6a75;
}

.faq-item {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(215, 225, 232, 0.9);
  border-radius: 22px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.faq-item__question {
  width: 100%;
  padding: 22px 56px 22px 24px;
  background: transparent;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 800;
  color: #1f2a33;
  cursor: pointer;
  position: relative;
}
.faq-item__icon {
  position: absolute;
  right: 22px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  transition: transform 0.25s ease;
}
.faq-item__icon::before, .faq-item__icon::after {
  content: "";
  position: absolute;
  background: #1f2a33;
  border-radius: 2px;
}
.faq-item__icon::before {
  width: 14px;
  height: 2px;
  top: 6px;
  left: 0;
}
.faq-item__icon::after {
  width: 2px;
  height: 14px;
  left: 6px;
  top: 0;
}
.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 24px;
}
.faq-item__answer p {
  margin: 0;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 1.65;
  color: #5b6a75;
}
.faq-item.is-open {
  border-color: rgba(63, 122, 168, 0.45);
  box-shadow: 0 24px 56px rgba(31, 42, 51, 0.14);
}
.faq-item.is-open .faq-item__icon {
  transform: translateY(-50%) rotate(45deg);
}
.faq-item.is-open .faq-item__answer {
  max-height: 220px;
}

.contact-card {
  padding: 28px 30px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(215, 225, 232, 0.9);
  box-shadow: 0 22px 48px rgba(31, 42, 51, 0.12);
}
.contact-card__title {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #1f2a33;
}
.contact-card__text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #5b6a75;
}
.contact-card__list {
  margin-top: 18px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-card__list li {
  font-size: 14px;
  color: #1f2a33;
}
.contact-card__list li span {
  display: inline-block;
  min-width: 120px;
  color: #5b6a75;
  font-weight: 600;
}
.contact-card__list li a {
  color: #3f7aa8;
  font-weight: 700;
  text-decoration: none;
}
.contact-card__list li a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .faq-contacts__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.site-footer {
  background: #f7fafc;
  border-top: 1px solid rgba(215, 225, 232, 0.9);
  padding: 64px 0 32px;
  color: #1f2a33;
}

.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.site-footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 48px;
}

.site-footer__info {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__title {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 900;
  color: #1f2a33;
}

.site-footer__info p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.65;
  color: #5b6a75;
}

.site-footer__info p strong {
  color: #1f2a33;
  font-weight: 800;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0;
  list-style: none;
  margin-top: 12px;
}

.site-footer__links li a {
  font-size: 14px;
  font-weight: 700;
  color: #3f7aa8;
  text-decoration: none;
  position: relative;
}

.site-footer__links li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: rgba(63, 122, 168, 0.25);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-footer__links li a:hover::after {
  transform: scaleX(1);
}

.site-footer__badges {
  flex: 1 1 400px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}

.site-footer__badges a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 6px 10px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(215, 225, 232, 0.9);
  box-shadow: 0 10px 22px rgba(31, 42, 51, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-footer__badges a:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(31, 42, 51, 0.12);
}

.site-footer__badges a img {
  height: 40px;
  width: auto;
  display: block;
}

.site-footer__bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(215, 225, 232, 0.9);
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #5b6a75;
}

@media (max-width: 900px) {
  .site-footer__top {
    flex-direction: column;
    gap: 32px;
  }
  .site-footer__badges {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .site-footer {
    padding: 44px 0 24px;
  }
  .site-footer__title {
    font-size: 18px;
  }
  .site-footer__info p {
    font-size: 14px;
    line-height: 1.5;
  }
  .site-footer__links li a {
    font-size: 13px;
  }
  .site-footer__badges a {
    height: 38px;
  }
  .site-footer__badges a img {
    height: 36px;
  }
}

@media (max-width: 420px) {
  .site-footer__inner {
    gap: 28px;
  }
  .site-footer__title {
    font-size: 17px;
  }
  .site-footer__links {
    flex-direction: column;
    gap: 8px;
  }
  .site-footer__badges {
    gap: 10px;
  }
}

.auth {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: radial-gradient(600px 300px at 20% 20%, rgba(63, 122, 168, 0.15), transparent 60%), linear-gradient(180deg, #ffffff, #f5f8fb);
}

.contacts {
  padding: 64px 0;
  background: #f7fafc;
  color: #1f2a33;
}

.contacts__header {
  text-align: center;
  margin-bottom: 48px;
}

.contacts__title {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 12px;
}

.contacts__subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: #5b6a75;
  max-width: 600px;
  margin: 0 auto;
}

.contacts__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.contacts__info, .contacts__form {
  background: #ffffff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(31, 42, 51, 0.08);
}

.contacts__info-title, .contacts__form-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 16px;
}

.contacts__text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
  color: #5b6a75;
}

.contacts__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contacts__list li {
  margin-bottom: 10px;
  font-size: 14px;
}

.contacts__list span {
  font-weight: 700;
  margin-right: 6px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 16px;
  border: 1px solid rgba(215, 225, 232, 0.9);
  border-radius: 12px;
  font-size: 14px;
  color: #1f2a33;
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(63, 122, 168, 0.45);
  box-shadow: 0 0 0 3px rgba(63, 122, 168, 0.15);
}

.contact-form button {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 999px;
  background: #3f7aa8;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(63, 122, 168, 0.28);
}

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

.auth-card {
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  border-radius: 28px;
  padding: 32px;
  border: 1px solid rgba(215, 225, 232, 0.9);
  box-shadow: 0 30px 70px rgba(31, 42, 51, 0.12);
  text-align: center;
}
.auth-card__title {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
  color: #1f2a33;
}
.auth-card__subtitle {
  margin: 10px 0 22px;
  font-size: 15px;
  color: #5f6b76;
}
.auth-card__footer {
  margin-top: 22px;
  font-size: 14px;
  color: #5f6b76;
}
.auth-card__footer a {
  color: #3f7aa8;
  font-weight: 700;
  text-decoration: none;
}
.auth-card__footer a:hover {
  text-decoration: underline;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.auth-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.auth-field label {
  font-size: 13px;
  font-weight: 700;
  color: #5f6b76;
}
.auth-field input {
  height: 46px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(215, 225, 232, 0.9);
  font-size: 14px;
  color: #1f2a33;
}
.auth-field input:focus {
  outline: none;
  border-color: #3f7aa8;
  box-shadow: 0 0 0 3px rgba(63, 122, 168, 0.15);
}
.auth-field .field-error {
  min-height: 14px;
  font-size: 12px;
  font-weight: 600;
  color: #d64545;
}

.auth-button {
  margin-top: 6px;
  height: 48px;
  border-radius: 999px;
  background: #3f7aa8;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(63, 122, 168, 0.28);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.auth-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 46px rgba(63, 122, 168, 0.32);
}
.auth-button:active {
  transform: translateY(1px);
}

.form-success {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(47, 143, 78, 0.1);
  color: #2f8f4e;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.privacy {
  padding: 80px 0;
  background: #ffffff;
}
.privacy__inner {
  max-width: 820px;
}
.privacy__header {
  margin-bottom: 40px;
}
.privacy__title {
  margin: 0;
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #1f2a33;
}
.privacy__intro {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.7;
  color: #5b6a75;
}
.privacy__content h2 {
  margin-top: 36px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: #1f2a33;
}
.privacy__content p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.7;
  color: #5b6a75;
}
.privacy__content ul {
  margin: 10px 0 14px 18px;
  padding: 0;
}
.privacy__content ul li {
  font-size: 15px;
  line-height: 1.6;
  color: #5b6a75;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .privacy {
    padding: 64px 0;
  }
  .privacy__title {
    font-size: 28px;
  }
}/*# sourceMappingURL=style.css.map */