:root {

  --color-surface: #ffffff;
  --color-surface-muted: #f4f4f5;
  --color-surface-chip: #efeff1;
  --color-text: #000;
  --color-text-muted: #4d4d56;
  --color-accent: #1a76ff;

  --color-accent-strong: #0f5fe0;
  --color-on-accent: #ffffff;
  --color-divider: #dfdfdf;

  --color-border: #e4e4e7;

  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --text-script: 28px;
  --text-hero: 32px;
  --text-h2: 28px;
  --text-h3: 22px;
  --text-lead: 16px;
  --text-body: 14px;
  --text-benefit: 14px;
  --text-small: 12px;

  --tracking-hero: -0.03em;
  --tracking-tight: -0.011em;

  --container-max: 1416px;
  --gutter: 16px;
  --space-section: 48px;
  --space-block: 16px;

  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 108px;

  --duration-fast: 150ms;
  --duration-normal: 320ms;
  --duration-slow: 620ms;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-soft: cubic-bezier(0.22, 0.61, 0.36, 1);

  --shadow-card: 0 1px 2px rgba(10, 10, 10, 0.04), 0 12px 32px -12px rgba(10, 10, 10, 0.18);
  --shadow-pop: 0 24px 60px -18px rgba(10, 10, 10, 0.35);
}

@media (min-width: 992px) {
  :root {
    --text-script: 44px;
    --text-hero: 72px;
    --text-h2: 48px;
    --text-h3: 28px;
    --text-lead: 19px;
    --text-body: 16px;
    --text-benefit: 15px;

    --gutter: 24px;
    --space-section: 88px;
    --space-block: 24px;
  }
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/inter-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/inter-latin-ext-400-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/inter-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/inter-latin-ext-600-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/inter-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/inter-latin-ext-700-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  font-size: var(--text-body);
  line-height: 1.5;
  color: var(--color-text);
  background: var(--color-surface);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 3px;
  border-radius: 4px;
}

.bt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bt-container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

main {
  overflow-x: clip;
}

.bt-h2 {
  color: #000;
  font-style: normal;
  font-weight: 600;
}

@media(max-width:991px) {
  .bt-h2 {
    font-size: 32px;
    line-height: 1.16;
    letter-spacing: -.69px;
  }
}

@media(min-width:992px) {
  .bt-h2 {
    font-size: 54px;
    line-height: 106%;
    letter-spacing: -1.2px;
  }
}

.bt-lead,
.bt-informare__text {
  color: var(--color-text);
  font-style: normal;
  font-weight: 400;
}

@media(max-width:991px) {

  .bt-lead,
  .bt-informare__text {
    font-size: 14px;
    line-height: 1.46;
    letter-spacing: .09px;
  }
}

@media(min-width:992px) {

  .bt-lead,
  .bt-informare__text {
    font-size: 19px;
    line-height: 1.44;
    letter-spacing: -.3px;
  }
}

.bt-text-accent {
  color: var(--color-accent);
}

.bt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-weight: 600;
  font-size: var(--text-body);
  line-height: 1.2;
  white-space: nowrap;

  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out,
    fill 0.25s ease-in-out, border-color 0.25s ease-in-out;
}

.bt-btn--primary {
  background: var(--color-accent);
  color: var(--color-on-accent);
  border-color: var(--color-accent);
  fill: var(--color-on-accent);
}

.bt-btn--primary:hover {
  background: var(--color-surface-chip);
  color: #000;
  fill: #000;
  border-color: var(--color-accent);
}

.bt-btpay__body .bt-btn--primary {
  gap: 10px;
  padding: 10px 32px;
  border-radius: 108px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .bt-btpay__body .bt-btn--primary {
    height: 48px;
    font-size: 12px;
    line-height: 144%;
    letter-spacing: -0.09px;
    margin-top: 16px;
  }
}

