  .header{
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(11,22,48,0.08);
  }
  .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  
  .header__inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    height: 56px;                 
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  

.logo{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}


.logo img{
  height: 60px;          
  width: auto;
  display: block;
}


.logo-text{
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.18em;  
  color: #0b1630;
  text-transform: uppercase;
  line-height: 1;
}

  

  .nav{
    display: flex;
    gap: 28px;
  }
  
  .nav a{
    font-size: 14px;
    font-weight: 700;
    color: rgba(11,22,48,0.7);
    text-decoration: none;
    position: relative;
  }
  table a {
    text-decoration: none;
  }
  .nav a:hover{
    color: var(--blue);
  }
  
  .nav__link--active{
    color: var(--blue);
  }
  
  .nav__link--active::after{
    content:"";
    position:absolute;
    left:0; right:0; bottom:-18px;
    height: 2px;
    border-radius: 2px;
  }
  

  .header__actions{
    display: flex;
    gap: 10px;
  }
  

  .btn--outline{
    background: transparent;
    color: var(--blue);
    border: 1px solid rgba(47,79,134,0.35);
  }
  
  .btn--outline:hover{
    background: rgba(47,79,134,0.06);
  }
  

  .burger{
    display: none;
    background: none;
    border: 0;
    padding: 6px;
    cursor: pointer;
  }
  
  .burger span{
    display: block;
    width: 22px;
    height: 2px;
    background: rgba(11,22,48,0.7);
    margin: 5px 0;
  }
  

  .mobile-menu{
    display: none;
    padding: 16px 24px 24px;
    border-top: 1px solid rgba(11,22,48,0.08);
    background: #fff;
  }
  
  .mobile-menu a{
    display: block;
    padding: 12px 0;
    font-weight: 800;
    text-decoration: none;
    color: var(--ink);
  }
  

  @media (max-width: 900px){
    .nav,
    .header__actions{
      display: none;
    }
  
    .burger{
      display: block;
    }
  
    body.menu-open .mobile-menu{
      display: block;
    }
  }


.btn-auth{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 36px;
  padding: 0 16px;
  border-radius: 10px;

  font-size: 14px;
  font-weight: 800;
  text-decoration:none;
  white-space: nowrap;

  transition:
    background-color .18s ease,
    color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}


.btn-auth--ghost{
  color: var(--blue);
  background: transparent;
}

.btn-auth--ghost:hover{
  background: rgba(47,79,134,0.08);
}


.btn-auth--primary{
  background: linear-gradient(135deg, var(--blue), #3a63a8);
  color: #fff;
  box-shadow: 0 10px 30px rgba(47,79,134,0.35);
}

.btn-auth--primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 40px rgba(47,79,134,0.45);
  filter: saturate(1.05);
}


.btn-auth:active{
  transform: translateY(0);
  box-shadow: 0 6px 18px rgba(47,79,134,0.35);
}

.header__actions{
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }
  

  .header__actions .btn-auth{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  
    height: 38px !important;
    padding: 0 16px !important;
  
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
  
    border: 1px solid transparent !important;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease !important;
  }
  

  .header__actions .btn-auth--ghost{
    background: transparent !important;
    color: #2f4f86 !important;
  }
  .header__actions .btn-auth--ghost:hover{
    background: rgba(47,79,134,0.08) !important;
  }
  

  .header__actions .btn-auth--primary{
    background: linear-gradient(135deg, #2f4f86, #3a63a8) !important;
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(47,79,134,0.35) !important;
  }
  .header__actions .btn-auth--primary:hover{
    transform: translateY(-1px) !important;
    box-shadow: 0 14px 38px rgba(47,79,134,0.45) !important;
  }
  .header__actions .btn-auth--primary:active{
    transform: translateY(0) !important;
    box-shadow: 0 7px 18px rgba(47,79,134,0.35) !important;
  }
  
  .header{
    position: sticky;   
    top: 0;
    z-index: 999;      
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(11,22,48,0.08);
  }
  .header.is-scrolled{
    background: rgba(255,255,255,0.97);
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  }
    
  





.hero-photo{
    position: relative;
    min-height: 78vh;
    display: grid;
    align-items: center;
    overflow: hidden;
  

    background-image: url("/img/bc1.jpg");
    background-size: cover;
    background-position: center;
  }
  

  .hero-photo__overlay{
    position: absolute;
    inset: 0;
    background: rgba(4, 6, 9, 0.202);
  }
  

  .hero-photo::after{
    content:"";
    position:absolute;
    left:0; right:0; bottom:0;
    height: 6px;
    background: var(--magenta);
  }
  
  .hero-photo__content{
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 96px 0 88px;
    color: #fff;
  }
  
  .hero-photo__kicker{
    font-weight: 800;
    font-size: clamp(16px, 2.2vw, 28px);
    letter-spacing: -0.02em;
    opacity: 0.95;
    margin-bottom: 16px;
  }
  
  .typewrite{ white-space: nowrap; }
  .type-caret{
    display: inline-block;
    width: 10px;
    margin-left: 4px;
    transform: translateY(2px);
    border-left: 2px solid rgba(255,255,255,0.85);
    height: 1.1em;
    animation: caretBlink .9s infinite;
  }
  
  @keyframes caretBlink{
    0%, 45%{ opacity: 1; }
    46%, 100%{ opacity: 0; }
  }
  
  .hero-photo__title{
   
    font-size:  50px;
    line-height: 1.02;
    margin: 0 0 14px;
}
  
  .hero-photo__text{
    max-width: 78ch;
    margin: 0 auto 26px;
    font-size: clamp(14px, 1.6vw, 20px);
    line-height: 1.6;
    opacity: 0.92;
  }
  

  .btn-cta{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  
    padding: 16px 26px;
    border-radius: 10px;
  
    background: var(--blue);
    color: #fff;
    text-decoration: none;
  
    font-weight: 900;
    font-size: 16px;
  
    box-shadow: 0 18px 50px rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.14);
  
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, filter .18s ease;
  }
  
  .btn-cta__arrow{
    font-size: 22px;
    line-height: 1;
    transition: transform .18s ease;
    opacity: .95;
  }
  

  .btn-cta:hover{
    transform: translateY(-2px);
    background: var(--blue2);
    box-shadow: 0 22px 70px rgba(0,0,0,0.32);
    filter: saturate(1.05);
  }
  .btn-cta:hover .btn-cta__arrow{
    transform: translateX(3px);
  }
  

  @media (max-width: 700px){
    .hero-photo__content{ padding: 78px 0 70px; }
    .typewrite{ white-space: normal; }
  }
  




.hero {
  background: linear-gradient(
    to bottom,
    #C7448A 0%,
    #C7448A 75%,
    #F2F2F2 25%,
    #F2F2F2 100%
  );
  padding: 90px 0 110px;
}



.hero__title {
  margin: 0 0 40px;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  
}
.clarity__title{
  line-height: 1.05;
}

#clarity-line1,
#clarity-line2{
  display: inline-block;
  min-height: 1em; 
  white-space: nowrap;
}



.tablet {
  position: relative;
  width: min(960px, 100%);
  margin: 0 auto;
}

.tablet__frame {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 3;
}


.tablet__screen {
  position: absolute;
  top: 6%;
  bottom: 6%;
  left: 5%;
  right: 5%;


  z-index: 2;
}


.tablet__content {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scaleY(0.7.0) translateY(-0.5%);

  transform-origin: center;
}


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

@media (max-width: 520px) {
  .hero {
    padding: 60px 0 70px;
  }

  .hero__title {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .tablet__screen {
    border-radius: 16px;
  }
}




.culture-issues {
  background: #fff;
  padding: 110px 0 90px;
}

.culture-issues__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 72px;
  row-gap: 48px;
  align-items: center;
}

.culture-issues__content {
  margin-right: 0;
}

.culture-issues__illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}

.culture-issues__illustration img{
  width: min(520px, 100%);
}


.culture-issues__title{
  margin: 0 0 18px;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  font-size: clamp(26px, 3vw, 26px);
  color: #2b4a7f;
}

.culture-issues__text{
  margin: 0 0 22px;
  max-width: 54ch;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(43, 74, 127, 0.75);
}

.culture-issues__subtitle{
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #2b4a7f;
}

