body,
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 15px;
}

* {
  box-sizing: border-box;
  margin: 0px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.main {
  width: 100%;
}

.wrapper {
  max-width: 500px;
  padding: 0px 0px;
  margin: 0px auto;
}

.header {
  width: 100%;
}

.banner {
  width: 100%;
}
.banner img {
  width: 100%;
  max-width: initial;
}

h1,
h2 {
  font-family: "Roboto", sans-serif;
}

.banner {
  width: 100%;
}

.form-container {
  padding: 15px;
}

h2 {
  font-size: 16px;
  margin-top: 20px;
  color: #000;
}

.landing-page {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #d23f2a, #ec6f37);
  color: #fff;
  position: relative;
  overflow: hidden;
  background-image: url(./../images/muscle_desktop.png);
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .landing-page.scroll {
    overflow-y: auto;
  }
}
@media screen and (max-width: 600px) {
  .landing-page {
    align-items: inherit;
    padding-top: 100px;
  }
}

.pattern-bg {
  position: absolute;
  background-size: cover;
  z-index: 1;
}
.pattern-bg img {
  width: 100%;
  max-width: 100%;
}

.content {
  position: relative;
  text-align: center;
  z-index: 2;
  max-width: 700px;
  padding: 20px;
}

.logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 100;
}

.final-logo{
  display: none;
  position: absolute;
  height: 150px;
  top: 40px;
  left: 40px;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .logo {
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    top: 20px;
  }

  .finallogoImg{
    right: 20px;
    transform: translateX(0%);
    width: 125px;
    top: 20px;
  }
}

.headings {
  margin-bottom: 75px;
}
@media screen and (max-width: 600px) {
  .headings {
    margin-bottom: 30px;
  }
}
.headings .headingImg {
  max-width: 75%;
  margin: 0 auto;
}
.headings .rangli_camLogo img {
  max-width: 75%;
  margin: 0 auto;
}

.upload-btn {
  background: #fff;
  color: #333;
  border: none;
  padding: 12px 25px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.upload-btn:hover {
  background: #f1f1f1;
}

.how-it-works {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .how-it-works {
    margin-top: 12px;
  }
}
.how-it-works .muscleLogo-m {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 10px;
  width: 60%;
  height: 40vh;
  transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 600px) {
  .how-it-works .muscleLogo-m {
    display: block !important;
  }
}
.how-it-works .muscleLogo-m img {
  width: 100%;
  display: block;
}
.how-it-works a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.muscleLogo {
  position: absolute;
  right: 10%;
  bottom: 0;
  width: 20%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .muscleLogo {
    display: none !important;
  }
}
.muscleLogo img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .muscleLogo img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .muscleLogo {
    width: auto;
    right: 50%;
    height: 28%;
    transform: translateX(50%);
  }
}

