@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

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

        
        body {
            font-family: "Averta", sans-serif;
            background: linear-gradient(to bottom right, #BDD7E1 20%, #E0F0D2 50%);
            overflow-x: hidden;
          
        }

        #app {
            overflow:hidden;
        }


        h4 {
            color: #1A1E1A;
        text-align: center;
        font-family: "Averta";
        font-size: 24px;
        font-style: normal;
        font-weight: 400 !important;
        line-height: normal;
        letter-spacing: -1.2px;
        }
        

        h2 {
        color: #1A1E1A;
        text-align: center;
        font-family: "Averta";
        font-size: 60px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 1.2;
        letter-spacing: -3px;
        }

        h3 {
            color: #1A1E1A;
            text-align: center;
            font-family: "Averta";
            font-size: 25px !important;
            font-style: normal;
            font-weight: 400 !important;
            line-height: 100%; /* 25px */
            font-variant: small-caps;
            letter-spacing: -1.25px;
        }

        small {

            color: #696969;
            text-align: center;
            font-family: "Averta";
            font-size: 16px !important;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: -0.8px;
            display: flex;
            
        }
        small img {
            margin-right:10px;
        }


        .header {
            background: transparent;
            backdrop-filter: blur(10px);
            padding: 1rem 0;
        }

        footer {
            border-top: 1px solid rgba(0, 0, 0, 0.18);
            margin-top:60px;
        }

        footer p {
            color: #1A1E1A !important;
            font-family: "Averta";
            font-size: 20px !important;
            font-style: normal;
            font-weight: 400;
            letter-spacing: -1px;
        }

        a, a.text-primary {
            color: #4F2BD3 !important;
            font-family: "Averta";

        }
        
        

        .logo_top {
            width: auto;
            height: 40px;
        }

        .brand-name {
            font-size: 1.2rem;
            font-family:"Averta";
            font-weight: 700;
            margin-left: 0.5rem;

        }
        
        .brand-name span {
            font-weight: 400;
            font-family:"Averta";
        }

        .navigation button {
            color: #1A1E1A;
            font-family: "Averta";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 110%; /* 22px */
            letter-spacing: -1px;
        }
        
        .btn-primary-custom {
            display: flex;
            padding: 15px 25px;
            align-items: center;
            gap: 15px;
            border-radius: 25px;
            background: #1A1E1A;
            color: #FFF !important;
            border:none;
            font-family: "Averta";
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 55px; /* 305.556% */
        }
        
        button:hover {
            opacity:.9;
        }
        
        h1.hero-title {
           color: #2E2F2E;
            text-align: center;
            font-family: "Averta";
            font-size: 75px;
            font-style: normal;
            font-weight: 600;
            line-height: 100%; /* 75px */
            letter-spacing: -3.75px;
        }


        .hero-text {
            display: flex;
            flex-direction: column;
            gap: 30px;
            align-content: center;
            justify-content: flex-start;
            align-items: flex-start;
        }

        .lead.mt-3 {
            color: #696969;
            text-align: center;
            font-family: "Averta";
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 110%; /* 26.4px */
            letter-spacing: -1.2px;
        }
        
        .highlight {
            border-bottom: 6px solid #AEDD4E;
            padding: 0 0.5rem;
            display: inline-block;
        }

        /* Preview Page Gradient Highlights */
        .highlight-gradient {
            background: linear-gradient(to right, #30D2FF 30%, #C0FF43 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            padding: 0 0.5rem;
            display: inline-block;
        }


        

        .upload_container {

            align-items: center;
              justify-content: center;
              display: flex;
              flex-direction: column;
              
        }

        .upload_container .text-center.absolute {
            align-content: flex-start;
            display: flex;
            width:100%;
        }

        .upload_but {

            border-radius: 25px;
            border: 1px solid #5A5A5A;
            background: #FFF;
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
            display: flex;
            padding: 15px 25px;
            justify-content: center;
            align-items: center;
            color: #696969;
            text-align: center;
            font-family: "Averta";
            margin:30px auto 10px auto;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px; /* 100% */
            width:fit-content;
            position:relative;

        }

        .upload_but:after {
            content: '';
              display: block;
              background-image: url('../images/smallpics.png');
              width: 152px;
              height: 164px;
              background-position: center;
              background-repeat: no-repeat;
              position: absolute;
              top: -70px;
              right: -204px;
        }


        .upload-zone {
            border-radius: 50px;
            background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='50' ry='50' stroke='rgb(0, 0, 0, 1)' stroke-width='3' stroke-dasharray='10%2c 16' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
            cursor: poAverta;
            transition: all 0.3s;
            display: flex;
            width: 434px;
            height: 427px;
            padding: 25px;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            cursor:pointer;
        }
        
        .upload-zone:hover {
            border-color: #666;
        }
        
        .base-picture-badge {
            display: flex;
            padding: 10px 15px;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            color: #FFF;
            font-family: "Averta";
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            border-radius: 15px;
            background: #1A1E1A;
        }

        .text-muted {
            color: #696969 !important;
            text-align: center;
            font-family: "Averta";
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 110%; /* 16.5px */
           
        }
        
        .handwriting {
            color: #1A1E1A;
            font-family: Caveat;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            background-image:url('../images/arrowtopsmall.svg');
            background-repeat:no-repeat;
            background-position:bottom center;
            padding-bottom:60px;
            width: 127.081px;
            transform: rotate(-10.5deg);
            margin-left: auto;
            margin:100px -100px -100px auto;
        }

        .handwriting.right {
            margin: -130px 10px 0 auto;
            width: 120px;
        }

        .handwriting.right.absolute {
            margin: 0;
              position: absolute;
              right: -150px;
              top:0;
        }



         .tabs_navigation {
            margin-top:55px;
            display: flex;
            justify-content: center;
            gap: 10px;
        }

        
        .tab-btn {
            display: flex;
            padding: 15px 25px;
            justify-content: center;
            align-items: center;
            flex-direction: row;
            gap: 10px;
            border-radius: 30px;
            background:#ffffff4f;
            border:none;
            color: #1A1E1A;
            font-family: "Averta";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%; /* 24px */
            letter-spacing: -1.2px;
        }
        
        .tab-btn:hover {
            opacity:.9;
        }
        
        .tab-btn.active {
           
            border: 1px solid #1A1E1A54;
  background: rgb(46, 47, 46) !important;
  padding: 5px 25px 5px 5px;
  color: #fff;
        }

        .tab-btn.active img {
            padding: 10px;
              background: #AF0;
              border-radius: 50%;
        }
        
        .tab-btn.pro {
            border:none;
/*            background: rgba(255, 255, 255, 0.44);*/
            position:relative;
        }

        .tab-btn.pro .badge {
            position: absolute;
            right: -5.5px;
            top: -6px;
            border-radius: 10px;
            background: #D9FB94;
            display: flex;
            padding: 5px 10px;
            justify-content: center;
            align-items: center;
            color: #1A1E1A;
            font-family: "Averta";
            font-size: 15px;
            font-style: normal;
            font-weight: 500;
            line-height: 100%; /* 15px */
            letter-spacing: -0.75px;
          
        }
        
       
        
        .carousel-section {
            width: 100vw;
            margin-left: 50%;
            transform: translateX(-50%);
            position: relative;
        }
        
        .carousel-container {
            position: relative;
            overflow: visible;
            padding: 2rem 80px;
        }
        
        .swiper {
            width: 100%;
            height: auto;
            overflow: hidden;
        }
        
        .swiper-wrapper {
            display: flex;
        }
        
        .swiper-slide {
            width: 250px !important;
            height: auto;
        }
        
        .items-carousel {
            display: flex;
            transition: transform 0.3s ease;
            gap: 1rem;
        }
        

        .items-row  {
            overflow:hidden;
            display: flex;
            gap: 12px;
        }
        .item-card {
            display: flex;
            height: 351.466px;
            padding: 25px 35px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            flex: 1 0 0;
            width:250px;
            min-width:250px;
            border-radius: 50px;
            background: #FFF;
            position:relative;
            cursor:pointer;
        }

        .item-card.upload-custom {
            background: transparent url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='50' ry='50' stroke='rgb(0, 0, 0, 1)' stroke-width='3' stroke-dasharray='10%2c 16' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
            -webkit-background-clip: border-box;
            background-clip: border-box;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            transform: translateZ(0);
            -webkit-transform: translateZ(0);
            display: flex;
            padding: 25px 30px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            position:relative;
           
        }

        .item-card.upload-custom:hover {
            background: transparent url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='50' ry='50' stroke='rgb(0, 0, 0, 1)' stroke-width='3' stroke-dasharray='10%2c 16' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
        }

        .upload-custom-icon {
            width:100%;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
           
        }

        .upload-custom-icon svg {
            width: 40px;
            height: 40px;
            fill: #4F2BD3;
        }

        .item-card.upload-custom h4,
        .item-card.upload-custom p {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            transform: translateZ(0);
            -webkit-transform: translateZ(0);
        }

        .item-card.selected .item-emoji {
            opacity:.6 ;
        }

        .item-emoji img {
            width: 190px;
            height: auto;
            border-radius: 30px;
        }
        
        .item-card:hover {
            border-color: #ccc;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .item-card.selected {
            border-color: #000;
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
        }
        
        .item-radio {
            position: absolute;
            top: 1.5rem;
            left: 1.5rem;
            width: 24px;
            height: 24px;
            border: 1px solid #1A1E1A;
            border-radius: 50%;
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index:999;
        }
        
        h6.item-name {
            color: #0C110F;
            text-align: center;
            font-family: "Averta";
            font-size: 18px;
            font-style: normal;
            font-weight: 500 ;
            line-height: 100%; /* 18px */
            letter-spacing: -0.9px;
            text-transform: capitalize;
            
        }

        .item-card p {
            color: #565A5D !important;
            text-align: center;
            font-family: "Averta";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 100%; /* 15px */
            letter-spacing: normal;
            text-transform: capitalize;
        }
        .item-radio.checked::after {
            content: '';
            width: 16px;
            height: 16px;
            background: #1A1E1A;
            border-radius: 50%;
        }
        
        .item-emoji {
            font-size: 4rem;
            text-align: center;
            margin-bottom: 1rem;
        }
        
        .carousel-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
             height: 100%;
              width: 170px;
              border:none !important;
              background: transparent;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            cursor: pointer;
        }
        
        /* Swiper navigation buttons */
        .swiper-button-prev,
        .swiper-button-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            height: 100%;
            width: 170px;
            border: none !important;
            background: transparent;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        
        .swiper-button-prev:after,
        .swiper-button-next:after {
            content: none !important ;
        }
        
        .swiper-button-disabled {
            opacity: 0;
            pointer-events: none;
        }
        
        .carousel-arrow:hover {
            
        }
        
        .carousel-arrow.left,
        .swiper-button-prev {
            left: 0px;
             background-image: linear-gradient(to left, #bdd7e100 0%, #bdd7e1 100%);
  border-radius: 0px;
  box-shadow: none !important;
  height: 100%;
    width: fit-content;
    margin-top:0px !important;
        }

        
        .carousel-arrow.right,
        .swiper-button-next {
           
  background-image: linear-gradient(to right, #e0f0d200 0%, #e0f0d2 100%);
  border-radius: 0px;
  box-shadow: none !important;
  right:0;
  height: 100%;
    width: fit-content;
    margin-top:0px !important;

        }
        


        .carousel-arrow img {
            border-radius: 50%;
            border: 1px solid #2E2F2E;
            background: #2E2F2E;
            padding:7px;
        }

        .selection-counter {
            color: #696969;
            font-family: "Averta";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 110%; /* 19.8px */
            letter-spacing: -0.9px;
            display:flex;

        }

        .selection-counter button {
            padding:0;
            margin-left:10px;
        }
        
        .generate-btn {
            border-radius: 55px;
            border: 1px solid #818181;
            background: linear-gradient(90deg, #9D8DDF 5.29%, #BE9BCF 100%);
            box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.11), 5px -4px 0 0 rgba(255, 255, 255, 0.15) inset;
            display: flex;
            max-width: 327px;
            padding: 15px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            color: #1A1E1A;
            font-family: "Averta";
            font-size: 22px;
            font-style: normal;
            font-weight: 500;
            line-height: 22px; /* 100% */
            width:100%;
            margin:0 auto;
        }

        .generate-btn span {
            margin-left: auto;
            padding-left: 27px;
        }

        .generate-btn img {
            display: flex;
            padding: 15px;
            justify-content: center;
            align-items: center;
            border-radius: 55px;
            background: #1A1E1A;
            margin-left:auto;
        }
        
        .generate-btn:hover:not(:disabled) {
            opacity:.8;
        }
        
        .generate-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }
        
        .modal-backdrop-custom {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1000;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1rem;
        }
        
        .modal-content-custom {
            display: flex;
            width: 558px;
            padding: 55px;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            flex-shrink: 0;
            border-radius: 50px;
            background: #FFF;
            position:relative;
        }

        .modal-content-custom.small {
            width:500px;
        }

        .modal-content-custom .form-control  {
            display: flex;
            padding: 20px;
            align-items: center;
            gap: 10px;
            align-self: stretch;
            border-radius: 25px;
            background: #F5F5F6;
            border:none;
            color: rgba(26, 29, 26, 0.53);
            font-family: "Averta";
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 25px; /* 125% */
            margin:0 auto;
        }

        .modal-content-custom .btn-dark {
            display: flex;
            padding: 20px;
            justify-content: center;
            align-items: center;
            align-self: stretch;
            color: #FFF;
            font-family: "Averta";
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: 25px; /* 104.167% */
            border-radius: 25px;
            background: #1A1D1A;
        }

        .modal-content-custom h4 {
            color: #1A1E1A;
            text-align: center;
            font-family: "Averta";
            font-size: 35px;
            font-style: normal;
            font-weight: 600 !important;
            line-height: 100%; /* 35px */
            font-variant: small-caps;
            letter-spacing: -1.75px;
        }
        

        .text-muted.big {
            color: #696969;
            text-align: center;
            font-family: "Averta";
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 110%; /* 26.4px */
            letter-spacing: -1.2px;

        }

        .text-start  {
            width:100%;
        }

        .feature_item {

            color: #484848;
            text-align: center;
            font-family: "Averta";
            font-size: 22px !important;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: -1.2px;
        }

        .btn-close-custom {
            position: absolute;
            top: 2.5rem;
            right: 2.5rem;
            background: none;
            border: none;
            font-size: 1.5rem;
            cursor: poAverta;
            color: #999;
        }
        
        .btn-close-custom:hover {
            color: #666;
        }
        
        .loading-tshirt {
            width: 120px;
            height: 140px;
            animation: pulse 2s ease-in-out infinite;
        }
        
        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }
        
        .preview-card {
            background: #fff;
            border-radius: 50px;
            display: flex;
            max-width: 550px;
            padding: 55px 15px 15px 15px;
            flex-direction: column; 
            justify-content: center; 
            align-items: center; 
            gap: 10px;
            margin:0 auto;
            
        }

        .preview-card h4 {
            color: #0C110F;
            font-family: "Averta";
            font-size: 24px;
            font-style: normal;
            font-weight: 500 !important;
            line-height: 100%; /* 24px */
            letter-spacing: -1.2px;
            text-transform: capitalize;
        }
        
        .preview-image-container {
            position: relative;
            aspect-ratio: 1/1;
            border-radius: 50px;
            overflow: hidden;
            width:100%;
        }
        
        
        

        .absolute.preview-image-but {
            position: absolute;
              display: flex;
              bottom: 50px;
              left: 0;
              width: 100%;
              padding: 0 50px;
        }

        .preview-image-but button {
            font-size:22px;
            padding: 20px 25px;
            padding-left: calc( 50% - 100px);
            outline-offset: 0px;
            outline: 15px solid #ffffff82 !important;
            border-radius:50px;
        }

      
        .preview-image-but button .bg-dark {
            border-radius: 15px;
            background: #1A1E1A;
            display: flex;
            padding: 10px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            margin-left:auto;
        }

        .preview-overlay {
            pointer-events: none;
            position: absolute;
            bottom: 0;
            left: auto;
            right: 0;
            height: 100%;
            filter: blur(15px);
            height: 100%;
            width: 52%;
            background-size: 192%;
            background-position: top right;
            background-repeat: no-repeat;
            
        }

        .stripe-overlay {
            pointer-events: none;
            position: absolute;
              bottom: 0;
             left: auto;
              right: 0;
              height: 100%;
              background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 10px, transparent 10px, transparent 20px );
              width: 52%;
              border-left: 3px solid #1a1e1a;

              
        }


        html.mouseflow-recording .preview-overlay,
        html.mouseflow-recording .stripe-overlay {
            display: none !important;
        }

        a.btn-gradient {
            color:#fff !important;
            text-decoration: none;
           font-size:22px;
        }
        
        .btn-gradient {
            display: flex;
            padding: 25px;
            align-items: center;
            gap: 10px;
            align-self: stretch;
            cursor: poAverta;
            transition: all 0.3s;
            border-radius: 40px;
            border: 1px solid #818181;
            background: linear-gradient(91deg, #FF8D00 2.89%, #F25B89 99.31%);
            box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.11), 5px -4px 0 0 rgba(1, 1, 1, 0.15) inset;
            color: #FFF;
            text-align: center;
            font-family: "Averta";
            font-size: 25px;
            font-style: normal;
            font-weight: 500;
            line-height: 22px; /* 88% */
            justify-content: center;
        }
        
        .btn-gradient:hover {
            background: linear-gradient(121deg, #FF8D00 2.89%, #F25B89 99.31%);
        }

        .prompt_box {
            display: flex;
            padding: 0px;
            flex-direction: column;
            align-items: flex-start;
            gap: 0px;
            align-self: stretch;
            border-radius:50px;
            overflow:hidden;
        }

        .prompt_box textarea {
              color: #929292;
              font-family: "Averta";
              font-size: 24px;
              font-style: normal;
              font-weight: 400;
              line-height: 25px;
              border: none !important;
              border-radius: 15px;
              padding: 50px 50px 0 50px;
              margin: 0 !important;
              box-shadow:none !important;
        }

        .prompt_box textarea::placeholder{
            color:#929292;
        }

        .prompt_box .justify-content-between {
            border-top: 1px solid #E2E2E2;
            background: #F5F5F5;
            width:100%;
            display: flex;
            padding: 25px 50px;
            justify-content: space-between;
            align-items: center;
            flex-shrink: 0;
        }

        .prompt_box .form-select {
            color: #1A1E1A;
            font-family: "Averta";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 18px; /* 100% */
            background-color: transparent;
            border: none;
            box-shadow:none !important;
            cursor:pointer;
        }
        
        .faq-item {
            background: #fff;
            border-radius: 1rem;
            margin-bottom: 1rem;
            overflow: hidden;
            border-radius:30px;
            cursor:pointer;
        }
        
        .faq-question {
            display: flex;
            padding:30px;
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
            align-self: stretch;
            border-radius: 30px;
            background: #FFF;
            flex-direction: row;
            justify-content: space-between;
            color: #1A1E1A;
            text-align: center;
            font-family: "Averta";
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal; /* 104.167% */
            letter-spacing: -0.24px;
        }
        
        .faq-question:hover {
            background: #f8f8f8;
        }
        
        .faq-arrow {
            transition: transform 0.3s;
        }
        
        .faq-item.active .faq-arrow {
            transform: rotate(180deg);
        }
        
        .faq-answer {
            padding: 0 30px 30px;
            display: none;
            color: #696969;
            font-family: "Averta";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 27px; /* 135% */
            letter-spacing: -0.4px;
        }
        
        .faq-item.active .faq-answer {
            display: block;
        }
        .limit-reached {
            max-width:100% !important;
            padding:0 !important;
            top:0;
        }
        .limit-notification {
            background: #b8e986;
              border-radius: 0.5rem;
              padding: 1rem 50px;
              margin-bottom: 1rem;
              display: flex;
                justify-content: space-between;
        }

        .limit-notification > div:nth-child(1) {
            display: flex;
          flex-direction: column;
          align-content: center;
          align-items: center;
          justify-content: center;
        }

        .limit-notification button {
            line-height: 25px;
            font-weight: 400;
        }
        
        .limit-notification h5 {
            font-weight:500 !important;
            font-family: "Averta";
        }
        .btn-oauth {
            display: flex;
            width: 100%;
            padding: 15px 25px;
            align-items: center;
            gap: 15px;
            flex-shrink: 0;
            border-radius: 25px;
            border: 1px solid #DDD;
            background: #F5F5F6;
            color: #1A1E1A;
            font-family: "Averta";
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 110%; /* 26.4px */
            letter-spacing: -1.2px;
        }
        
        .btn-oauth:hover {
            background: #f8f8f8;
            border-color: #ccc;
        }


        /* ============================================
   PRICING PAGE ADDITIONAL STYLES
   Add these to your existing stylesheet
   ============================================ */

/* Additional CSS Variables */
:root {
    --purple-primary: #8b5cf6;
}

/* Hero Section (Pricing specific) */
.hero-section {
    padding: 4rem 0 2rem;
    text-align: center;
}

.hero-subtitle {
    font-size: 1.125rem;
    color: #666;
    margin-bottom: 2rem;
}

/* Billing Toggle */
.billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 0.5rem;
    border-radius: 2rem;
    margin-bottom: 3rem;
}

