* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family:'Balsamiq Sans';
    src: url('./public/assets/font/Balsamiq Sans Bold.eot');
	src: url('./public/assets/font/Balsamiq Sans Bold.eot?#iefix') format('embedded-opentype'),
		url('./public/assets/font/Balsamiq Sans Bold.woff2') format('woff2'),
		url('./public/assets/font/Balsamiq Sans Bold.woff') format('woff'),
		url('./public/assets/font/Balsamiq Sans Bold.svg#Balsamiq Sans Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074;
}

@font-face {
    font-family:'Balsamiq Sans';
    src: url('./public/assets/font/Balsamiq Sans Regular.eot');
	src: url('./public/assets/font/Balsamiq Sans Regular.eot?#iefix') format('embedded-opentype'),
		url('./public/assets/font/Balsamiq Sans Regular.woff2') format('woff2'),
		url('./public/assets/font/Balsamiq Sans Regular.woff') format('woff'),
		url('./public/assets/font/Balsamiq Sans Regular.svg#Balsamiq Sans Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2074;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0px;
    background: linear-gradient(135deg, #06a1e5, #04c8c8);
    min-height: 100vh;
    color: #333;
    line-height: 1.6;
}

/* App Container */
.app-container {

    width: 100%;

}

/* Steps Container */
.steps-container {
    position: relative;
}

/* Step Content */
.step-content {
    padding: 0px;
    height: 100vh;
    animation: fadeIn 0.5s ease-in-out;
    display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.step-content h2 {
    color: #fff;
  margin-bottom: 20px;
  font-size: 4.6vw;
  font-family: 'Balsamiq Sans';
  font-weight: 400;
  padding-right: 130px;
  line-height: 5vw;
}

.step-content p {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #555;
}

.men-smale img {
  height: 100%;
}
.men-smale {
  position: absolute;
  bottom: 0px;
  left: 30px;
  height: 90vh;
}
.circle-men {
  width: 460px;
  height: 460px;
  background: #276b8f;
  border-radius: 50%;
  padding-top: 30px;
  overflow: hidden;
}
.circle-men img {
  width: 100%;
}
.nav-button {
  background: #3c2382;
  border: none;
  color: #ffd550;
  font-size: 3vw;
  padding: 16px 20px 10px 20px;
  line-height: 3vw;
  font-family: 'Balsamiq Sans';
  font-weight: 700;
}

/* Responsive Design */
@media (max-width: 600px) {
    .app-container {
        padding: 15px;
    }
    

    
    .nav-button {
        padding: 10px 20px;
        min-width: 100px;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }
}


.main-container {
    position: relative;
    width: 100dvw;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.slider-container {
    color: white;
    padding: 1vh 0.5vw;
    width: 100%;
    height: 68vh;
    transition: all 0.3s ease;
}

.slider-container .slider-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.slider-container .slider-content-full {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    padding: 2vw;
    /* border: 0.5vh solid #f8ab41; */
    border-radius: 1vh;
}

.slider-container .slider-content-start-over {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    gap: 4vh;
    padding: 2vw;
    width: 100%;
    height: 100%;
}


.slider-container .slider-content .left-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* border: 0.5vh solid #f8ab41; */
    border-radius: 1vh;
    width: 75%;
    height: 100%;
    margin-right: 0.5vw;
    transition: all 0.3s ease;
}

.slider-container .slider-content .right-content {
    background-color: rgb(117, 91, 65, 0.75);
    /* border: 0.5vh solid rgb(248, 171, 65); */
    border-radius: 1vh;
    width: 30%;
    height: 100%;
    transition: all 0.3s ease;
}



/* Slicer Styles */
.slicer-image {
    transition: transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

/* Onboarding Overlay */
#flow-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(./public/assets/images/step-bg.png) center bottom no-repeat;
    background-size: cover;
}


.flow-card {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    
}

.logo-wrap {
    display: flex;
  align-items: center;
  justify-content: center;
  height: 54vh;
}
.logo-wrap img {
   height: 100%;
}

.two-col {
    display: flex;
    gap: 24px;
    height: 100vh;
    align-items: center;
    width: 100vw;
}
.two-col .left {
    flex: 1 1 35%;
    display: flex;
    justify-content: center;
 
}
.two-col .right {
    flex: 1 1 65%;
   
}
.two-col .unequal-right {
    flex: 1 1 50%;
}
.two-col .unequal-right .inside-part {
  width: 68%;
  text-align: center;
}
.two-col .unequal-right .inside-part h3 {
    color: #fff;
  margin-bottom: 30px;
  font-size: 3.6vw;
  font-family: 'Balsamiq Sans';
  font-weight: 400;
  line-height: 3.8vw;
}
.two-col .unequal-right .inside-part h3 span{
    color: #ffd550;
}
.two-col .unequal-right .inside-part .part {
  width: 66%;
  margin: 20px auto;
}
.two-col .unequal-right .inside-part .part img {
  width: 100%;
}
.two-col .unequal-right .inside-part h4 {
    color: #3c2382;
  margin-bottom: 30px;
  font-size: 3.6vw;
  font-family: 'Balsamiq Sans';
  font-weight: 700;
  line-height: 3.8vw;
}
.video-full {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: #000;
}
.video-full video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.skip-btn {
    position: absolute;
    top: 16px;
    right: 16px;
}

/* Step 8 Start Screen */
.fullscreen-bg {
    width: 100vw;
    height: 100vh;
    background: url(./public/assets/images/start-app-bg.png) center bottom no-repeat;
    background-size: cover;
    padding: 20px;
}
.start-card {
    background: rgba(18, 26, 45, 0.92);
    border-radius: 24px;
    padding: 28px 28px 36px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35), inset 0 0 0 1px rgba(255,255,255,0.06);
    color: #eaf2ff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.start-title {
    font-size: 1.7vw;
    font-weight: 800;
    text-align: center;
    margin-bottom: 80px;
}
.start-body {
    display: flex;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    width: 80vw;
    margin: 0 auto;
}
.start-body .left {
    background: rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    margin-right: 5%;
    margin-left: 10%;
}
.start-body .left img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.start-body .right {
    text-align: center;
    width: 45%;
}
.start-body .right p {
    font-size: 1.6vw;
  line-height: 1.8vw;
  color: #fff;
  margin: 0 0 25px 0;
}
.btn-start {
    align-self: start;
    background: linear-gradient(180deg, #FFA73B, #FF7A00);
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 16px;
    cursor: pointer;
    font-size: 1vw;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(255, 122, 0, 0.35);
}
.btn-start:hover { filter: brightness(0.98); }
.btn-start:active { transform: translateY(1px); }
@media (max-width: 960px) {
  .start-body { grid-template-columns: 1fr; }
  .step-content h2{padding-right: 70px; font-size: 4.4vw;}
  .nav-button{padding: 10px 16px 7px 16px;}
  .circle-men{width: 230px; height: 230px; padding-top: 20px;}
  .two-col .unequal-right .inside-part h4{ margin-bottom: 10px;}
  .two-col .unequal-right .inside-part h3{margin-bottom: 10px;}
  .two-col .unequal-right .inside-part {width: 64%;}
  .two-col .unequal-right .inside-part .part{margin: 10px auto; width: 56%;}
  .start-title{ margin-bottom: 10px;}
  .btn-start{padding: 8px 22px;}
  .start-body .left{width:  35%;}
}

.slicer-image:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    cursor: pointer;
}

.slicer-image:active {
    cursor: grabbing;
    transform: scale(1.1) rotate(45deg);
}

/* Pizza Container */
.pizza-container {
    position: relative;
    display: inline-block;
    overflow: visible;
}

/* Cut Lines */
.cut-line {
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { opacity: 0.7; }
    50% { opacity: 1; }
    100% { opacity: 0.7; }
}

/* Slicer bottom-to-top cut animation */
@keyframes slicerCutUp {
    0% { bottom: -60px; }
    100% { bottom: calc(100% - 60px); }
}

/* Target Line */
.target-line {
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: rgba(0, 200, 0, 0.8);
    z-index: 4;
    pointer-events: none;
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.7);
    animation: pulse 0.5s infinite;
}


@keyframes pulsate-border {
    0% {
        border-color: #34ad61;
    }

    50% {
        border-color: #33734a;
    }
}

@keyframes pulse {
    0% { opacity: 0.7; }
    50% { opacity: 1; }
    100% { opacity: 0.7; }
}

.cut-line {
    animation: pulse 2s infinite;
}

.target-line {
    animation: pulse 0.5s infinite;
}

.slicer-dragging {
    transform: scale(1.1) rotate(45deg) !important;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
    transition: none !important;
    z-index: 1000 !important;
}

.slicer-image {
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.slicer-image:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.footer { width: 80vw; height: 8vh; padding: 0.2vw 1.4vw; display: flex; flex-direction: column; align-items: start; justify-content: space-between; position: absolute; bottom: 0; right: 0; z-index: 111111; }
.footer .footer-buttons {display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; gap: 15px;}
.footer .footer-buttons button{ background: linear-gradient(180deg, #FFA73B, #FF7A00); color: #fff; border: none; padding: 1.4vmin 2.5vmin; border-radius: 8px; cursor: pointer; font-size: 2vmin; font-weight: 800; box-shadow: 0 8px 20px rgba(255, 122, 0, 0.35); }
.footer .footer-buttons .message-text {font-size: 3.2vmin; line-height: 5.5vmin; color: #fff; margin: 0; background-color: rgba(28, 14, 28, 0.81); backdrop-filter: blur(14px); width: 100vw; text-align: center; border-radius: 8px;  }