@media (min-width: 992px) {
  .bt-btpay__body .bt-btn--primary {
    height: 64px;
    font-size: 14px;
    line-height: 144%;
    letter-spacing: -0.09px;
  }
}

.bt-btn--ghost {
  background: transparent;
  color: var(--color-accent);
  fill: var(--color-accent);
  border-color: var(--color-divider);
}

.bt-btn--ghost:hover {
  background: var(--color-accent);
  color: #fff;
  fill: #fff;
  border-color: var(--color-accent);
}

.bt-faq-footer .bt-btn--ghost {
  gap: 10px;
  border-radius: 112px;
  border: 1px solid var(--color-divider);
  background: #fff;
  color: var(--color-accent);
  font-weight: 600;
}

.bt-faq-footer .bt-btn--ghost:hover {
  background: var(--color-accent);
  color: #fff;
  fill: #fff;
  border-color: var(--color-accent);
}

@media (max-width: 991px) {
  .bt-faq-footer .bt-btn--ghost {
    height: 48px;
    padding: 0 20px;
    font-size: 12px;
    line-height: 144%;
    letter-spacing: -0.09px;
  }
}

@media (min-width: 992px) {
  .bt-faq-footer .bt-btn--ghost {
    height: 64px;
    padding: 0 31px;
    font-size: 14px;
    line-height: 144%;
    letter-spacing: -0.09px;
  }
}

.bt-support-cta {}

@media(max-width:991px) {
  .bt-support-cta {
    padding-block: 32px;
  }
}

@media(min-width:992px) {
  .bt-support-cta {
    padding-block: 88px 48px;
  }
}

.bt-support-cta .bt-btn--primary {
  gap: 10px;
  padding: 10px 32px;
  border-radius: 108px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .bt-support-cta .bt-btn--primary {
    height: 48px;
    font-size: 12px;
    line-height: 144%;
    letter-spacing: -0.09px;
  }
}

@media (min-width: 992px) {
  .bt-support-cta .bt-btn--primary {
    height: 64px;
    font-size: 14px;
    line-height: 144%;
    letter-spacing: -0.09px;
  }
}

.bt-btn--light {
  background: #fff;
  color: #000;
  border-color: #fff;
  gap: 10px;
  padding: 10px 32px;
  border-radius: 108px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .bt-btn--light {
    height: 42px;
    font-size: 12px;
    line-height: 144%;
    letter-spacing: -0.09px;
  }
}

@media (min-width: 992px) {
  .bt-btn--light {
    height: 64px;
    font-size: 14px;
    line-height: 144%;
    letter-spacing: -0.09px;
  }
}

.bt-btn--light:hover {
  background: var(--color-accent);
  color: #fff;
  border-color: var(--color-accent);
}

.bt-btn__icon {
  width: 20px;
  height: 20px;
  flex: none;
}

.bt-i-mask {
  display: inline-block;
  background-color: currentColor;
  -webkit-mask: var(--i) center / contain no-repeat;
  mask: var(--i) center / contain no-repeat;
}

.bt-checklist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bt-checklist li {
  display: flex;
  gap: 16px;
}

@media(max-width:991px) {
  .bt-checklist li {
    align-items: flex-start;
  }
}

@media(min-width:992px) {
  .bt-checklist li {
    align-items: center;
  }
}

.bt-check-badge {
  flex: none;
  width: 24px;
  height: 24px;
}

@media (min-width: 992px) {
  .bt-check-badge {
    width: 32px;
    height: 32px;
  }
}

.bt-checklist span {
  font-weight: 600;
  color: #000;
}

@media(max-width:991px) {
  .bt-checklist span {
    font-size: 16px;
    line-height: 144%;

    letter-spacing: -0.18px;
  }
}

@media(min-width:992px) {
  .bt-checklist span {
    font-size: 19px;
    line-height: 132%;

    letter-spacing: -0.3px;
  }
}

.bt-split {
  display: grid;
  gap: 32px;
  align-items: center;
}