.culture-issues__list {

  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;

  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.culture-issues__item{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(43, 74, 127, 0.75);
}

.culture-issues__label strong{
  color: #2b4a7f;
  font-weight: 800;
}


.icon{
  flex: 0 0 auto;

  border-radius: 8px;
  background: rgba(47, 79, 134, 0.10);
  border: 1px solid rgba(47, 79, 134, 0.18);
  position: relative;
}

.icon::after{
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 4px;
  background: rgba(47, 79, 134, 0.55);
  opacity: .9;
}

.icon-money::after{ clip-path: polygon(10% 30%, 90% 30%, 90% 70%, 10% 70%); }
.icon-clock::after{ clip-path: circle(45% at 50% 50%); }
.icon-user::after{ clip-path: polygon(50% 18%, 66% 34%, 66% 46%, 34% 46%, 34% 34%); }
.icon-chat::after{ clip-path: polygon(16% 24%, 84% 24%, 84% 66%, 56% 66%, 44% 78%, 44% 66%, 16% 66%); }

@media (max-width: 980px){
  .culture-issues__container{ grid-template-columns: 1fr; }
  .culture-issues__illustration{ order: -1; }
  .culture-issues__text{ max-width: 62ch; }
  .culture-issues__list{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px){
  .culture-issues{ padding: 76px 0 64px; }
  .culture-issues__list{ grid-template-columns: 1fr; gap: 18px; }
}




.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}


.comm-success {
  background: #2b4a7f;
  color: #fff;
  padding: 120px 0 140px;
  position: relative;
}

.comm-success__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.comm-success__title {
  font-size: clamp(36px, 4vw, 53px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.comm-success__title .eq {
  display: block;
  margin: 12px 0;
}

.comm-success__text p {
  max-width: 44ch;
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.85;
  margin-bottom: 16px;
}

.comm-success__source {
  font-size: 13px;
  opacity: 0.65;
}

.comm-success{
  position: relative;
  overflow: hidden;
}


.comm-success::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:140px;
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-position:bottom center;
  pointer-events:none;
  opacity: 0.55;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 140' preserveAspectRatio='none'%3E%3Cpath fill='%231f3f73' d='M0,92 C240,130 480,130 720,100 C960,70 1200,20 1440,36 L1440,140 L0,140 Z'/%3E%3C/svg%3E");
}


.comm-success::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:170px;
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-position:bottom center;
  pointer-events:none;


  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 170' preserveAspectRatio='none'%3E%3Cpath fill='%23c44b8b' d='M0,120 C220,70 520,70 760,105 C1020,145 1220,140 1440,80 L1440,170 L0,170 Z'/%3E%3C/svg%3E");
}
.clarity{
  position: relative;
  margin-top: -1px; 
}



.clarity {
  background: #c44b8b;
  color: #fff;
  padding: 140px 0 120px;
  position: relative;
}

.clarity__container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.clarity__title {
  font-size: clamp(32px, 3.5vw, 45px);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
}

.cursor {
  font-weight: 300;
}

.clarity__lead {
  max-width: 46ch;
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 24px;
}

.clarity__btn {
  display: inline-block;
  background: #fff;
  color: #2b4a7f;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 28px;
}

.clarity__kicker {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
}

.clarity__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.clarity__feature h4 {
  font-size: 15px;
  margin: 8px 0 6px;
}

.clarity__feature p {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.5;
}



.clarity__image {
  width: 100%;
  height: 420px;
  background: rgba(255,255,255,0.15);
  border-radius: 18px;
}


@media (max-width: 900px) {
  .comm-success__container,
  .clarity__container {
    grid-template-columns: 1fr;
  }

  .clarity__features {
    grid-template-columns: 1fr;
  }

  .clarity__image {
    height: 320px;
  }
}

.why-works{
  position: relative;
  background: #fff;
  padding: 220px 0 110px; 
  overflow: hidden;
}


.why-works::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-1px;
  height:240px;
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-position:top center;
  pointer-events:none;


  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 240' preserveAspectRatio='none'%3E%3Cpath fill='%23c44b8b' d='M0,0 H1440 V140 C1180,220 920,230 680,190 C420,145 220,110 0,120 Z'/%3E%3C/svg%3E");
}

.why-works__container{
  position: relative;
  z-index: 1; 
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.why-works__title{
  margin: 0 0 16px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #2b4a7f;
}

.why-works__lead{
  margin: 0 0 26px;
  max-width: 58ch;
  font-size: 14.5px;
  line-height: 1.75;
  color: rgba(11, 22, 48, 0.72);
}

.why-works__sub{
  margin: 0 0 14px;
  font-weight: 800;
  color: #2b4a7f;
  font-size: 14.5px;
}

.why-works__list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 62ch;
}

.why-works__list li{
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(11, 22, 48, 0.72);
}


.why-works__list li::before{
  content:"";
  position:absolute;
  left:0;
  top: 0.35em;
  width: 16px;
  height: 16px;
  background-repeat:no-repeat;
  background-size:16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23c44b8b' d='M7.7 14.3 3.6 10.2l1.4-1.4 2.7 2.7 7.3-7.3 1.4 1.4z'/%3E%3C/svg%3E");
}


.why-works__media{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.why-works__grid{
  width: min(460px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: -76px;
}
.why-works__card{
  position: relative;
  overflow: hidden; 
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(20, 30, 60, 0.10);
}

.why-works__card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



.why-works__card{
  background: #f3f5f9;
  border-radius: 6px;
  height: 150px;
  box-shadow: 0 10px 30px rgba(20, 30, 60, 0.10);
}



.why-works__dots{
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.why-works__dots .dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(196, 75, 139, 0.35);
}

.why-works__dots .dot--active{
  background: #c44b8b;
}


@media (max-width: 920px){
  .why-works{
    padding: 200px 0 90px;
  }
  .why-works__container{
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .why-works__media{
    align-items: flex-start;
  }
  .why-works__grid{
    width: 100%;
  }
}







.why-works__slides{
  position: relative !important;
  width: min(460px, 100%) !important;
  height: 320px !important;          
  overflow: hidden !important;       
}

.why-works__slide{
  position: absolute !important;
  inset: 0 !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity .65s ease-in-out !important; 
  transform: none !important;        
  will-change: opacity;
}

.why-works__slide.is-active{
  opacity: 1;
  pointer-events: auto;
  position: absolute !important;     
}

/* 2Г—2 Р’РџР РРўР«Рљ */
.why-works__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0 !important;
  margin-left: 606px;
  margin-top: -61px;         
}


.why-works__card{
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
}


.why-works__card img{
  width: 100%;
height: auto;
object-fit: contain;

}



.timeline15{
  position: relative;
  background: #2b4a7f;          
  color: #fff;
  padding: 120px 0 170px;     
  overflow: hidden;
}

.timeline15__container{
  position: relative;
  z-index: 2;
}

.timeline15__title{
  margin: 0 0 70px;
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
}


.timeline15__track{
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  min-height: 430px;
}


.timeline15__line{
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(255,255,255,0.35);
}


.timeline15__item{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(860px, 100%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 18px;
}

.timeline15__text{
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.88);
  max-width: 42ch;
}

.timeline15__dot{
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #c44b8b;
  box-shadow: 0 0 0 6px rgba(196,75,139,0.18);
}


.timeline15__item--left .timeline15__text{
  justify-self: end;
  text-align: right;
}
.timeline15__item--right .timeline15__text{
  justify-self: start;
  text-align: left;
}


.timeline15__item--left{
  grid-template-areas: "text dot empty";
}
.timeline15__item--left .timeline15__text{ grid-area: text; }
.timeline15__item--left .timeline15__dot{ grid-area: dot; justify-self: center; }
.timeline15__item--left::after{ content:""; grid-area: empty; }


.timeline15__item--right{
  grid-template-areas: "empty dot text";
}
.timeline15__item--right .timeline15__text{ grid-area: text; }
.timeline15__item--right .timeline15__dot{ grid-area: dot; justify-self: center; }
.timeline15__item--right::before{ content:""; grid-area: empty; }


.timeline15__item--t1{ top: 40px; }
.timeline15__item--t2{ top: 150px; }
.timeline15__item--t3{ top: 255px; }
.timeline15__item--t4{ top: 385px; }

.timeline15::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height: 200px;
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-position: bottom center;
  pointer-events:none;
  z-index: 1;


  background-image:

    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 200' preserveAspectRatio='none'%3E%3Cpath fill='%23aebbd3' d='M0,120 Q360,150 720,200 Q1080,150 1440,120 L1440,200 L0,200 Z'/%3E%3C/svg%3E"),
    /* СЃСЂРµРґРЅРёР№ */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 200' preserveAspectRatio='none'%3E%3Cpath fill='%237c8fb2' d='M0,88 Q360,130 720,200 Q1080,130 1440,88 L1440,200 L0,200 Z'/%3E%3C/svg%3E"),

    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 200' preserveAspectRatio='none'%3E%3Cpath fill='%234e6188' d='M0,56 Q360,110 720,200 Q1080,110 1440,56 L1440,200 L0,200 Z'/%3E%3C/svg%3E");
}




@media (max-width: 860px){
  .timeline15{ padding: 96px 0 160px; }
  .timeline15__title{ margin-bottom: 46px; }
  .timeline15__track{ min-height: 520px; }

  .timeline15__item{
    width: 100%;
    grid-template-columns: 1fr auto;
    column-gap: 14px;
    transform: none;
    left: 0;
  }

  .timeline15__line{
    left: 16px;
    transform: none;
  }

  .timeline15__item--left,
  .timeline15__item--right{
    grid-template-areas: "dot text";
  }

  .timeline15__item .timeline15__dot{ grid-area: dot; }
  .timeline15__item .timeline15__text{
    grid-area: text;
    text-align: left;
    justify-self: start;
    max-width: 60ch;
  }

  .timeline15__item--t1{ top: 10px; }
  .timeline15__item--t2{ top: 140px; }
  .timeline15__item--t3{ top: 270px; }
  .timeline15__item--t4{ top: 420px; }
}

.why-matters{
  background: #fff;
  padding: 110px 0 120px;
}

.why-matters__title{
  margin: 0 0 62px;
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #2b4a7f;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
}

.why-matters__grid{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 56px;
  align-items: start;
  justify-items: center;
}

.why-matters__item{
  text-align: center;
  max-width: 210px;
}

.why-matters__h{
  margin: 0 0 12px;
  font-weight: 800;
  color: #2b4a7f;
  font-size: 16px;
  line-height: 1.55;
}

.why-matters__p{
  margin: 0;
  font-size: 12.8px;
  line-height: 1.75;
  color: rgba(43, 74, 127, 0.75);
}


@media (max-width: 1100px){
  .why-matters__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }
  .why-matters__item{ max-width: 240px; }
}

