@font-face {
  font-family: 'Roboto Condensed';
  src: url("../font/RobotoCondensed/RobotoCondensed-Regular.ttf"); }
@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-Regular.ttf"); }
@font-face {
  font-family: 'Roboto Bold';
  src: url("../font/Roboto/Roboto-Bold.ttf"); }
@font-face {
  font-family: 'Roboto Light';
  src: url("../font/Roboto/Roboto-Light.ttf"); }
body {
  font-family: 'Roboto Condensed', sans-serif; }

.u-bg-primary {
  background-color: #002EB8; }

.u-bg-academy {
  background-color: #EF11D9; }

.u-bg-black {
  background-color: #000; }

.u-bg-white {
  background-color: #fff; }

.u-bg-lightblue {
  background-color: #E7F1FF; }

h1 small {
  color: #000;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  letter-spacing: 1.64px;
  text-transform: uppercase; }

.mt-xl {
  margin-top: 80px; }

.mt-l {
  margin-top: 50px; }
  @media screen and (max-width: 576px) {
    .mt-l {
      margin-top: 30px; } }

.mr-s {
  margin-right: 20px; }

.highlight {
  color: #002EB8; }

@media screen and (min-width: 576px) {
  .show-on-mobile {
    display: block; } }
@media screen and (min-width: 768px) {
  .show-on-mobile {
    display: none; } }

@media screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none; } }
@media screen and (min-width: 768px) {
  .hide-on-mobile {
    display: block; } }

.c-property-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 50px 0; }
  @media screen and (max-width: 768px) {
    .c-property-grid {
      grid-template-columns: 1fr 1fr;
      margin: 30px 0; } }
  @media screen and (max-width: 576px) {
    .c-property-grid {
      grid-template-columns: 1fr;
      margin: 30px 0; } }

.c-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1100px;
  margin: 50px auto; }
  @media screen and (max-width: 768px) {
    .c-team-grid {
      grid-template-columns: 1fr 1fr;
      margin: 30px 0; } }
  @media screen and (max-width: 576px) {
    .c-team-grid {
      grid-template-columns: 1fr;
      margin: 30px 0; } }

.header-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 576px) {
    .header-title {
      flex-direction: column; } }

.img-divider {
  height: 400px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .img-divider {
      height: 200px; } }

.full-height {
  height: 100%; }
  @media screen and (max-width: 768px) {
    .full-height {
      height: auto; } }

.section-margin {
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .section-margin {
      padding: 50px 20px; } }

.btn-outline-primary {
  color: #fff;
  border-color: #fff;
  border-radius: 0;
  width: fit-content;
  padding: 5px 30px;
  text-transform: uppercase; }
  .btn-outline-primary:hover {
    background-color: #000;
    border-color: #000; }

.btn-outline-secondary {
  color: #C40EAE;
  border-color: #C40EAE;
  background-color: #fff;
  border-radius: 0;
  width: fit-content;
  padding: 5px 30px;
  text-transform: uppercase; }
  .btn-outline-secondary:hover {
    background-color: #000;
    border-color: #000; }

.btn-primary {
  color: #002EB8;
  background-color: #fff;
  border-color: #002EB8;
  border-radius: 0;
  padding: 5px 30px;
  text-transform: uppercase; }
  .btn-primary:hover {
    background-color: #75F9FA;
    color: #002EB8; }

.btn-secondary {
  color: #fff;
  background-color: #002EB8;
  border-color: #002EB8;
  border-radius: 0;
  padding: 5px 30px;
  text-transform: uppercase; }
  .btn-secondary:hover {
    background-color: #000;
    border-color: #000; }

.btn-line {
  background-color: #002EB8;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 5px 0;
  text-transform: uppercase;
  margin: 20px 30px; }
  .btn-line:hover {
    background-color: #000;
    color: #fff; }

.header {
  background-color: #fff;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 15px;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #DDD; }
  .header a {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none; }
  .header a.c-nav-link {
    color: #000; }
    .header a.c-nav-link:hover {
      color: #002EB8; }
    .header a.c-nav-link.active {
      border-bottom: 1px solid #002EB8; }
  .header a.c-nav-link--academy {
    color: #C40EAE; }
    .header a.c-nav-link--academy:hover {
      color: #EF11D9; }
    .header a.c-nav-link--academy.active {
      border-bottom: 1px solid #EF11D9; }
  .header a.c-nav-link--intl {
    color: #fff;
    background: #002EB8;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-left: 10px;
    padding: 5px 11px;
    border: 1px solid #002EB8;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 11px;
    white-space: nowrap;
    vertical-align: middle; }
    .header a.c-nav-link--intl:hover {
      color: #002EB8;
      background: #fff; }

.logo-link {
  margin-right: 0 !important; }

@media screen and (min-width: 992px) {
  .header {
    padding: 15px 25px; }
    .header a.c-nav-link, .header a.c-nav-link--academy {
      margin-right: 30px; }
    .header a.c-nav-link--intl {
      margin-right: 0;
      margin-left: 8px;
      font-size: 11px;
      padding: 5px 12px; }

  .header div:first-child + div {
    display: flex;
    justify-content: center; }

  .header div:last-child {
    display: flex;
    justify-content: flex-end; } }
.c-login-link {
  display: inline-flex;
  align-items: center; }
  .c-login-link a {
    color: #002EB8;
    margin-right: 0; }
  .c-login-link svg {
    fill: #002EB8;
    margin-top: -4px; }
  .c-login-link:hover a {
    color: #000; }
  .c-login-link:hover svg {
    fill: #000; }
  .c-login-link h1 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0; }

#menu-toggle, .hamburger {
  display: none; }

@media screen and (max-width: 768px) {
  .header {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px; }
    .header .logo {
      width: 110px;
      text-align: left; }
    .header a {
      margin-right: 5px;
      margin-bottom: 30px; }
    .header a.c-nav-link--intl {
      margin-bottom: 0;
      margin-left: 4px;
      padding: 3px 6px;
      font-size: 8px;
      letter-spacing: 0.03em; }
    .header .hamburger {
      display: flex;
      flex-direction: column; }
    .header .hamburger div {
      width: 25px;
      height: 3px;
      border-radius: 3px;
      background-color: #000;
      margin-top: 5px;
      transition: all 0.3s ease-in-out; }

  .c-nav-links {
    display: none; }

  /* When hamburger checkbox is checked, menu will toggle out */
  #menu-toggle:checked ~ .c-nav-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    padding: 20px;
    right: 0;
    top: 60px;
    z-index: 30;
    background-color: #fff;
    min-width: 200px; } }
/* Animations */
#menu-toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg); }

#menu-toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg); }

#menu-toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -3px; }

/* CSS Document */
.card {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #fff; }
  .card:hover {
    border-bottom: 2px solid #002EB8; }
  .card img {
    max-width: 100%;
    transition: all 0.5s; }
  .card:hover img {
    transform: scale(1.03); }
  .card a {
    color: #000;
    text-decoration: none; }
  .card .description {
    letter-spacing: normal;
    color: #666;
    font-size: 14px;
    margin-top: 15px; }
  .card .title {
    text-transform: uppercase;
    color: #002EB8;
    margin-top: 15px;
    font-weight: bold; }

.card.team {
  border-radius: 0;
  border: none;
  border-bottom: none; }
  .card.team:hover {
    border-bottom: none; }
  .card.team img {
    max-width: 100%;
    transition: none; }
  .card.team:hover img {
    transform: none; }
  .card.team .description {
    letter-spacing: normal;
    color: #666;
    font-size: 14px;
    margin-top: 15px; }
  .card.team .title {
    text-transform: uppercase;
    color: #002EB8;
    margin-top: 15px;
    font-weight: bold; }

.card-img, .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 20px 0;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.64px; }
  .card-body--left {
    color: #000;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .card-body--left {
        font-size: 14px;
        letter-spacing: 1.4px; } }
  .card-body--right {
    color: #666;
    text-align: right;
    font-size: 12px; }

.card-footer {
  background-color: #002EB8;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  justify-content: space-between; }
  .card-footer a {
    color: #fff; }
  .card-footer a:hover {
    color: #75F9FA; }

.c-card-contact {
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #002EB8;
  margin-top: 30px; }
  .c-card-contact img {
    width: 300px; }
    @media screen and (max-width: 768px) {
      .c-card-contact img {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .c-card-contact {
      flex-direction: column; } }
  .c-card-contact .contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px; }
    .c-card-contact .contact h3 {
      font-size: 18px;
      letter-spacing: 2px; }

.c-cta {
  padding: 80px 40px;
  text-align: center; }
  .c-cta p {
    color: #fff; }

.c-cta h1, .c-cta h2 {
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.68px; }
  @media screen and (max-width: 768px) {
    .c-cta h1, .c-cta h2 {
      font-size: 24px;
      line-height: 40px; } }

@media screen and (max-width: 576px) {
  .c-cta--wrapper {
    display: flex;
    flex-direction: column; } }

.c-badge {
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.64px;
  text-transform: uppercase;
  width: fit-content; }
  .c-badge__academy {
    background-color: #EF11D9; }
  .c-badge__clients {
    background-color: #002EB8; }
  .c-badge__light {
    background-color: #75F9FA;
    color: #002EB8; }
  .c-badge__new {
    background-color: #75F9FA;
    color: #002EB8;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px; }
  .c-badge__sold {
    background-color: #000;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px; }

.c-badge-u {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 50%;
  width: 39px;
  height: 39px; }

.c-badge-logo {
  fill: #002EB8; }

.c-badge-enlarge {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 20px;
  width: 50px;
  height: 50px; }

.c-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0; }

.ico-social {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px; }
  .ico-social:last-child {
    margin-right: 0; }
  .ico-social svg {
    fill: #000; }
  .ico-social:hover {
    background-color: #EF11D9; }

footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 80px 20px; }
  footer small {
    color: rgba(255, 255, 255, 0.5); }
  footer p, footer small {
    font-family: 'Roboto Light', sans-serif;
    letter-spacing: 1.64px; }
  footer b {
    font-family: 'Roboto', sans-serif; }
  footer a {
    text-decoration: none;
    color: #fff; }
    footer a:hover {
      color: #EF11D9; }

.c-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: stretch; }
  @media screen and (max-width: 768px) {
    .c-media {
      display: flex;
      flex-direction: column;
      /*flex-direction: column-reverse;*/
      text-align: center;
      justify-content: center;
      margin-bottom: 30px; }
      .c-media.reverse-on-mobile {
        flex-direction: column-reverse; } }
  .c-media ul {
    width: 80%;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .c-media ul {
        width: 100%; } }
  .c-media li {
    list-style: none;
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-left: -30px;
    text-align: left; }

.c-media--icons {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin: 30px 0; }
  .c-media--icons div {
    text-align: center; }
  .c-media--icons svg {
    margin-bottom: 10px; }
  @media screen and (max-width: 576px) {
    .c-media--icons {
      gap: 11px; } }

.c-media--image {
  height: 100%;
  min-height: 420px;
  overflow: hidden;
  background: #ececec; }
  .c-media--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block; }
  @media screen and (max-width: 768px) {
    .c-media--image {
      min-height: 280px;
      max-height: none; } }
  .c-media--image.is-team {
    height: auto;
    min-height: 0;
    aspect-ratio: 1024 / 932; }
    .c-media--image.is-team img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }

.c-media.is-team-photo {
  align-items: stretch; }

.c-media--wrapper {
  display: flex;
  justify-content: center; }

.c-media--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 30px 0 30px; }
  @media screen and (min-width: 768px) {
    .c-media--text {
      width: 80%;
      align-items: center; } }
  @media screen and (min-width: 992px) {
    .c-media--text {
      width: 70%;
      align-items: flex-start;
      margin: 0; } }
  @media screen and (min-width: 1200px) {
    .c-media--text {
      width: 60%;
      align-items: flex-start;
      margin: 0; } }
  .c-media--text h2, .c-media--text h3 {
    font-family: 'Roboto Bold', sans-serif;
    color: #000;
    margin: 30px; }
    @media screen and (min-width: 576px) {
      .c-media--text h2, .c-media--text h3 {
        font-size: 30px; } }
    @media screen and (min-width: 768px) {
      .c-media--text h2, .c-media--text h3 {
        font-size: 30px;
        margin: 30px 0; } }
    @media screen and (min-width: 992px) {
      .c-media--text h2, .c-media--text h3 {
        font-size: 50px;
        margin: 30px 0; } }
    @media screen and (min-width: 1200px) {
      .c-media--text h2, .c-media--text h3 {
        font-size: 50px;
        margin: 50px 0; } }
  .c-media--text p {
    font-family: 'Roboto', sans-serif; }
    @media screen and (min-width: 1200px) {
      .c-media--text p {
        width: 70%; } }

.c-media-facts {
  margin-bottom: 30px;
  font-size: 11px;
  text-align: left; }
  .c-media-facts span {
    color: #002EB8;
    width: 100px;
    display: inline-block; }

.c-extra-description {
  background-color: #e7f1ff;
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .c-extra-description {
      padding: 50px 20px; } }

.c-banner {
  position: relative;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  background-size: cover;
  background-position: center center; }
  @media screen and (max-width: 576px) {
    .c-banner {
      height: 50vh; } }

.c-banner-txt {
  background: #fff;
  position: absolute;
  margin: 80px;
  z-index: 1;
  padding: 20px;
  color: #002EB8; }
  .c-banner-txt h1 {
    font-size: 30px;
    color: #002EB8;
    text-transform: uppercase; }
  @media screen and (max-width: 576px) {
    .c-banner-txt {
      margin: 20px; } }
  .c-banner-txt .avatar {
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: 2; }

.divider {
  width: 50px;
  height: 2px;
  background-color: #002EB8;
  margin-bottom: 20px; }

.c-video {
  width: 100%;
  height: 900px; }

.c-login {
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 100vh; }
  .c-login__img {
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 768px) {
      .c-login__img {
        height: 600px; } }
  .c-login__form {
    color: #002EB8; }
  .c-login .c-login-link {
    color: #002EB8;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold; }
    .c-login .c-login-link svg {
      margin-right: 10px; }
  .c-login .form-label {
    color: #B0BAC9;
    font-family: Roboto Condensed;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.125px;
    text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .c-login {
      grid-template-columns: 1fr;
      height: auto; } }

.c-login > div:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  height: 60%;
  margin: 50px auto; }

.f-button.is-next, .f-button.is-prev {
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 50%; }

.carousel.slide {
  background: #fff;
  color: #000;
  height: auto;
  width: 100%; }

.carousel-inner {
  height: 100%; }

.carousel-item h3 {
  font-family: 'Roboto Bold', sans-serif;
  color: #000; }
  @media screen and (min-width: 576px) {
    .carousel-item h3 {
      font-size: 30px; } }
  @media screen and (min-width: 768px) {
    .carousel-item h3 {
      font-size: 30px; } }
  @media screen and (min-width: 992px) {
    .carousel-item h3 {
      font-size: 50px;
      margin: 30px 0; } }
  @media screen and (min-width: 1200px) {
    .carousel-item h3 {
      font-size: 60px; } }
.carousel-item p {
  font-family: 'Roboto', sans-serif; }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
  margin-bottom: -50px; }
  @media screen and (max-width: 576px) {
    .carousel-indicators {
      margin-bottom: -10px;
      justify-content: center; } }

.carousel-indicators .active {
  background: #000 !important;
  width: 7px;
  height: 7px;
  border-radius: 100%; }

.carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  border: 2px solid #000; }

.f-carousel.has-dots {
  margin-bottom: 0 !important; }

.c-video {
  display: flex;
  justify-content: center;
  background: #000; }

video {
  width: auto;
  height: 350px;
  overflow: hidden; }
.c-hero-video video.c-hero-video__media {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important; }
  @media screen and (min-width: 992px) {
    video {
      height: 700px; } }
  @media screen and (min-width: 1200px) {
    video {
      height: 800px; } }

.c-gallery {
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .c-gallery {
      margin-bottom: 10px; } }
  @media screen and (min-width: 1200px) {
    .c-gallery .big-img {
      height: 100%; } }
  @media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .c-gallery .big-img {
      height: auto; } }

.intro {
  padding: 50px 20px; }
  @media screen and (max-width: 768px) {
    .intro {
      padding: 30px 20px 20px 20px; } }
  .intro span {
    display: inline-block;
    margin: 0 5px; }

/*.c-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr); 
  grid-template-rows: repeat(3, 1fr);    
  gap: 20px;                             
	
}
	.item {
	  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;     
  aspect-ratio: 16 / 9; 
	}
	
	.item img {
		 width: 100%;
  height: 100%;
  object-fit: cover;
  		
	}

	.item-1 {
	  grid-column: 1 / 4;
	  grid-row: 1 / 3;    
	  
	}

	.item-2 {
	  grid-column: 4 / 6; 
	  grid-row: 1 / 2;   
	  
	}

	.item-3 {
	  grid-column: 6 / 7; 
	  grid-row: 1 / 2;   
	  
	}

	.item-4 {
	  grid-column: 4 / 6; 
	  grid-row: 2 / 3;    
	 ;
	}

	.item-5 {
	  grid-column: 6 / 7; 
	  grid-row: 2 / 3;    
	  
	}*/

.c-odmena-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  overflow: hidden;
}
.c-odmena-hero__media {
  position: absolute;
  inset: -8%;
  background-size: cover;
  background-position: center 30%;
  animation: odmenaKenBurns 22s ease-in-out infinite alternate;
}
.c-odmena-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 46, 184, 0.08) 0%, rgba(0, 0, 0, 0.28) 100%);
}
.c-odmena-hero__chip {
  position: absolute;
  top: 18%;
  right: 8%;
  z-index: 2;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #75F9FA;
  color: #002EB8;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  box-shadow: 0 16px 40px rgba(0, 46, 184, 0.25);
  animation: odmenaFloat 4.5s ease-in-out infinite;
}
.c-odmena-hero .c-banner-txt {
  position: relative;
  z-index: 3;
  background: #fff;
  max-width: 560px;
  animation: odmenaRise 0.9s ease-out;
}
.c-odmena {
  padding: 80px 0;
}
.c-odmena__lead,
.c-odmena__hint {
  color: #4a5568;
  max-width: 720px;
}
.c-odmena__steps,
.c-odmena__types,
.c-odmena__rules {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.c-odmena__calc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 30px;
  align-items: stretch;
}
.c-odmena__calc-form,
.c-odmena__result,
.c-odmena__form-card {
  background: #fff;
  border: 1px solid #DDD;
  padding: 30px;
}
.c-odmena__result {
  background: #002EB8;
  color: #fff;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.c-odmena__result::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  right: -50px;
  bottom: -60px;
  background: rgba(117, 249, 250, 0.12);
}
.c-odmena__result-label {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 13px;
  margin-bottom: 8px;
}
.c-odmena__result-value {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #75F9FA;
  transition: transform 0.25s ease;
}
.c-odmena__result-value.is-updating {
  transform: scale(1.06);
}
.c-odmena__result-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.c-odmena__rules h3 {
  color: #002EB8;
  font-size: 20px;
}
.c-odmena--rules {
  background: #E7F1FF;
}
.c-odmena--form {
  background: #f7f9fc;
}
.c-odmena--types {
  background: #0b1d4d;
  color: #fff;
}
.c-odmena--types .c-odmena__lead {
  color: rgba(255, 255, 255, 0.78);
}
.c-odmena--types h2 small,
.c-odmena--types h2 .highlight {
  color: #fff;
}
.c-odmena--types .highlight {
  color: #75F9FA;
}
.c-odmena__form-card {
  max-width: 860px;
  margin: 0 auto;
}
.c-odmena__form-title {
  color: #002EB8;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 30px 0 20px;
}
.c-odmena__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.c-odmena__checks label {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.c-odmena__terms {
  background: #E7F1FF;
  padding: 20px;
  color: #002EB8;
}
.c-odmena__success {
  text-align: center;
  padding: 50px 20px;
}
.c-odmena__error {
  background: #fff3f3;
  color: #8a1f1f;
  padding: 12px 16px;
  margin-bottom: 20px;
}
.c-odmena__hp {
  position: absolute;
  left: -9999px;
  height: 0;
  opacity: 0;
}
.c-odmena .form-label {
  color: #B0BAC9;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.125px;
  text-transform: uppercase;
}
.c-odmena-card {
  background: #fff;
  border: 1px solid #DDD;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.c-odmena-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 46, 184, 0.12);
}
.c-odmena-card h3 {
  color: #002EB8;
  font-size: 22px;
  margin: 20px 20px 8px;
}
.c-odmena-card p {
  margin: 0 20px 20px;
  color: #4a5568;
}
.c-odmena-card__photo {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.c-odmena-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.c-odmena-card:hover .c-odmena-card__photo img {
  transform: scale(1.08);
}
.c-odmena-card__num {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: #002EB8;
  color: #75F9FA;
  font-size: 22px;
  font-weight: 700;
  padding: 4px 12px;
  letter-spacing: 1px;
}
.c-odmena-type {
  position: relative;
  border: 0;
  padding: 0;
  height: 280px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
}
.c-odmena-type img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease, filter 0.4s ease;
  filter: grayscale(20%);
}
.c-odmena-type span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
}
.c-odmena-type::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 46, 184, 0.72) 100%);
}
.c-odmena-type:hover img,
.c-odmena-type.is-active img {
  transform: scale(1.08);
  filter: grayscale(0);
}
.js-odmena .is-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js-odmena .is-reveal.is-in {
  opacity: 1;
  transform: none;
}
@keyframes odmenaKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.12) translate3d(-2%, -2%, 0); }
}
@keyframes odmenaFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes odmenaRise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@media screen and (max-width: 768px) {
  .c-odmena-hero {
    height: auto;
    min-height: 70vh;
    overflow: visible;
    padding-bottom: 20px;
  }
  .c-odmena-hero__chip { display: none; }
  .c-odmena__calc,
  .c-odmena__steps,
  .c-odmena__types,
  .c-odmena__rules {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-odmena-hero__media,
  .c-odmena-hero__chip,
  .c-odmena-hero .c-banner-txt,
  .is-reveal {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.c-reviews {
  align-items: flex-start !important;
  width: 86% !important; }
  .c-reviews .c-badge {
    margin-bottom: 18px; }

.c-reviews__score {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 22px;
  font-family: 'Roboto', sans-serif; }
  .c-reviews__score strong {
    font-size: 36px;
    line-height: 1;
    color: #000;
    letter-spacing: -0.03em; }

.c-reviews__g { flex-shrink: 0; }

.c-reviews__stars {
  color: #F4B400;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 1; }

.c-reviews__count,
.c-reviews__link {
  color: #002EB8;
  font-size: 14px;
  letter-spacing: 0.4px; }

.c-reviews__count:hover,
.c-reviews__link:hover { color: #000; }

.c-reviews__carousel {
  width: 100%;
  min-height: 220px;
  padding-bottom: 8px;
  overflow: visible; }
  .c-reviews__carousel .carousel-indicators {
    position: relative;
    bottom: auto;
    margin-bottom: 0;
    margin-top: 22px; }

.c-reviews__quote {
  font-family: 'Roboto', sans-serif !important;
  font-size: 20px !important;
  line-height: 1.45;
  color: #000;
  margin: 0 0 16px 0;
  max-width: 36ch; }
@media screen and (min-width: 992px) {
  .c-reviews__quote { font-size: 24px !important; } }

.c-reviews__meta {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px; }

.c-reviews__link {
  display: inline-block;
  margin-top: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 12px; }


.c-faq { max-width: 820px; }
.c-faq__intro { max-width: 52ch; margin: 0 auto 12px; color: #555; }
.c-faq__note { max-width: 56ch; margin: 0 auto 28px; color: #777; font-size: 14px; }
.c-faq__toc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  margin: 0 auto 40px;
  max-width: 640px;
}
.c-faq__toc a {
  font-size: 13px;
  color: #002EB8;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 46, 184, 0.25);
}
.c-faq__toc a:hover { border-bottom-color: #002EB8; }
.c-faq__section {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 40px 0 8px;
  color: #000;
  scroll-margin-top: 96px;
}
.c-faq__list { text-align: left; }
.c-faq__item { border-bottom: 1px solid #002EB8; padding: 18px 0; }
.c-faq__q {
  cursor: pointer;
  list-style: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #000;
  padding-right: 28px;
}
.c-faq__q::-webkit-details-marker { display: none; }
.c-faq__q::after { content: "+"; float: right; color: #002EB8; font-weight: 400; margin-right: -28px; }
.c-faq__item[open] .c-faq__q::after { content: "–"; }
.c-faq__a { margin-top: 12px; color: #444; line-height: 1.55; }
.c-faq__a p { margin: 0; font-family: 'Roboto', sans-serif; font-size: 16px; }


.c-faq__intro { max-width: 42ch; margin: 0 auto 36px; color: #555; }
.c-faq__list { text-align: left; }
.c-faq__item { border-bottom: 1px solid #e6e6e6; padding: 18px 0; }
.c-faq__q { cursor: pointer; list-style: none; font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 18px; color: #000; }
.c-faq__q::-webkit-details-marker { display: none; }
.c-faq__q::after { content: "+"; float: right; color: #002EB8; font-weight: 400; }
.c-faq__item[open] .c-faq__q::after { content: "–"; }
.c-faq__a { margin-top: 12px; color: #444; line-height: 1.5; }
.c-faq__a p { margin: 0; font-family: 'Roboto', sans-serif; font-size: 16px; }

/* ===== Growth positioning / CRO ===== */
.c-position { padding: 72px 0 40px; text-align: center; background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%); }
.c-position__eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; color: #002EB8; margin-bottom: 12px; }
.c-position__title { font-size: clamp(28px, 4vw, 44px); font-weight: 700; max-width: 22ch; margin: 0 auto 12px; line-height: 1.12; }
.c-position__claim { font-size: clamp(20px, 2.8vw, 30px); font-weight: 600; color: #002EB8; margin: 0 auto 20px; line-height: 1.25; max-width: 28ch; }
.c-position__lead { max-width: 62ch; margin: 0 auto 28px; color: #444; font-size: 18px; line-height: 1.55; }
.c-intent { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.c-intent__btn { display: inline-block; padding: 12px 18px; background: #002EB8; color: #fff !important; text-decoration: none; font-weight: 700; font-size: 14px; }
.c-intent__btn:hover { background: #001f7a; color: #fff !important; }
.c-intent__btn--ghost { background: transparent; color: #002EB8 !important; border: 1px solid #002EB8; }
.c-intent__btn--ghost:hover { background: #002EB8; color: #fff !important; }
.c-proofs { padding: 48px 0 64px; }
.c-proofs__title { text-align: center; font-size: 28px; font-weight: 700; margin-bottom: 36px; }
.c-proofs__intro { text-align: center; color: #666; margin-bottom: 36px; }
.c-proofs__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.c-proof { padding: 22px 20px; border-top: 3px solid #002EB8; background: #fafbfd; }
.c-proof h3 { font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.c-proof p { margin: 0; color: #555; font-size: 15px; line-height: 1.45; }
.c-app-band { background: #002EB8; color: #fff; padding: 56px 0; }
.c-app-band__inner { max-width: 760px; }
.c-app-band h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); margin-bottom: 12px; }
.c-app-band p { color: rgba(255,255,255,.9); max-width: 52ch; margin-bottom: 24px; }
.c-app-band .c-position__eyebrow { color: #9ec0ff; }
.c-app-band .btn-primary { background: #fff; border-color: #fff; color: #002EB8; }
.c-app-band .btn-primary:hover { background: #e8eefc; border-color: #e8eefc; color: #002EB8; }
.c-app-band .btn-outline-primary { border-color: #fff; color: #fff; }
.c-app-band .btn-outline-primary:hover { background: #fff; color: #002EB8; }
.c-landing { padding-top: 48px; padding-bottom: 64px; }
.c-landing h1 { font-size: clamp(28px, 4vw, 40px); font-weight: 700; margin-bottom: 12px; }
.c-landing__lead { max-width: 60ch; font-size: 18px; color: #444; margin-bottom: 36px; }
.c-landing__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
@media (max-width: 900px) { .c-landing__grid { grid-template-columns: 1fr; } }
.c-landing__list { padding-left: 1.1rem; margin: 12px 0 24px; }
.c-landing__list li { margin-bottom: 8px; }
.c-landing__form { background: #f7f9fc; padding: 28px 24px; border-top: 3px solid #002EB8; }
.c-hp { position: absolute; left: -9999px; height: 0; width: 0; opacity: 0; }
.c-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }

.c-cta.u-bg-primary .btn-outline-primary { border-color: #fff; color: #fff; }
.c-cta.u-bg-primary .btn-outline-primary:hover { background: #fff; color: #002EB8; }
.c-app-band .btn-primary { background: #fff; border-color: #fff; color: #002EB8; font-weight: 700; }
.c-app-band .btn-primary:hover { background: #e8eefc; color: #002EB8; }

/* ===== Hero video (homepage) ===== */
.c-hero-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: min(78vh, 900px);
  height: auto;
  overflow: hidden;
  /* Never a black void while loading / if video fails */
  background: #0a0a0a url("../img/hero-video-poster.jpg") center 18% / cover no-repeat;
}
.c-hero-video__media {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center 18%;
  border: 0;
  z-index: 1;
  pointer-events: none;
  /* Hidden until user starts playback — prevents Safari black surface */
  visibility: hidden;
}
.c-hero-video.is-playing .c-hero-video__media {
  visibility: visible;
}
.c-hero-video__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  z-index: 2;
  pointer-events: none;
  transition: opacity .45s ease;
}
.c-hero-video.is-playing .c-hero-video__poster {
  opacity: 0;
}
.c-hero-video__sound {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 0;
  background: rgba(0, 46, 184, .92);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  cursor: pointer;
}
.c-hero-video__sound:hover {
  background: #001f7a;
}
@media (max-width: 768px) {
  .c-hero-video {
    max-height: 56vh;
  }
  .c-hero-video__media,
  .c-hero-video__poster {
    object-position: center 12%;
  }
  .c-hero-video__sound {
    right: 10px;
    bottom: 10px;
    padding: 8px 12px;
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-hero-video__media { display: none !important; }
  .c-hero-video.is-playing .c-hero-video__poster { opacity: 1; }
  .c-hero-video__sound { display: none; }
}

/* ===== Analýza hodnoty landing ===== */
@keyframes c-analyza-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .35; transform: scale(.85); }
}
.c-analyza-hero {
  position: relative;
  padding: 64px 0 72px;
  background: #002EB8;
  color: #fff;
  overflow: hidden;
}
.c-analyza-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/banner-service.jpg") center/cover no-repeat;
  opacity: .12;
  mix-blend-mode: luminosity;
}
.c-analyza-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.c-analyza-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 700;
  color: #9ec0ff;
  margin-bottom: 16px;
}
.c-analyza-hero h1 {
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 18px;
  color: #fff;
}
.c-analyza-hero__lead {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,.88);
  max-width: 48ch;
  margin-bottom: 24px;
}
.c-analyza-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.c-analyza-hero__tags li {
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(4px);
}
.c-analyza-hero__cta {
  font-weight: 700;
  padding: 14px 28px;
}
.c-analyza-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.c-analyza-hero__ghost {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.c-analyza-preview {
  background: #fff;
  overflow: hidden;
  border: 1px solid #dce3f0;
}
.c-analyza-preview.is-live {
  outline: 1px solid rgba(0,46,184,.18);
}
.c-analyza-preview__head {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: #f0f4fa;
  font-size: 12px;
  font-weight: 600;
  color: #555;
}
.c-analyza-preview__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0d8e8;
}
.c-analyza-preview__dot:first-child { background: #ff5f57; }
.c-analyza-preview__dot:nth-child(2) { background: #febc2e; }
.c-analyza-preview__dot:nth-child(3) { background: #28c840; }
.c-analyza-preview__live {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #002EB8;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 11px;
}
.c-analyza-preview__live i,
.c-analyza-live__pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  animation: c-analyza-pulse 1.6s ease-in-out infinite;
}
.c-analyza-preview__body { padding: 24px 22px 28px; color: #222; }
.c-analyza-preview__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #002EB8;
  font-weight: 700;
  margin-bottom: 16px;
}
.c-analyza-preview__track {
  position: relative;
  height: 10px;
  background: #e8ecf4;
  border-radius: 999px;
  margin-bottom: 10px;
}
.c-analyza-preview__fill,
.c-analyza-form__progress span,
.c-analyza-form__mini-meter span {
  position: absolute;
  left: 0;
  top: 0;
  width: 8%;
  height: 100%;
  background: #002EB8;
  border-radius: 999px;
  transition: width .35s ease;
}
.c-analyza-preview__pin {
  position: absolute;
  left: 8%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  background: #002EB8;
  border: 3px solid #fff;
  border-radius: 50%;
  transition: left .35s ease;
}
.c-analyza-preview__values {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #666;
  margin-bottom: 22px;
}
.c-analyza-preview__values strong { color: #002EB8; font-size: 13px; }
.c-analyza-preview__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.c-analyza-preview__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid #eef1f6;
  color: #888;
  transition: color .25s ease;
}
.c-analyza-preview__list li.is-on { color: #111; font-weight: 600; }
.c-analyza-preview__list span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.c-analyza-preview__list .is-ok { background: #28a745; }
.c-analyza-preview__list .is-warn { background: #ffc107; }
.c-analyza-preview__subject {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin: 0 0 16px;
  min-height: 2.4em;
}
.c-analyza-preview__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  margin: 0 0 16px;
}
.c-analyza-preview__meta dt {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #888;
  margin: 0;
}
.c-analyza-preview__meta dd {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #bbb;
}
.c-analyza-preview__meta dd.is-set { color: #111; }
.c-analyza-preview__note {
  margin: 12px 0 0;
  font-size: 12px;
  color: #666;
  line-height: 1.45;
}
.c-analyza-proof {
  padding: 36px 0 40px;
  background: #0b1c5c;
  color: #fff;
}
.c-analyza-proof__grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
  padding: 0;
  margin: 0;
}
.c-analyza-proof__grid li {
  margin: 0;
  padding: 8px 8px 8px 0;
  border-left: 3px solid rgba(255,255,255,.28);
  padding-left: 20px;
}
.c-analyza-proof__grid strong {
  display: block;
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.03em;
  margin-bottom: 10px;
  font-variant-numeric: tabular-nums;
}
.c-analyza-proof__grid li > span {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255,255,255,.78);
  max-width: 22ch;
}
.c-analyza-video {
  padding: 72px 0 80px;
  background: #00143d;
  color: #fff;
}
.c-analyza-video__head {
  max-width: 40rem;
  margin: 0 auto 32px;
  text-align: center;
}
.c-analyza-video__eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 700;
  color: #9ec0ff;
  margin-bottom: 12px;
}
.c-analyza-video__head h2 {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
.c-analyza-video__head p {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.55;
}
.c-analyza-video__player {
  margin: 0 auto;
  max-width: 920px;
}
.c-analyza-video__frame {
  position: relative;
  padding-top: 56.25%;
  background: #000 url("../img/video-poster.jpg") center/cover no-repeat;
  overflow: hidden;
}
.c-analyza-video__frame > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c-analyza-video__frame iframe,
.c-analyza-video__frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}
.c-analyza-video__play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  background: linear-gradient(180deg, rgba(0,20,61,.15) 0%, rgba(0,20,61,.55) 100%);
  color: #fff;
  cursor: pointer;
}
.c-analyza-video__play-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  box-shadow: 0 12px 32px rgba(0,0,0,.28);
  animation: c-analyza-play 2.2s ease-in-out infinite;
}
.c-analyza-video__play-icon::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 24px;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #002EB8;
}
.c-analyza-video__play-label {
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
}
.c-analyza-video__wait {
  display: none;
  position: absolute;
  inset: auto 8% 18%;
  z-index: 3;
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0,0,0,.45);
}
.c-analyza-video__player.is-waiting .c-analyza-video__wait { display: block; }
.c-analyza-video__player.is-waiting .c-analyza-video__play-label { display: none; }
.c-analyza-video__player.is-playing .c-analyza-video__play,
.c-analyza-video__player.is-playing > .c-analyza-video__frame > img { display: none; }
.c-analyza-video__player figcaption {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(255,255,255,.62);
  text-align: center;
}
@keyframes c-analyza-play {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
.c-analyza-benefit.is-not {
  background: #fff;
  border-top-color: #111;
}
.c-analyza-benefit.is-not .c-analyza-benefit__icon { color: #111; }
.c-analyza-compare {
  padding: 72px 0 80px;
  background: #f7f9fc;
}
.c-analyza-compare__head {
  max-width: 46rem;
  margin: 0 auto 32px;
  text-align: center;
}
.c-analyza-compare__head h2 {
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  margin-bottom: 12px;
}
.c-analyza-compare__head p {
  margin: 0;
  color: #555;
  line-height: 1.55;
  font-size: 17px;
}
.c-analyza-board {
  background: #fff;
  border: 1px solid #dce3f0;
  box-shadow: 0 16px 40px rgba(0,46,184,.06);
}
.c-analyza-vs {
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  align-items: stretch;
}
.c-analyza-vs__col {
  padding: 28px 32px 32px;
}
.c-analyza-vs__col.is-ask {
  background: #f4f6fa;
}
.c-analyza-vs__col.is-sold {
  background: #002EB8;
  color: #fff;
}
.c-analyza-vs__eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #888;
}
.c-analyza-vs__col.is-sold .c-analyza-vs__eyebrow { color: #9ec0ff; }
.c-analyza-vs__col h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.c-analyza-vs__col.is-sold h3 { color: #fff; }
.c-analyza-vs__col p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}
.c-analyza-vs__col.is-sold p { color: rgba(255,255,255,.88); }
.c-analyza-vs__mark {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #002EB8;
  background: #fff;
  border-left: 1px solid #dce3f0;
  border-right: 1px solid #dce3f0;
}
.c-analyza-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  counter-reset: astep;
  border-top: 1px solid #dce3f0;
}
.c-analyza-timeline li {
  padding: 24px 22px 28px;
  border-right: 1px solid #dce3f0;
  counter-increment: astep;
}
.c-analyza-timeline li:last-child { border-right: 0; }
.c-analyza-timeline li::before {
  content: counter(astep);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  background: #002EB8;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.c-analyza-timeline strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}
.c-analyza-timeline span { color: #555; font-size: 14px; line-height: 1.45; }
.c-analyza-faq { padding: 0 0 72px; background: #fff; }
.c-analyza-form__progress,
.c-analyza-form__mini-meter {
  position: relative;
  height: 4px;
  background: #e8ecf4;
  margin: 0 0 16px;
  overflow: hidden;
}
.c-analyza-form__mini-meter { margin: 8px 0 16px; }
.c-analyza-wizard__nav {
  display: flex;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  border-bottom: 1px solid #e8ecf4;
}
.c-analyza-wizard__nav button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 8px 12px 10px;
  font-size: 13px;
  font-weight: 700;
  color: #777;
  cursor: pointer;
}
.c-analyza-wizard__nav button[aria-current="step"] {
  color: #002EB8;
  border-bottom-color: #002EB8;
}
.c-analyza-panel__title {
  font-weight: 700;
  margin-bottom: 16px;
}
.c-analyza-panel__hint {
  color: #dc3545;
  font-size: 13px;
  font-weight: 600;
  margin: -8px 0 12px;
}
.c-analyza-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.c-analyza-type {
  margin: 0;
  cursor: pointer;
  position: relative;
}
.c-analyza-type input {
  position: absolute;
  inset: 0;
  opacity: 0.01;
  cursor: pointer;
  margin: 0;
  z-index: 1;
}
.c-analyza-type span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 108px;
  padding: 16px 12px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #dce3f0;
  background: #f7f9fc;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.c-analyza-type svg {
  width: 28px;
  height: 28px;
  display: block;
}
.c-analyza-type:hover span {
  border-color: #002EB8;
  transform: translateY(-2px);
}
.c-analyza-type input:focus-visible + span {
  outline: 2px solid #002EB8;
  outline-offset: 2px;
}
.c-analyza-type input:checked + span {
  border-color: #002EB8;
  background: #002EB8;
  color: #fff;
}
.c-analyza-mini-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.c-analyza-mini-chips--wrap { margin: 0 0 16px; }
.c-analyza-mini-chips button {
  border: 1px solid #dce3f0;
  background: #fff;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  cursor: pointer;
}
.c-analyza-mini-chips button.is-active,
.c-analyza-mini-chips button:hover {
  background: #002EB8;
  border-color: #002EB8;
  color: #fff;
}
.c-analyza-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 14px;
}
.c-analyza-panel__nav {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 8px;
}
.c-analyza-thanks h3 { font-weight: 700; margin-bottom: 8px; }
.c-analyza-form.is-ready .c-analyza-panel { display: none; }
.c-analyza-form.is-ready .c-analyza-panel.is-active { display: block; }
.c-analyza-form-side__live {
  background: #002EB8;
  color: #fff;
  padding: 18px 20px;
  margin-bottom: 20px;
}
.c-analyza-form-side__pct {
  margin: 0 0 6px;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.c-analyza-form-side__pct strong {
  font-size: 28px;
  font-weight: 700;
  display: block;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.1;
  margin-bottom: 4px;
}
.c-analyza-form-side__subject {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255,255,255,.86);
}
.c-analyza-form-side__process {
  box-shadow: none;
}
.c-analyza-section__title {
  text-align: center;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  margin-bottom: 40px;
}
.c-analyza-section__title--light { color: #fff; }
.c-analyza-benefits { padding: 64px 0; background: #fff; }
.c-analyza-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.c-analyza-benefit {
  padding: 28px 22px;
  background: #f7f9fc;
  border-top: 3px solid #002EB8;
  transition: transform .25s ease, box-shadow .25s ease;
}
.c-analyza-benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,46,184,.1);
}
.c-analyza-benefit__icon {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #002EB8;
  letter-spacing: .06em;
  margin-bottom: 12px;
}
.c-analyza-benefit h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}
.c-analyza-benefit p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}
.c-analyza-steps {
  padding: 64px 0;
  background: linear-gradient(180deg, #002EB8 0%, #001f7a 100%);
  color: #fff;
}
.c-analyza-steps__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  counter-reset: step;
}
.c-analyza-steps__list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.c-analyza-steps__num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  font-weight: 700;
  font-size: 18px;
}
.c-analyza-steps__list h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fff;
}
.c-analyza-steps__list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255,255,255,.82);
}
.c-analyza-form-wrap {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
}
.c-analyza-form-wrap__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.c-analyza-form-side h2 {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  margin-bottom: 12px;
}
.c-analyza-form-side > p {
  color: #555;
  line-height: 1.55;
  margin-bottom: 32px;
}
.c-analyza-form-side__process {
  background: #fff;
  border-left: 3px solid #002EB8;
  padding: 20px 24px;
  margin-bottom: 28px;
  box-shadow: 0 4px 20px rgba(0,46,184,.06);
}
.c-analyza-form-side__process h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.c-analyza-form-side__process ol {
  padding-left: 1.2rem;
  margin: 0 0 12px;
  font-size: 14px;
  color: #444;
}
.c-analyza-form-side__process li { margin-bottom: 6px; }
.c-analyza-form-side__app { margin: 0; font-size: 14px; }
.c-analyza-quote {
  margin: 0;
  padding: 22px 32px 26px;
  background: #f7f9fc;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #dce3f0;
  box-shadow: none;
}
.c-analyza-quote p {
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 8px;
}
.c-analyza-quote cite {
  font-size: 13px;
  color: #666;
  font-style: normal;
}
.c-analyza-form {
  background: #fff;
  padding: 32px 28px;
  box-shadow: 0 16px 48px rgba(0,46,184,.12);
  border-top: 4px solid #002EB8;
  position: sticky;
  top: 24px;
}
.c-analyza-form__status {
  font-weight: 600;
  margin-bottom: 16px;
  min-height: 1.4em;
}
.c-analyza-form__status.is-success { color: #198754; }
.c-analyza-form__status.is-error { color: #dc3545; }
.c-analyza-input:focus {
  border-color: #002EB8;
  box-shadow: 0 0 0 .2rem rgba(0,46,184,.15);
}
.c-analyza-form__submit {
  font-weight: 700;
  padding: 14px;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 993px) {
  .c-analyza-timeline { grid-template-columns: 1fr 1fr; }
  .c-analyza-timeline li:nth-child(2n) { border-right: 0; }
}
@media (max-width: 992px) {
  .c-analyza-hero__grid,
  .c-analyza-form-wrap__grid { grid-template-columns: 1fr; }
  .c-analyza-benefits__grid { grid-template-columns: repeat(2, 1fr); }
  .c-analyza-steps__list { grid-template-columns: 1fr; }
  .c-analyza-form { position: static; }
  .c-analyza-hero__visual { order: -1; max-width: 420px; margin: 0 auto; }
  .c-analyza-proof__grid,
  .c-analyza-timeline { grid-template-columns: 1fr; }
  .c-analyza-vs { grid-template-columns: 1fr; }
  .c-analyza-vs__mark {
    border: 0;
    border-top: 1px solid #dce3f0;
    border-bottom: 1px solid #dce3f0;
    padding: 8px 0;
  }
  .c-analyza-timeline li { border-right: 0; border-bottom: 1px solid #dce3f0; }
  .c-analyza-timeline li:last-child { border-bottom: 0; }
}
@media (max-width: 560px) {
  .c-analyza-benefits__grid { grid-template-columns: 1fr; }
  .c-analyza-hero { padding: 48px 0 56px; }
  .c-analyza-types { grid-template-columns: 1fr 1fr; }
  .c-analyza-video { padding: 56px 0 64px; }
}
@media (prefers-reduced-motion: reduce) {
  .c-analyza-preview__live i { animation: none; }
  .c-analyza-preview__fill,
  .c-analyza-preview__pin,
  .c-analyza-form__progress span,
  .c-analyza-form__mini-meter span,
  .c-analyza-type span,
  .c-analyza-benefit,
  .c-analyza-video__play-icon { transition: none; animation: none; }
}


/* Rebuild Phase B — seller funnel */
.c-position__eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #002EB8;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.c-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  list-style: none;
  padding: 1.25rem 0 0;
  margin: 1.5rem 0 0;
  border-top: 1px solid rgba(0, 46, 184, 0.12);
}
.c-trust-strip li {
  font-size: 0.9rem;
  color: #334;
}
.c-proofs__lead {
  max-width: 42rem;
  margin: 0 auto 1.75rem;
  text-align: center;
  color: #445;
}
.c-process {
  padding: 4rem 0;
  background: linear-gradient(180deg, #f7f8fc 0%, #fff 100%);
}
.c-process__title {
  text-align: center;
  margin-bottom: 1.75rem;
}
.c-process__list {
  max-width: 40rem;
  margin: 0 auto 1.75rem;
  padding-left: 1.25rem;
}
.c-process__list li {
  margin-bottom: 0.85rem;
  line-height: 1.5;
}
.c-final-cta {
  padding: 3.5rem 0;
  background: #002EB8;
  color: #fff;
}
.c-final-cta h2 {
  color: #fff;
  margin-bottom: 1.25rem;
}
.c-final-cta .btn-primary {
  background: #fff;
  color: #002EB8;
  border-color: #fff;
}
.c-nav-link--cta {
  font-weight: 700;
  color: #002EB8 !important;
}
.c-money-hero {
  padding: 4rem 0 3rem;
  background:
    linear-gradient(135deg, rgba(0, 46, 184, 0.06), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 80% 20%, rgba(0, 46, 184, 0.08), transparent 45%);
}
.c-money-hero__eyebrow {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #002EB8;
  font-weight: 600;
}
.c-money-hero h1 {
  max-width: 18ch;
  margin: 0.5rem 0 1rem;
}
.c-money-hero__lead {
  max-width: 38rem;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #334;
}
.c-money-section {
  padding: 3rem 0;
}
.c-money-section--alt {
  background: #f7f8fc;
}
.c-money-section h2 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}
.c-money-section h2:first-child {
  margin-top: 0;
}
.header__primary {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.header--rebuild .c-nav-link,
.header--rebuild .c-nav-link--academy,
.header--rebuild .c-login-link a {
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  /* Side columns size to their content so the nav is not squeezed into a rigid third */
  .header--rebuild {
    grid-template-columns: auto 1fr auto;
  }
  .header--rebuild .c-nav-links {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .header--rebuild a.c-nav-link,
  .header--rebuild a.c-nav-link--academy {
    margin-right: 22px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header--rebuild a.c-nav-link,
  .header--rebuild a.c-nav-link--academy,
  .header--rebuild .c-login-link a {
    font-size: 12px;
  }
  .header--rebuild a.c-nav-link,
  .header--rebuild a.c-nav-link--academy {
    margin-right: 14px;
  }
}
/* Below desktop the International badge would wrap the left block — show it in the menu instead */
.c-nav-link--intl-menu { display: none; }
@media screen and (max-width: 991px) {
  .header__primary a.c-nav-link {
    margin-right: 12px;
    font-size: 12px;
  }
  .header__primary a.c-nav-link--intl { display: none; }
  .c-nav-link--intl-menu { display: inline-block; }
}
@media (max-width: 767px) {
  .c-trust-strip { gap: 0.35rem 0.85rem; }
}

/* The listing grids carry v-cloak, but the rule that makes it work was missing,
   so raw {{ item.street }} markup flashed before Vue mounted. */
[v-cloak] { display: none !important; }

/* ===== Phase C — autorita ===== */
.c-auth-hero {
  padding: 4rem 0 3rem;
  background: #002EB8;
  color: #fff;
}
.c-auth-hero__grid {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
  align-items: center;
}
.c-auth-hero__eyebrow {
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #9ec0ff;
  margin-bottom: 14px;
}
.c-auth-hero h1 {
  color: #fff;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 16px;
}
.c-auth-hero__lead {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255,255,255,.88);
  max-width: 52ch;
  margin-bottom: 22px;
}
.c-auth-hero__photo {
  margin: 0;
}
.c-auth-hero__photo img {
  width: 100%;
  height: auto;
  display: block;
  background: #001f7a;
}
.c-auth-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.c-auth-hero__tags li {
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.28);
  font-size: 13px;
  font-weight: 600;
}
.c-auth-hero .btn-primary {
  background: #fff;
  color: #002EB8;
  border-color: #fff;
  font-weight: 700;
}
.c-auth-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 28px;
}
.c-auth-hero__ghost {
  color: #fff;
  font-weight: 600;
  text-underline-offset: 4px;
}
.c-auth-section { padding: 3.25rem 0; }
.c-auth-section--alt { background: #f7f9fc; }
.c-auth-section h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  margin-bottom: 12px;
}
.c-auth-section p,
.c-auth-section li { line-height: 1.55; color: #334; }
.c-auth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 28px;
}
.c-auth-card {
  background: #fff;
  border-top: 3px solid #002EB8;
  padding: 22px 20px;
}
.c-auth-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.c-auth-card p { margin: 0; font-size: 14px; color: #555; }
.c-auth-card a { font-weight: 700; }
.c-auth-card.is-soon {
  border-top-color: #bbb;
  background: #f7f9fc;
}
.c-auth-empty {
  padding: 20px 22px;
  background: #fff;
  border-left: 3px solid #002EB8;
}
.c-auth-empty p { margin: 0; }
.c-auth-byline {
  font-size: 14px;
  color: #555;
  margin: 0 0 24px;
}
.c-auth-answer {
  font-size: 18px;
  line-height: 1.55;
  max-width: 58ch;
  margin-bottom: 28px;
}
.c-auth-topics {
  columns: 2;
  gap: 32px;
  margin: 16px 0 0;
  padding-left: 1.2rem;
}
.c-auth-topics li { margin-bottom: 6px; break-inside: avoid; }
.c-auth-quote {
  margin: 0;
  padding: 20px 22px;
  background: #fff;
  border-left: 3px solid #002EB8;
}
.c-auth-quote p { font-style: italic; margin-bottom: 8px; }
.c-auth-quote cite { font-style: normal; font-size: 13px; color: #666; }
.c-auth-contact a { font-weight: 700; }
@media (max-width: 992px) {
  .c-auth-hero__grid,
  .c-auth-grid { grid-template-columns: 1fr; }
  .c-auth-hero__photo { max-width: 280px; }
  .c-auth-topics { columns: 1; }
}