.bt-split__media img {
  width: 100%;
}

@media(max-width:991px) {

  .bt-split__media img,
  .bt-informare__media img {
    width: 100%;
    max-width: 342px;
    aspect-ratio: 342 / 358;
    height: auto;
    object-fit: cover;
    margin-inline: auto;
    border-radius: var(--radius-md);
  }
}

@media(min-width:992px) {
  .bt-split__media img {
    border-radius: var(--radius-lg);
  }
}

.bt-split__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-block);

}

@media (min-width: 992px) {
  .bt-split {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }

  .bt-split__body {
    padding: 40px 56px;
    gap: 40px;
  }

  .bt-split--reverse .bt-split__media {
    order: 2;
  }
}

.bt-reveal {
  opacity: 1;
  transform: none;
}

.bt-js-motion .bt-reveal:not(.bt-reveal--in) {
  opacity: 0;
  transform: translateY(28px);
  will-change: transform, opacity;
}

.bt-js-motion .bt-reveal--in,
.bt-js-motion .bt-reveal--in img {
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .bt-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

.bt-site-header {
  position: relative;
  z-index: 20;
  background: var(--color-surface);
}

.bt-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

}

@media(max-width:991px) {
  .bt-site-header__inner {
    padding-block: 24px;
  }
}

@media(min-width:992px) {
  .bt-site-header__inner {
    padding-block: 32px;
  }
}

.bt-site-header__logo {
  display: inline-flex;
  align-items: center;
}

@media(max-width:991px) {

  .bt-site-header__logo {
    padding-block: 16px;
  }
}

.bt-site-header__logo img {
  height: 34px;
  width: auto;
}

@media(min-width:992px) {}

.bt-header-contact {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bt-header-contact__phone {
  display: flex;
  height: 42px;
  padding: 10px 20px;
  align-items: center;
  gap: 16px;
  border-radius: 84px;
  border: 1px solid #dfdfdf;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 144%;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
}

.bt-header-contact__phone:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}

.bt-header-contact--desktop .bt-btn {
  height: 42px;
  padding: 10px 20px;
  gap: 16px;
  border-radius: 84px;
  font-size: 14px;
  font-weight: 600;
  line-height: 144%;
}

.bt-header-contact__icon-btn {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transition: transform var(--duration-fast) var(--ease-out-soft),
    filter var(--duration-fast) ease;
}

.bt-header-contact__icon {
  width: 18px;
  height: 18px;
  display: block;
}

.bt-header-contact__icon-btn--phone {
  background: var(--color-surface-chip);
  color: var(--color-text);
}

.bt-header-contact__icon-btn--email {
  background: var(--color-accent);
  color: #fff;
}

.bt-header-contact__icon-btn:hover {
  transform: translateY(-2px);
}

.bt-header-contact--desktop {
  display: none;
}

@media (min-width: 992px) {
  .bt-header-contact--desktop {
    display: flex;
  }

  .bt-header-contact--mobile {
    display: none;
  }

  .bt-site-header__logo img {
    height: 44px;
  }
}

.bt-hero {}

@media(max-width:991px) {
  .bt-hero {
    padding-block: 32px;
  }
}

@media(min-width:992px) {
  .bt-hero {
    padding-block: 40px;
  }
}

.bt-hero__inner {
  max-width: 760px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}

@media(max-width:991px) {
  .bt-hero__inner {
    gap: 8px;
    text-align: left;
  }
}

@media(min-width:992px) {
  .bt-hero__inner {
    gap: 16px;
    align-items: center;
    text-align: center;
  }
}

.bt-hero-wraper-svg {}

@media(max-width:991px) {
  .bt-hero-wraper-svg {
    height: 24px;
  }
}

@media(min-width:992px) {
  .bt-hero-wraper-svg {
    height: 40px;
  }
}

.bt-hero__salut {
  width: 180px;
  height: auto;
  color: var(--color-accent);
  overflow: visible;
}

