 body {
     font-family: "roboto", sans-serif;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 .syne {
     font-family: "Syne", sans-serif;
 }

 /* HERO SECTION - FULL SCREEN */

 .hero-wrapper {
     background: linear-gradient(135deg, #FFF4F4 0%, #EDD8FF 100%);
     padding: 60px 0;
     /* top/bottom breathing space */
 }

 .container {
     max-width: 1200px;
     margin: 0 auto;
 }

 .header {
     padding: 10px 0;
 }

 .logo {
     font-size: 28px;
     font-weight: 700;
     color: #B800B8;
     display: flex;
     align-items: center;
 }

 .logo-image {
     max-width: 250px;
     max-height: 250px;
     width: auto;
     height: auto;
     object-fit: contain;
 }

 .download-btn-header {
     background: #FF8C8C;
     color: white;
     border: none;
     padding: 14px 32px;
     border-radius: 15px;
     font-size: 18px;
     font-weight: 500;
     box-shadow: 0 4px 15px rgba(255, 155, 155, 0.3);
     transition: all 0.3s ease;
     cursor: pointer;
 }

 .download-btn-header:hover {
     transform: translateY(-2px);
     box-shadow: 0 6px 20px rgba(255, 155, 155, 0.4);
 }

 .main-content {
     padding: 40px 0 0 0;
 }

 .main-title {
     font-size: 4rem;
     font-weight: 700;
     background: linear-gradient(135deg, #B800B8 0%, #D946EF 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     margin-bottom: 30px;
     line-height: 1.2;
 }

 .description {
     font-size: 18px;
     color: #2D2D2D;
     line-height: 1.8;
     margin-bottom: 40px;
     max-width: 600px;
 }

 .hindi-text {
     font-weight: 700;
     color: #000;
 }

 .illustration-container {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     height: 100%;
     padding-left: 60px;
 }

 .download-section-main {
     /* background-image: url('./Assets/Rectangle\ 4.png'); */
     padding: 50px;
     background-size: 100% 100%;
     background-position: center;
     background-repeat: no-repeat;
     background-blend-mode: overlay;
     position: relative;
     width: 100%;
     min-height: 100px;
 }

 .download-section-main .row {
     width: 100%;
     margin-top: 40px;
 }

 .download-text-main {
     font-size: 20px;
     color: #000;
     font-weight: 600;
     margin-bottom: 0;
 }

 .store-btn-main {
     background: white;
     border: none;
     padding: 18px 40px;
     border-radius: 15px;
     font-size: 18px;
     font-weight: 600;
     color: #2D2D2D;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
     transition: all 0.3s ease;
     cursor: pointer;
     display: inline-flex;
     align-items: center;
     gap: 5px;
 }

 .store-btn-main:hover {
     transform: translateY(-3px);
     box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
 }

 .download-text-btn {
     font-size: 18px;
 }

 .store-icon-img {
     width: 32px;
     height: 32px;
     object-fit: contain;
 }

 .download-text {
     font-size: 22px;
     color: #2D2D2D;
     font-weight: 500;
     margin-bottom: 0;
 }

 .store-btn {
     background: white;
     border: none;
     padding: 15px 35px;
     border-radius: 50px;
     font-size: 18px;
     font-weight: 600;
     color: #2D2D2D;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
     transition: all 0.3s ease;
     cursor: pointer;
     display: inline-flex;
     align-items: center;
     gap: 10px;
 }

 .store-btn:hover {
     transform: translateY(-3px);
     box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
 }

 .play-store-icon {
     width: 24px;
     height: 24px;
     background: linear-gradient(135deg, #4285F4 0%, #34A853 50%, #FBBC05 75%, #EA4335 100%);
     border-radius: 4px;
 }

 .app-store-icon {
     width: 24px;
     height: 24px;
     background: linear-gradient(135deg, #007AFF 0%, #00C6FF 100%);
     border-radius: 4px;
 }

 /* ABOUT SECTION */

 .sakhi-promo-section {
     padding: 60px 20px;
     background-color: #fff;
     font-family: 'Arial', sans-serif;
     overflow: hidden;
 }

 .sakhi-container {
     max-width: 1100px;
     margin: 0 auto;
     text-align: center;
 }

 .sakhi-header h1 {
     color: #9b59b6;
     font-size: 2.8rem;
     margin: 0;
 }

 .sakhi-subtitle {
     color: #9b59b6;
     font-size: 1.8rem;
     margin-top: 5px;
 }

 /* Flexbox Layout for Badges and Phones */
 .sakhi-main-content {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 20px;
     /* Increased gap to give phones breathing room from badges */
     margin: 40px 0;
     position: relative;
 }

 /* The Phone Stacking Logic */
 .sakhi-phone-stack {
     position: relative;
     width: 100%;
     max-width: 800px;
     /* Container wide enough for the spread */
     height: 600px;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .phone-img {
     position: absolute;
     left: 50%;
     transition: all 0.4s ease-in-out;
     border-radius: 20px;
     object-fit: contain;
 }

 .center-img {
     width: 340px;
     z-index: 5;
     transform: translateX(-50%) scale(1);
 }

 .side-img {
     width: 300px;
     z-index: 2;
     filter: brightness(0.95);
 }

 .left {
     transform: translateX(calc(-50% - 230px)) scale(0.9);
 }

 .right {
     transform: translateX(calc(-50% + 245px)) scale(0.9);
 }

 .sakhi-badge-column {
     display: flex;
     flex-direction: column;
     gap: 12px;
     z-index: 10;
 }

 .sakhi-badge {
     padding: 10px 18px;
     border-radius: 20px;
     font-weight: bold;
     border: 2px dashed #444;
     font-size: 14px;
     min-width: 90px;
 }

 .yellow {
     background-color: #f1c40f;
 }

 .orange {
     background-color: #e67e22;
     color: white;
 }

 .green {
     background-color: #9ccc65;
 }

 .sakhi-arrow {
     font-size: 24px;
     color: #444;
     margin-top: 5px;
 }

 .sakhi-description-card {
     background: linear-gradient(135deg, #fdf2f8 0%, #f5f3ff 100%);
     padding: 25px 40px;
     border-radius: 25px;
     color: #444;
     font-style: italic;
     line-height: 1.6;
     max-width: 900px;
     margin: 40px auto 0;
 }

 /* Key Features Section Styles - Add this to your CSS file */

 .key-features-section {
     padding: 50px 20px;
     background: #fff;
     overflow: hidden;
 }

 .section-title {
     text-align: center;
     margin-bottom: 60px;
 }

 .features-title {
     font-size: 3rem;
     background: linear-gradient(135deg, #9c27b0, #ba68c8);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
     margin: 0;
 }

 /* Carousel Container */
 .carousel-container {
     position: relative;
     overflow: hidden;
     margin-bottom: 60px;
     padding: 20px 0;
     width: 100%;
 }

 .carousel-track {
     display: flex;
     gap: 30px;
     width: max-content;
     will-change: transform;
     flex-shrink: 0;
 }

 /* Feature Cards */
 .feature-card {
     min-width: 350px;
     max-width: 350px;
     height: 280px;
     border-radius: 20px;
     padding: 40px 30px;
     text-align: center;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     cursor: pointer;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }

 .feature-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
 }

 /* Card Colors */
 .card-blue {
     background: linear-gradient(135deg, #e3f2fd, #bbdefb);
 }

 .card-green {
     background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
 }

 .card-purple {
     background: linear-gradient(135deg, #f3e5f5, #e1bee7);
 }

 .card-peach {
     background: linear-gradient(135deg, #fff3e0, #ffe0b2);
 }

 .card-pink {
     background: linear-gradient(135deg, #fce4ec, #f8bbd0);
 }

 .card-yellow {
     background: linear-gradient(135deg, #fffde7, #fff9c4);
 }

 /* Card Icon */


 .card-icon {
     width: 80px;
     height: 80px;
     margin: 0 auto 20px;
     background: white;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 }

 .card-icon img {
     width: 50px;
     height: 50px;
     object-fit: contain;
 }

 /* Card Title */
 .card-title {
     font-size: 1.5rem;
     font-weight: 600;
     color: #333;
     margin-bottom: 15px;
 }

 /* Card Description */
 .card-description {
     font-size: 0.95rem;
     color: #666;
     line-height: 1.6;
     margin: 0;
 }

 /* Bottom Content */
 .bottom-content {
     margin-top: 40px;
 }

 .description-text {
     font-size: 1.15rem;
     color: #333;
     line-height: 1.8;
     margin-top: 30px;
 }

 /* Stats Badge */
 .stats-badge {
     background: linear-gradient(135deg, #e1bee7, #f8bbd0);
     border-radius: 20px;
     padding: 10px 55px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
     display: inline-block;
 }

 .stats-content {
     display: flex;
     align-items: center;
     gap: 20px;
 }

 .stats-number {
     font-family: "roboto";
     font-size: 2.5rem;
     font-weight: 900;
     color: #333;
     margin: 0;
 }

 .members-info {
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .member-avatars {
     display: flex;
     margin-left: -10px;
 }

 .avatar {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     margin-left: -10px;
     object-fit: cover;
 }

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

 .members-text {
     text-align: left;
 }

 .joined-text {
     font-size: 0.9rem;
     color: #666;
     margin: 0;
     font-weight: 500;
 }

 .sakhi-text {
     font-size: 0.85rem;
     color: #9c27b0;
     margin: 0;
     font-weight: 600;
 }

 /* Contact Section */

 .contact-wrapper {
     max-width: 1200px;
     margin: 0 auto;
 }

 /* GRID SECTION */
 .contact-section {
     display: grid;
     grid-template-columns: 1fr 420px;
     gap: 280px;
     align-items: center;
     padding: 40px 18px;
 }

 /* LEFT */
 .contact-illustration {
     padding: 25px 10px;
     text-align: center;
 }

 .contact-illustration img {
     width: 100%;
     max-width: 450px;
 }

 .illus-caption {
     margin-top: 12px;
     font-size: 15px;
     line-height: 1.6;
 }

 /* RIGHT CARD */
 .contact-card {
     background: #fdeeee;
     border-radius: 18px;
     padding: 35px 28px;
 }

 /* Heading */
 .contact-card h2 {
     text-align: center;
     font-size: 30px;
     margin-bottom: 8px;
 }

 .subtitle {
     text-align: center;
     font-size: 14px;
     margin-bottom: 22px;
 }

 /* Inputs */
 .form-group {
     margin-bottom: 14px;
 }

 input,
 textarea {
     width: 100%;
     padding: 14px;
     border-radius: 8px;
     border: 1.4px solid #ff9d9d;
     outline: none;
     font-size: 14px;
 }

 textarea {
     resize: none;
 }

 /* Button */
 .send-btn {
     width: 100%;
     border: none;
     padding: 14px 0;
     border-radius: 12px;
     font-size: 18px;
     cursor: pointer;
     color: #fff;
     background: #ff7676;
     transition: .2s;
 }

 .send-btn:hover {
     transform: translateY(-2px);
 }

 /*DownloadSection*/

 .app-section {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     padding: 50px 10px;
     gap: 300px;
     background: linear-gradient(135deg, #fff8ff, #fff1f5);
     border-radius: 20px;
     height: 580px;
 }

 .app-text {
     max-width: 500px;
 }

 .app-text h1 {
     font-size: 2rem;
     margin-bottom: 10px;
 }

 .app-text p {
     font-size: 1rem;
     color: #555;
     margin-bottom: 25px;
 }

 .download-buttons {
     display: flex;
     gap: 15px;
     flex-wrap: wrap;
 }

 .download-btn .btn-icon {
     width: 40px;
     height: 40px;
     object-fit: contain;
     margin-left: 8px;
 }

 .download-btn {
     display: flex;
     align-items: center;
     gap: 10px;
     padding: 10px 20px;
     border: none;
     border-radius: 8px;
     cursor: pointer;
     font-weight: 600;
     font-size: 1rem;
     text-decoration: none;
     transition: all 0.3s ease;
 }

 .download-btn.android {
     background-color: #D8ED6A;
     color: #111;
 }

 .download-btn.android:hover {
     background-color: #c5e85a;
 }

 .download-btn.ios {
     background-color: #111;
     color: #fff;
 }

 .download-btn.ios:hover {
     background-color: #333;
 }

 .app-phone {
     max-width: 300px;
     width: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .app-phone img {
     width: 100%;
     height: auto;
     border-radius: 30px;
 }

 /* Footer Section */

 .app-footer {
     background-color: #2b2452;
     /* dark purple */
     color: #fff;
     padding: 60px 20px 20px 20px;
     margin-top: 50px;
     border-radius: 10px 10px 0 0;
 }

 .footer-top {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     gap: 30px;
 }

 .footer-left {
     display: flex;
     flex-direction: column;
     gap: 15px;
 }

 .footer-logo {
     width: 90px;
     height: 90px;
     object-fit: contain;
 }

 .footer-tagline {
     font-size: 1.2rem;
     line-height: 1.5;
 }

 .footer-right {
     display: flex;
     flex-direction: column;
     gap: 15px;
     max-width: 400px;
 }

 .contact-info {
     display: flex;
     flex-direction: column;
     gap: 5px;
 }

 .contact-info a {
     display: flex;
     align-items: center;
     gap: 8px;
     color: #fff;
     text-decoration: none;
     font-size: 0.95rem;
 }

 .contact-info a img {
     width: 18px;
     height: 18px;
 }

 .tech-logo {
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 0.85rem;
 }

 .tech-logo img {
     width: 150px;
     height: auto;
 }

 .footer-bottom {
     margin-top: 30px;
     border-top: 1px solid rgba(255, 255, 255, 0.2);
     padding-top: 10px;
     text-align: center;
     font-size: 0.85rem;
     color: rgba(255, 255, 255, 0.7);
 }

 @media (max-width: 768px) {
     .footer-top {
         flex-direction: column;
         align-items: center;
         text-align: center;
     }

     .footer-right {
         max-width: 100%;
     }

     .tech-logo {
         justify-content: center;
     }

     .footer-logo {
         justify-content: center;
     }
 }



 /* Responsive Design */

 @media (max-width: 1200px) {
     .feature-card {
         min-width: 320px;
         max-width: 320px;
         height: 260px;
     }

     .card-title {
         font-size: 1.3rem;
     }

     .card-description {
         font-size: 0.9rem;
     }
 }

 @media (max-width: 992px) {
     .features-title {
         font-size: 2.5rem;
     }

     .feature-card {
         min-width: 300px;
         max-width: 300px;
         height: 250px;
         padding: 30px 25px;
     }

     .card-icon {
         width: 70px;
         height: 70px;
         margin-bottom: 15px;
     }

     .card-icon img {
         width: 40px;
         height: 40px;
     }

     .description-text {
         font-size: 1rem;
         text-align: center;
         margin-bottom: 20px;
     }

     .stats-badge {
         margin: 0 auto;
         display: block;
         text-align: center;
     }

     .stats-content {
         flex-direction: column;
         gap: 15px;
     }

     .members-info {
         flex-direction: column;
         gap: 10px;
     }

     .members-text {
         text-align: center;
     }
 }

 @media (max-width: 768px) {
     .key-features-section {
         padding: 60px 15px;
     }

     .features-title {
         font-size: 2rem;
     }

     .feature-card {
         min-width: 280px;
         max-width: 280px;
         height: 240px;
     }

     .card-title {
         font-size: 1.2rem;
     }

     .card-description {
         font-size: 0.85rem;
     }

     .stats-number {
         font-size: 2rem;
     }
 }

 @media (max-width: 576px) {
     .features-title {
         font-size: 1.75rem;
     }

     .feature-card {
         min-width: 260px;
         max-width: 260px;
         height: 230px;
         padding: 25px 20px;
     }

     .card-icon {
         width: 60px;
         height: 60px;
     }

     .card-icon img {
         width: 35px;
         height: 35px;
     }

     .description-text {
         font-size: 0.95rem;
     }

     .stats-badge {
         padding: 15px 20px;
     }

     .stats-number {
         font-size: 1.75rem;
     }
 }

 /* Responsive Styles */
 @media (max-width: 768px) {
     .main-title {
         font-size: 48px;
     }

     .description {
         font-size: 16px;
     }

     .illustration-container {
         padding-left: 0;
         justify-content: center;
     }

     .download-section {
         margin-top: 50px;
     }

     .download-text {
         font-size: 18px;
         margin-bottom: 20px;
     }

     .store-btn {
         width: 100%;
         justify-content: center;
         margin-bottom: 15px;
     }

     .phones {
         flex-direction: column;
         gap: 14px;
     }

     /* hide badges on mobile */
     .badge-box {
         display: none;
     }

     .phone {
         width: 200px;
     }

     .main-phone {
         width: 220px;
     }

     .quote {
         font-size: 13px;
     }
 }

 /* 📱 TABLET */
 @media (max-width: 992px) {
     .sakhi-heading {
         font-size: 26px;
     }

     .phone {
         width: 200px;
     }

     .main-phone {
         width: 230px;
     }
 }

 /* 📱 MOBILE */
 @media (max-width: 768px) {

     .phones {
         flex-direction: column;
         gap: 14px;
     }

     /* hide badges on mobile */
     .badge-box {
         display: none;
     }

     .phone {
         width: 200px;
     }

     .main-phone {
         width: 220px;
     }

     .quote {
         font-size: 13px;
     }
 }

 /* 📱 VERY SMALL */
 @media (max-width: 480px) {
     .phone {
         width: 170px;
     }

     .main-phone {
         width: 190px;
     }
 }


 @media (max-width: 768px) {
     .sakhi-main-content {
         flex-direction: column;
     }

     .side-img {
         display: none;
     }

     .center-img {
         width: 85%;
         position: relative;
         left: 0;
         transform: none;
         margin: 0 auto;
     }

     .sakhi-phone-stack {
         height: auto;
         width: 100%;
     }

     .sakhi-badge-column {
         flex-direction: row;
         flex-wrap: wrap;
         justify-content: center;
     }
 }

 @media (max-width: 768px) {
     .sakhi-main-content {
         flex-direction: column;
     }

     .sakhi-phone-stack {
         width: 100%;
         height: auto;
         margin: 20px 0;
     }

     .side-img {
         display: none;
     }

     .center-img {
         position: relative;
         width: 80%;
     }

     .sakhi-badge-column {
         flex-direction: row;
     }

     .sakhi-arrow {
         display: none;
     }
 }

 /*Contact Responsivness*/

 @media (max-width: 900px) {

     .contact-section {
         grid-template-columns: 1fr;
         gap: 25px;
     }

     .contact-card {
         max-width: 100%;
     }
 }

 /*DownloadSection*/

 @media (max-width: 768px) {
     .app-section {
         flex-direction: column-reverse;
         text-align: center;
         gap: 30px;
         /* reduce large spacing */
         height: auto;
         /* allow section to shrink for mobile */
         padding: 30px 10px;
     }

     .download-buttons {
         justify-content: center;
         /* center buttons horizontally */
     }

     .app-text h1 {
         font-size: 1.8rem;
     }

     .download-btn {
         width: 200px;
         /* optional: make buttons uniform width */
         justify-content: center;
         /* center text + icon inside button */
     }
 }


 .footer-links {
     margin: 15px 0;
     font-size: 14px;
 }

 .footer-links a {
     color: #f8f8f8;
     text-decoration: none;
     font-weight: 500;
     margin: 0 5px;
 }

 .footer-links a:hover {
     color: #b800b8;
     text-decoration: underline;
 }

 #globalFlashMessage {
     position: fixed;
     top: 24px;
     right: 24px;
     z-index: 99999;

     min-width: 260px;
     max-width: 300px;
     min-height: 60px;

     padding: 12px 14px;
     border-radius: 10px;

     display: none;

     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
     font-family: 'Poppins', sans-serif;
 }

 .flash-success {
     background: #79b879;
     color: #ffffff;
 }

 .flash-error {
     background: #d9534f;
     color: #ffffff;
 }

 .flash-content {
     display: flex;
     align-items: center;
     gap: 14px;
 }

 .flash-icon {
     width: 38px;
     height: 38px;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.2);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 16px;
     flex-shrink: 0;
 }

 .flash-text {
     display: flex;
     flex-direction: column;
 }

 .flash-title {
     font-size: 15px;
     font-weight: 600;
     line-height: 1.2;
 }

 .flash-message {
     font-size: 13px;
     opacity: 0.95;
 }


 #pageLoader {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(255, 255, 255, 0.95);
     display: none;
     z-index: 999999;
 }

 .loader-box {
     position: fixed;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     text-align: center;
 }

 /* Pot */
 .pot {
     position: relative;
     width: 100px;
     height: 60px;
     margin: 0 auto;
     background: #f59e0b;
     /* pot color */
     border-radius: 0 0 20px 20px;
     overflow: hidden;
     box-shadow: inset 0 -4px 0 #d97706;
 }

 /* Bubbles */
 .bubble {
     position: absolute;
     bottom: 10px;
     width: 10px;
     height: 10px;
     background: #fff;
     border-radius: 50%;
     opacity: 0.8;
     animation: bubble-rise 2s infinite;
 }

 .bubble1 {
     left: 20px;
     animation-delay: 0s;
 }

 .bubble2 {
     left: 45px;
     animation-delay: 0.5s;
 }

 .bubble3 {
     left: 70px;
     animation-delay: 1s;
 }

 @keyframes bubble-rise {
     0% {
         transform: translateY(0) scale(1);
         opacity: 0.6;
     }

     50% {
         transform: translateY(-30px) scale(1.2);
         opacity: 1;
     }

     100% {
         transform: translateY(-60px) scale(1);
         opacity: 0;
     }
 }

 /* Steam */
 .steam {
     position: absolute;
     bottom: 60px;
     left: 50%;
     width: 8px;
     height: 30px;
     background: rgba(0, 0, 0, 0.8);
     border-radius: 50%;
     filter: blur(1px);
     opacity: 0;
     animation: steam-rise 2s infinite;
 }

 .steam1 {
     animation-delay: 0s;
     transform: translateX(-15px);
 }

 .steam2 {
     animation-delay: 0.7s;
     transform: translateX(10px);
 }

 @keyframes steam-rise {
     0% {
         transform: translateY(0) scaleX(1);
         opacity: 0;
     }

     30% {
         opacity: 0.7;
         transform: translateY(-10px) scaleX(1.2);
     }

     60% {
         transform: translateY(-25px) scaleX(0.8);
     }

     100% {
         transform: translateY(-50px) scaleX(1.1);
         opacity: 0;
     }
 }

 .loader-text {
     font-size: 16px;
     color: #374151;
     font-family: Arial, sans-serif;
     margin-top: 10px;
 }


 .delete-account-page {
     font-family: 'Poppins', sans-serif;
     background: linear-gradient(135deg, #FCE8F3 0%, #F4E8FF 100%);
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 20px;
 }

 .delete-account-page .message-wrapper {
     max-width: 880px;
     width: 100%;
     background: #ffffff;
     border-radius: 26px;
     padding: 60px 50px;
     box-shadow: 0 20px 50px rgba(176, 0, 185, 0.15);
     text-align: center;
 }

 .delete-account-page .message-icon {
     width: 78px;
     height: 78px;
     margin: 0 auto 24px;
     border-radius: 50%;
     background: linear-gradient(135deg, #B000B9, #6700C0);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 36px;
     color: #ffffff;
 }

 .delete-account-page .message-title {
     font-family: 'Syne', sans-serif;
     font-size: 2.8rem;
     font-weight: 700;
     margin-bottom: 18px;
     color: #9b59b6;
 }

 .delete-account-page .divider {
     width: 80px;
     height: 4px;
     background: #B000B9;
     margin: 28px auto;
     border-radius: 10px;
 }

 .delete-account-page .message-text {
     font-size: 16px;
     line-height: 1.9;
     color: #555;
     max-width: 680px;
     margin: 0 auto;
 }

 .delete-account-page .back-home {
     margin-top: 35px;
 }

 .delete-account-page .back-home a {
     text-decoration: none;
     padding: 14px 36px;
     background: linear-gradient(135deg, #B000B9, #6700C0);
     color: #ffffff;
     border-radius: 30px;
     font-weight: 600;
     transition: 0.3s;
     display: inline-block;
 }

 .delete-account-page .back-home a:hover {
     transform: translateY(-2px);
     box-shadow: 0 10px 25px rgba(176, 0, 185, 0.35);
 }

 @media (max-width: 768px) {
     .delete-account-page .message-wrapper {
         padding: 40px 25px;
     }

     .delete-account-page .message-title {
         font-size: 2.2rem;
     }
 }


 .policy-page {
     font-family: 'Poppins', sans-serif;
     background: linear-gradient(135deg, #FFF4F4 0%, #EDD8FF 100%);
     color: #333;
     min-height: 100vh;
     padding: 40px 15px;
 }

 .policy-page .policy-wrapper {
     max-width: 900px;
     margin: 0 auto;
     background: #ffffff;
     border-radius: 20px;
     padding: 50px 40px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
 }

 .policy-page .policy-title {
     font-family: 'Syne', sans-serif;
     font-size: 3rem;
     font-weight: 700;
     text-align: center;
     background: linear-gradient(135deg, #B800B8, #D946EF);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     margin-bottom: 10px;
 }

 .policy-page .policy-updated {
     text-align: center;
     font-size: 14px;
     color: #777;
     margin-bottom: 40px;
 }

 .policy-page .policy-section {
     margin-bottom: 30px;
 }

 .policy-page .policy-section h3 {
     font-family: 'Poppins', sans-serif;
     font-size: 1.5rem;
     color: #9b59b6;
     margin-bottom: 10px;
 }

 .policy-page .policy-section p {
     font-size: 15px;
     line-height: 1.8;
     color: #444;
 }

 .policy-page .policy-section ul {
     padding-left: 18px;
 }

 .policy-page .policy-section ul li {
     margin-bottom: 8px;
     font-size: 15px;
 }

 .policy-page .back-home {
     text-align: center;
     margin-top: 40px;
 }

 .policy-page .back-home a {
     text-decoration: none;
     padding: 12px 30px;
     background: #FF8C8C;
     color: #fff;
     border-radius: 12px;
     font-weight: 600;
     transition: 0.3s;
     display: inline-block;
 }

 .policy-page .back-home a:hover {
     background: #ff6f6f;
 }

 @media (max-width: 768px) {
     .policy-page .policy-wrapper {
         padding: 35px 25px;
     }

     .policy-page .policy-title {
         font-size: 2.2rem;
     }
 }