:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}nav{background:white;padding:1rem 5%;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center}.logo{width:130px;height:40px;background-image:url(/assets/logo-5a907688.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.nav-links a:hover{color:#e91e8c}.nav-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:#e91e8c;transition:.3s}.hero{padding:4rem 5%;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background-image:url(/assets/hero_section_bg-96d77831.png);background-repeat:no-repeat;background-size:cover;background-position:center}.hero-content h1{font-size:3.5rem;font-weight:700;color:#e91e8c;line-height:1.2}.hero-content h2{font-size:1.5rem;color:#333;margin-top:2rem}.hero-features{list-style:none;margin-bottom:2rem}.hero-features li{display:flex;align-items:center;gap:1rem;margin-top:.5rem;margin-bottom:.5rem;font-size:1rem}.hero-features li:before{content:"";width:25px;height:25px;background:#e91e8c;border-radius:50%;flex-shrink:0}.hero-features li.section-1:before{background-image:url(/assets/high_absorbent_icon-e1538100.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.hero-features li.section-2:before{background-image:url(/assets/quick_dry_icon-105bf709.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.hero-features li.section-3:before{background-image:url(/assets/comfort_fit_icon-019305da.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.hero-features li.section-4:before{background-image:url(/assets/cost_effective_icon-89255dba.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.hero-features li.section-5:before{background-image:url(/assets/stain_resistance_icon-1bc6cfb2.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.hero-image{height:415px;border-radius:20px;background-image:url(/assets/hero_section_woman_image-f85157cc.png);background-repeat:no-repeat;background-size:contain;background-position:center}.why-choose{padding:4rem 5%;text-align:center}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#333}.section-title span{font-style:italic;color:#e91e8c}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{text-align:center}.feature-icon{width:80px;height:80px;margin:0 auto 1rem;border-radius:50%}.feature-icon.icon-1{background-image:url(/assets/stain_resistance_illustration-efbe9dcd.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.feature-icon.icon-2{background-image:url(/assets/cottony_soft_cover_illustration-f38ca438.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.feature-icon.icon-3{background-image:url(/assets/quick_dry_technology_illustration-12dad04c.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.feature-icon.icon-4{background-image:url(/assets/high_absorbency_illustration-b7fc8dfa.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.feature-icon.icon-5{background-image:url(/assets/comfort_fit_illustration-a4567bf0.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.feature-icon.icon-6{background-image:url(/assets/cost_effective-c00f413e.svg);background-repeat:no-repeat;background-size:contain;background-position:center}.feature-card h3{font-size:.9rem;font-weight:600;color:#333}.products{padding:4rem 5%;background:#fafafa}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.product-card{background:white;border-radius:20px;padding:2rem;box-shadow:0 4px 15px #0000001a;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.product-card.pink{background:linear-gradient(135deg,#ffe5f1 0%,#ffd6e8 100%)}.product-card.purple{background:linear-gradient(135deg,#e6d9ff 0%,#d4c5f9 100%)}.product-header h3{font-size:1.5rem;font-weight:700;color:#e91e8c;margin-bottom:.5rem}.product-header p{font-size:.9rem;color:#666;margin-bottom:1rem}.product-price{font-size:2rem;font-weight:700;color:#e91e8c;margin-bottom:1rem}.view-details-btn{background:transparent;border:none;color:#e91e8c;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:1rem;font-family:Poppins,sans-serif;transition:gap .3s}.view-details-btn:hover{gap:1rem}.product-image-35{height:260px;margin:1rem 0;border-radius:10px;background-image:url(/assets/product_image_pink-bc165895.png);background-repeat:no-repeat;background-position:center}.product-image-60{height:260px;margin:1rem 0;border-radius:10px;background-image:url(/assets/product_image_1-dfab6b30.png);background-repeat:no-repeat;background-size:contain;background-position:center}.product-details{max-height:0;overflow:hidden;transition:max-height .5s ease-in-out,padding .5s ease-in-out}.product-details.active{max-height:500px;padding-top:1rem}.product-details h4{font-size:1.2rem;color:#e91e8c;margin-bottom:1rem;font-weight:600}.product-details ul{list-style:none;padding-left:0}.product-details li{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem;color:#666}.product-details li:before{content:"";width:20px;height:20px;border-radius:50%;flex-shrink:0}.product-details li.section35-1:before{background-image:url(/assets/comfort_fit_icon-019305da.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.product-details li.section35-2:before{background-image:url(/assets/cottony_soft_icon-81a066bb.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.product-details li.section35-3:before{background-image:url(/assets/quick_dry_icon-105bf709.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.product-details li.section35-4:before{background-image:url(/assets/high_absorbent_icon-e1538100.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.product-details li.section35-5:before{background-image:url(/assets/cost_effective_icon-89255dba.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.product-details li.section35-6:before{background-image:url(/assets/stain_resistance_icon-1bc6cfb2.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.product-details li.section60-1:before{background-image:url(/assets/comfort_fit_icon-dd191d20.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.product-details li.section60-2:before{background-image:url(/assets/cost_effective_icon-8af3ebd1.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.product-details li.section60-3:before{background-image:url(/assets/cottony_soft_icon-75f32d63.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.product-details li.section60-4:before{background-image:url(/assets/anti_bacterial_anion_chip_icon-78131a3e.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.product-details li.section60-5:before{background-image:url(/assets/gel_technology_icon-31437fdc.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.product-details li.section60-6:before{background-image:url(/assets/high_absorbent_icon-209bbdfc.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.product-details li.section60-7:before{background-image:url(/assets/quick_dry_icon-774260e4.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.product-details li.section60-8:before{background-image:url(/assets/stain_resistance_icon-2dd00db9.svg);background-repeat:no-repeat;background-size:cover;background-position:center}.about{padding:4rem 5%;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-image{height:350px;border-radius:20px;background-image:url(/assets/about_us-e016e2be.png);background-repeat:no-repeat;background-size:cover;background-position:center;background-color:#f0f0f0}.about-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.about-content h2 span{font-style:italic;color:#e91e8c}.about-content h3{font-size:1.5rem;color:#e91e8c;margin-bottom:1rem}.about-content p{color:#666;line-height:1.8;margin-bottom:1rem}.more-than{padding:4rem 5%;background:#fafafa}.more-than-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1200px;margin:0 auto}.more-than-text h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.more-than-text p{color:#666;line-height:1.8;margin-bottom:1rem}.more-than-image{height:350px;border-radius:20px;background-image:url(/assets/More_than_just_pad-c207e998.png);background-repeat:no-repeat;background-size:cover;background-position:center;background-color:#f0f0f0}.lifestyle-image{height:350px;border-radius:20px;background-image:url(/assets/our_promise-d481d852.png);background-repeat:no-repeat;background-size:cover;background-position:center;background-color:#f0f0f0}.promise{padding:4rem 5%;background:#fafafa}.promise-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1200px;margin:0 auto}.promise-text h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.promise-text h2 span{font-style:italic;color:#e91e8c}.promise-list{list-style:none;margin-bottom:2rem}.promise-list li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:1rem;color:#666}.promise-list li:before{content:"";width:20px;height:20px;background:#e91e8c;border-radius:50%;flex-shrink:0}.promise p{color:#666;line-height:1.8;margin-bottom:1rem}.testimonial{padding:4rem 5%;background:linear-gradient(90deg,#ffe5f1 0%,#e6d9ff 50%,#d4c5f9 100%);text-align:center}.testimonial h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.testimonial h2 span{font-style:italic;color:#e91e8c}.testimonial-box{background:linear-gradient(135deg,#e91e8c 0%,#d91e8c 100%);color:#fff;padding:3rem;border-radius:30px;max-width:900px;margin:2rem auto;box-shadow:0 10px 30px #e91e8c4d}.testimonial-text{font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.testimonial-author{font-weight:600;font-size:1rem}.contact{padding:4rem 5%;background:#fafafa}.contact h2{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.contact h2 span{font-style:italic;color:#e91e8c}.contact-subtitle{text-align:center;color:#666;margin-bottom:3rem}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto}.contact-form{background:white;padding:2rem;border-radius:20px;box-shadow:0 4px 15px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:2px solid #e5e5e5;border-radius:10px;font-family:Poppins,sans-serif;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#e91e8c}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{background:#e91e8c;color:#fff;padding:1rem 2rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:background .3s}.submit-btn:hover{background:#d91e8c}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{background:white;padding:1.5rem;border-radius:15px;box-shadow:0 4px 15px #0000001a}.info-item h3{font-size:1.2rem;color:#e91e8c;margin-bottom:.5rem}.info-item p{color:#666}.product-visual{height:350px;border-radius:20px;margin-top:1rem;background-image:url(/assets/product_image-01cebe32.png);background-repeat:no-repeat;background-position:center}footer{padding:4rem 5% 2rem;background-image:url(/assets/comfort_days_details_sectoin\ _bg-2c09f3d2.png);background-repeat:no-repeat;background-size:cover;background-position:center}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto 2rem}.footer-section h3{font-size:1.5rem;font-weight:700;color:#e91e8c;margin-bottom:1rem}.footer-section p,.footer-section a{color:#666;text-decoration:none;display:block;margin-bottom:.5rem}.footer-section a:hover{color:#e91e8c}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-icon-1{width:40px;height:40px;border-radius:50%;background-image:url(/assets/instagram_logo-365f2940.svg);background-repeat:no-repeat;background-size:cover;background-position:center;background-color:#f0f0f0}.social-icon-2{width:40px;height:40px;border-radius:50%;background-image:url(/assets/facebook_logo-c9c9def4.svg);background-repeat:no-repeat;background-size:cover;background-position:center;background-color:#f0f0f0}.social-icon-3{width:40px;height:40px;border-radius:50%;background-image:url(/assets/x_logo-573f43f6.svg);background-repeat:no-repeat;background-size:cover;background-position:center;background-color:#f0f0f0}.footer-bottom{text-align:center;padding-top:2rem;border-top:2px solid #ffb8d9;color:#666}.footer-image{height:350px;border-radius:20px;background-image:url(/assets/comfort_days_details_section_woman_image-c006819a.png);background-repeat:no-repeat;background-size:cover;background-position:center}@media (max-width: 1024px){.hero{grid-template-columns:1fr}.hero-content h1{font-size:2.5rem}.about,.more-than-content,.promise-content,.contact-content{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){nav{padding:1rem 3%}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:white;flex-direction:column;padding:1rem;box-shadow:0 4px 10px #0000001a}.nav-links.active,.nav-toggle{display:flex}.hero{padding:2rem 3%}.hero-content h1{font-size:2rem}.hero-content h2{font-size:1.3rem}.section-title{font-size:1.8rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.products-grid{grid-template-columns:1fr}.about,.more-than-content,.promise-content,.contact-content{gap:2rem}.footer-content{grid-template-columns:1fr;gap:2rem}}@media (max-width: 480px){.hero-content h1,.section-title{font-size:1.5rem}.features-grid{grid-template-columns:1fr}.testimonial-box{padding:2rem 1.5rem}.testimonial-text{font-size:1rem}}