@media(max-width:991px) {
  .bt-hero__salut {
    width: auto;
    height: 24px;
  }
}

@media(min-width:992px) {}

.bt-hero__salut path {
  fill: currentColor;
  stroke: none;
}

.bt-js-motion .bt-hero__salut {
  clip-path: inset(-10% 100% -10% -10%);
}

.bt-js-motion .bt-hero__title {
  opacity: 0;
}

.bt-hero__title {
  font-weight: 600;
  text-wrap: balance;
}

@media(max-width:991px) {
  .bt-hero__title {
    font-size: 32px;
    line-height: 1.16;
    letter-spacing: -0.69px;
    margin-bottom: 8px;
  }
}

@media(min-width:992px) {
  .bt-hero__title {
    margin-bottom: 12px;
    font-size: 72px;
    line-height: 1;
    letter-spacing: -1.61px;
  }
}

.bt-hero__lead {
  max-width: 640px;
  color: var(--color-text);

}

@media (min-width: 992px) {
  .bt-hero {
    padding-block: 169.5px;
  }

  .bt-hero__inner {
    gap: 12px;
  }

  .bt-hero__salut {
    width: 107px;
    transform: translateY(-10px);
  }

  .bt-hero__lead {
    font-size: 19px;
    font-weight: 400;
    line-height: 144%;
    letter-spacing: -0.3px;
  }
}

.bt-benefits {}

@media(max-width:991px) {
  .bt-benefits {
    padding-block: 24px 64px;
  }
}

@media(min-width:992px) {
  .bt-benefits {
    padding-block: 24px var(--space-section);
  }
}

.bt-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 0;
  margin: 0;
}

.bt-benefit {
  display: flex;
  align-items: flex-start;
}

@media(max-width:991px) {
  .bt-benefit {
    gap: 12px;
    flex-direction: column;
  }
}

@media(min-width:992px) {
  .bt-benefit {
    gap: 24px;
  }
}

.bt-benefit__icon {
  aspect-ratio: 1;
  flex: none;
}

@media(max-width:991px) {
  .bt-benefit__icon {
    width: 24px;
    height: 24px;
  }
}

@media(min-width:992px) {
  .bt-benefit__icon {
    width: 36px;
    height: 36px;
  }
}

.bt-benefit__text {
  color: #000;
  font-weight: 600;
}

@media(max-width:991px) {
  .bt-benefit__text {
    font-size: 14px;
    line-height: 1.44;
    letter-spacing: -0.09px;
  }
}

@media(min-width:992px) {
  .bt-benefit__text {
    font-size: 19px;
    line-height: 132%;
    letter-spacing: -0.3px;
  }
}

@media (min-width: 992px) {
  .bt-benefits {
    padding-block: 32px 80px;
  }

  .bt-benefits__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 84px 64px;
  }
}

@media(max-width:991px) {
  .bt-account {
    padding-block: 32px 48px;
  }

  .bt-account .bt-h2 {
    margin-bottom: 8px;
  }
}

@media(min-width:992px) {
  .bt-account {
    padding-block: 88px 120px;
  }

  .bt-account .bt-split {
    gap: 84px;
  }

  .bt-account .bt-h2 {
    max-width: 460px;
  }
}

@media(max-width:991px) {
  .bt-banner {
    padding: 0 16px;
  }
}

@media(min-width:992px) {
  .bt-banner {
    padding: 0 24px;
  }
}

.bt-banner__inner {
  position: relative;

  min-height: calc(100vh - 0px);
  min-height: calc(100svh - 0px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;

  background-image: url(../assets/img/banner-photo.png);
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media(max-width:991px) {
  .bt-banner__inner {
    border-radius: 24px;
    min-height: 556px;
    padding: 24px;
  }
}

@media(min-width:992px) {
  .bt-banner__inner {
    border-radius: 32px;
    min-height: 904px;
    padding: 80px;
  }
}

.bt-banner__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.00) -1.31%, rgba(0, 0, 0, 0.80) 100%);
}