.upload-btn-wrapper {
  text-align: center;
}
.upload-btn-wrapper .upload-btn-holder {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.upload-btn-wrapper .upload-btn-holder label {
  display: flex;
  width: 276px;
  align-items: center;
  background: #fff;
  color: #333;
  border: none;
  padding: 12px 25px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  cursor: pointer;
  justify-content: center;
}
.upload-btn-wrapper .upload-btn-holder label span {
  font-size: 20px;
  margin: 0px 5px;
}
@media screen and (max-width: 600px) {
  .upload-btn-wrapper .upload-btn-holder label span {
    font-size: 16px;
  }
}
.upload-btn-wrapper .upload-btn-holder label span img {
  width: 20px;
}
.upload-btn-wrapper .upload-btn-holder input {
  font-size: 50px;
  position: absolute;
  opacity: 0;
}

@media screen and (max-width: 600px) {
  .upload-btn-wrapper.upload-img-btn .upload-btn-holder label {
    background: none;
    border: 1px solid #fff;
    color: #fff;
  }
}
.how-it-works-popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.2039215686);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 10;
}
.how-it-works-popup .how-it-works-popup-wrapper {
  width: 680px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .how-it-works-popup .how-it-works-popup-wrapper {
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.how-it-works-popup .how-it-works-popup-wrapper h2 {
  font-size: 32px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .how-it-works-popup .how-it-works-popup-wrapper h2 {
    font-size: 18px;
  }
}
.how-it-works-popup .how-it-works-popup-wrapper p {
  color: #000;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 600px) {
  .how-it-works-popup .how-it-works-popup-wrapper p {
    font-size: 16px;
    line-height: 20px;
  }
}
.how-it-works-popup .how-it-works-popup-wrapper p span {
  font-size: 11px;
  line-height: 20px;
}
.how-it-works-popup .how-it-works-popup-wrapper p small {
  font-size: 18px;
  color: #606060;
  line-height: 20px;
}
@media screen and (max-width: 600px) {
  .how-it-works-popup .how-it-works-popup-wrapper p small {
    font-size: 12px;
    line-height: 16px;
  }
}
.how-it-works-popup .how-it-works-popup-wrapper .close-btn {
  width: 24px;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .how-it-works-popup .how-it-works-popup-wrapper .close-btn {
    width: 16px;
    right: 20px;
    top: 25px;
  }
}
.how-it-works-popup .how-it-works-popup-wrapper .close-btn img {
  width: 100%;
  display: block;
}

.image-preview-section {
  width: 1166px;
  margin: 0px auto;
  display: flex;
  padding: 0px 40px;
  justify-content: center;
}
.image-preview-section.show {
  display: flex !important;
}
@media screen and (max-width: 600px) {
  .image-preview-section.show {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .image-preview-section {
    flex-wrap: wrap;
    padding: 0px 20px;
  }
}
.image-preview-section .image-preview-section-lh {
  width: 58%;
}
@media screen and (max-width: 600px) {
  .image-preview-section .image-preview-section-lh {
    width: 100%;
  }
}
.image-preview-section .image-preview-section-lh canvas {
  display: block;
  border: 3px solid #fff;
  border-radius: 10px;
  height: 450px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .image-preview-section .image-preview-section-lh canvas {
    height: 350px;
  }
}
.image-preview-section .image-preview-section-lh .preview-image {
  width: 100%;
}
.image-preview-section .image-preview-section-rh {
  width: 42%;
  padding-left: 20px;
  display: none;
}
@media screen and (max-width: 600px) {
  .image-preview-section .image-preview-section-rh {
    width: 100%;
    padding-left: 0px;
  }
}

.ai-analysis > img {
  width: 80%;
  display: block;
  margin: 0px auto;
}
@media screen and (max-width: 600px) {
  .ai-analysis > img {
    display: none;
  }
}

.actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .actions {
    margin: 10px 0px 0px;
    padding-bottom: 20px;
  }
}
.actions button {
  font-family: "Roboto", sans-serif;
  height: 50px;
  line-height: 48px;
  padding: 0px 25px;
  font-size: 18px;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  margin-right: 0px;
}

/* Make final screen action buttons match other CTAs and center their text */
.final-actions button,
#finalPreviewFrame .final-actions button,
.image-preview-section-lh.final-shown .final-actions button {
  font-family: "Roboto", sans-serif;
  height: 50px;
  line-height: 48px;
  padding: 0px 25px;
  font-size: 18px;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  border-radius: 30px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
  text-align: center;
}

#stopCamera {
  background: none;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  border: none;
  outline: none;
}

#capturePhoto {
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
#capturePhoto::after {
  width: 52px;
  height: 52px;
  position: absolute;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  content: "";
}

.scan-rangoli-btn {
  display: flex;
  width: 276px;
  align-items: center;
  background: #fff;
  color: #333;
  border: none;
  padding: 12px 25px;
  font-size: 20px;
  line-height: 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  margin-bottom: 20px;
  display: none;
}
@media screen and (max-width: 600px) {
  .scan-rangoli-btn {
    display: flex;
  }
}
.scan-rangoli-btn span {
  font-size: 20px;
  margin: 0px 5px;
}
@media screen and (max-width: 600px) {
  .scan-rangoli-btn span {
    font-size: 16px;
  }
}
.scan-rangoli-btn span img {
  width: 20px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 400px;
  width: 600px;
  margin: 0 auto 20px;
  border-radius: 15px;
  overflow: hidden;
  background: #2a2a3e;
  border: 3px solid #fff;
}
@media screen and (max-width: 600px) {
  .video-container {
    max-width: 350px;
    margin: 0 auto;
    height: 350px;
  }
}