@media (max-width: 700px){
  .why-matters{
    padding: 80px 0 90px;
  }
  .why-matters__grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .why-matters__item{
    max-width: 420px;
  }
}

.cta{
  position: relative;
  background: #fff;
  padding: 140px 0 130px;
  overflow: hidden;
}




.cta__container{
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta__icon{
  margin-bottom: 22px;
}

.cta__title{
  margin: 0 0 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #2b4a7f;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.18;
}

.cta__btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 6px;
  background: #2b4a7f;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.cta__arrow{
  font-size: 18px;
  line-height: 1;
}


@media (max-width: 640px){
  .cta{ padding: 110px 0 110px; }
  .cta::after{ height: 64px; }
  .cta__title br{ display: none; } 
}




.faq{
  background: #c44b8b;
  color: #fff;
  padding: 90px 0 110px;
}

.faq__title{
  margin: 0 0 48px;
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 18px;
  opacity: 0.95;
}

.faq__grid{
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: start;
}


.faq__photo{
  display: flex;
  justify-content: center;
}
.faq__photo img{
  width: min(314px, 100%);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}


.faq__accordion{
  max-width: 520px;
}

.faq__item{
  border-top: 1px solid rgba(255,255,255,0.18);
  padding: 18px 0;
}
.faq__item:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

.faq__q{
  width: 100%;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: center;

  background: transparent;
  border: 0;
  padding: 0;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}