.bt-banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;

  margin-inline: auto;

  text-align: center;
  color: #fff;
}

.bt-banner__title {
  color: #FFF;
  font-weight: 600;
}

@media(max-width:991px) {
  .bt-banner__title {
    font-size: 32px;
    line-height: 116%;

    letter-spacing: -0.69px;
    max-width: 247px;
  }

}

@media(min-width:992px) {
  .bt-banner__title {
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -1.43px;

  }
}

.bt-banner__text {
  color: #fff;
  text-align: center;
  font-weight: 400;
  max-width: 566px;
}

@media(max-width:991px) {
  .bt-banner__text {
    font-size: 14px;
    line-height: 146%;

    letter-spacing: -0.09px;
    max-width: 295px;
  }
}

@media(min-width:992px) {
  .bt-banner__text {
    font-size: 19px;
    line-height: 144%;

    letter-spacing: -0.3px;
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .bt-banner__content {
    padding: 100px 40px;
  }

}

.bt-btpay {}

@media(max-width:991px) {
  .bt-btpay {
    padding-block: 48px 32px;
  }
}

@media(min-width:992px) {
  .bt-btpay {
    padding-block: 88px 10px;
  }
}

.bt-btpay__grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.bt-btpay__media {
  display: flex;
  justify-content: center;
  order: 2;

  perspective: 1200px;
}

.bt-btpay__phone {
  transform-style: preserve-3d;
}

.bt-btpay__phone {
  width: 100%;
  max-width: 560px;
  will-change: transform;
}

.bt-btpay__body {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-block);

}

.bt-btpay__intro {
  color: var(--color-text);
}

.bt-pensii-header-grid-animation {
  width: 100%;
  max-width: 642px;
  margin-inline: auto;
  aspect-ratio: 642 / 700;
}

.bt-pensii-header-grid-animation-canvas,
img.bt-pensii-header-grid-animation-canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

@media (min-width: 992px) {
  .bt-btpay__grid {
    grid-template-columns: 642px 1fr;
    gap: 84px;
  }

  .bt-btpay__media {
    order: 1;

  }

  .bt-btpay__body {
    order: 2;
    padding: 40px 56px;
  }

  .bt-btpay__body .bt-h2 {
    margin-bottom: 8px;
  }

  .bt-btpay__body .bt-reveal {
    max-width: 530px;
  }

  .bt-btpay__body .bt-reveal .bt-btn--primary {
    margin-top: 24px;
  }
}

.bt-informare {}

@media(max-width:991px) {
  .bt-informare {
    padding-block: 32px 48px;
  }
}

@media(min-width:992px) {
  .bt-informare {
    padding-block: 88px;
    margin-bottom: 88px;
  }
}

.bt-informare__grid {
  display: grid;
  gap: 32px;
  align-items: center;
}

.bt-informare__media img {
  width: 100%;
  border-radius: var(--radius-md);
}

.bt-informare__body {
  display: flex;
  flex-direction: column;
  gap: 20px;

}

@media(max-width:991px) {
  .bt-informare__body {
    order: 1;
  }

  .bt-informare__media {
    order: 2;
  }
}

@media(min-width:992px) {
  .bt-informare__body {
    padding: 32px 56px;
  }
}

.bt-informare__text {
  color: var(--color-text);
}

@media (min-width: 992px) {
  .bt-informare__grid {
    grid-template-columns: 642px 1fr;
    gap: 84px;
  }
}

.bt-faq-section {}

@media(max-width:991px) {
  .bt-faq-section {
    padding-block: 32px;
  }
}

@media(min-width:992px) {
  .bt-faq-section {
    padding-block: 88px;
  }
}

.bt-faq {
  max-width: 904px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;

}

@media(max-width:991px) {
  .bt-faq {
    gap: 24px;
  }
}