#video {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}
@media screen and (max-width: 600px) {
  #video {
    height: 350px;
  }
}

.camera-placeholder {
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
}

.anilizer-loader {
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .anilizer-loader {
    margin-top: 0px;
  }
}
.anilizer-loader .anilizer-loader-wrapper {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-sizing: content-box;
  margin: 20px auto;
  filter: drop-shadow(0px 10px 8px rgba(249, 249, 249, 0.25));
}
@media screen and (max-width: 600px) {
  .anilizer-loader .anilizer-loader-wrapper {
    margin: 10px auto;
  }
}
.anilizer-loader .anilizer-loader-wrapper .padding-mask {
  container-type: inline-size;
  position: absolute;
  inset: 0;
  margin: 0px;
  border-radius: 6px;
  overflow: hidden;
}
.anilizer-loader .anilizer-loader-wrapper .slide {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  width: 50cqw;
  border-radius: 6px;
  background: linear-gradient(to left, rgb(232, 85, 13), rgba(252, 128, 25, 0));
  animation: 1s infinite alternate cha-cha ease-in-out;
}
@keyframes cha-cha {
  from {
    translate: -60cqw;
  }
  to {
    translate: 60cqw;
  }
}

#textDisplay {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  padding-top: 20px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 600px) {
  #textDisplay {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}

.mr-logo-m {
  width: 100%;
  display: none;
  padding: 0px 20% 20px;
}

.final-mr-logo-m {
  width: 100%;
  display: none;
  padding: 0px 20% 20px;
}

#muscle-man {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 600px) {
  .mr-logo-m {
    display: block;
  }
  .final-mr-logo-m {
    display: none;
    max-width: 80dvw;
  }
  #muscle-man {
    display: none;
    position:relative;
    max-height: 20vh;
    overflow: hidden;
    padding: 0% 25%;
  }
}

.coupon-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .coupon-box {
    padding: 15px;
    margin-top: 0px;
  }
}

.coupon-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.coupon-header img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.coupon-header h3 {
  margin: 0;
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  color: #353535;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
}
@media screen and (max-width: 749px) {
  .coupon-header h3 {
    font-size: 18px;
    line-height: 20px;
  }
}

.coupon-header p {
  margin: 0;
  font-size: 14px;
  color: #717171;
  padding-top: 5px;
  line-height: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
}
@media screen and (max-width: 749px) {
  .coupon-header p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 0px;
  }
}

.coupon-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5;
  border: 1px dashed #d9d9d9;
  outline-offset: -3px;
  border-radius: 10px;
  padding: 10px 15px;
}
@media screen and (max-width: 749px) {
  .coupon-code-box {
    padding: 3px 15px;
  }
}

.coupon-code {
  font-size: 16px;
  font-weight: 500;
  color: #e8550d;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 749px) {
  .coupon-code {
    letter-spacing: 0.2px;
  }
}

.copy-btn {
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
  font-weight: 600;
  color: #717171;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
}

.previewImage-container {
  height: 450px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 10px;
}
.previewImage-container img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .previewImage-container {
    height: 280px;
  }
}