.toggle-option {
    color: #696969;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
    letter-spacing: -1.2px;
    font-family: "Averta";
    padding-left:35px;
    position:relative;
    cursor:pointer;
}

.toggle-option:before {
    content:'';
    position:absolute;
    left:0;
    top:calc(50% - 10px);
    width:20px;
    height:20px;
    display:bloc;
    border-radius:50px;
    border:1px solid #696969;
    cursor:pointer;
}

.toggle-option.active {
    color: #2E2F2E;

   
}

.toggle-option.active:before {
     outline:1px solid #2E2F2E;
     outline-offset:3px;
     background:#2E2F2E;
     border:transparent;
}

.save-badge {
    background: #AEDD4E;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-left: 0.5rem;
    font-family: "Averta";
}

/* Pricing Cards Grid */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 35px;
    margin-bottom: 4rem;
    margin-top:2rem;
}

.pricing-card {
    background: #fff;
    border-radius: 50px;
    padding: 45px 55px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s;
    border: 3px solid transparent;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    display: flex;


}

.pricing-card.featured {
    position:relative;
    box-shadow: 0 8px 40px rgba(139, 92, 246, 0.2);
    transform: scale(1.05);
    background:#1a1e1a;
    color:#fff;
}

.popular-badge {
    font-family: 'Averta';
  padding: 15px 55px;
  background: linear-gradient(to right, #60E1C1 30%, #ACF95D 100%);
  border-radius: 20px;
  display: inline-flex;
  top: -30px;
  position: absolute;
  left: calc(50% - 110px);
  color: #1a1e1a;
  font-weight: 500;
}

.pricing-card.featured h3, .pricing-card.featured p, .pricing-card.featured li, .pricing-card.featured .price {
    color:#fff;
}

.pricing-card.featured .features-list li:before {
    background-image: url('../images/circle-checkgreen.svg');

}

.features-list li.highlighted {
    text-decoration-line: spelling-error;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.card-header-custom {
    text-align: center;
    margin-bottom: 0;
    width:100%;
}

.plan-name {
    font-size: 24px !important;
    font-weight: 500 !important;
    margin-bottom: 0.5rem;
    font-family: "Averta";
     color: #26272F;
    line-height: 22px; /* 91.667% */
}

.credits-info {
    color: #696969;
    
    font-family: "Averta";
   font-size: 22px;
   font-style: normal;
   font-weight: 400;
   line-height: 110%; /* 26.4px */
   letter-spacing: 0;
}

.price {

    font-size: 70px;
    font-weight: 600;
    margin: 1rem 0;
    font-family: "Averta";
    color:  #26272F;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    line-height:1;
}

.small-price {
    font-size:15px;
}

.price-period {
    font-size: 1rem;
    color: #696969;
    font-weight: 400;
    font-family: "Averta";
    text-align:left;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 110% */
}

.price-period p {
      margin:0 15px;
      
}


.discount .crossed {
    font-family: 'Averta';
  font-size: 20px;
  text-decoration-line: line-through;
  opacity: .4;
}


.discount .coupon {
    background: #fffb00;
  color: #26272f;
  border-radius: 10px;
  display: inline-flex;
  padding: 2px 5px;
  font-size: 12px;
  margin-left: 10px;
  font-weight: 500;
  font-family: 'Averta';

}
.billing-info {
   
    font-family: "Averta";

}

.features-list {
    list-style-type: none;
    margin:0;
    padding-left:0;
}

.features-list li {
    
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-family: "Averta";
    color: #696969;
    margin-bottom:10px;
    font-family: "Averta";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align:left;
}

.features-list li::before {
    content: '';
    background-image:url('../images/circle-check.svg');
    background-position:left center;
    background-repeat:no-repeat;
    color: #1A1E1A;
    font-size: 1.5rem;
    line-height: 1;
    width: 25px;
    height: 25px;
}

.features-list li.disabled {
    color: #ccc;
}

.features-list li.disabled::before {
    color: #ccc;
}

.btn-get-access {
    width: 100%;
    padding: 1.2rem;
    border-radius: 25px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 20px;
    font-family: "Averta";
    background:#ccc;
    margin-top:25px;
}

.btn-get-access.btn-purple {
    background: #57FF71;
  color: #1a1e1a;
}

.btn-purple:hover {
    
    opacity: 0.5;
}

.cancel-info {
    text-align: center;
    font-size: 20px;
    margin-top: 1rem;
    font-family: "Averta";
    color: #8B8B9A;

}

.credit-note {
    text-align: center;
    color: #696969;
    font-size: 0.875rem;
    margin: 2rem 0 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Averta";
}


/* AI Stylist Slideshow - IMPROVED */
.stylist-slideshow {
  max-width: 1000px;
  margin: 60px auto 0;
}

/* Image Slideshow Container */
.slideshow-image-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
  overflow: hidden;
}

.slideshow-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.6s ease-in-out;
}