@media(min-width:992px) {
  .bt-faq {
    gap: 48px;
  }
}

.bt-faq-title {
  text-align: center;
}

@media(max-width:991px) {
  .bt-faq-title {
    text-align: left;
  }
}

.bt-faq-questions {
  display: flex;
  flex-direction: column;
}

.bt-faq-questions-item {
  display: grid;
  grid-template-rows: min-content 0fr;
  transition: grid-template-rows 0.5s ease-in-out;
  border-top: 1px solid var(--color-divider);
}

.bt-faq-questions-item:first-child {
  border-top: none;
}

.bt-faq-questions-item-expanded {
  grid-template-rows: min-content 1fr;
}

.bt-faq-question {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  padding: 0;
  text-align: left;
}

@media(max-width:991px) {
  .bt-faq-question {
    padding-block: 22px;
  }
}

@media(min-width:992px) {
  .bt-faq-question {
    padding-block: 16px;
  }
}

.bt-faq-question-text {
  flex: 1 1 auto;
  align-self: center;
}

.bt-faq-question-text h3 {
  color: #000;
  font-weight: 600;
  transition: color 0.25s ease-in-out;
}

@media(max-width:991px) {
  .bt-faq-question-text h3 {
    font-size: 14px;
    line-height: 1.44;
    letter-spacing: -0.09px;
  }
}

@media(min-width:992px) {
  .bt-faq-question-text h3 {
    font-size: 19px;
    line-height: 1.32;
    letter-spacing: -0.3px;
  }
}

.bt-faq-question-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: grid;
  align-self: center;
  color: var(--color-accent);
  transition: color 0.5s ease-in-out, transform 0.5s ease-in-out;
}

@media(min-width:992px) {
  .bt-faq-question-icon {
    width: 28px;
    height: 28px;
  }
}

.bt-faq-question-icon svg {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.5s ease-in-out;
}

.bt-faq-question-icon [data-minus] {
  opacity: 0;
}

.bt-faq-questions-item-expanded .bt-faq-question-icon {
  color: var(--color-accent);
  transform: rotate(-180deg);
}

.bt-faq-questions-item-expanded .bt-faq-question-icon [data-plus] {
  opacity: 0;
}

.bt-faq-questions-item-expanded .bt-faq-question-icon [data-minus] {
  opacity: 1;
}

.bt-faq-answer {
  overflow: hidden;
  min-height: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.bt-faq-questions-item-expanded .bt-faq-answer {
  opacity: 1;
}

.bt-faq-answer-content>* {
  padding-bottom: 16px;
  max-width: 796px;
  color: var(--color-text-muted);
}

@media(max-width:991px) {
  .bt-faq-answer-content>* {
    font-size: 14px;
    line-height: 1.46;
    letter-spacing: -0.09px;
  }
}

@media(min-width:992px) {
  .bt-faq-answer-content {
    margin-top: 4px;
  }

  .bt-faq-answer-content>* {
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: -0.18px;
  }
}

.bt-faq-answer-content a {
  color: var(--color-accent);
  font-weight: 600;
}

.bt-faq-answer-content a:hover {
  text-decoration: underline;
}

.bt-faq-footer {
  display: flex;
  justify-content: center;
}

@media(max-width:991px) {
  .bt-faq-footer {
    justify-content: flex-start;
  }
}

.bt-support-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-block);
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}

.bt-support-cta__text {
  color: var(--color-text);
}

@media(max-width:991px) {
  .bt-support-cta__inner {
    align-items: flex-start;
    text-align: left;
    gap: 16px;

    max-width: none;
  }

  .bt-support-cta__inner .bt-btn {
    margin-top: 16px;
  }

  .bt-support-cta__text {
    letter-spacing: -0.09px;
  }
}

@media(min-width:992px) {
  .bt-support-cta__text {
    margin-bottom: 16px;
    max-width: 540px;
  }
}