.faq__icon{
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  opacity: 0.95;
}
.faq__icon::before,
.faq__icon::after{
  content:"";
  position:absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  background: rgba(255,255,255,0.95);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.faq__icon::after{
  width: 2px;
  height: 10px;
}


.faq__item.is-open .faq__icon::after{
  height: 0;
}


.faq__a{
  overflow: hidden;
  max-height: 0;
  transition: max-height 280ms ease;
}

.faq__a-inner{
  padding-left: 36px;
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.75;
  opacity: 0.85;
}

.faq__list{
  margin: 0;
  padding-left: 16px;
}
.faq__list li{
  margin: 6px 0;
}


@media (max-width: 900px){
  .faq__grid{
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .faq__accordion{
    max-width: 100%;
  }
  .faq__photo{
    justify-content: flex-start;
  }
}

.support{
  background: #fff;
  padding: 120px 0 130px;
}

.support__container{
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 80px;
}


.support__title{
  margin: 0 0 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(32px, 3.6vw, 48px);
  line-height: 1.15;
  color: #2b4a7f;
}

.support__subtitle{
  margin: 0;
  font-size: 16px;
  color: rgba(43, 74, 127, 0.7);
}


.support__logos{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 60px;
}

.support__logo{
  display: flex;
  justify-content: center;
  align-items: center;
}

.support__logo img{
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
  display: block;
}


@media (max-width: 1000px){
  .support__container{
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .support__logos{
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.footer{
  background: #2B4B82;;
  padding: 110px 0 90px;
  color: #fff;
}

.footer__container{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}


.footer__logo{
  margin-bottom: 28px;
}
.footer__logo img{
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: block;
}


.footer__contact{
  margin-bottom: 34px;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.9;
}
.footer__contact span{
  display: block;
  margin-bottom: 4px;
}
.footer__contact a{
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}


.footer__linkedin{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #c44b8b;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 36px;
}


.footer__copy{
  font-size: 14px;
  opacity: 0.75;
}


@media (max-width: 600px){
  .footer{
    padding: 90px 0 80px;
  }
  .footer__logo img{
    width: 80px;
    height: 80px;
  }
}









.courses-hero{
  background: #f4f2ee; 
  padding: 120px 0 90px;
}

.courses-hero__container{
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.courses-hero__title{
  margin: 0 0 18px;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #2b4a7f;
}

.courses-hero__subtitle{
  margin: 0 0 26px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  color: #c44b8b;
}

.courses-hero__points{
  display: flex;
  gap: 70px;
  align-items: center;
  margin-top: 10px;
}

.courses-hero__point{
  display: flex;
  gap: 12px;
  align-items: center;
  color: #2b4a7f;
  font-weight: 600;
}

.courses-hero__check{
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid #2b4a7f;
  position: relative;
}

.courses-hero__check::after{
  content:"";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #2b4a7f;
  border-bottom: 2px solid #2b4a7f;
  transform: rotate(40deg);
}

.courses-hero__media{
  display: flex;
  justify-content: center;
}

.courses-hero__media img{
  width: min(680px, 100%);
  height: auto;
  display: block;
}



@media (max-width: 900px){
  .courses-hero__container{ grid-template-columns: 1fr; }
  .courses-hero__points{ gap: 30px; flex-wrap: wrap; }
}


.why-struggle{
  background: #c44b8b;
  color: #ffffff;
  padding: 120px 0;
}

.why-struggle__container{
  max-width: 820px;
}

.why-struggle__title{
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}

.why-struggle__text p{
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 28px;
  opacity: 0.95;
}

@media (max-width: 768px){
  .why-struggle{
    padding: 80px 0;
  }

  .why-struggle__title{
    font-size: 36px;
  }

  .why-struggle__text p{
    font-size: 16px;
  }
}

.courses-listing{
  background: #f4f2ee;
  padding: 70px 0 90px;
}

.courses-listing__container{
  max-width: 980px;
}

.courses-stack{
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.course-row{
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 320px 1fr;
  min-height: 170px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.course-row__img{
  height: 170px;
  background: #e7e7e7;
  position: relative;
}
.course-row__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.course-row__img--dim img{
  filter: grayscale(20%) brightness(0.75);
}
.course-row__play{
  position: absolute;
  left: 58%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  color: rgba(43,74,127,0.9);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course-row__content{
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.course-row__title{
  margin: 0;
  color: #2b4a7f;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.25;
}

.course-row__text{
  margin: 0;
  color: rgba(43,74,127,0.72);
  font-size: 12.8px;
  line-height: 1.7;
  max-width: 560px;
}

.course-row__bottom{
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.course-row__bottom--tight{
  margin-top: auto;
}

.course-row__price{
  color: #2b4a7f;
  font-weight: 700;
}

.course-row__btn{
  min-width: 120px;
  padding: 10px 14px;
  background: #2b4a7f;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  border-radius: 6px;
  text-align: center;
}


.course-row.is-hidden{
  display: none;
}


@media (max-width: 900px){
  .course-row{
    grid-template-columns: 1fr;
  }
  .course-row__img{
    height: 210px;
  }
  .course-row__bottom{
    justify-content: flex-start;
  }
}

.courses-listing{
  background: #f4f2ee;
  padding: 70px 0 90px;
}

.courses-listing__container{
  max-width: 980px;
  margin: 0 auto;
}

.courses-listing__title{
  text-align: center;
  margin: 0 0 12px;
  font-weight: 800;
  font-size: 18px;
  color: #2b4a7f;
}


.courses-listing__filters{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.courses-tab{
  border: 0;
  background: transparent;
  padding: 4px 2px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  color: rgba(43,74,127,0.65);
}

.courses-tab.is-active{
  color: #2b4a7f;
}


.courses-dd{
  position: relative;
}

.courses-dd__btn{
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  color: rgba(43,74,127,0.65);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 2px;
}

.courses-dd__menu{
  position: absolute;
  top: 28px;
  right: 0;
  width: 220px;
  background: #fff;
  border: 1px solid rgba(43,74,127,0.12);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  border-radius: 6px;
  padding: 10px;
  display: none;         
  z-index: 50;
}

.courses-dd.is-open .courses-dd__menu{
  display: block;
}

.courses-dd__menu button{
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 8px 10px;
  border-radius: 6px;
  cursor: pointer;
  color: #2b4a7f;
  font-weight: 600;
  font-size: 12px;
}
.courses-dd__menu button:hover{
  background: rgba(43,74,127,0.06);
}


.courses-search{
  width: 360px;
  height: 28px;
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: 1fr 30px;
  border: 1px solid rgba(43,74,127,0.2);
  border-radius: 2px;
  overflow: hidden;
  background: #fff;
}

.courses-search__input{
  border: 0;
  outline: 0;
  padding: 0 10px;
  font-size: 11px;
  color: rgba(43,74,127,0.75);
}
.courses-search__input::placeholder{
  color: rgba(43,74,127,0.35);
}

.courses-search__btn{
  border: 0;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  opacity: 0.7;
}

@media (max-width: 520px){
  .courses-search{ width: 92%; }
}

.courses-listing__filters,
.courses-search{
  position: relative;
  z-index: 20;
}


.courses-listing::before,
.courses-listing::after,
.courses-bg,
.wave,
.decor,
.shape{
  pointer-events: none;
}


.courses-dd__menu{
  z-index: 999;
}

.bundles {
  padding: 90px 0 110px;
  background: #f4f1ec; 
}

.bundles__title {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  color: #2e4c82;
  margin: 0 0 18px;
}

.bundles__tabs {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 0 0 55px;
}

.bundles-tab {
  border: 0;
  background: transparent;
  color: #2e4c82;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 6px;
  opacity: .85;
}

.bundles-tab.is-active {
  opacity: 1;
  font-weight: 700;
}


.bundles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}


.bundle-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(22, 39, 66, 0.06);
  border: 1px solid rgba(46, 76, 130, 0.12);
}

.bundle-card__media {
  position: relative;
  height: 175px;
  overflow: hidden;
  background: #e9e9e9;
}

.bundle-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.bundle-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  background: #2e4c82;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
}


.bundle-card__ribbon {
  position: absolute;
  top: 14px;
  right: -44px;
  z-index: 3;
  width: 160px;
  transform: rotate(45deg);
  background: #2e4c82;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 13px;
  letter-spacing: 0.2px;
}

.bundle-card__body {
  padding: 22px 22px 18px;
}

.bundle-card__name {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.15;
  color: #2e4c82;
  font-weight: 800;
}

.bundle-card__desc {
  margin: 0 0 22px;
  color: #6c84b2;
  font-size: 14px;
  line-height: 1.65;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bundle-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.bundle-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 44px;
  background: #2e4c82;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
}

.bundle-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #2e4c82;
  font-weight: 800;
}

.bundle-card__old {
  color: #9fb0cf;
  text-decoration: line-through;
  font-weight: 600;
  font-size: 13px;
}

.bundle-card__new {
  font-size: 18px;
}


@media (max-width: 1100px) {
  .bundles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .bundles { padding: 70px 0 80px; }
  .bundles__title { font-size: 34px; }
  .bundles-grid { grid-template-columns: 1fr; }
  .bundle-card__btn { width: 140px; }
}

.bundles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.bundle-card {
  height: 100%;
  display: flex;         
  flex-direction: column;  
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(46, 76, 130, 0.12);
  box-shadow: 0 1px 0 rgba(22, 39, 66, 0.06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.bundle-card__media {
  position: relative;
  height: 175px;          
  overflow: hidden;
  background: #e9e9e9;
}

.bundle-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .35s ease;
}

.bundle-card__body {
  padding: 22px 22px 18px;
  display: flex;
  flex-direction: column;
  flex: 1; 
}


.bundle-card__name {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.15;
  color: #2e4c82;
  font-weight: 800;

  display: -webkit-box;
  -webkit-line-clamp: 2;       
  -webkit-box-orient: vertical;
  overflow: hidden; 
  min-height: calc(26px * 1.15 * 2);
}


.bundle-card__desc {
  margin: 0;
  color: #6c84b2;
  font-size: 14px;
  line-height: 1.65;

  display: -webkit-box;
  -webkit-line-clamp: 4;       
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: calc(14px * 1.65 * 4); 
}


.bundle-card__bottom {
  margin-top: auto; 
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}


.bundle-card:hover {
  transform: translateY(-6px);
  border-color: rgba(46, 76, 130, 0.22);
  box-shadow: 0 14px 28px rgba(22, 39, 66, 0.14);
}

.bundle-card:hover .bundle-card__media img {
  transform: scale(1.06);
}


.bundle-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 44px;
  background: #2B4B82;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  transition: transform .18s ease, filter .18s ease;
}

.bundle-card__btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.bundle-card__btn:active {
  transform: translateY(0);
}


.bundle-card__ribbon {
  position: absolute;
  top: 14px;
  right: -44px;
  z-index: 3;
  width: 160px;
  transform: rotate(45deg);
  background: #2e4c82;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 13px;
  letter-spacing: 0.2px;
  transition: filter .2s ease, transform .25s ease;
}

.bundle-card:hover .bundle-card__ribbon {
  filter: brightness(1.08);
  transform: rotate(45deg) translateY(-2px);
}


.bundle-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  background: #2e4c82;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: filter .2s ease;
}

.bundle-card:hover .bundle-card__badge {
  filter: brightness(1.08);
}


.bundle-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #2e4c82;
  font-weight: 800;
}

.bundle-card__old {
  color: #9fb0cf;
  text-decoration: line-through;
  font-weight: 600;
  font-size: 13px;
}

.bundle-card__new {
  font-size: 18px;
}


@media (max-width: 1100px) {
  .bundles-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .bundles-grid { grid-template-columns: 1fr; }
  .bundle-card__btn { width: 140px; }
}
.contact-card__email {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  margin-top: 24px;
  transition: opacity 0.2s ease;
}

.contact-card__email:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.contact {
  background: #c04b8c;
  padding: 100px 20px;
}


.contact__wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
}


.contact__left {
  background: #2f4b7c;
  padding: 80px 60px;
  color: #ffffff;
}

.contact__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact__email {
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}

.contact__email:hover {
  text-decoration: underline;
}


.contact__form {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact__input,
.contact__textarea {
  border: none;
  border-bottom: 2px solid #c04b8c;
  padding: 10px 5px;
  font-size: 16px;
  outline: none;
  color: #C7448A;
}

.contact__textarea {
  min-height: 120px;
  resize: none;
}


.contact__button {
  margin-top: 20px;
  padding: 16px;
  border: 2px solid #c04b8c;
  background: transparent;
  color: #c04b8c;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact__button:hover {
  background: #c04b8c;
  color: #ffffff;
}


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

  .contact__left,
  .contact__form {
    padding: 50px 30px;
  }
}
.contact__input::placeholder,
.contact__textarea::placeholder {
  color: #C7448A;
  opacity: 1;
}


.lw-auth-modal { display: none; position: fixed; inset: 0; z-index: 9999; }
.lw-auth-modal.is-open { display: block; }

.lw-auth-modal__backdrop{
  position:absolute; inset:0;
  background: rgba(20, 30, 60, .35);
}

.lw-auth-modal__panel{
  position: relative;
  width: 420px;
  max-width: calc(100vw - 32px);
  margin: 90px auto;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0,0,0,.15);
  padding: 28px 28px 20px;
  font-family: inherit;
}

.lw-auth-modal__x{
  position:absolute; top: 10px; right: 12px;
  width: 32px; height: 32px;
  border:0; background:transparent;
  font-size: 22px; line-height: 1;
  cursor:pointer; opacity:.55;
}
.lw-auth-modal__x:hover{ opacity:1; }

.lw-auth-modal__title{
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.lw-auth-modal__social{
  display:flex; justify-content:center; gap: 10px;
  margin: 10px 0 14px;
}

.lw-auth-modal__soc{
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background:#fff;
  cursor:pointer;
  font-weight:600;
}

.lw-auth-modal__or{
  text-align:center;
  color:#b7b7b7;
  font-size: 12px;
  margin: 8px 0 14px;
}

.lw-auth-modal__label{
  display:block;
  font-size: 12px;
  margin: 10px 0 6px;
  color:#444;
}

.lw-auth-modal__input{
  width: 100%;
  border: 1px solid #eee;
  background: #f6f6f6;
  padding: 12px 14px;
  border-radius: 4px;
  outline: none;
}

.lw-auth-modal__btn{
  width: 100%;
  margin-top: 14px;
  padding: 12px 14px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  background: #2d4c83;
  color: #fff;
  font-weight: 600;
}

.lw-auth-modal__links{
  display:flex;
  justify-content:space-between;
  margin-top: 12px;
  font-size: 12px;
}

.lw-auth-modal__link{
  color:#2d4c83;
  text-decoration:none;
}
.lw-auth-modal__link:hover{ text-decoration:underline; }

.lw-auth-modal__form--hidden{ display:none; }
.error-page{
  min-height: calc(100vh - 120px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 80px 16px;
  background:#f3f1ee; 
}

.error-page__inner{
  text-align:center;
  max-width: 720px;
}

.error-page__hint{
  margin: 0 0 18px;
  font-size: 18px;
  color:#2d4c83;
  opacity:.9;
}

.error-page__title{
  margin: 0 0 28px;
  font-size: 64px;
  line-height: 1.05;
  font-weight: 800;
  color:#2d4c83;
}

@media (max-width: 700px){
  .error-page__title{ font-size: 42px; }
}

.error-page__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width: 320px;
  padding: 16px 22px;
  background:#2d4c83;
  color:#fff;
  text-decoration:none;
  border-radius: 0; 
  font-weight:600;
  box-shadow: 0 10px 24px rgba(45,76,131,.18);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.error-page__btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(45,76,131,.24);
}

.error-page__cursor{
  font-size: 18px;
  transform: translateY(1px);
}








.container {
  width: min(1100px, calc(100% - 160px));
  margin: 0 auto;
}


.course-hero {
  position: relative;
  padding: 140px 0 120px;
  background: #f3f3f3; 
}


.course-hero__duration {
  position: absolute;
  left: 40px;     
  top: 210px;
  color: #2f4b7c;
  text-align: left;
}

.course-hero__duration-label {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  opacity: 0.9;
}

.course-hero__duration-value {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 700;
}


.course-hero__container {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 80px;
  align-items: center;
}


.course-hero__title {
  font-size: 56px;
  line-height: 1.1;
  color: #2f4b7c;
  margin: 0 0 18px;
  font-weight: 800;
}


.course-hero__typing {
  margin: 0 0 34px;
  font-size: 22px;
  font-weight: 700;
  color: #d94c89;
  min-height: 30px; 
}


.typing-cursor {
  display: inline-block;
  margin-left: 6px;
  color: #2f4b7c;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}


.course-hero__btn {
  width: min(760px, 100%);
  height: 64px;
  border: 0;
  border-radius: 10px;
  background: #2f4b7c;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}


.course-hero__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  object-fit: cover;
}


@media (max-width: 980px) {
  .container { width: min(1100px, calc(100% - 40px)); }

  .course-hero__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .course-hero__duration {
    position: static;
    margin: 0 0 18px 20px; 
  }

  .course-hero__btn {
    width: 100%;
  }
}






.hero-photo {
  position: relative;
  height: 520px;            
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}


.hero-photo__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;        
  object-position: center;
  z-index: 0;
}




.hero-photo__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;       
  margin: 0 auto;
  padding: 0 40px;
}


.hero-photo__text {
  max-width: 560px;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}


.hero-photo__text h3 {
  margin: 22px 0 10px;
  font-size: 18px;
  font-weight: 700;
     
}


.hero-photo__text p {
  margin: 0 0 14px;
}
.included {
  position: relative;
  background: #f3f3f3;           
  overflow: hidden;
  padding: 110px 0 170px;        
}

.included__container {
  max-width: 1100px;             
  margin: 0 auto;
  padding: 0 24px;
}

.included__title {
  text-align: center;
  font-size: 64px;
  line-height: 1.05;
  font-weight: 800;
  color: #2f4e87;
  margin: 0 0 22px;
}

.included__text {
    font-size: 20px;
    line-height: 1.8;
    color: #2f4e87;
    text-align: center;
}


.included__layers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}


.included__layers .layer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 260px;                
}




.layer--2 {
  background: #e8a7c6;
  height: 210px;
  clip-path: polygon(
    0% 100%,
    0% 96%,
    14% 93%,
    30% 89%,
    48% 85%,
    66% 81%,
    84% 77%,
    100% 73%,
    100% 100%
  );
}


.layer--3 {
  background: #b43e86;
  height: 170px;
  clip-path: polygon(
    0% 100%,
    0% 98%,
    16% 96%,
    34% 92%,
    52% 88%,
    70% 84%,
    88% 80%,
    100% 78%,
    100% 100%
  );
}


@media (max-width: 900px) {
  .included__title { font-size: 44px; }
  .included__text { margin-left: 0; max-width: 640px; }
}
.course-row-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.course-row {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.course-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.course-overlay {
  max-width: 700px;
  color: #fff;
}

.course-overlay__title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.course-overlay__list {
  list-style: disc;            
  padding-left: 22px;         
}

.course-overlay__list li {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 14px;
}


   .bndl2{
    background:#C7448A;;           
    padding: 90px 0;
  }
  
  .bndl2__container{
    width: min(1320px, calc(100% - 80px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 64px;
    align-items: start;
  }
  

  .bndl2__label{
    display:inline-block;
    color: rgba(255,255,255,.85);
    letter-spacing: .12em;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
  }
  
  .bndl2__title{
    color:#fff;
    font-size: 64px;
    line-height: 1.05;
    margin: 0 0 22px;
    font-weight: 700;
  }
  
  .bndl2__text{
    color: rgba(255,255,255,.9);
    font-size: 18px;
    line-height: 1.85;
    margin: 0 0 18px;
    max-width: 640px;
  }
  
  .bndl2__btn{
    display:inline-flex;
    align-items:center;
    gap: 12px;
    margin-top: 26px;
    padding: 16px 28px;
    background:#284a7a;
    color:#fff;
    text-decoration:none;
    border-radius: 6px;
    font-weight: 600;
  }
  
  .bndl2__btn-price{
    opacity: .95;
  }
  

  .bndl2__right{
    display:flex;
    justify-content: flex-end;
  }
  
  .bndl2__card{
    width: min(560px, 100%);
    background:#fff;
    padding: 28px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.06);
    min-height: 520px; 
  }
  
  .bndl2__item{
    display:flex;
    gap: 16px;
    align-items: flex-start;
    text-decoration: underline;
    color:#0b57d0;
    margin-bottom: 26px;
  }
  
  .bndl2__img{
    width: 92px;
    height: 60px;
    object-fit: cover;
    flex: 0 0 auto;
    border-radius: 2px;
  }
  
  .bndl2__item-text{
    display:block;
    line-height: 1.35;
    font-size: 18px;
  }

  
  @media (max-width: 1024px){
    .bndl2{ padding: 72px 0; }
  
    .bndl2__container{
      width: min(1100px, calc(100% - 48px));
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }
  
    .bndl2__title{ font-size: 52px; }
    .bndl2__text{ font-size: 17px; }
    .bndl2__card{ min-height: 460px; }
  }
  
  @media (max-width: 768px){
    .bndl2{ padding: 60px 0; }
  
    .bndl2__container{
      width: calc(100% - 32px);
      grid-template-columns: 1fr;
      gap: 28px;
    }
  
    .bndl2__right{ justify-content: flex-start; }
  
    .bndl2__title{ font-size: 44px; }
    .bndl2__card{
      min-height: auto;
      padding: 22px;
    }
  
    .bndl2__btn{
      width: fit-content;
    }
  }
  
  @media (max-width: 480px){
    .bndl2{ padding: 46px 0; }
  
    .bndl2__container{ width: calc(100% - 24px); }
  
    .bndl2__title{ font-size: 34px; }
    .bndl2__text{ font-size: 15px; }
  
    .bndl2__btn{
      width: 100%;
      justify-content: center;
    }
  
    .bndl2__img{ width: 78px; height: 54px; }
    .bndl2__item-text{ font-size: 16px; }
  }

.site-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 40px;
}


.nlx1 {
  padding: 80px 0;
  background: #fff;
}

.nlx1__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 230px;
  border-radius: 0;
  overflow: hidden;
}

.nlx1__left {
  background: #2B4B82;;
  color: #fff;
  padding: 48px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nlx1__title {
  margin: 0 0 18px 0;
  font-size: 3.8rem;
  line-height: 1.05;
  font-weight: 800;
}

.nlx1__subtitle {
  margin: 0;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 600;
  opacity: 0.95;
}

.nlx1__form {
  background: #f2f2f2;
  padding: 48px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.nlx1__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.nlx1__row--bottom {
  grid-template-columns: 1fr 140px;
}

.nlx1__input {
  color:#c64a8a;
  height: 48px;
  border: 2px solid #c64a8a;
  background: transparent;
  padding: 0 16px;
  font-size: 14px;
  outline: none;
}

.nlx1__input::placeholder {
  color: #c64a8a;
}

.nlx1__btn {
  
  border: 0;
  background: #c64a8a;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.nlx1__btn:hover {
  filter: brightness(0.95);
}


@media (max-width: 1000px) {
  .site-container { padding: 0 20px; }

  .nlx1__wrap {
    grid-template-columns: 1fr;
  }

  .nlx1__left,
  .nlx1__form {
    padding: 32px 22px;
  }

  .nlx1__title {
    font-size: 34px;
  }

  .nlx1__row {
    grid-template-columns: 1fr;
  }

  .nlx1__row--bottom {
    grid-template-columns: 1fr;
  }

  .nlx1__btn {
    width: 100%;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease, transform .8s ease;
}


.reveal--active {
  opacity: 1;
  transform: translateY(0);
}
.bundle-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.bundles-grid {
  display: flex;
  gap: 32px;
}
.hero2 {
  padding: 60px 0;
}

.hero2__container {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
}

.hero2__grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  min-height: 560px;
}

.hero2__left {
  background: #2f4b7c;           
  color: #fff;
  padding: 64px 64px 48px;
  display: flex;
  flex-direction: column;
}

.hero2__title {
  margin: 0 0 28px;
  font-size: clamp(40px, 4vw, 64px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero2__text p {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.75);
  font-size: 16px;
  line-height: 1.75;
  max-width: 700px;
}

.hero2__text p:last-child {
  margin-bottom: 0;
}

.hero2__price {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-top: 28px;
  font-size: 16px;
}

.hero2__enroll {
  font-weight: 700;
  color: rgba(255,255,255,0.9);
}

.hero2__old {
  color: rgba(255,255,255,0.55);
  text-decoration: line-through;
}

.hero2__new {
  font-weight: 800;
  color: #fff;
}


.hero2__right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
}

.hero2__img {
  position: relative;
}

.hero2__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


@media (max-width: 980px) {
  .hero2__container {
    width: min(1200px, calc(100% - 32px));
  }

  .hero2__grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero2__right {
    grid-template-rows: 260px 260px;
  }

  .hero2__left {
    padding: 90px 24px 32px;
  }
}

@media (max-width: 520px) {
  .hero2__right {
    grid-template-rows: 220px 220px;
  }
}

.incl1{
  padding: 60px 0 80px;
}

.incl1__container{
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
}

.incl1__title{
  margin: 0 0 46px;
  text-align: center;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #2f4b7c;
}


.incl1__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}


.incl1__card{
  background: #2f4b7c;
  color: #fff;
  padding: 38px 34px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.incl1__card-title{
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.incl1__card-text{
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
  max-width: 330px;
}


@media (max-width: 980px){
  .incl1__container{ width: min(1200px, calc(100% - 32px)); }
  .incl1__grid{ grid-template-columns: repeat(2, 1fr); gap: 22px; }
}

@media (max-width: 560px){
  .incl1{ padding: 40px 0 60px; }
  .incl1__grid{ grid-template-columns: 1fr; }
  .incl1__card{ min-height: auto; }
}
/* FORCE hide header auth buttons on mobile */
@media (max-width: 900px) {
  header.header .header__actions {
    display: none !important;
  }
}
/* ===== Bundles mobile vertical ===== */
@media (max-width: 768px) {

  .bundles-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .bundle-card-link {
    width: 100%;
  }

  .bundle-card {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .nlx1__btn {
    min-height: 60px;
    font-size: 17px;
    padding: 16px 20px;
  }
}

/* СѓР±СЂР°Р»Рё РєРЅРѕРїРєРё */

.header__actions {
  display: none !important;
}
/* ===== Hide auth buttons (desktop) ===== */
.header__actions {
  display: none !important;
}

/* ===== Keep nav centered even without actions ===== */
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; /* С†РµРЅС‚СЂРёСЂСѓРµРј РјРµРЅСЋ */
  min-height: 80px;        /* РµСЃР»Рё Сѓ С‚РµР±СЏ РґСЂСѓРіРѕР№ С…РµРґРµСЂ вЂ” РїРѕСЃС‚Р°РІСЊ СЃРІРѕР№ */
}

/* logo СЃР»РµРІР° */
.logo {
  position: absolute;
  left: 24px; /* РїРѕРґРіРѕРЅРё РїРѕРґ СЃРІРѕР№ РґРёР·Р°Р№РЅ */
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

/* burger СЃРїСЂР°РІР° */
.burger {
  position: absolute;
  right: 24px; /* РїРѕРґРіРѕРЅРё РїРѕРґ СЃРІРѕР№ РґРёР·Р°Р№РЅ */
  top: 50%;
  transform: translateY(-50%);
}

/* nav РїРѕ С†РµРЅС‚СЂСѓ */
.nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

/* ===== OPTIONAL: hide auth buttons in mobile menu too ===== */
.mobile-menu .btn--outline,
.mobile-menu .btn--blue {
  display: none !important;
}
@media (max-width: 768px) {
  .header__actions {
    display: none !important;
  }
}
/* ===== Mobile: hide nav links ===== */
@media (max-width: 768px) {
  .nav {
    display: none !important;
  }

  .burger {
    display: block;
  }
}
/* HERO section that grows with content */
.hero-photo {
  position: relative;
  color: #fff;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; /* С‡С‚РѕР±С‹ РЅРёС‡РµРіРѕ РЅРµ РІС‹Р»РµР·Р°Р»Рѕ */
}

/* С‚РІРѕСЏ РєРѕРЅРєСЂРµС‚РЅР°СЏ РєР°СЂС‚РёРЅРєР° */
.hero-photo--practice {
  background-image: url("/img/practice.jpg");
}

/* Р·Р°С‚РµРјРЅРµРЅРёРµ */
.hero-photo__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* РєРѕРЅС‚РµР№РЅРµСЂ РїРѕРІРµСЂС… РѕРІРµСЂР»РµСЏ */
.hero-photo__container {
  position: relative;
  z-index: 2;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero-photo__text {
  max-width: 720px;
  line-height: 1.6;
  font-size: 16px;
}

.hero-photo__text p {
  margin: 0 0 14px;
}

/* Р±Р»РѕРє СЃ Р·Р°РіРѕР»РѕРІРєРѕРј + СЃРїРёСЃРєРѕРј (РєР°Рє РЅР° РїСЂРёРјРµСЂРµ) */
.course-overlay {
  margin-top: 26px;
  padding: 18px 18px;

  backdrop-filter: blur(2px);
}

.course-overlay__title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
}

.course-overlay__list {
  margin: 0;
  padding-left: 18px; /* С‚РѕС‡РєРё */
}

.course-overlay__list li {
  margin-bottom: 10px;
  margin-left: -22px;
}

/* вњ… Mobile Р°РґР°РїС‚РёРІ */
@media (max-width: 768px) {
  .hero-photo {
    padding: 64px 0;
  }

  .hero-photo__container {
    padding: 0 16px;
  }

  .hero-photo__text {
    max-width: 100%;
    font-size: 14px;
  }

  .course-overlay {
    padding: 14px;
  }

  .course-overlay__title {
    font-size: 16px;
  }
}
.privacy {
  padding: 110px 20px 140px;
  background: #f6f5f3;
}

.privacy__container {
  max-width: 860px;          /* РѕСЃРЅРѕРІРЅРѕР№ Р±Р»РѕРє С‡СѓС‚СЊ С€РёСЂРµ */
  margin: 0 auto;
}

.privacy__title {
  text-align: center;
  font-size: 56px;
  font-weight: 800;
  color: #2f4e8c;
  margin: 0 0 70px;
  letter-spacing: -0.02em;
}

/* СѓР·РєРёР№ Р°Р±Р·Р°С† РїРѕРґ Р·Р°РіРѕР»РѕРІРєРѕРј, СЃС‚СЂРѕРіРѕ РїРѕ С†РµРЅС‚СЂСѓ */
.privacy__intro {
  max-width: 980px;
  margin: 0 auto 52px;
  text-align: center;
  font-size: 15px;
  line-height: 1.9;
  color: #2f4e8c;
}

/* Р·Р°РіРѕР»РѕРІРѕРє СЃРµРєС†РёРё "1. Definitions..." */
.privacy__subtitle {
  font-size: 22px;
  font-weight: 800;
  color: #2f4e8c;
  margin: 0 0 18px;
}

/* РѕР±С‰РёР№ С‚РµРєСЃС‚ */
.privacy p {
  font-size: 15px;
  line-height: 1.9;
  color: #2f4e8c;
  margin: 0 0 14px;
}

/* С‡С‚РѕР±С‹ "Account:" Рё С‚.Рї. Р±С‹Р»Рё Р¶РёСЂРЅС‹Рµ */
.privacy p strong {
  font-weight: 800;
}

/* РЅРµР±РѕР»СЊС€РѕР№ РІРѕР·РґСѓС… РјРµР¶РґСѓ СЃРјС‹СЃР»РѕРІС‹РјРё Р±Р»РѕРєР°РјРё */
.privacy__block {
  margin-top: 10px;
}

/* РјРѕР±РёР»РєР° */
@media (max-width: 768px) {
  .privacy {
    padding: 80px 16px 100px;
  }

  .privacy__container {
    max-width: 100%;
  }

  .privacy__title {
    font-size: 38px;
    margin-bottom: 44px;
  }

  .privacy__intro {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 36px;
  }

  .privacy__subtitle {
    font-size: 20px;
  }

  .privacy p {
    font-size: 14px;
  }
}
/* Cookie/Privacy/Terms base */
.legal {
  background: #f2f1ee;
  padding: 72px 0 90px;
}

.legal__container {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
}

.legal__title {
  text-align: center;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1.1;
  font-weight: 800;
  color: #2e4a86;
  margin: 40px 0 26px;
}

.legal__lead {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 40px;
  color: #2e4a86;
  opacity: 0.9;
  font-size: 16px;
  line-height: 1.9;
}

.legal__section {
  margin-top: 34px;
}

.legal__h2 {
  color: #2e4a86;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 14px;
}

.legal__p {
  color: #2e4a86;
  opacity: 0.95;
  font-size: 15px;
  line-height: 1.9;
  margin: 0 0 12px;
}

.legal__list {
  margin: 10px 0 0 20px;
  padding: 0;
  color: #2e4a86;
  opacity: 0.95;
  font-size: 15px;
  line-height: 1.9;
}

.legal__list li {
  margin: 6px 0;
}

.legal__link {
  color: #2e4a86;
  text-decoration: underline;
}

/* tables */
.legal__table-wrap {
  margin: 18px 0 26px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.legal-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: transparent;
  border: 2px solid rgba(46, 74, 134, 0.6);
}

.legal-table th,
.legal-table td {
  border: 2px solid rgba(46, 74, 134, 0.6);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
  color: #2e4a86;
  font-size: 14px;
  line-height: 1.5;
}

.legal-table th {
  font-weight: 800;
  background: rgba(46, 74, 134, 0.05);
}

@media (max-width: 680px) {
  .legal {
    padding: 44px 0 70px;
  }

  .legal__container {
    width: min(760px, calc(100% - 28px));
  }

  .legal__lead {
    text-align: left;
  }

  .legal-table {
    min-width: 640px; /* С‡С‚РѕР±С‹ С‚Р°Р±Р»РёС†Р° РЅРѕСЂРјР°Р»СЊРЅРѕ СЃРєСЂРѕР»Р»РёР»Р°СЃСЊ РЅР° РјРѕР±РёР»РєРµ */
  }
}
:root{
  --bg: #f2f2f2;
  --text: #2a3f73;
  --muted: #5f73a6;
  --title: #2f4b8a;
  --btn: #2f4b8a;
  --btnText: #ffffff;
  --line: rgba(47, 75, 138, .22);
  --footer: #2f4b8a;
}

*{ box-sizing:border-box; }

html, body { height: 100%; }

body{
  margin:0;
  background: var(--bg);
  color: var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* TOPBAR */
.topbar{
  padding: 18px 22px;
}

.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 24px;
}

.topbar__logo img{
  width: 52px;
  height: 52px;
  display:block;
}

.topbar__nav{
  display:flex;
  gap: 22px;
  align-items:center;
  justify-content:center;
  flex: 1 1 auto;
}

.topbar__link{
  color: rgba(42,63,115,.85);
  text-decoration:none;
  font-size: 13px;
  font-weight: 500;
}

.topbar__actions{
  display:flex;
  align-items:center;
  gap: 12px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 34px;
  padding: 0 14px;
  border-radius: 0;
  text-decoration:none;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid var(--btn);
  line-height: 1;
}

.btn--ghost{
  color: var(--btn);
  background: transparent;
}

.btn--primary{
  color: var(--btnText);
  background: var(--btn);
}

/* PAGE */
.page{
  min-height: 60vh;
}

.policy{
  padding: 46px 20px 44px;
}

.policy__container{
  max-width: 1040px;
  margin: 0 auto;
}

.policy__title{
  text-align:center;
  color: var(--title);
  font-weight: 800;
  font-size: 56px;
  line-height: 1.05;
  margin: 26px 0 34px;
}

.policy__intro{
  max-width: 760px;
  margin: 0 auto 18px;
  text-align:center;
  font-size: 12px;
  line-height: 1.8;
  color: rgba(42,63,115,.7);
}

.policy__content{
  max-width: 760px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.85;
  color: rgba(42,63,115,.78);
}

/* section headings like on screenshot */
.policy__content h2{
  margin: 18px 0 10px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--title);
  margin-left: -14px;
}

.policy__content p{
  margin: 8px 0;
  margin-left: -13px;
}

.policy__content a{
  color: var(--title);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy__content ul{
  margin: 8px 0 14px 18px;
  padding: 0;
}

.policy__content ul li{
  margin: 6px 0;
  margin-left: -6px;
}
.policy__content b {
  color:#2B4B82;
}

/* nested list (3.4.*) */
.policy__content ul ul{
  margin-top: 8px;
}



.footer__inner{
  padding: 56px 20px 46px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap: 16px;
}

.footer__logo img{
  width: 46px;
  height: 46px;
  display:block;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.12));
}

.footer__contact{
  font-size: 11px;
  opacity: .95;
}

.footer__label{
  margin-bottom: 6px;
  opacity: .92;
}

.footer__mail{
  color:#fff;
  text-decoration:none;
  font-weight: 600;
  opacity: .96;
}

.footer__social{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #d24c7d;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
}

.footer__copy{
  margin-top: 6px;
  font-size: 10px;
  opacity: .9;
}

.footer__bottom{
  padding: 14px 20px;
  text-align:center;
  font-size: 10px;
  background: rgba(0,0,0,.12);
  opacity: .95;
}

/* MOBILE */
@media (max-width: 820px){
  .topbar__inner{
    gap: 10px;
  }
  .topbar__nav{
    gap: 14px;
  }
  .policy__title{
    font-size: 40px;
    margin: 18px 0 22px;
  }
  .policy__intro{
    font-size: 12px;
    padding: 0 6px;
  }
  .policy__content{
    font-size: 12px;
  }
}

@media (max-width: 560px){
  .topbar__actions{ display:none; } /* РЅР° РјРѕР±РёР»Рµ С‡Р°СЃС‚Рѕ СѓР±РёСЂР°СЋС‚ */
  .topbar__nav{
    justify-content:flex-end;
  }
  .policy{
    padding-top: 26px;
  }
  .policy__title{
    font-size: 34px;
  }
}
:root{
  --bg: #f2f2f2;
  --text: #2a3f73;
  --muted: rgba(42,63,115,.72);
  --title: #2f4b8a;
  --btn: #2f4b8a;
  --btnText:#fff;
  --footer:#2f4b8a;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }

body{
  margin:0;
  background: var(--bg);
  color: var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* header like screenshot */
.topbar{ padding: 18px 22px; }
.topbar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 24px;
}
.topbar__logo img{
  width:52px;
  height:52px;
  display:block;
}
.topbar__nav{
  display:flex;
  gap: 22px;
  align-items:center;
  justify-content:center;
  flex: 1 1 auto;
}
.topbar__link{
  color: rgba(42,63,115,.85);
  text-decoration:none;
  font-size: 13px;
  font-weight: 500;
}
.topbar__actions{
  display:flex;
  gap: 12px;
  align-items:center;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:34px;
  padding:0 14px;
  border:2px solid var(--btn);
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  line-height:1;
}
.btn--ghost{ background:transparent; color:var(--btn); }
.btn--primary{ background:var(--btn); color:var(--btnText); }

/* page */
.legal{ padding: 42px 20px 46px; }
.legal__container{
  max-width: 1040px;
  margin: 0 auto;
}

.legal__title{
  text-align:center;
  font-size: 30px;      /* РЅР° СЃРєСЂРёРЅРµ РјРµРЅСЊС€Рµ С‡РµРј Privacy */
  font-weight: 800;
  color: var(--title);
  margin: 14px 0 18px;
  margin-top: 100px;
}

.legal__intro{
  max-width: 740px;
  margin: 0 auto 10px;
  text-align:center;
  font-size: 11px;
  line-height: 1.75;
  color: var(--muted);
}

/* narrow column content like screenshot */
.legal__content{
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 11px;
  line-height: 1.85;
  color: rgba(42,63,115,.78);
}

.legal__content h2{
  margin: 16px 0 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--title);
}

.legal__content p{
  margin: 8px 0;
}

.legal__list{
  margin: 8px 0 12px 18px;
  padding: 0;
}

.legal__list li{
  margin: 6px 0;
}

/* footer like screenshot */
.footer{
  background: var(--footer);
  color: #fff;
}
.footer__inner{
  padding: 56px 20px 46px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap: 16px;
}
.footer__logo img{
  width: 46px;
  height: 46px;
  display:block;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.12));
}
.footer__contact{
  font-size: 11px;
  opacity: .95;
}
.footer__label{ margin-bottom: 6px; opacity:.92; }
.footer__mail{
  color:#fff;
  text-decoration:none;
  font-weight:600;
}
.footer__social{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #d24c7d;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
}
.footer__copy{
  margin-top: 6px;
  font-size: 10px;
  opacity: .9;
}
.footer__bottom{
  padding: 14px 20px;
  text-align:center;
  font-size: 10px;
  background: rgba(0,0,0,.12);
  opacity: .95;
}

/* mobile like LearnWorlds pages */
@media (max-width: 820px){
  .legal__title{ font-size: 26px; }
  .legal__content{ font-size: 12px; }
}
@media (max-width: 560px){
  .topbar__actions{ display:none; }
  .topbar__nav{ justify-content:flex-end; gap: 14px; }
}
:root{
  --bg:#f4f2ef;
  --text:#2b4d82;
  --title:#2e4b83;
  --border:#b7c3d8;
}

*{box-sizing:border-box;}

body{
  margin:0;
  font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
}

.policy{
  padding:110px 20px 120px;
}

.policy__container{
  max-width:980px;
  margin:0 auto;
}

.policy__title{
  text-align:center;
  font-size:56px;
  font-weight:700;
  color:var(--title);
  margin:0;
}

.policy__intro{
  max-width:900px;
  margin:40px auto;
  text-align:center;
  font-size:14px;
  line-height:1.9;
}

h2{
  margin:42px 0 12px;
  font-size:20px;
  font-weight:700;

}

p, li{
  font-size:13px;
  line-height:1.85;
}

ul{
  padding-left:22px;
}

a{
  color:var(--title);
  text-decoration:underline;
}

.table-wrap{
  margin:20px 0 30px;
  overflow-x:auto;
}

table{
  width:100%;
  min-width:720px;
  border-collapse:collapse;
}

th,td{
  border:1px solid var(--border);
  padding:10px 12px;
  font-size:12px;
  line-height:1.7;
  vertical-align:top;
}

th{
  font-weight:600;
  color:var(--title);
  width: 307px;
}

@media (max-width:768px){
  .policy{padding:80px 16px;}
  .policy__title{font-size:38px;}
  table{min-width:640px;}
}

@media (max-width:420px){
  .policy__title{font-size:32px;}
  table{min-width:560px;}
}
/* ===== ABOUT + STATS styles ===== */
:root{
  --blue:#354E7E;
  --pink:#B05486;

}

.about-stats{
  margin-top: 100px;
  background: #f5f3ef; /* СЃРІРµС‚Р»С‹Р№ С„РѕРЅ СЃРІРµСЂС…Сѓ РєР°Рє РЅР° СЃРєСЂРёРЅРµ */
}

/* РѕР±С‰РёР№ РєРѕРЅС‚РµР№РЅРµСЂ РєР°Рє Сѓ С‚РµР±СЏ РЅР° СЃР°Р№С‚Рµ */
.container{
  width: min(1100px, calc(100% - 80px));
  margin: 0 auto;
}


.about-card{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  height: 420px;        /* РїРѕРґ РјР°РєРµС‚ */
  max-width: 1100px;
  margin: 0 auto;
  min-height: 420px;
  position: relative;
  z-index: 2;
  margin-bottom: 140px; /* в†ђ Р’РђР–РќРћ */
}



.about-card__left{
  background: #2c4b82;
  color:#fff;
  padding: 56px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

/* РєРѕРЅС‚РµР№РЅРµСЂ С„РѕС‚Рѕ */
.about-card__right{
  overflow: hidden;     /* С‡С‚РѕР±С‹ РЅРµ С‚РѕСЂС‡Р°Р»Рѕ */
}

/* Р’РћРў Р“Р›РђР’РќРћР• */
.about-card__right img{
  width: 100%;
  height: 100%;
  object-fit: cover;    /* СЂР°СЃС‚СЏРіРёРІР°РµС‚ РєСЂР°СЃРёРІРѕ */
  display: block;
}
.about-card__title{
  margin: 0 0 18px;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.about-card__text{
  margin: 0 0 26px;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.7;
  opacity: .85;
}

.about-card__in{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 2px solid rgba(255,255,255,.7);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: .5px;
}

.about-card__in:hover{
  border-color: #fff;
  transform: translateY(-1px);
}



/* РЅРёР¶РЅРёР№ СЂРѕР·РѕРІС‹Р№ Р±Р»РѕРє */
.stats{
  margin-top: -234px;        /* С‡С‚РѕР±С‹ СЃРёРЅРёР№ Р±Р»РѕРє вЂњР·Р°РµР·Р¶Р°Р»вЂќ РЅР° СЂРѕР·РѕРІС‹Р№, РєР°Рє РЅР° СЃРєСЂРёРЅРµ */
  background: var(--pink);
  padding: 140px 0 90px;
}

.stats__inner{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: center;
  text-align: center;
  color: #fff;
}

.stat__icon{
  margin: 0 auto 12px;
  color: #fff;
}

.stat__num{
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.stat__plus{
  margin-left: 2px;
}

.stat__label{
  margin-top: 10px;
  font-size: 14px;
  opacity: .9;
}

/* РјРѕР±РёР»РєР° вЂ” С„РѕС‚Рѕ РІРЅРёР· */
@media (max-width:768px){
  .about-card{
    grid-template-columns: 1fr;
    height: auto;
  }

  .about-card__right{
    height: 240px;
  }

  .about-card__left{
    padding: 28px 22px;
  }
}
/* ===== STATS SECTION ===== */

.stats {
  background: #c7458a; /* С‚РІРѕР№ СЂРѕР·РѕРІС‹Р№ */
  padding: 161px 0;
}

.stats__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  align-items: center;
  text-align: center;
}

.stat {
  color: #fff;
}

.stat__icon {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.stat__icon svg {
  color: #fff;
}

.stat__num {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

.stat__plus {
  font-size: 32px;
  vertical-align: top;
}

.stat__label {
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.4;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .stats__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat:last-child {
    grid-column: span 2;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {
  .stats {
    padding: 64px 0;
  }

  .stats__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .stat__num {
    font-size: 52px;
  }

  .stat__plus {
    font-size: 26px;
  }
}
.about-card__title{
  font-size: clamp(26px, 5vw, 44px);
  line-height: 1.1;
  margin: 0;
  font-weight: 700;
}
.about-card__text{
  font-size: clamp(15px, 2.5vw, 18px);
  line-height: 1.6;
  margin-top: 16px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .about-card__in {
    margin-left: auto;
    margin-right: auto;
  }
}
/* container (РµСЃР»Рё Сѓ С‚РµР±СЏ СѓР¶Рµ РµСЃС‚СЊ вЂ” РѕСЃС‚Р°РІСЊ СЃРІРѕР№) */
.container{
  width: min(1100px, calc(100% - 80px));
  margin: 0 auto;
}

/* block */
.welcome{
  background: #f4f3f2;              /* РєР°Рє РЅР° СЃРєСЂРёРЅРµ */
  padding: clamp(56px, 7vw, 90px) 0;
}

.welcome__title{
  text-align-last: left;
  margin: 0;
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-size: clamp(44px, 5.5vw, 35px);
  color: #2f4b7f;                   /* С‚С‘РјРЅРѕ-СЃРёРЅРёР№ */
}

.welcome__brand{
  color: #b45783;                   /* СЂРѕР·РѕРІС‹Р№ Connectica */
}

.welcome__text{
  margin: clamp(34px, 4vw, 52px) auto 0;
  width: min(1120px, 100%);
  color: #6f7faa;                   /* СЃРµСЂРѕ-СЃРёРЅРёР№ С‚РµРєСЃС‚ */
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1.85;
  font-weight: 400;
}

.welcome__text p{
  margin: 0;
 
}

.welcome__text p + p{
  margin-top: clamp(28px, 3.5vw, 44px);
}

/* Р°РґР°РїС‚РёРІ */
@media (max-width: 768px){
  .container{ width: min(1100px, calc(100% - 32px)); }
  .welcome__text{ line-height: 1.75; }
}
/* NEWSLETTER */
.newsletter {
  padding: 70px 0;
  background: #c7458a; /* your pink background */
}

.newsletter .container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.newsletter__card {
  background: #fff;
  padding: 56px 64px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
}

.newsletter__title {
  margin: 0 0 18px;
  font-weight: 800;
  line-height: 1.05;
  font-size: clamp(34px, 3.2vw, 52px);
  color: #2f4b7f;
}

.newsletter__subtitle {
  margin: 0;
  color: #2f4b7f;
  opacity: 0.9;
  font-size: 18px;
}

/* FORM */
.newsletter__form {
  width: 100%;
}

.newsletter__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.newsletter__row--email {
  grid-template-columns: 1fr auto;
  align-items: stretch;
}

.field {
  position: relative;
}

.field--email {
  width: 100%;
}

.field__input {
  width: 100%;
  height: 54px;
  border: 2px solid #2f4b7f;
  padding: 0 18px;
  font-size: 18px;
  color: #2f4b7f;
  outline: none;
  background: #fff;
}

.field__input::placeholder {
  color: rgba(47, 75, 127, 0.35);
}

/* focus */
.field__input:focus {
  box-shadow: 0 0 0 3px rgba(47, 75, 127, 0.12);
}

/* invalid styles */
.field__input.is-invalid,
.field__input:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #c0392b;
}

.field__error {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  font-size: 13px;
  color: #c0392b;
}

/* show error when invalid */
.field__input.is-invalid + .field__error {
  display: block;
}

.newsletter__btn {
  height: 54px;
  padding: 0 28px;
  background: #2f4b7f;
  color: #fff;
  border: 2px solid #2f4b7f;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.newsletter__btn:hover {
  filter: brightness(0.95);
}

.newsletter__hint {
  margin: 10px 0 0;
  font-size: 14px;
  color: #2f4b7f;
  opacity: 0.85;
  min-height: 18px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .newsletter__card {
    grid-template-columns: 1fr;
    padding: 34px 22px;
    gap: 22px;
  }

  .newsletter__row {
    grid-template-columns: 1fr;
  }

  .newsletter__row--email {
    grid-template-columns: 1fr;
  }

  .newsletter__btn {
    width: 100%;
  }
}/* email row as one block */
.newsletter__row--email {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0; /* в†ђ РљР›Р®Р§Р•Р’Рћ */
}

/* EMAIL INPUT */
.field__input--email {
  border-right: none;              /* СѓР±РёСЂР°РµРј Р»РёРЅРёСЋ РјРµР¶РґСѓ */
  border-radius: 0;
}

/* BUTTON */
.newsletter__btn {
  border-left: none;               /* СѓР±РёСЂР°РµРј Р»РёРЅРёСЋ РјРµР¶РґСѓ */
  border-radius: 0;
}

/* optional: РѕРґРёРЅР°РєРѕРІР°СЏ РІС‹СЃРѕС‚Р° */
.field__input--email,
.newsletter__btn {
  height: 54px;
}

/* MOBILE */
@media (max-width: 900px) {
  .newsletter__row--email {
    grid-template-columns: 1fr;
  }

  .field__input--email {
    border-right: 2px solid #2f4b7f;
    border-bottom: none;
  }

  .newsletter__btn {
    border-left: 2px solid #2f4b7f;
  }
}

/* Mobile-friendly tables: turn rows into cards (no horizontal scrolling) */
@media (max-width: 720px){
  .table-wrap{ overflow-x: visible; }

  table.cookie-table{
    width: 100%;
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
  }

  table.cookie-table thead{ display: none; }

  table.cookie-table,
  table.cookie-table tbody,
  table.cookie-table tr,
  table.cookie-table td{
    display: block;
    width: 100%;
  }

  table.cookie-table tr{
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 12px 14px;
    margin: 12px 0;
    background: #fff;
  }

  table.cookie-table td{
    border: 0;
    padding: 10px 0;
  }

  table.cookie-table td::before{
    content: attr(data-label);
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--title);
    opacity: .75;
  }
}
.footer__links {
  display: flex;
  gap: 16px;
}

.footer__links a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity .2s ease, text-decoration .2s ease;
  margin-bottom: 20px;
}

.footer__links a:hover {
  opacity: 1;
  text-decoration: underline;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  z-index: 1000; /* чтобы был поверх всего */

}
.why-works__card {
  height: auto;
}body {
  font-family: "Poppins", sans-serif;
}