.ankka-calc{
  max-width: 980px;
  margin: 0 auto;
  padding: 34px 28px 28px;
  border-radius: 24px;
  background: rgba(20,20,24,0.72);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 20px 60px rgba(0,0,0,0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.ankka-calc__head{
  margin-bottom: 22px;
}

.ankka-calc__eyebrow{
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ff9900;
  opacity: .95;
}

.ankka-calc h1{
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.08;
}

.ankka-calc__intro{
  margin: 0;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.55;
  opacity: .78;
}

.ankka-calc__grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 28px;
}

.ankka-calc__card{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}

.ankka-calc__text{
  flex: 1 1 auto;
}

.ankka-calc__text h3{
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.ankka-calc__text p{
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  opacity: .76;
}

.ankka-stepper{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.ankka-stepper button{
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  background: rgba(255,255,255,0.10);
  color: #ffffff;
  cursor: pointer;
  transition: .2s ease;
}

.ankka-stepper button:hover{
  background: rgba(255,153,0,0.22);
}

.ankka-stepper input{
  width: 86px;
  height: 42px;
  border: 0;
  border-radius: 10px;
  background: rgba(0,0,0,0.28);
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.ankka-static-price{
  min-width: 120px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 14px;
  background: rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.10);
  font-size: 24px;
  font-weight: 700;
  color: #ff9900;
}

.ankka-total-box{
  margin-top: 20px;
  padding: 20px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,153,0,0.18), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,153,0,0.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ankka-total-box__label{
  font-size: 16px;
  font-weight: 600;
  opacity: .9;
}

.ankka-total-box__value{
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  color: #ff9900;
}

.ankka-calc__actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
}

.ankka-reset{
  min-width: 130px;
  border-radius: 12px;
}

@media (max-width: 767px){
  .ankka-calc{
    padding: 24px 16px 20px;
    border-radius: 18px;
  }

  .ankka-calc h1{
    font-size: 30px;
  }

  .ankka-calc__intro{
    font-size: 15px;
  }

  .ankka-calc__card{
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }

  .ankka-stepper{
    width: 100%;
    justify-content: space-between;
  }

  .ankka-stepper input{
    flex: 1 1 auto;
    width: auto;
  }

  .ankka-static-price{
    width: 100%;
  }

  .ankka-total-box{
    flex-direction: column;
    align-items: flex-start;
  }

  .ankka-total-box__value{
    font-size: 30px;
  }

  .ankka-calc__actions{
    flex-direction: column;
    align-items: stretch;
  }

  .ankka-calc__actions .button,
  .ankka-calc__actions .ankka-reset{
    width: 100%;
  }
}

.seo-hidden{
  display: none;
}

.contact-card{
  height: 100%;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 14px 40px rgba(0,0,0,0.18);
}

.contact-card__top{
  margin-bottom: 14px;
}

.contact-card__eyebrow{
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ff9900;
  opacity: .95;
}

.contact-card h3{
  margin: 0;
}

.contact-card__text{
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.55;
  opacity: .84;
}

.contact-card__meta{
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.5;
  opacity: .62;
}

.contact-card .button{
  margin-top: auto;
}

@media (max-width: 767px){
  .contact-card{
    min-height: auto;
    padding: 20px 18px;
  }
}

.login-key-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
}

.login-key-icon i{
  font-size:140px;
  color:#66ccff;
  text-shadow:
    0 0 10px rgba(102,204,255,0.8),
    0 0 20px rgba(102,204,255,0.6),
    0 0 40px rgba(102,204,255,0.5),
    0 0 80px rgba(102,204,255,0.35);
  animation: ankkaKeyGlow 3s ease-in-out infinite;
}

@keyframes ankkaKeyGlow{
  0%{
    text-shadow:
      0 0 8px rgba(102,204,255,0.6),
      0 0 20px rgba(102,204,255,0.4),
      0 0 40px rgba(102,204,255,0.25);
  }

  50%{
    text-shadow:
      0 0 14px rgba(102,204,255,1),
      0 0 40px rgba(102,204,255,0.8),
      0 0 80px rgba(102,204,255,0.6);
  }

  100%{
    text-shadow:
      0 0 8px rgba(102,204,255,0.6),
      0 0 20px rgba(102,204,255,0.4),
      0 0 40px rgba(102,204,255,0.25);
  }
}

.start-hero .content{
  z-index: 2;
}

.start-hero .background{
  position: absolute;
}

.start-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(10,10,14,0.82) 0%, rgba(10,10,14,0.68) 38%, rgba(10,10,14,0.42) 100%);
  z-index:1;
  pointer-events:none;
}

.start-copy{
  position:relative;
  z-index:2;
  max-width: 560px;
}

.start-eyebrow{
  margin:0 0 14px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#ff9900;
  opacity:.96;
}

