@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaPT-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaPT-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaPT-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Angry';
  src: url('/fonts/Angry.otf') format('woff2');
  
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaPT-MediumObl.woff2') format('woff2');
  font-weight: 500;
  font-style: oblique;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaPT-DemiObl.woff2') format('woff2');
  font-weight: 400;
  font-style: oblique;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaPT-LightObl.woff2') format('woff2');
  font-weight: 400;
  font-style: oblique;
  font-display: swap;
}
.container {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 20px;
}
body {
  font-family: 'Futura', sans-serif;
  background: var(--Untitled-1, #191919);
}
.author-gallery img {
  max-width: 100%;
  height: auto;
  display: block;
}

.section {

}
.hero {
padding-top: 34px;
position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;

  width: 250px;
  height: 120px;

  background: #CE2090;

  filter: blur(120px);


  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%) rotate(-90deg);

  pointer-events: none;
    /* box-shadow:
    0 0 200px #FFAAE1,
    0 0 200px #FFAAE1; */
}

.hero-title {   
color: #FFF;
text-align: center;
font-family: Angry;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 24px */
}
.accent {
    color: #ff00a4;

}
.accent-green {
    color: #BCE702;
  font-family: 'Futura', sans-serif;
  font-weight: 500;
  font-style: oblique;

}
.hero-subtitle {
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 border: 1px solid #FF67C9;
 text-align: center;
 padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 30px;
}
.text-subtittle{
 
  width: 100%;

  color: #FFF;

font-family: Angry;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 14.4px */
max-width: 260px;
width: 100%;
}
.hero-profit {
  margin-top: 11px;
  padding: 12px;
  width: 100%;
 
background: #BCE702;
 text-align: center;
   overflow-wrap: anywhere;
border-radius: 30px;
display: flex;
    align-items: center;
    justify-content: center;
}
.profit-text{
  max-width: 260px;
  width: 100%;
}
.text-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-left: 8px;
}
.text-highlight::before {
  content: "";
  position: absolute;

  left: -6px;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);

  height: 1.3em;

  background: rgba(206, 32, 144, 0.3);

border-left: 1px solid #CE2090;
border-right: 1px solid #CE2090;
  z-index: -1;
}
.dot-left {
  position: absolute;

  width: 6px;
  height: 6px;
  background: #CE2090;
  border-radius: 50%;

  left: -8px;
  top: 0%;
  transform: translateY(-50%);
}
.text-highlight::after {
  content: "";
  position: absolute;

  width: 6px;
  height: 6px;
  background: #CE2090;
  border-radius: 50%;

  right: -8px;
  top: 100%;
  transform: translateY(-50%);
}
.profit-accent {
  font-weight: 700;
}
.hero-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
    position: relative;
    z-index: 1;
    
}
.hero-image img{
      width: 100%;
    max-width: 300px;
}

.hero-cta__top {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 270px;
  width: 100%;
}
.hero-cta__icon {
  max-width: 30px;
  width: 100%;
}
.hero-cta__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #EDEDED;
font-family: "Futura";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 14px */
max-width: 220px;
width: 100%;
}
.hero-cta__title {
}
.hero-cta__accent {
  color: #BCE702;

}
.hero-cta {
  margin-top: -122px;
  padding: 30px 12px 14px;
  border-radius: 30px;
position: relative;
z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.35);

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
    min-height: 120px; /* фикс высоты блока */

  background: linear-gradient(
  180deg,
  rgba(255, 255, 255, 0.05) 0%,
  rgba(0, 0, 0, 0.10) 75%
);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);


  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
   min-height: 120px;
}