.slideshow-slide.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}

.slideshow-slide.prev {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
}

.slideshow-slide.next {
  transform: translateX(100%);
  opacity: 0;
  z-index: 1;
}

/* Titles Row - All 3 in one line */
.slideshow-titles-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.slide-title-item {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slide-icon {
  flex-shrink: 0;
}

.slide-icon svg {
  fill: #999;
  transition: fill 0.3s ease;
}

.slide-title-item.active .slide-icon svg {
  fill: #9D8DDF;
}

/* Text gradient fill effect */
.slide-title-text-wrapper {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}

.slide-title-base {
  color: #999;
  transition: color 0.3s ease;
}

.slide-title-gradient-fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  background: linear-gradient(to right, #30D2FF 30%, #C0FF43 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: width 0.02s linear;
  pointer-events: none;
}

.slide-title-item:hover .slide-title-base {
  color: #666;
}

.slide-title-item:hover .slide-icon svg {
  fill: #666;
}


.announcement-bar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #c0f654;
  padding: 12px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.announcement-track {
  display: flex;
  animation: scroll 30s linear infinite;
  white-space: nowrap;
}

.announcement-item {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 0 50px;
  color: #1A1E1A;
  font-family: "Averta";
  font-size: 16px;
  font-weight: 500;
  flex-shrink: 0;
}
.announcement-item p {
    margin-bottom:0px;
    justify-content: center;
    display: flex;
    gap: 10px;
    align-items: center;
}

 .announcement-item p span {
      background: #fff;
      border-radius: 10px;
      padding: 5px 15px;
  }

.announcement-item .emoji {
  font-size: 20px;
}

.announcement-item .separator {
  width: 6px;
  height: 6px;
  background: #1A1E1A;
  border-radius: 50%;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Full Width Hero Section for Pricing */
.pricing-hero-section {
  padding: 80px 0 60px;
  
}

.pricing-hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.limited-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 25px;
  background: #FFF;
  border-radius: 25px;
  margin-bottom: 30px;
  font-family:'Averta';
  font-size: 22px;
  font-weight: 400;
}

.limited-badge .emoji {
  font-size: 18px;
}

.pricing-hero-title {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -3px;
  color: #1A1E1A;
  margin-bottom: 25px;
  font-family: "Averta";
}

.pricing-hero-subtitle {
  font-size: 24px;
  color: #5A5E62;
  max-width: 800px;
  margin: 0 auto 35px;
  line-height: 1.3;
  font-family: "Averta";
}

.hero-social-proof {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.handwritten-note {
  color: #1A1E1A;
  font-family: Caveat;
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 10px;
  position: absolute;
  right: 0;
  transform: rotate(5deg);
}

.handwritten-note.right {
    bottom: 15%;
}

.handwritten-note.left {
    left:0;
    right:auto;
    transform:rotate(-10deg);
}

.handwritten-note::before {
  
  content: '';
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 15px;
  background: #B8E986;
  border-radius: 2px;
  z-index: -1;
}

.btn-claim-discount {
  display: inline-flex;
  height: 70px;
  padding: 20px 35px;
  align-items: center;
  gap: 15px;
  border-radius: 50px;
  background: #1A1E1A;
  border: none;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Averta";
  margin-bottom: 50px;
  text-decoration: none;
}

.btn-claim-discount:hover {
  background: #2E2F2E;
  transform: translateY(-2px);
}

.btn-claim-discount .arrow-icon-claim {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #C0F654;
}

.hero-demo-image {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.hero-demo-image img {
  width: 100%;
  display: block;
}


/* Mobile Responsive */
@media (max-width: 768px) {

    .tab-btn {
        font-size: 20px;
        padding: 15px;
        width:100%;
    }

    .tab-btn span {
        width: 100%;
        padding-right:22px;
    }

    .tab-btn span.badge {
        width:fit-content !important;
    }

    .upload_container > p.text-muted {
        margin:25px 35px 0 35px !important;
    }
  .slideshow-image-wrapper {
    height: 400px;
  }

  .slideshow-titles-row {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding: 0 20px;
  }

  .slide-title-text-wrapper {
    font-size: 16px;
  }
}

/* NEW: Slideshow Controls with Progress Animation */
.slideshow-image {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

.slideshow-image img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.slideshow-controls {
  display: flex;
  flex-direction: row;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  justify-content: center;
}

.slide-control {
  cursor: pointer;
  padding: 15px 0;
  transition: all 0.3s ease;
}

.slide-control-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #5A5E62;
  margin-bottom: 0;
  font-family: "Averta";
  position: relative;
}

.slide-control-icon {
  
  border-radius: 15px;
  background: transparent;
  transition: all 0.3s ease;
  flex-shrink: 0;
  stroke:#5A5E62 ;
  padding: 10px;
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-control.active .slide-control-icon svg,
.slide-control.completed .slide-control-icon svg {
  stroke: #60E1C1;
  background:transparent;
}


/* Fade in animation for images */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


/* Testimonials Scrolling Styles */
.testimonials-scroll-container {
  margin: 60px 0;
  overflow: hidden;
  position: relative;
}

.testimonials-scroll-row {
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
}

.testimonials-scroll-track {
  display: flex;
  gap: 20px;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.scroll-left .testimonials-scroll-track {
  animation: scrollLeft 60s linear infinite;
}

.scroll-right .testimonials-scroll-track {
  animation: scrollRight 60s linear infinite;
}

.testimonials-scroll-row:hover .testimonials-scroll-track {
  animation-play-state: paused;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.testimonial-scroll-item {
  flex: 0 0 350px;
  background: #131613;
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.testimonial-scroll-item .stars {
  color: #FFD700;
  font-size: 20px;
  margin-bottom: 15px;
}

.testimonial-scroll-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #B3BCC3;
  margin-bottom: 20px;
  min-height: 80px;
  font-family: 'Averta';
  font-size: 20px;
  line-height: 1.2;
}

/* Remove old testimonial grid styles */
.testimonial-grid-preview {
  display: none;
}




/* Problems Section */
.problems-section {
  background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
  padding: 4rem 0;
  margin: 4rem 0;
}

.problem-card {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  border-left: 4px solid #ff6b6b;
  margin-bottom: 1.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.problem-card:hover {
  transform: translateX(8px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.problem-icon {
  width: 48px;
  height: 48px;
  background: #ff6b6b;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.problem-icon svg {
  color: white;
}

.problem-card h5 {
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
}

.problem-card p {
  color: #666;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}

.solution-badge {
  display: inline-block;
  background: #b8e986;
  color: #1a1a1a;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-top: 1rem;
}

/* Feature Cards */
.feature-card-minimal {
  padding: 2rem;
  height: 100%;
  transition: transform 0.2s ease;
}

.feature-card-minimal:hover {
  transform: translateY(-5px);
}

.feature-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 12px;
  margin: 0 auto;
}

.feature-icon svg {
  color: #1a1a1a;
}

.feature-card-minimal h5 {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1.25rem;
}

.feature-card-minimal p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Confidence Statement */
.confidence-statement {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 16px;
  border: 1px solid #dee2e6;
  padding: 3rem;
}

.confidence-statement h4 {
  font-weight: 600;
  color: #1a1a1a;
}

/* Testimonials */
.testimonial-slider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.testimonial-card {
  background: white;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.stars {
  color: #FFD700;
  font-size: 1.25rem;
  letter-spacing: 2px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.testimonial-author {
  font-size: 14px;
}

.testimonial-author strong {
  color: #1a1a1a;
}

/* CTA Section */
.cta-section {
  background: #f8f9fa;
  padding: 5rem 0;
}



/* ==================== PREVIEW PAGE STYLES ==================== */

/* Hero Section */
.preview-hero-section {
  padding: 100px 0;
  padding-top:75px;
 
}

.preview-hero-tagline {
  color: #696969;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.8px;
  margin-bottom: 15px;
}

.preview-hero-title {
  font-size: 75px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -3.75px;
  color: #181818;
  text-align: left;
  font-family: "Averta";
  margin-bottom:0px;
}

.preview-hero-subtitle {
  font-size: 22px;
  font-family:'Averta';
  color:#1A1E1A;
  font-weight:400;
  line-height: 110%;
  margin-bottom:0px ;
  
}

.preview-hero-reviews {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.review-avatars {
  display: flex;
  justify-content: flex-start;
}

.avatar-circle {
    width:47px;
    height:47px;
    display:flex;
    border:3px solid #fff;
    margin-left:-15px;
    background-image:url(../images/user1.png);
    border-radius:50%;
    background-position: center;
    background-repeat:no-repeat;
  }

  .avatar-circle-plus {
    color: #fff;
  font-size: 15px;
  font-family: 'Averta';
  font-weight: 600;
  width: 47px;
  height: 47px;
  display: flex;
  background: #2F312F;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  margin-left: -15px;
  }

  .avatar-circle-plus p {
    margin: 0px;
  font-weight: 600;
  letter-spacing: normal;

  }

  .avatar-circle:nth-child(1) {
    margin-left:0px;
  }

  .avatar-circle:nth-child(2) {
    background-image:url(../images/user2.png);
  }

   .avatar-circle:nth-child(3) {
    background-image:url(../images/user3.png);
  }
   .avatar-circle:nth-child(4) {
    background-image:url(../images/user4.png);
  }
   .avatar-circle:nth-child(5) {
    background-image:url(../images/user5.png);
  }

.review-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -10px;
}

.review-avatars img:first-child {
  margin-left: 0;
}

.review-stars {
  color: #FFD700;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.review-stars img {
    width:140px;
}
.review-stars span {
  color: #5E606B;
  font-size: 22px;
  font-weight:500;
  text-align:left;
  font-family:'Averta';
  line-height:1;
}

.btn-get-full-access {
  display: flex;
  height:70px;
  width:auto;
  padding: 20px 10px 20px 35px;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #C0F654;
  border: none;
  color: #1A1E1A;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-get-full-access.dark {
    color:#fff !important;
    background:#1A1E1A !important
}


.btn-get-full-access.dark .arrow-icon {
    background: #AF0;
}

a.btn-get-full-access {
    text-decoration:none;
    color:#1A1E1A !important;
    width:fit-content;
}

.btn-get-full-access:hover {
  background: #a8d976;
  transform: translateY(-2px);
}

.arrow-icon {
    display:flex;
    justify-content: center;
    align-items:center;
    width:50px;
    height:50px;
    border-radius:50%;
    background:#1A1E1A;
}

.preview-outfit-wrapper {
    display:flex;
    justify-content: flex-end;
}

.preview-outfit-card {
  background: white;
  border-radius: 40px;
  padding: 15px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  max-width: 432px;
}

.card-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #1A1E1A;
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-header-preview {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 17px 25px 17px;
  gap: 10px;
  max-width: calc(100% - 50px);
}

.card-header-preview h4 {
  font-size: 35px;
  font-weight: 700 !important;
  margin-bottom: 0px;
  font-family:'Averta';
}

.card-header-preview p {
  color: #696969;
  font-size: 20px;
  margin-bottom: 0px;
  font-family: 'Averta';
  line-height: 110%;
  letter-spacing: -5%;
}

.preview-outfit-image {
    aspect-ratio: 6/7;
    background-repeat:no-repeat ;
    background-position:top center;
    background-size:cover;
     border-radius: 25px;
     overflow:hidden;
     position:relative;
}

.preview-outfit-image img {
  width: 100%;
  border-radius: 25px;
}

/* Comparison Section */
.comparison-section {
  padding: 0;
  
}

.comparison-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  height:auto;
  margin: 0 auto;
  aspect-ratio: 6/5;
  overflow: hidden;
  border-radius: 50px;
  cursor: ew-resize;
  user-select: none;
  border:5px solid #fff;
  margin-top:-134px;
  transform:rotate(-1deg);
}

.comparison-before,
.comparison-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.comparison-before img,
.comparison-after img {
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}

.comparison-label {
  position: absolute;
  bottom: 30px;
  padding: 15px 25px;
  background: rgba(26, 26, 26, 0.8);
  color: white;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
}

.comparison-label.left {
  left: 30px;
}

.comparison-label.right {
  right: 30px;
}

.comparison-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: white;
  cursor: ew-resize;
  pointer-events: none;
  z-index:9999;
}

.slider-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  background: #181818;
  box-shadow: 0 0 2px 0 rgb(0, 0, 0);
  
}

.slider-handle {
    width:58px;
    height:58px;
    background:#181818;
    border-radius:50%;
  position: absolute;
  top: calc(50% - 29px);
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: ew-resize;
  pointer-events: all;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:url('../images/caret-left-right.svg');
  background-repeat:no-repeat;
  background-position:center;

}
.pic_gender {
    display:flex;
    width:100%;
    gap:15px;
    align-items:center;
}

.gender_select .form-label {
    text-align:left;
    font-family:"Averta";
    font-size:20px;
}

.gender_box {
    font-family: "averta";
  font-size: 18px;
}

.comparison-hint {
  text-align: center;
  margin-top: 20px;
  color: #696969;
  font-size: 18px;
  font-weight: 500;
}

/* When Section */
.when-section {
  padding: 100px 0;
  
}

.when-title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.add-to-cart-badge {
    display:inline-flex;
    padding:10px;
  background: #2f3235;
  font-size: 20px;
  border-radius: 50px;
  font-weight: 400;
  padding-right: 35px;
  color: #fff;
  align-items: center;
  letter-spacing: 0;
  gap: 10px;
  box-shadow: inset -8px -8px 0px #0f0f0f47;
  

}

.add-to-cart-badge img {
    padding:10px;
    background:#C0F654;
    border-radius:50%;
}

.when-subtitle {
  font-size: 20px;
  color: #5A5E62;
  max-width: 800px;
  margin: 20px auto 50px auto;
  font-family:'Averta';
}

.when-problem-card {
  text-align: center;
  padding: 45px 30px;
  display:flex;
  flex-direction: column;
  gap:20px;
}

.problem-number {
  width: 100%;
  display:flex;
  gap:15px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  
  margin: 0;
}

.when-problem-card h5 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #181818;
  line-height: 100%;
  text-align: left;
  font-family: 'Averta';
  letter-spacing: -5%;
}

.when-problem-card p {
  color: #5A5E62;
  font-size: 20px;
  line-height: 110%;
  text-align:left;
  font-family:'Averta';

}

.problem-number img {
    border-radius:20px;
    padding:15px;
    background:#1A1E1A;
    display:flex;
    justify-content: center;
    align-items: center;
}

/* Stop Wasting Section */
.stop-wasting-section {
  padding: 100px 0;
  background: #0D0F0D;
  color: white;
}

.section-title-white {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

.highlight-red {
  color: #ff6b6b;
}

.section-subtitle-white {
  font-size: 20px;
  color: #A0A8AD;
  text-align: center;
  max-width: 700px;
  margin: 20px auto 60px;
  font-family:'Averta';
}

.frustration-list {
  max-width: 900px;
  margin: 0 auto;
}

.frustration-item {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 20px;
  aling-items:flex-start;
  justify-content: flex-start;
  flex-direction:column;
}

.frustration-icon {
    display:flex;
    gap:15px;
    justify-content: flex-start;
    align-items: center;
}

.frustration-icon img {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: #070807;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
  padding:10px;
}

.frustration-item h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
  background: linear-gradient(to right, #60E1C1 30%, #ACF95D 100%);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Averta';
  line-height: 1;
  text-align: left;
  font-weight: 600 !important;
}

.frustration-item p {
  color: #A0A8AD;
  font-size: 20px;
  font-family:'Averta';
  line-height:1.1;
}

.app-preview-image {
  margin-top: -100px;
  text-align: center;
  position:relative;
}

.app-preview-image img {
  max-width: 600px;
  width: 100%;
  border-radius: 30px;
}

.app-preview-image:before {
  content: '';
  display: block;
  width: 200px;
  height: 100px;
  left: -220px;
  background-image: url('../images/arrowright.svg');
  background-repeat: no-repeat;
  top: calc(50% - 100px);
  position: absolute;
}

.app-caption {
  margin-top: 20px;
  color: #A0A8AD;
  font-size: 20px;
  text-align:right;
}

/* AI Stylist Section */
.ai-stylist-section {
  padding: 100px 0;
  background: #0D0F0D;
  color:#fff;
}

.highlight-green {
  color: #b8e986;
}

/* Preview Page Gradient (for sections) */
.preview-gradient {
  background: linear-gradient(to right, #60E1C1 30%, #ACF95D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.section-subtitle {
  font-size: 20px;
  color: #B3BCC3;
  max-width: 700px;
  margin: 20px auto 60px;
  font-family:'Averta';
  text-align:center;
}

.stylist-preview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto 40px;
}

.stylist-preview-left img,
.stylist-preview-right img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.stylist-features {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.feature-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: white;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Smart Wardrobe Section */
.smart-wardrobe-section {
   padding: 100px 0;
  background: #0D0F0D;
  color:#fff;
}

.wardrobe-feature-card {
  text-align: center;
  padding: 30px;
  background: transparent;
  border-radius: 30px;
  height: 100%;
}

.feature-card-image {
  margin-bottom: 25px;
}

.feature-card-image img {
  width: 100%;
  border-radius: 20px;
}

.wardrobe-feature-card h5 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align:left;
  background: linear-gradient(to right, #60E1C1 30%, #ACF95D 100%);
  font-family:'Averta';
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wardrobe-feature-card p {
  color: #A0A8AD;
  font-size: 20px;
  line-height: 1;
  text-align:left;
  font-family:'Averta';
}

/* Broken Section */
.broken-section {
  padding: 100px 0;
  background: #0D0F0D;
  color:#fff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  max-width: 780px;
  margin: 0 auto;
}

.stat-card {
  background: transparent;
  padding: 40px;
  border-radius: 30px;
  text-align: center;
  border-radius:0;
}

.stat-card:nth-child(2) {
    border-left:1px solid #B3BCC3;
}

.stat-number {
  font-size: 80px;
  font-weight: 600;
  color: #b8e986;
  margin-bottom: 20px;
  line-height: 1;
  background: linear-gradient(to right, #60E1C1 30%, #ACF95D 100%);
  font-family:'Averta';
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-card h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family:'Averta';

}

.stat-card p {
  color: #899195;
  font-size: 17px;
  line-height: 1.1;
  font-family:'Averta';
  margin-bottom:0;
}

.brand-logos img {
  max-width: 100%;
  opacity: 0.6;
}

/* Why WearWhat Section */
.why-wearwhat-section {
  padding: 100px 0;
  
}

.inline-logo {
  width: 67PX;
  vertical-align: middle;
  margin: -30px -15px -10px 10px;
  transform: rotate(162.88deg);
}

.user-icons {
  font-size: 40px;
}

.feature-grid-large {
  display: grid;
  grid-template-columns: 11fr 23fr;
  gap: 35px;
  margin: 35px 0;
}

.feature-large-card {
  padding: 50px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.feature-creativity {
  background: #CEE0E8;
  padding:55px;
  aspect-ratio:1/1;
  background-image:url(../images/featureunlimited.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

.feature-grid-large h3, .feature-grid-bottom h3 {
    color:#1A1E1A;
    text-align:left;
    font-family:'Averta';
    font-size:45px !important;
    font-weight:600 !important;
    line-height:1;
    letter-spacing: -5%;
}

.feature-grid-large p, .feature-bottom-card p{
    font-size:22px;
    color:#5A5E62;
    text-align:left;
    margin-top:17px;
    font-family:'Averta';
    max-width: 450px;
    line-height:1.1;
}

.feature-wardrobe h3, .feature-outfits h3, .feature-wardrobe p, .feature-outfits p  {
    color:#fff;
}

.feature-tryon {
  background-image:url(../images/featuretryon.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  display:flex;
}

.feature-tryon .button {
    display: flex;
      margin-left: auto;
      width: fit-content;
      align-items: center;
      justify-content: center;
      height: fit-content;
      gap: 10px;
      background: #1a1e1a;
      padding: 10px;
        padding-left: 10px;
      border-radius: 20px;
      text-decoration: none;
      color: #fff !important;
      font-size: 20px;
      font-family: 'Averta';
      font-weight: 400;
      padding-left: 20px;
}

.feature-tryon .button img {
      background: #fff;
      padding: 10px;
      border-radius: 15px;
      width: 45px;
      height: 45px;
}



.tryon-items {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.tryon-item {
  padding: 10px 20px;
  background: white;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.feature-grid-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-bottom-card {
  padding: 50px;
  border-radius:50px;
  background: #1A1A1A;
  color: white;
  aspect-ratio:1/1;
}

.feature-wardrobe {
  background: #1A1A1A;
  background-image:url(../images/feature3.png);
  background-repeat:no-repeat;
  
  background-position:bottom right;
}

.feature-outfits {
  background: #2E2F2E;
  background-image:url(../images/featurebuild.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.feature-text {
  background:#C0D5B6;
  background-image:url(../images/featuretext.png);
  background-repeat:no-repeat;
  background-position:center bottom;
  color: #1A1A1A;
}



.feature-icon {
  font-size: 60px;
  margin-top: 20px;
}

/* Upgrade Section */
.upgrade-section {
  padding: 100px 0;
 
}

.lifestyle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 60px auto 0;
}

.lifestyle-point {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
}

.point-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1A1A1A;
  color: #b8e986;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}

.lifestyle-point h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.lifestyle-point p {
  color: #696969;
  font-size: 16px;
  line-height: 1.6;
}

.lifestyle-visual img {
  width: calc(100% - 220px);
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.lifestyle-visual:before {
    content: '';
  display: block;
  width: 200px;
  height: 100px;
  left: 0px;
  background-image: url('../images/arrowrightdark.svg');
  background-repeat: no-repeat;
  top: calc(50% - 100px);
  position: absolute;
}

/* Confidence Section */
.confidence-section {
  padding: 80px 0;
  background: #0D0F0D;
  color: white;
}

.confidence-preview {
  max-width: 880px;
  margin: 60px auto;
  position: relative;
}

.confidence-preview > div {
    background-image:url('../images/bgconfidence.png');
    background-repeat: no-repeat;
    background-position:center;
    font-family: 'Averta';
    font-size: 30px;
    flex-direction:column;
    background-size:cover;
}



.confidence-label {
  text-align: center;
  line-height: 1;
  letter-spacing: -8%;
  color: #fff;
  font-size: 30px;
  max-width: 450px;
  margin: 20px auto;
}

.confidence-features {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin: 40px 0;
}

.confidence-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size:20px;
  font-family:'Averta';
  font-weight:500;
  color:#fff;
  text-align:left;
  letter-spacing: -6%;
}

.feature-check {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: #1A1E1A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.btn-get-full-access-large {
  display: inline-flex;
  padding: 25px 50px;
  align-items: center;
  gap: 15px;
  border-radius: 35px;
  background: #b8e986;
  border: none;
  color: #1A1A1A;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 40px;
}

.btn-get-full-access-large:hover {
  background: #a8d976;
  transform: translateY(-2px);
}

/* Trusted Section */
.trusted-section {
  padding: 100px 0;
  background: #0D0F0D;
  color:white;
}

.testimonial-grid-preview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 60px 0;
}

.testimonial-item {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 25px;
}

.testimonial-item .stars {
  color: #FFD700;
  font-size: 20px;
  margin-bottom: 15px;
}

.testimonial-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #1A1A1A;
  margin-bottom: 20px;
}

.testimonial-author-preview {
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: 'Averta';
  font-size: 20px;
  color: #B3BCC3;
  font-weight: 500;
}

.testimonial-author-preview p {
 
  font-family: 'Averta';
  font-size: 20px;
  color: #B3BCC3;
  font-weight: 500;
  min-height:unset !important;
  margin-bottom:0px;
}

.author-avatar-preview {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #b8e986;
  color: #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}

.review-date {
  color: #696969;
  font-size: 14px;
  margin-top: 3px;
}

.overall-rating {
  text-align: center;
  margin-top: 60px;
}

.rating-avatars {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.rating-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #b8e986;
  border: 3px solid white;
  margin-left: -15px;
}

.rating-avatar:first-child {
  margin-left: 0;
}

.rating-stars {
  color: #FFD700;
  font-size: 30px;
  margin-bottom: 10px;
}

.overall-rating p {
  color: #696969;
  font-size: 18px;
}

/* Preview Pricing Section */
.preview-pricing-section {
  padding: 100px 0;
  background: linear-gradient(330deg, #E0F0D2 48.74%, #BDD7E1 84.78%);
}







/* Lifestyle Tabs Styles */
.lifestyle-tabs-container {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 60px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 60px auto 0;
}

.lifestyle-tabs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  justify-content: center;
}

.lifestyle-tab {
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 0;
}

.lifestyle-tab-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0 0 50px;
  
  border-radius: 20px;
  transition: all 0.3s ease;
}



.lifestyle-tab.active {

    border-left:3px solid #8CB041;
  
}

.lifestyle-tab-number {
  font-size: 24px;
  font-weight: 700;
  color: #1A1A1A;
  min-width: 40px;
}

.lifestyle-tab-header h5 {
  flex: 1;
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  color: #181818;
  font-family:'Averta';
}

.lifestyle-tab-icon {
  font-size: 30px;
  font-weight: 300;
  color: #1A1A1A;
}

.lifestyle-tab-content {
  padding: 0 25px 0 50px;
  animation: slideDown 0.3s ease;
}

.lifestyle-tab-content p {
  color: #5A5E62;
  font-size: 20px;
  line-height: 1.6;
  margin: 15px 0 0 0;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 200px;
  }
}

.lifestyle-visual {
  position: sticky;
  top: 100px;
  text-align:right;
}



/* Stop Wasting Section Improvements */
.stop-wasting-section .row {
  align-items: center;
}

.stop-wasting-section .frustration-list {
  max-width: 100%;
}

.stop-wasting-section .app-caption {
  margin-top: 20px;
  grid-column: 1 / -1;
}

/* Comparison Slider Fix */
.comparison-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.comparison-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}


  .comparison-wrapper {
    transition: none;
    }

.comparison-slider {
        transition: left 0.1s ease-out;
    }

.comparison-wrapper:hover .comparison-slider {
    transition: left 0.3s ease;
            }

/* Mobile Responsive */


        
@media (max-width: 768px) {

    .modal-backdrop-custom {
        padding:0;
    }


  .preview-hero-section {
    padding:0;
  }

  .preview-hero-section .hero-text, .lifestyle-tabs {
    order:2;
    justify-content: center;
     align-items: center;
  }

  .preview-hero-title {
    text-align:center;
  }


  .preview-hero-reviews {
    flex-direction: column;
      justify-content: center;
      margin: 0 auto;
  }

  .preview-hero-subtitle {
    text-align:center;
  }
  .preview-hero-title {
    font-size: 40px;
  }

  .preview-outfit-wrapper {
    padding-top:30px;
  }

  .when-section {
    padding:25px 0;
  }

  .when-section .row {
    margin-top:0px;
  }

  .when-problem-card, .frustration-item, .wardrobe-feature-card {
    padding:0;
  }

 .wardrobe-feature-card {
    margin-bottom:50px;
 }

  .when-problem-card p, .frustration-item p {
    text-align:center;
  }

  .app-preview-image {
    margin-top: -20px;
  }

  .stop-wasting-section, .ai-stylist-section, .smart-wardrobe-section, .broken-section, .why-wearwhat-section, .upgrade-section, 
  .confidence-section, .preview-pricing-section, .preview-pricing-section, .trusted-section {
    padding:35px 20px;
  }

  .stop-wasting-section {
    padding-bottom:0px;
  }

  .frustration-icon h4, h5 {
    font-size:23px;
  }

  .stat-card:nth-child(2) {
    border:none;
  }

  .preview-pricing-section > .container {
    padding:0px;
  }
  .stop-wasting-section .col-lg-4 {
    padding:0;
  }

  .feature-tryon .button {
        display:none;
    }

 .lifestyle-tab-header {
    padding:10px 0 0 20px;
 }
 
 .lifestyle-visual:before {
    display:none;
 }

 .lifestyle-visual img {
    width:90%;
    margin:0 auto;
 }
  .slideshow-controls {
    flex-direction:column;
    gap:0px;
  }

  .slide-control.completed, .slide-control {
    padding:0px;
  }


  .comparison-wrapper {
    aspect-ratio: 5/4;
    margin:20px auto;
  }

  .when-title {
    font-size: 35px;
  }

  .section-title-white {
    font-size: 35px;
  }

  

  .stylist-preview-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid-large {
    grid-template-columns: 1fr;
  }

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

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

  .stats-grid {
    grid-template-columns: 1fr;
    gap:0px;
  }

  .testimonial-grid-preview {
    grid-template-columns: 1fr;
  }

  .confidence-features {
    flex-direction: column;
    align-items: flex-start;
  }

  .slideshow-controls {
    padding: 0 20px;
  }

  .slide-control-text {
    font-size: 16px;
  }

  .testimonial-scroll-item {
    flex: 0 0 300px;
  }

  .scroll-left .testimonials-scroll-track {
    animation: scrollLeft 40s linear infinite;
  }

  .scroll-right .testimonials-scroll-track {
    animation: scrollRight 40s linear infinite;
  }
  
  .lifestyle-tabs-container {
    grid-template-columns: 1fr;
  }

  .lifestyle-visual {
    position: relative;
    top: 0;
    text-align:center;
  }

  .feature-grid-large p {
    color: #1A1E1A;
  }

  .feature-large-card, .feature-bottom-card {
    
    padding: 30px;
     aspect-ratio: 1/1;

  }

  .feature-large-card:nth-child(2) {
    background-position: top left;
  }

  .feature-grid-large h3, .feature-grid-bottom h3 {
    font-size:30px !important;
  }

  .slideshow-controls {
    padding: 0 20px;
  }

  .slide-control-text {
    font-size: 16px;
  }

  .lifestyle-tab-content {
    padding: 0 20px 20px 60px;
  }

  .stop-wasting-section .row {
    flex-direction: column-reverse;
  }

  .stop-wasting-section .col-lg-6 {
    margin-bottom: 30px;
  }


             .testimonial-slider {
                grid-template-columns: 1fr;
              }
              .problem-card {
                margin-bottom: 1rem;
              }
              .problems-section {
                padding: 2rem 0;
                margin: 2rem 0;
              }
              .confidence-statement {
                padding: 2rem;
              }

              .handwriting.right {
                margin: -50px -20px -40px auto;
              }

              a.btn-gradient {
                font-size:20px;
              }

              .preview-outfit-card .handwriting.optin {
                display:none !important;
              }

              .handwriting.optin {
                margin: 0px -10px -30px auto;
              }
            
            h2 {
                font-size:35px !important;
            }

            h1.hero-title {
                font-size: 39px !important;
            }


            .when-subtitle {
                font-size: 17px;
                line-height: 1.1;
                padding: 0 20px;
                margin-top:0;
            }

           


            .item-card {
                flex: 0 0 250px;
                width: 250px;
            }
            
            .carousel-container {
                padding: 2rem 10px;
            }

          /*  .swiper-slide:nth-child(1){
                margin-left:30px;
            }*/

             .pricing-cards {
              grid-template-columns: 1fr;
            }
    
            .pricing-card.featured {
                transform: scale(1);
            }
            
            .testimonials-grid {
                grid-template-columns: 1fr;
            }

            .carousel-arrow{
                width:40px;

            }    

            .carousel-arrow.right {
                background-image: linear-gradient(to right, #bfd9e000 0%, #e0f0d2 100%);
            }
            .carousel-arrow.left{
                background-image: linear-gradient(to left, #bdd7e100 0%, #bdd7e1 90%);
            }

            .tabs_navigation {
                flex-wrap:wrap;
                margin-top:25px;
            }

            .modal-content-custom.small {
                width:100%;
                border-radius:0;
            }
            .feature_item {
                text-align:left;
                font-size:17px!important;
            }

            .navigation .btn-link {
                display:none;
            }

            .upload-zone {
                height:auto;
                width:100%;
            }

            .lead.mt-3 {
                font-size:22px;
            }

            .generate-btn {
                padding:10px;
            }

            .prompt_box textarea {
                font-size:20px;
            }

            .modal-content-custom {
                width:100%;
                padding: 35px 25px;
                border-radius:0px;
                height:100%;
            }

            .modal-content-custom h4 {
                font-size:30px;
                margin-bottom:0;
            }
            .text-muted.big {
                font-size:20px;
            }

            .btn-oauth {
                font-size:20px;
            }

            .billing-toggle {
                flex-wrap:wrap;
                justify-content: center;
                margin-bottom:30px;
                padding:0;
            }

            .hero-section {
                padding: 15px;
            }

            .btn-gradient {
                font-size:22px;
            }

            .preview-image-but button {
                padding: 15px 10px;
                font-size: 18px;
                padding-left: 25px;
                outline: 10px solid #ffffff82 !important;
            }

            .upload_but:after {
                top: -40px;
                right: -174px
            }

            .limit-notification {
                flex-direction: column;
                  justify-content: center;
                  gap: 20px;
                  align-items: center;
            }

            .limit-notification h5 {
                margin-bottom: 10px !important;
                  font-size: 22px;
                  font-weight: 500 !important;
                  text-align: center !important;
            }

            .limit-notification p.text-muted.text-start {
                text-align:center !important;
            }

        

            .pricing-card {
                padding:35px 25px;
            }

            .consent-banner {
                flex-direction:column;
            }

    .announcement-item {
    font-size: 14px;
    padding: 0 30px;
  }

 

  .pricing-hero-section {
    padding: 40px 0 30px;
  }

  .limited-badge {
    font-size: 15px;
  }

  .pricing-hero-section .preview-hero-subtitle {
    font-size: 18px;
  }

  .pricing-hero-section .preview-hero-title {
    font-size:39px;
    letter-spacing:-5%;
  }

  .pricing-hero-section .btn-get-full-access {
    font-size:22px;
  }
 
  .hero-social-proof {
    flex-direction: column;
    gap: 15px;
  }

  .btn-claim-discount {
    height: 60px;
    font-size: 20px;
    padding: 15px 25px;
  }

  .handwritten-note {
    display:none;
  }

  .wardrobe-feature-card h5, .when-problem-card h5 {
    font-size:25px;
  }

  .stop-wasting-section h2, .ai-stylist-section h2, .smart-wardrobe-section h2, .broken-section h2, .why-wearwhat-section h2, .upgrade-section h2, .confidence-section h2, .trusted-section h2, .preview-pricing-section h2 {
    font-size: 35px !important;
    letter-spacing: -5%;
  }

    }
/* New Hero Section Styles */
.new-hero-section {
  background: transparent;
  padding: 80px 20px 0px;
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.new-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction:column;
  gap: 60px;
  align-items: center;
  width: 100%;
}

.new-hero-text-content {
  padding: 0 40px;
  z-index: 10;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-hero-title {
  font-size: 80px;
  text-align:center;
  font-weight: 600;
  line-height: .95;
  color: #1a1a1a;
  margin-bottom: 30px;
  font-family: 'Averta', sans-serif;
  letter-spacing: -0.02em;
  letter-spacing:-5%;
}

.new-hero-subtitle {
  font-size: 25px;
  line-height: 1.2;
  color: #2d3748;
  margin-bottom: 80px;
  font-weight: 400;
  max-width: 900px;
  font-family:'Averta';
  text-align:center;
}

.new-hero-cta {
  background: #1a1a1a;
  color: white;
  border: none;
  padding: 20px 40px;
  font-size: 24px;
  font-weight: 500;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Averta', sans-serif;
  box-shadow:0px 7px 0px #1111112e;
}

.new-hero-cta:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.new-hero-image-slider {
  position: relative;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slide-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slide-container:after {
    content:'So realistic, you’ll think it’s an actual mirror.';
    display:block;
    font-family:'Caveat';
    font-size:25px;
    background-image: url('../images/arrowtophero.svg');
    background-repeat: no-repeat;
    top: -100px;
    right:80px;
    width:200px;
    position: absolute;
    transform: rotate(-15deg);
    padding-bottom: 90px;
    background-position: bottom left;
}

.hero-slide-image {
  max-width: 900px;
  
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
  transition: opacity 0.5s ease-in-out;
}

/* Floating Product Cards */
.product-card {
  position: absolute;
  background: white;
  border-radius: 35px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  max-width:200px;
  min-height:220px;
  height:fit-content;
  flex-direction:column;
  animation: float 3s ease-in-out infinite;
  z-index: 5;
  justify-content: center;
}

.product-card-icon {
  font-size: 32px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7fafc;
  border-radius: 12px;
  flex-shrink: 0;

}

.product-card-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align:center;
  font-family: 'Averta', sans-serif;
}

.product-brand {
  font-size: 18px;
  font-weight: 600;
  color: #0C110F;
  font-family: 'Averta', sans-serif;
  text-align:center;
}

.product-name {
  font-size: 15px;
  font-weight: 400;
  color: #565A5D;
  line-height: 1.3;
  font-family: 'Averta', sans-serif;
}

/* Position cards around the model */
.card-1 {
  top: -5%;
  left: 23%;
  animation-delay: 0s;
  
  max-width:160px;
}


  .card-1.right {
    top:-10%;
    left: 28%;
  }

.card-1:before {
    content:'';
    display:block;
    background-image:url('../images/beforecard1.svg');
    width:156px;
    height:75px;
    background-repeat:no-repeat;
    background-position:center;
    bottom: -50px;
    right: -100px;
    position:absolute;
}

.card-2 {
  bottom: 20%;
  left: 10%;
  animation-delay: 1s;
}

.card-2.low {
    bottom:5%;
    left: 12%;
  animation-delay: 1s;
}

.card-3 {
  top: 30%;
  right: 15%;
  animation-delay: 0.5s;
}

.card-3.top {
    top:14%;
    right:12%;
}

.card-3:before {

    content:'';
    display:block;
    background-image:url('../images/card3before.svg');
    width:183px;
    height:90px;
    background-repeat:no-repeat;
    background-position:center;
    top: 100px;
    left: -150px;
    position:absolute;

}

/* Floating animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}





.card-2:before {
  content:'';
    display:block;
    background-image:url('../images/card2before.svg');
    width:197px;
    height:88px;
    background-repeat:no-repeat;
    background-position:center;
    top: 0px;
    right: -170px;
    position:absolute;
}

/* Mobile responsiveness */
@media (max-width: 1200px) {
  .new-hero-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .new-hero-text-content {
    padding: 0 20px;
    text-align: center;
  }
  
  .new-hero-title {
    font-size: 42px;
  }
  
  .new-hero-subtitle {
    max-width: 100%;
  }
  
  .new-hero-image-slider {
    height: 500px;
  }
  
  .hero-slide-image {
    max-width: 450px;
    max-height: 100%;
  }

  .hero-slide-container {
    align-items:flex-end;
  }
  
  .product-card {
    width: 90px;
    padding: 12px 16px;
    border-radius:15px;
  }

  .product-card:before {
    display:none !important;
  }
  


  .card-1.right {
     top: 5%;
    left: 5%;
  }
  
  .card-2 {
    bottom: 10%;
    left: 5%;
  }
  
  .card-3 {
    top: 10%;
    right: 5%;
  }
}

@media (max-width: 768px) {
  .new-hero-section {
    padding: 20px 15px 0px;
    min-height: auto;
  }
  
  .new-hero-title {
    font-size: 32px;
  }
  
  .new-hero-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .new-hero-cta {
    padding: 15px 30px;
    font-size: 16px;
  }
  
  .new-hero-image-slider {
    height: 400px;
  }
  
  .hero-slide-image {
    max-width: 350px;
    height:auto;
  }



  .hero-slide-container:after {

    content: 'So realistic, you’ll think it’s an actual mirror.';
  display: block;
  font-family: 'Caveat';
  font-size: 18px;
  background-image: url('../images/arrowtophero.svg');
  background-repeat: no-repeat;
  top: 5px;
  right: -20px;
  width: 140px;
    position: absolute;
    transform: rotate(-15deg);
    padding-bottom: 90px;
    background-position: 40% 60%;
  background-size: 50px;
  }

  .card-3, .card-3.top {
    top:40%;
    right:6%;
  }


  .card-1, .card-1.right {
    top: 10%;
    left: 23%;
  }
  
  .product-card-info .product-name {
    display:none;
  }
  
  .product-card-icon {
    font-size: 24px;
    width: 100%;
    height: auto;
  }

  .product-card-icon img {
    width:100%;
  }
  
  .product-brand {
    font-size: 12px;
  }
  
  .product-name {
    font-size: 10px;
  }

  .product-card {
  
  min-height:unset;
  border-radius: 15px;
  padding: 10px 5px;
}
}

/* Product card fade-in animation when changing */
.product-card {
  animation: float 3s ease-in-out infinite, fadeInCard 0.5s ease-in;

}

@keyframes fadeInCard {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}