.start-copy h1{
  margin:0 0 16px;
  font-size:58px;
  line-height:1.04;
  letter-spacing:-0.02em;
}

.start-lead{
  margin:0 0 22px;
  font-size:20px;
  line-height:1.55;
  opacity:.86;
}

.start-benefits{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.start-benefits li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  font-size:16px;
  line-height:1.45;
  opacity:.94;
}

.start-benefits i{
  font-size:18px;
  line-height:1;
  color:#ff9900;
  margin-top:3px;
  flex:0 0 auto;
}

.start-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.start-note{
  margin-top:18px;
  font-size:13px;
  line-height:1.5;
  opacity:.58;
  max-width:520px;
}

.start-demo-card{
  position:relative;
  z-index:2;
  padding:24px;
  border-radius:24px;
  background:rgba(18,18,24,0.64);
  border:1px solid rgba(255,255,255,0.12);
  box-shadow:0 20px 60px rgba(0,0,0,0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.start-demo-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}

.start-demo-card__eyebrow{
  margin:0 0 6px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#66ccff;
  opacity:.95;
}

.start-demo-card__top h3{
  margin:0;
  font-size:26px;
  line-height:1.15;
}

.start-tabs{
  margin:0 0 18px;
}

.start-tabs li{
  border-radius:999px;
}

.start-slider{
  margin-top:0 !important;
}

.start-video-thumb{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  cursor:pointer;
}

.start-video-thumb img{
  display:block;
  width:100%;
  height:auto;
}

.start-video-thumb__play{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:74px;
  height:74px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(102,204,255,0.18);
  border:1px solid rgba(102,204,255,0.45);
  box-shadow:
    0 0 20px rgba(102,204,255,0.28),
    0 0 40px rgba(102,204,255,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.start-video-thumb__play i{
  font-size:34px;
  color:#ffffff;
  margin-left:3px;
}

.start-video-caption{
  margin-top:12px;
}

.start-demo-card__bottom{
  margin-top:18px;
  display:flex;
  justify-content:flex-start;
}

.start-demo-card .button.white{
  border:1px solid rgba(255,255,255,0.25);
  background:transparent;
}

.start-demo-card .button.white:hover{
  border-color:rgba(255,255,255,0.45);
}

@media (max-width: 1023px){
  .start-copy h1{
    font-size:46px;
  }

  .start-lead{
    font-size:18px;
  }
}

@media (max-width: 767px){
  .start-hero::before{
    background:
      linear-gradient(180deg, rgba(10,10,14,0.84) 0%, rgba(10,10,14,0.72) 50%, rgba(10,10,14,0.62) 100%);
  }

  .start-copy{
    max-width:none;
    margin-bottom:26px;
  }

  .start-copy h1{
    font-size:34px;
    line-height:1.08;
  }

  .start-lead{
    font-size:16px;
    line-height:1.5;
    margin-bottom:18px;
  }

  .start-benefits li{
    font-size:15px;
  }

  .start-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .start-actions .button{
    width:100%;
    text-align:center;
  }

  .start-demo-card{
    padding:18px;
    border-radius:18px;
  }

  .start-demo-card__top h3{
    font-size:22px;
  }

  .start-video-thumb__play{
    width:62px;
    height:62px;
  }

  .start-video-thumb__play i{
    font-size:28px;
  }
}

.start-slider{
  margin-top: 0 !important;
}

.start-video-thumb--main{
  margin-bottom: 10px;
}

.start-video-switcher{
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  list-style: none;
}

.start-video-switcher li{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  cursor: pointer;
  transition: .2s ease;
}

.start-video-switcher li:hover{
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.22);
}

.start-video-switcher li.selected{
  background: rgba(102,204,255,0.12);
  border-color: rgba(102,204,255,0.45);
  box-shadow: 0 0 20px rgba(102,204,255,0.14);
}

.start-video-switcher__thumb{
  flex: 0 0 88px;
  width: 88px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  background: rgba(0,0,0,0.2);
}

.start-video-switcher__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.start-video-switcher__text{
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.start-video-switcher__text strong{
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  color: #ffffff;
}

.start-video-switcher__text small{
  font-size: 12px;
  line-height: 1.35;
  opacity: .68;
  color: #ffffff;
}

@media (max-width: 767px){
  .start-video-switcher{
    grid-template-columns: 1fr;
  }

  .start-video-switcher__thumb{
    flex-basis: 78px;
    width: 78px;
    height: 52px;
  }

  .start-video-switcher__text strong{
    font-size: 14px;
  }
}

.start-actions{
  position: relative;
  z-index: 10;
}

.start-actions .button{
  position: relative;
  z-index: 20;
}

.start-hero .content{
  position: relative;
  z-index: 5;
}