.bt-qr-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(10, 10, 10, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-normal) ease, visibility var(--duration-normal) ease;
}

.bt-qr-modal.bt-is-open {
  opacity: 1;
  visibility: visible;
}

.bt-qr-modal__card {
  position: relative;
  width: min(468px, 100%);
  background: #fff;
  border-radius: 20px;
  padding: 56px;
  box-shadow: var(--shadow-pop);
  text-align: center;
  transform: translateY(16px) scale(0.98);
  transition: transform var(--duration-normal) var(--ease-out-expo);
}

.bt-qr-modal.bt-is-open .bt-qr-modal__card {
  transform: translateY(0) scale(1);
}

.bt-qr-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--color-accent);
}

.bt-qr-modal__close svg {
  width: 18px;
  height: 18px;
  display: block;
}

.bt-qr-modal__title {
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.89px;
  margin-bottom: 16px;
  max-width: 323px;
  margin-inline: auto;
}

@media(max-width:991px) {
  .bt-qr-modal__title {
    font-size: 32px;
    line-height: 1.16;
    letter-spacing: -0.69px;
  }
}

.bt-qr-modal__text {
  color: #000;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.46;
  letter-spacing: -0.09px;
  max-width: 340px;
  margin: 0 auto 32px;
}

@media(max-width:991px) {}

@media(min-width:992px) {
  .bt-qr-modal__text {
    margin-bottom: 56px;
  }
}

.bt-qr-modal__qr {
  width: 200px;
  height: 200px;
  margin-inline: auto;
  border-radius: 8px;
}

@media (prefers-reduced-motion: reduce) {

  .bt-qr-modal,
  .bt-qr-modal__card {
    transition: none;
  }
}

.bt-footer {
  font-size: 14px;
  background: var(--color-surface);
  color: var(--color-text);
}

@media (max-width: 991px) {
  .bt-footer {
    padding: 40px 0 32px;
  }
}

@media (min-width: 992px) {
  .bt-footer {
    padding-block: 100px;
  }
}

.bt-footer p {
  margin: 0;
}

.bt-footer p:not(:last-child) {
  margin-bottom: 10px;
}

.bt-footer .container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.bt-footer-wrapper {
  display: grid;
  border: 1px solid #D4D4D4;
  border-radius: 24px;
  padding: 24px;
}

@media (min-width: 992px) {
  .bt-footer-wrapper {
    border-radius: 20px;
    padding: 48px 64px;
    line-height: 1.26;
    letter-spacing: -0.07px;
  }
}

.bt-footer-content {
  position: relative;
  min-width: 0;
}

@media (max-width: 991px) {
  .bt-footer-content {

    overflow: hidden;

  }
}

@media (max-width: 991px) {
  .bt-footer-heading:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .bt-footer-heading {
    padding: 0 8px;
  }

  .bt-footer-heading:not(:last-child) {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--color-divider);
  }
}

.bt-footer-heading-content {
  display: grid;
  gap: 24px;
}

@media (min-width: 992px) {
  .bt-footer-heading-content {
    grid-template-columns: auto 666px;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
  }
}

.bt-footer-heading-content-bt-pay {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

@media (max-width: 991px) {
  .bt-footer-heading-content-bt-pay {
    margin: auto;
  }
}

.bt-footer-heading-content-bt-pay img,
.bt-footer-heading-content-bt-pay svg {
  width: auto;
  display: block;
}

@media (max-width: 991px) {
  .bt-footer-heading-content-bt-pay img {
    height: 48px;
  }
}

@media (min-width: 992px) {
  .bt-footer-heading-content-bt-pay img {
    height: 60px;
  }
}

.bt-footer-heading .text {
  color: #000B13;
}

@media (max-width: 991px) {
  .bt-footer-heading .text {
    display: none;
  }
}
@media (min-width: 992px) {
  .bt-footer-heading .text {
    line-height: 1.4;
    letter-spacing: 0;
  }
}

@media (max-width: 991px) {
  .bt-footer-columns {
    display: grid;
  }
}

@media (min-width: 992px) {
  .bt-footer-columns {
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--color-divider);
  }
}