.share-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .share-btn {
    padding-bottom: 20px;
  }
}
.share-btn button {
  font-family: "Roboto", sans-serif;
  height: 50px;
  line-height: 48px;
  padding: 0px 25px;
  font-size: 18px;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.next-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .next-btn {
    padding-bottom: 20px;
  }
}
.next-btn button {
  font-family: "Roboto", sans-serif;
  height: 50px;
  line-height: 48px;
  padding: 0px 25px;
  font-size: 18px;
  color: #fff;
  background: none;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.coupon-header a {
  color: #000;
  text-decoration: underline;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .coupon-header a {
    font-size: 14px;
  }
}

.terms-popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  background: rgba(255, 255, 255, 0.2039215686);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 10;
}
.terms-popup .terms-popup-wrapper {
  width: 680px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .terms-popup .terms-popup-wrapper {
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.terms-popup .terms-popup-wrapper h2 {
  font-size: 32px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .terms-popup .terms-popup-wrapper h2 {
    font-size: 18px;
  }
}
.terms-popup .terms-popup-wrapper .terms_condition {
  margin: 20px 0;
}
.terms-popup .terms-popup-wrapper .terms_condition ul {
  color: #000;
  list-style-type: disc;
  margin: 0 25px;
}
.terms-popup .terms-popup-wrapper .terms_condition ul li {
  color: #000;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  .terms-popup .terms-popup-wrapper .terms_condition ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
.terms-popup .terms-popup-wrapper p {
  color: #000;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  font-size: 24px;
  line-height: 28px;
}
@media screen and (max-width: 600px) {
  .terms-popup .terms-popup-wrapper p {
    font-size: 16px;
    line-height: 20px;
  }
}
.terms-popup .terms-popup-wrapper p span {
  font-size: 11px;
  line-height: 20px;
}
.terms-popup .terms-popup-wrapper p small {
  font-size: 18px;
  color: #606060;
  line-height: 20px;
}
@media screen and (max-width: 600px) {
  .terms-popup .terms-popup-wrapper p small {
    font-size: 12px;
    line-height: 16px;
  }
}
.terms-popup .terms-popup-wrapper .close-btn {
  width: 24px;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .terms-popup .terms-popup-wrapper .close-btn {
    width: 16px;
    right: 20px;
    top: 25px;
  }
}
.terms-popup .terms-popup-wrapper .close-btn img {
  width: 100%;
  display: block;
}

.final-screen {
  display: none;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .final-screen {
    padding: 15px;
  }
}

.final-screen .congratulations-content {
  max-width: 400px;
  margin: 0 auto;
}

.final-screen .congratulations-title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 600px) {
  .final-screen .congratulations-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.final-screen .congratulations-subtitle {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .final-screen .congratulations-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.final-screen .final-coupon-box {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 600px) {
  .final-screen .final-coupon-box {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}

.final-screen .final-coupon-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.final-screen .final-coupon-header img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.final-screen .final-coupon-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 600px) {
  .final-screen .final-coupon-title {
    font-size: 18px;
  }
}

.final-screen .final-coupon-code-box {
  background: #f8f9fa;
  border: 2px dashed #e9ecef;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
}

.final-screen .final-coupon-code {
  font-size: 24px;
  font-weight: bold;
  color: #e8550d;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .final-screen .final-coupon-code {
    font-size: 20px;
  }
}

.final-screen .final-coupon-description {
  font-size: 14px;
  color: #666;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

.final-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 300px;
  margin: 0 auto;
}

.final-screen .final-btn {
  font-family: "Roboto", sans-serif;
  height: 50px;
  line-height: 48px;
  padding: 0px 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.final-screen .download-share-btn {
  background: #fff;
  color: #333;
}

.final-screen .download-share-btn:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
}

.final-screen .invite-friends-btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.final-screen .invite-friends-btn:hover {
  background: #fff;
  color: #333;
  transform: translateY(-2px);
}
.final-screen {
  display: none;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .final-screen {
    padding: 15px;
  }
}

.final-screen .congratulations-content {
  max-width: 400px;
  margin: 0 auto;
}

.final-screen .congratulations-title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 600px) {
  .final-screen .congratulations-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.final-screen .congratulations-subtitle {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .final-screen .congratulations-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.final-screen .final-coupon-box {
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 600px) {
  .final-screen .final-coupon-box {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}

.final-screen .final-coupon-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.final-screen .final-coupon-header img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.final-screen .final-coupon-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 600px) {
  .final-screen .final-coupon-title {
    font-size: 18px;
  }
}

.final-screen .final-coupon-code-box {
  background: #f8f9fa;
  border: 2px dashed #e9ecef;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
}

.final-screen .final-coupon-code {
  font-size: 24px;
  font-weight: bold;
  color: #e8550d;
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .final-screen .final-coupon-code {
    font-size: 20px;
  }
}

.final-screen .final-coupon-description {
  font-size: 14px;
  color: #666;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

.final-screen .final-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 300px;
  margin: 0 auto;
}

.final-screen .final-btn {
  font-family: "Roboto", sans-serif;
  height: 50px;
  line-height: 48px;
  padding: 0px 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.final-screen .download-share-btn {
  background: #fff;
  color: #333;
}

.final-screen .download-share-btn:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
}

.final-screen .invite-friends-btn {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.final-screen .invite-friends-btn:hover {
  background: #fff;
  color: #333;
  transform: translateY(-2px);
} /*# sourceMappingURL=style.css.map */