.btn-primary {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.btn-primary.is-hiding {
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
}
.cta-placeholder {
  height: 0;
  transition: height 0.25s ease;
}
.cta-btn-wrapper {
  position: relative;
}

.cta-placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;

  height: 0;
  pointer-events: none;
}
.btn-primary.is-show {
  opacity: 1;
  transform: translateY(0);
}
.sticky-cta {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  max-width: 400px;
  z-index: 9999;
}
.btn-primary {
  display: inline-flex;
    transition: all 0.3s ease;

padding: 24px;
justify-content: center;
align-items: center;
gap: 8px;


width: 100%;
border-radius: 80px;
border: none;
background: linear-gradient(93deg, #FF67C9 11.86%, #CE2090 83.36%), linear-gradient(94deg, #E75F32 0.76%, #EE855F 50.44%, #E75F32 96.07%), linear-gradient(85deg, #FBD288 0%, #FCDB9C 59.9%, #F6D89D 103.68%), linear-gradient(93deg, #FE639B 11.86%, #FF35AE 83.36%);
color: var(--Untitled-2, #EDEDED);
text-align: center;
font-family: "Futura";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 130% */
text-transform: uppercase;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.old-price {
  color: #FFAAE1;


text-decoration-line: line-through;

}
.cta-timer{
  margin-top: 15px;
border-radius: 20px;
background: #FEFEFE;
width: 100%;
padding: 10px;
text-align: center;
color: #191919;
text-align: center;
font-family: "Futura";
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 100%; /* 14px */
}
.cta-timer b{
  font-weight: 700;
}

.bonus {
  padding-top: 40px;
}
.bonus-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title {
 position: relative;
  width: 100%;
  color: #FFF;


font-family: Angry;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 21px */

}
.container-relative{
  position: relative;
}
.wave-right{
    position: absolute;
    right: 0;
    top: 0;
}
.bonus-vector{
  width: 122px;
}
.title--center {
  margin-bottom: 0;
  text-align: center;
}
.bonus-vector{
  align-self: flex-end;
}
.bonus-img{
  width: 100%;
}
.bonus-img img{
  width: 100%;
}
.cta{
  width: 100%;
  display: flex;
  flex-direction: column;

}
.target{
  padding-top: 40px;
}
.author{
  padding-top: 50px;
    position: relative;
  overflow: hidden;
}
.author::before {
  content: "";
  position: absolute;

  width: 320px;
  height: 180px;

  background: #CE2090;

  filter: blur(140px); 

  left: 50%;
  top: 55%; /* чуть выше */

  transform: translate(-50%, -50%) rotate(-90deg);

  opacity: 0.9; 

  pointer-events: none;
  z-index: 0;
}
.target-list {
  display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
padding-top: 20px;
margin-bottom: 34px;
}
.target-item {
  display: flex;
padding: 14px;
align-items: center;
gap: 12px;
align-self: stretch;
border-radius: 20px;
border: 3px solid #fcff8e;
background: #D3ED63;

}
.target-item__icon {
  display: flex;
max-width: 80px;
width: 100%;
height: 80px;
flex-direction: column;
justify-content: center;
align-items: center;

border-radius: 20px;
background: #191919;
}
.target-item__icon img{
  width: 100%;
}
.target-item:nth-child(1) .target-item__icon img {
 width: 62px;
height: 60px;
flex-shrink: 0;
}

.target-item:nth-child(2) .target-item__icon img {
width: 54px;
height: 54px;
flex-shrink: 0;
aspect-ratio: 1/1;
}

.target-item:nth-child(3) .target-item__icon img {
width: 63px;
height: 62px;
flex-shrink: 0;
aspect-ratio: 63/62;
}

.target-item:nth-child(4) .target-item__icon img {
  width: 55px;
height: 54px;
flex-shrink: 0;
aspect-ratio: 55/54;
}

.target-item:nth-child(5) .target-item__icon img {
width: 61px;
height: 60px;
flex-shrink: 0;
aspect-ratio: 61/60;
}

.target-item:nth-child(6) .target-item__icon img {
width: 61px;
height: 60px;
flex-shrink: 0;
aspect-ratio: 61/60;
}
.target-item__content {
  display: flex;
  flex-direction: column;
  gap:4px;
}
.target-item__title {
  color: #191919;
font-family: Angry;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%;
}
.accent {
}
.target-item__text {
  color: #191919;
font-family: "Futura";
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 100%; /* 14px */
}

.title-text{
  color: #FFF;
text-align: center;
font-family: Angry;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 23.1px */
}
.accent-pink{
  color: #FF67C9;
font-family: "Futura";
  font-weight: 500;
  font-style: oblique;
  text-transform: lowercase;
}



.author-card {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.author-card__image {
    border-radius: 20px;
    max-width: 240px;
    width: 100%;
  overflow: hidden;
  border: 2px solid #D9D9D9;
}
.author-card__image img {
  width: 100%;
  display: block;
}
.author-card__badge {
   position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);

background: #415DDA;
color: #FEFEFE;
font-weight: 700;
text-wrap: nowrap;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
}
.author-info {
  margin-top: 30px;
  padding: 30px;

  border-radius: 20px;

  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(10px);

  font-size: 13px;
  line-height: 1.4;
}
.author-info p{
  color: #FEFEFE;
font-family: "Futura";
font-size: 14px;
font-style: normal;
font-weight: 450;
line-height: 100%; /* 14px */
 position: relative;
  padding-left: 20px;
}
.author-info p::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;

  color: #fff;
}
.author-info p .accent {
  color: #BCE702;
}
.light {
  font-weight: 300;
}
.author-gallery {
  display: grid;
   grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}
.author-gallery img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.author-gallery img:nth-child(1) {
  transform: rotate(-8deg);
}

.author-gallery img:nth-child(2) {
  transform: rotate(2deg);
}

.author-gallery img:nth-child(3) {
  transform: rotate(6deg);
}
.author-gallery img:nth-child(4) {
  grid-column: span 2;
  transform: rotate(-4deg);
}

.author-gallery img:nth-child(5) {
  transform: rotate(3deg);
}
.gallery-row {
  grid-column: 1 / -1; /* 🔥 растягиваем на всю ширину */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-bottom: 50px;
}
.gallery-row img:first-child {
  transform: rotate(-3deg);
}

.gallery-row img:last-child {
  transform: rotate(4deg);
}
.program{
  padding-top: 40px;
    position: relative;
  overflow: hidden;
}
.program::before {
 content: "";
  position: absolute;

  width: 320px;      /* чуть больше */
  height: 160px;

  background: #CE2090;

  filter: blur(140px); /* мягче чем hero */

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%) rotate(-90deg);


  pointer-events: none;
  z-index: 0;
}
.program-badge {
  border-radius: 20px;
  background: #BCE702;
  color: #191919;
text-align: center;
font-family: "Futura";
padding: 11px;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%; 
max-width: 202px;
width: 100%;
  font-style: oblique;
}
.program-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.program-list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.program-item {
  border-radius: 20px;
background: #FEFEFE;
display: flex;
flex-direction: column;
padding: 20px;
gap: 8px;
align-items: center;
}
.program-item__title {
  color: #191919;
text-align: center;
font-family: Angry;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 18px */
}
.program-item__label {
  width: 100%;
  padding: 6px;
  border-radius: 40px;
background: #B3558C;
color: #FEFEFE;
text-align: center;
font-family: "Futura";
font-size: 14px;
font-style: normal;
font-weight: 450;
line-height: 100%; /* 14px */
}
.program-item__text {
  color: #191919;
font-family: "Futura";
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 100%; /* 12px */
  font-style: oblique;
}
.program-live {
  margin-top: 10px;
  padding: 14px;
  border-radius: 20px;
background: #415DDA;
display: flex;
flex-direction: column;
gap: 14px;
align-items: center;
position: relative;
}
.program-title {
  color: #FEFEFE;
text-align: center;
font-family: Angry;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 18px */
}
.program-live p {
  margin: 0;
  color: #FEFEFE;
font-family: "Futura";
font-size: 14px;
font-style: oblique;
font-weight: 400;
line-height: 100%; /* 12px */
}
.accent__pink{
  color: #FFAAE1;

}
.program-cta-block {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.program-cta-text {
  color: #FFF;
font-family: Angry;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 23.1px */
}
.program-cta-text .accent-green {
  font-family: Angry;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 23.1px */
}
.program-cta_icon {
  width: 58px;
height: 52px;
margin-top: -15px;
}
.program-highlight::before{
  background: rgb(37 32 206 / 30%);
  border-left: 1px solid #415DDA;
  border-right:1px solid #415DDA;
 
}
.program-highlight{
    margin-left: 8px;
  margin-right: 10px;
}
.program-highlight .dot-left{
  top: 0;
  background: #415DDA;
}
.program-highlight::after{
  top:100%;
  background: #415DDA;
}
.program-live .text-highlight{
  margin-right: 8px;
}

.result {
  padding-top: 40px;
}


.result-card {
margin-top: 20px;
  display: flex;
padding: 14px;
align-items: center;
gap: 12px;
border-radius: 20px;
border: 3px solid #FEFEFE;
background: #FEFEFE;
}
.result-card__icon {
  display: flex;
width: 80px;
height: 80px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 20px;
background: #191919;
}
.result-card__icon img{
  width: 60px;
height: 50px;
flex-shrink: 0;
aspect-ratio: 6/5;
}
.result-card__content {
  color: #191919;
font-family: "Futura";
font-size: 14px;
font-style: normal;
font-weight: 450;
line-height: 100%; /* 14px */
}
.result-card__content .accent{
  color: #CE2090;
font-family: Angry;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 100%;
}
.accent {
}
.accent-blue {
  color: #415DDA;
  
}
.result-regular{
  font-weight: 350;
}

.accent-blue .text-highlight {
margin-right: 8px;
}
.result-bonus{
  width: 100%;
}


.reviews{
  padding-top: 40px;
}

.reviews-slider {
  overflow: hidden;
  padding-top: 30px;
}
.reviews-track {
   display: flex;
  transition: transform 0.3s ease;
  gap: 10px;
}
.review-card {
  border-radius: 24px;
  background: #BCE702; /* 🔥 внешний яркий слой */

  padding: 10px; /* 🔥 создает второй слой */

  height: 440px;

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

  flex: 0 0 90%;
  box-sizing: border-box;
}
.review-inner {
  width: 100%;
  height: 100%;

  border-radius: 20px;
  background: #DDF380;

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

  padding: 10px;
}
.review-inner img{
  width: 100%;
      height: 338px;
}
.review-nav {
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.review-btn {
    width: 50px;
    border-radius: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease, transform 0.2s ease;
    justify-content: center;
}
.button-wrapper{
      padding: 4px;
    border: 1px solid gray;
    border-radius: 100%;
}

.review-btn.next svg {
  transform: rotate(180deg);
}
.review-btn:disabled {
  opacity: 0.4;
  transform: scale(0.9); /* 🔥 легкое сжатие */
}
.final{
  padding-top: 40px;
    position: relative;
  overflow: hidden; /* важно */
}
.final::before {
  content: "";
  position: absolute;

  width: 80px;
  height: 320px;

  background: #CE2090;

  filter: blur(120px);
  opacity: 0.7;

  left: 50%;
  top: 0;
  transform: translate(-50%, -40%) rotate(0deg);

  pointer-events: none;
}
.final-item {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 4px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.3);

 
  margin-top: 20px;
}
.final-wrapper{
  padding: 4px;
  width: 34px;
height: 34px;
background: #FEFEFE;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
min-width: 34px;
}
.final-wrapper img{
  width: 100%;
}
.final-item span {
  position: relative;
  padding-left: 17px; /* 🔥 вместо margin */

  color: #FEFEFE;
  font-family: "Futura";
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.final-item span::before {
  content: "→";
  position: absolute;

  left: 0;
  top: 65%;
  transform: translateY(-50%); /* 🔥 центр по вертикали */

  color: #fff;
}
.final-box{
    display: flex;
flex-direction: column;
  gap: 10px;

  padding: 4px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.3);

 
  margin-top: 10px;
}
.final-box-header{
  display: flex;
    align-items: center;
    gap: 10px;
}
.final-box-header span{
   position: relative;
  padding-left: 17px; /* 🔥 вместо margin */

  color: #FEFEFE;
  font-family: "Futura";
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}


.final-box-header span::before {
  content: "→";
  position: absolute;

  left: 0;
  top: 65%;
  transform: translateY(-50%); /* 🔥 центр по вертикали */

  color: #fff;
}
.lesson-label{
  display: flex;
padding: 4px 10px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 40px;
background: #415DDA;
color: #FEFEFE;
font-family: "Futura";
font-size: 14px;
font-style: oblique;
font-weight: 400;
line-height: 100%; /* 12px */
}
.final-lessons{
  display: flex;
  flex-direction: column;
  gap:4px;
margin-left: clamp(0px, 20%, 80px);
}
.lesson-text{
  color: #BCE702;
font-family: Angry;
font-size: 12px;
font-style: normal;
font-weight: 400;
max-width: 170px;
width: 100%;
line-height: 100%; /* 10px */
}
.lesson{
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.final-end span::before{
    top: 30%;
  transform: translateY(-50%); /* 🔥 центр по вертикали */
}
.final-bonus{
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 18px;
  padding-top: 15px;
  padding-bottom: 13px;
  background: #BCE702;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
footer{
  padding-bottom: 70px;
}
.final-bonus__icon{
    width: 35px;
    height: 35px;
}
.final-bonus__icon img{
  width: 100%;
}
.final-bonus_text{
  color: #191919;
font-family: Angry;
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 23.1px */
max-width: 280px;
width: 100%;
}
.final-offer img{
  width: 100%;
}
.final-offer{
  padding-bottom: 30px;
}
.footer-box {
  margin-top: 45px;
  padding-top: 50px;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 45px;

  display: flex;
  justify-content: space-between;
}
.footer-left,
.footer-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer span,
.footer a {
 color: #FEFEFE;
font-family: "Futura";
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 100%; /* 14px */
text-decoration: none;
}
.wave-left{
    position: absolute;
    top: -9%;
    left: 0;
}
.reviews-wave__left{
  top: -4%;
}
.wave-left__result{
  top: -5%;
}
.wave-left__section{
  top: -3%;
    left: -18%;
}
.wave-right__section{
 top: 5px;
}
.wave-right__author{

     right: -6%;
    top: 22px;
}
.wave-left__target{
    top: -27px;
    left: -20%;
   
}
.wave-left__author{
      top: -2%;
    left: -12%;
}
@media(max-width:405px){
  .wave-tight-result{
    right: -20%;
  }
  .btn-primary{
    font-size: 16px;
    padding: 18px;
  }
}

@media(max-width:390px){
  .wave-right__target{
    right: -30%;
  }
  .wave-right__author{

     right: -25%;
    top: 22px;
}
.wave-right__section{
  right: -25%;
}
.wave-right-reviews{
  right: -15%;
}
.wave-right-final{
  right: -8%;
}
}
@media(max-width:360px){
  .review-card{
    height: 365px;
  }
  .review-inner img{
    height: 295px;
  }
}
@media(max-width:330px){
  .wave-right-final{
  right: -15%;
}
.btn-primary{
font-size: 14px;
padding: 14px;
}
}

/* ===== MODAL ===== */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.modal-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}
.modal {
  position: relative;
  background: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 36px 24px 28px;
  width: 100%;
  max-width: 440px;
  transform: translateY(24px);
  transition: transform 0.25s ease;
}
.modal-overlay.is-open .modal {
  transform: translateY(0);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.modal-close:hover {
  background: rgba(255, 255, 255, 0.15);
}
.modal-header {
  margin-bottom: 28px;
}
.modal-title {
  font-family: 'Angry', sans-serif;
  font-size: 26px;
  line-height: 110%;
  color: #EDEDED;
  margin-bottom: 8px;
}
.modal-subtitle {
  font-family: 'Futura', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(237, 237, 237, 0.55);
  line-height: 1.4;
}
.form-group {
  margin-bottom: 16px;
}
.form-label {
  display: block;
  font-family: 'Futura', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(237, 237, 237, 0.55);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.form-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 14px 16px;
  color: #EDEDED;
  font-family: 'Futura', sans-serif;
  font-size: 15px;
  font-weight: 300;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.form-input::placeholder {
  color: rgba(237, 237, 237, 0.25);
}
.form-input:focus {
  border-color: #CE2090;
}
.modal-submit {
  width: 100%;
  margin-top: 8px;
  font-size: 15px;
}
.modal-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.form-error {
  font-family: 'Futura', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #ff6b6b;
  text-align: center;
  margin-top: 12px;
}