@media (max-width: 991px) {
  .bt-footer-column {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-divider);
  }

  .bt-footer-column.bt-footer-column-expanded .bt-footer-column-title svg {
    transform: rotate(180deg);
  }

  .bt-footer-column:not(.bt-footer-column-expanded) .bt-footer-column-content {
    display: none;
  }
}

@media (min-width: 992px) {
  .bt-footer-column {
    width: 100%;
    align-self: stretch;
    display: flex;
    flex-flow: column;
    padding: 0 48px;
  }

  .bt-footer-column:not(:last-of-type) {
    border-right: 1px solid #d9d9d9;
  }
}

.bt-footer-column-title {
  background: transparent;
  fill: var(--color-accent);
  color: var(--color-text);
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  text-align: left;
  cursor: pointer;
}

@media (min-width: 992px) {
  .bt-footer-column-title {
    pointer-events: none;
    margin-bottom: 24px;
  }
}

.bt-footer-column-title svg {
  width: 18px;
  height: 18px;
  flex: none;
  transition: transform 0.2s ease;
}

@media (min-width: 992px) {
  .bt-footer-column-title svg {
    display: none;
  }
}

.bt-footer-column-content {
  overflow: hidden;
  display: flex;
  flex-flow: column;
  gap: 12px;
}

@media (max-width: 991px) {
  .bt-footer-column-content {
    padding-top: 24px;
  }
}

.bt-footer-column-separator {
  display: none;
}

.bt-footer-links {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

@media(max-width:991px) {}

@media(min-width:992px) {
  .bt-footer-links {
    gap: 16px;
    line-height: 1.26;
    letter-spacing: -.07px;
  }
}

.bt-footer-links a,
.bt-footer-links button {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  color: #555;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 0.15s ease;
}

.bt-footer-links a[href^="mailto:"] {
  color: var(--color-accent);
}

.bt-footer-links a:hover,
.bt-footer-links button:hover {
  color: var(--color-accent);
}

@media (min-width: 992px) {
  .bt-footer-misc {
    padding: 0 8px;
  }
}

.bt-footer-links-row {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .bt-footer-links-row {
    margin-bottom: 34px;
  }
}

.bt-footer-links-row-content {
  display: flex;
  overflow-x: auto;
}

.bt-footer-links-row-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #d4d4d4;
}

@media (max-width: 991px) {
  .bt-footer-links-row-wrapper {
    gap: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .bt-footer-links-row-wrapper {
    justify-content: center;
    width: 100%;
    gap: 24px;
    padding-bottom: 48px;
    margin-bottom: 10px;
  }
}

.bt-footer-links-row-wrapper a,
.bt-footer-links-row-wrapper button {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  color: #555;
  font: inherit;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.15s ease;
}

.bt-footer-links-row-wrapper a:hover,
.bt-footer-links-row-wrapper button:hover {
  color: var(--color-accent);
}

.bt-footer-misc-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

@media (max-width: 991px) {
  .bt-footer-misc-logo {
    flex-direction: column;
    gap: 24px;
  }
}

.bt-footer-misc-logo svg {
  width: auto;
  display: block;
}

@media (max-width: 991px) {
  .bt-footer-misc-logo svg {
    height: 44px;
  }

  .bt-footer-misc-logo[target="_blank"] svg {
    height: 59px;
  }
}

@media (min-width: 992px) {
  .bt-footer-misc-logo svg {
    height: 52px;
  }
}

.bt-footer-copyright {
  display: flex;
  gap: 16px;
  color: #555;
}

.bt-footer-links li {
  color: #555;
}

@media (max-width: 991px) {
  .bt-footer-copyright {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .bt-footer-copyright {
    justify-content: center;
  }
}

.bt-footer-hidden {
  display: none;
}