﻿/* Minified CSS */body,*{box-sizing:border-box;margin:0;padding:0}body{display:flex;flex-direction:column;min-height:100vh;margin:0;padding:0;font-family:'Open Sans',sans-serif;color:#334155;line-height:1.6;background-color:#f8fafc}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:'Montserrat',sans-serif;font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2.2rem}h3{font-size:1.8rem}h4{font-size:1.4rem}h5{font-size:1.2rem}.cta-button{display:inline-block;background-color:#6ec1e4;color:#fff;padding:14px 28px;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer}.cta-button:hover{background-color:#5ba8d1;transform:translateY(-2px);box-shadow:0 4px 12px rgba(110,193,228,.3)}.header{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:fixed;top:0;left:0;right:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.logo h1{color:#2563eb;font-size:1.5rem;margin:0}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:#6ec1e4}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background-color:#333;margin:3px 0;transition:.3s}.hero{background:linear-gradient(135deg,#e0f2fe 0,#b3e5fc 100%);padding:120px 0 80px;margin-top:70px}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{max-width:500px}.hero-title{font-size:3rem;color:#1e40af;margin-bottom:1.5rem;line-height:1.1}.hero-subtitle{font-size:1.2rem;color:#64748b;margin-bottom:2rem}.hero-image{text-align:center}.hero-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.trust-section{padding:80px 0;background-color:#fff}.trust-content{text-align:center}.trust-content h3{color:#1e40af;margin-bottom:.5rem}.trust-subtitle{color:#64748b;font-size:1.1rem;margin-bottom:3rem}.trust-badges{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.trust-badge{text-align:center;padding:2rem;border-radius:12px;background-color:#f8fafc;transition:transform .3s ease}.trust-badge:hover{transform:translateY(-5px)}.badge-icon{width:80px;height:80px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1)}.badge-icon img{width:60px;height:60px;object-fit:contain}.trust-badge h4{color:#1e40af;margin-bottom:.5rem}.trust-badge p{color:#64748b}.team-intro{max-width:600px;margin:0 auto}.team-intro h4{color:#1e40af;margin-bottom:2rem}.team-members{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-member{background-color:#f8fafc;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.05);text-align:center;padding-bottom:1.5rem}.member-photo{width:150px;height:150px;margin:1.5rem auto 1rem;border-radius:50%;overflow:hidden;border:4px solid #fff;box-shadow:0 4px 12px rgba(0,0,0,.1)}.member-photo .placeholder-photo{width:100%;height:100%;background-color:#e2e8f0}.member-info h5{color:#1e40af;margin-bottom:.25rem}.member-info p{font-size:.9rem;color:#64748b}.categories-section{padding:80px 0;background-color:#f8fafc}.section-title{text-align:center;color:#1e40af;margin-bottom:3rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.category-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05);text-align:center;padding:2.5rem;transition:all .3s ease}.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.category-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;background-color:#e0f2fe;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.category-card:hover .category-icon{transform:scale(1.1)}.category-icon img{width:45px;height:45px;object-fit:contain}.category-card h4{color:#1e40af;margin-bottom:.5rem}.category-card p{color:#64748b;font-size:.95rem}.category-link{text-decoration:none;color:inherit;display:block}.category-link:hover h4{color:#6ec1e4}.top-products{padding:80px 0;background-color:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.product-image{position:relative;overflow:hidden}.product-image img{width:100%;height:auto;display:block;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{position:absolute;top:1rem;left:1rem;background-color:#ef4444;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.product-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.product-content h4{color:#1e40af;margin-bottom:.5rem}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#f59e0b}.stars{font-size:1.2rem}.rating-text{font-size:.9rem;color:#64748b}.product-features{list-style:none;margin-bottom:1.5rem;flex-grow:1}.product-features li{font-size:.9rem;color:#64748b;margin-bottom:.5rem;padding-left:1.25rem;position:relative}.product-features li::before{content:"\2713";position:absolute;left:0;color:#10b981;font-weight:700}.product-price{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;color:#1e40af}.value-section{padding:80px 0;background-color:#f8fafc}.value-content{text-align:center;max-width:800px;margin:0 auto}.content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;text-align:left;margin-top:3rem}.content-text h3{color:#1e40af}.guide-points{list-style:none;margin-top:1.5rem}.guide-points li{font-size:1rem;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.guide-points li::before{content:"\2713";position:absolute;left:0;color:#10b981;font-weight:700}.content-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.info-section{padding:80px 0}.header-logo{height:50px;width:auto}.logo a{display:flex;align-items:center;text-decoration:none}.expert-card{display:flex;align-items:center;gap:1.5rem;background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05)}.expert-card .expert-card .expert-image{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #6ec1e4}.expert-info{text-align:left}.expert-info h5{color:#1e40af;margin-bottom:.25rem}.expert-info p{font-size:.9rem;color:#64748b;margin:0}.product-cta-buttons{display:flex;justify-content:space-between;gap:1rem;margin-top:auto}.product-cta-buttons .cta-button{flex:1;padding:12px;font-size:.9rem;text-align:center}.view-more-cta{text-align:center;margin-top:3rem}.view-more-cta .cta-button{background-color:#2563eb}.sleep-position-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;margin-top:2rem}.position-text{text-align:left}.position-image{text-align:center}.position-image img{max-width:100%;border-radius:8px}.cta-section{padding:60px 0;text-align:center;background-color:#1e3a8a;color:#fff}.cta-section h3{color:#fff}.cta-buttons-center{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.cta-buttons-center .cta-button{background-color:#6ec1e4}.cta-buttons-center .cta-button.primary{background-color:#fff;color:#1e40af}.pillow-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05);overflow:hidden;display:flex;flex-direction:column;position:relative}.pillow-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.card-badge{position:absolute;top:1rem;left:1rem;background-color:#ef4444;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;z-index:2}.card-badge.budget{background-color:#3b82f6}.card-badge.premium{background-color:#8b5cf6}.pillow-image{width:100%;height:200px;object-fit:cover;display:block}.pillow-info{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.pillow-info h3{font-size:1.2rem;margin-bottom:.75rem;color:#1e40af}.pillow-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#f59e0b}.pillow-rating .stars{font-size:1.1rem}.pillow-rating .rating-number{font-size:.9rem;color:#64748b;font-weight:600}.pillow-description{flex-grow:1;margin-bottom:1rem}.pillow-description p{font-size:.95rem;color:#64748b}.pillow-price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.5rem}.current-price{font-size:1.75rem;font-weight:700;color:#1e40af}.original-price{font-size:1rem;color:#94a3b8;text-decoration:line-through}.pillow-actions{display:flex;gap:.75rem;margin-top:auto}.pillow-button{flex:1;text-align:center;padding:12px;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;border:2px solid #6ec1e4;color:#6ec1e4;background-color:transparent}.pillow-button:hover{background-color:#6ec1e4;color:#fff}.pillow-button.buy-button{background-color:#6ec1e4;color:#fff}.pillow-button.buy-button:hover{background-color:#5ba8d1;border-color:#5ba8d1}@media (max-width:992px){.team-members{grid-template-columns:1fr}}@media (max-width:768px){.nav-menu{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background-color:#fff;flex-direction:column;align-items:center;padding-top:2rem;transition:.3s ease;gap:1.5rem}.nav-menu.active{left:0}.nav-toggle{display:flex}.hero-container{grid-template-columns:1fr;text-align:center}.hero-image{grid-row:1;margin-bottom:2rem}.hero-content{max-width:100%}.hero-title{font-size:2.5rem}.categories-grid,.products-grid,.trust-badges{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.content-wrapper{grid-template-columns:1fr}.team-members{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.sleep-position-info{grid-template-columns:1fr}.position-image{margin-top:1.5rem}.cta-buttons-center{flex-direction:column}.cta-buttons-center .cta-button{width:100%;max-width:300px}.pillow-image{height:220px}.pillow-info h3{font-size:1.1rem}.pillow-description p{font-size:.9rem}.current-price{font-size:1.5rem}}@media (max-width:480px){.container{padding:0 15px}.hero{padding-top:100px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.category-card,.product-card,.trust-badge{padding:1.5rem}.badge-icon{width:60px;height:60px}.badge-icon img{width:40px;height:40px}}section:last-of-type:not(.footer){margin-bottom:0;padding-bottom:0}.cta-section+.footer,.info-section+.footer,.top-products+.footer{margin-top:0}.hero-about-us{background:linear-gradient(135deg,#e0f2fe 0,#b3e5fc 100%);padding:120px 0 60px;text-align:center;margin-top:70px}.hero-about-us h1{color:#1e40af;font-size:2.5rem;margin-bottom:20px}.hero-about-us .hero-content{max-width:800px;margin:0 auto}.mission-vision{padding:60px 0;background-color:#fff}.mission-vision .container{display:grid;grid-template-columns:1fr 1fr;gap:40px}.mission,.vision{padding:30px;background-color:#f8fafc;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05)}.mission h2,.vision h2{color:#1e40af;margin-bottom:15px}.our-story{padding:60px 0;background-color:#f8fafc}.our-story h2{color:#1e40af;margin-bottom:25px;text-align:center}.our-story p{margin-bottom:20px;line-height:1.8}.expert-team{padding:60px 0;background-color:#fff}.expert-team h2{color:#1e40af;margin-bottom:40px;text-align:center}.expert-team .team-members{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px}.expert-team .team-member{display:flex;background-color:#f8fafc;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05);overflow:hidden;flex-direction:column;align-items:center;padding-bottom:20px}.team-member img{width:100%;max-height:300px;object-fit:contain;background-color:#f0f5ff}.member-info{padding:20px;text-align:center}.member-info h3{color:#1e40af;margin-bottom:5px;font-size:1.5rem}.member-info .role{color:#6ec1e4;font-weight:600;margin-bottom:15px;font-size:1rem}.member-info .bio{font-size:.95rem;line-height:1.6;color:#64748b}.testing-methodology{padding:60px 0;background-color:#f8fafc}.testing-methodology h2{color:#1e40af;margin-bottom:25px;text-align:center}.testing-methodology>.container>p{text-align:center;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.methodology-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.methodology-item{background-color:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05)}.methodology-item h4{color:#1e40af;margin-bottom:10px;font-size:1.2rem}.methodology-item p{font-size:.95rem;line-height:1.6;color:#64748b}.core-values{padding:60px 0;background-color:#fff}.core-values h2{color:#1e40af;margin-bottom:40px;text-align:center}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}.value-item{text-align:center;padding:30px;border-radius:12px;background-color:#f8fafc;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:transform .3s ease}.value-item:hover{transform:translateY(-5px)}.value-item h3{color:#1e40af;margin-bottom:15px}.value-item p{font-size:.95rem;line-height:1.6;color:#64748b}.contact-cta{padding:60px 0;background-color:#f8fafc}.contact-cta h2{color:#1e40af;margin-bottom:25px}.contact-cta h3{color:#1e40af;margin:30px 0 15px}.contact-cta p{margin-bottom:15px;line-height:1.6}.contact-cta a{color:#6ec1e4;text-decoration:none;font-weight:600;transition:color .3s}.contact-cta a:hover{color:#1e40af;text-decoration:underline}.contact-cta ul{margin-left:20px;margin-bottom:25px}.contact-cta li{margin-bottom:10px}.contact-cta li strong{color:#334155}.about-us-specific-styles{color:red}.header-logo{height:50px;width:auto}@media (max-width:900px){.mission-vision .container,.team-members{grid-template-columns:1fr}}@media (max-width:768px){.hero-about-us h1{font-size:2rem}}@media (max-width:480px){.hero-about-us{padding:100px 0 40px}.mission,.team-member,.methodology-item,.value-item,.vision{padding:20px}.team-member img{max-height:200px}.methodology-item{padding:25px}}.contact-cta+.footer{margin-top:0}body{display:flex;flex-direction:column;min-height:100vh;margin:0;padding:0}main{flex:1}section:last-of-type:not(.footer){margin-bottom:0;padding-bottom:0}.guide-hero{background:linear-gradient(135deg,#e0f2fe 0,#b3e5fc 100%);padding:120px 0 80px;margin-top:70px}.guide-hero .hero-content{max-width:800px;margin:0 auto;text-align:center}.guide-hero h1{font-size:3rem;color:#1e40af;margin-bottom:1.5rem}.guide-hero .hero-subtitle{font-size:1.2rem;color:#64748b;margin-bottom:3rem}.guide-value{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);text-align:left;max-width:600px;margin:0 auto}.guide-value h3{color:#1e40af;margin-bottom:1rem;text-align:center}.value-list{list-style:none;margin:0}.value-list li{margin-bottom:.75rem;padding-left:1.5rem;position:relative;color:#64748b}.value-list li:before{content:"\2713";color:#10b981;font-weight:700;position:absolute;left:0}.table-of-contents{padding:60px 0;background-color:#fff}.table-of-contents h2{text-align:center;color:#1e40af;margin-bottom:3rem}.toc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.toc-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background-color:#f8fafc;border-radius:12px;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.toc-item:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.1);border-color:#6ec1e4}.toc-number{width:50px;height:50px;background-color:#6ec1e4;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}.toc-content h4{color:#1e40af;margin-bottom:.25rem}.toc-content p{color:#64748b;font-size:.9rem;margin:0}.content-section{padding:80px 0}.content-section.alt-bg{background-color:#f8fafc}.content-section h2{color:#1e40af;text-align:center;margin-bottom:3rem}.section-intro{text-align:center;color:#64748b;font-size:1.1rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.content-text h3{color:#1e40af;margin-bottom:1.5rem}.content-image{text-align:center}.content-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.benefit-item{background-color:#fff;padding:1.5rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.05)}.benefit-icon{font-size:2rem;margin-bottom:1rem}.benefit-item h4{color:#1e40af;margin-bottom:.5rem}.benefit-item p{color:#64748b;font-size:.9rem}.foam-types{display:grid;gap:2rem;margin-bottom:4rem}.foam-type-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.05)}.type-header{background-color:#1e40af;color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:center}.type-header h3{margin:0;color:#fff}.type-badge{background-color:#6ec1e4;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.type-content{padding:2rem;display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:start}.type-image img{width:100%;height:auto;border-radius:12px}.type-details h4{color:#1e40af;margin-bottom:1rem}.type-details ul{list-style:none;margin:0}.type-details li{margin-bottom:.75rem;position:relative;padding-left:1.5rem;color:#64748b}.type-details li:before{content:"\2713";color:#10b981;font-weight:700;position:absolute;left:0}.comparison-section{padding:60px 0}.comparison-section h3{color:#1e40af;text-align:center;margin-bottom:2rem}.comparison-table{overflow-x:auto}.comparison-table table{width:100%;border-collapse:collapse;min-width:600px}.comparison-table td,.comparison-table th{padding:1rem;border:1px solid #e2e8f0;text-align:left}.comparison-table th{background-color:#f8fafc;color:#1e40af}.comparison-table td:first-child{font-weight:700}.excellent{color:#10b981;font-weight:600}.good{color:#6ec1e4;font-weight:600}.fair{color:#f59e0b;font-weight:600}.sleep-positions{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.position-card{background-color:#fff;padding:1.5rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.05)}.position-icon{width:80px;height:80px;margin:0 auto 1rem;border-radius:50%;background-color:#e0f2fe;display:flex;align-items:center;justify-content:center}.position-icon img{max-width:50px;height:auto}.position-card h4{color:#1e40af;margin-bottom:.5rem}.position-details p{color:#64748b;font-size:.9rem}.position-details strong{color:#1e40af}.firmness-scale{display:flex;justify-content:space-between;gap:.5rem;margin-top:2rem}.scale-item{flex:1;text-align:center}.scale-number{width:40px;height:40px;border-radius:50%;background-color:#e2e8f0;color:#334155;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;font-weight:700}.scale-item.soft .scale-number{background-color:#a7f3d0}.scale-item.medium .scale-number{background-color:#93c5fd}.scale-item.firm .scale-number{background-color:#fca5a5}.scale-item h4{color:#1e40af;font-size:1rem;margin-bottom:.25rem}.scale-item p{color:#64748b;font-size:.8rem}.cooling-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.cooling-feature{background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.cooling-feature h4{color:#1e40af;margin-bottom:.5rem}.cooling-feature p{color:#64748b;font-size:.9rem}.adjustability-info{margin-top:2rem}.adjust-benefit{margin-top:1.5rem}.adjust-benefit h4{color:#1e40af;margin-bottom:.5rem}.adjust-benefit p{color:#64748b;font-size:.9rem}.allergy-info{margin-top:2rem}.allergy-features{list-style:none;margin-top:1.5rem}.allergy-features li{margin-bottom:.75rem;position:relative;padding-left:1.5rem;color:#64748b}.allergy-features li:before{content:"\2713";color:#10b981;font-weight:700;position:absolute;left:0}.allergy-features strong{color:#1e40af}.recommendation-categories{display:grid;gap:3rem;margin-top:3rem}.rec-category{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.rec-category h3{color:#1e40af;text-align:center;margin-bottom:2rem}.rec-content{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:center}.rec-image img{max-width:100%;height:auto;border-radius:12px}.rec-details h4{color:#1e40af;margin-bottom:1rem}.rec-details ul{list-style:none;margin-bottom:1rem}.rec-details li{margin-bottom:.75rem;position:relative;padding-left:1.5rem;color:#64748b}.rec-details li:before{content:"\2713";color:#10b981;font-weight:700;position:absolute;left:0}.rec-product{background-color:#f8fafc;padding:1rem;border-radius:8px}.rec-product h5{color:#1e40af;margin-bottom:.5rem}.rec-product p{color:#64748b;font-size:.9rem;margin-bottom:1rem}.rec-buttons{display:flex;gap:1rem}.rec-product .cta-button{padding:10px 15px;font-size:.9rem;flex:1}.rec-product .cta-button.buy-button{background-color:#10b981}.rec-product .cta-button.buy-button:hover{background-color:#059669}.care-grid{margin-top:3rem}.care-section h3{color:#1e40af;margin-bottom:1.5rem}.care-content{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:center}.care-image img{max-width:100%;height:auto;border-radius:12px}.care-steps h4{color:#1e40af;margin-bottom:1rem}.care-steps ol{margin-left:1.5rem}.care-steps li{margin-bottom:.75rem;color:#64748b}.care-steps strong{color:#1e40af}.lifespan-tips{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}.tip-item{background-color:#fff;padding:1.5rem;border-radius:12px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.05)}.tip-icon{font-size:2rem;margin-bottom:1rem;color:#1e40af}.tip-item h4{color:#1e40af;margin-bottom:.5rem}.tip-item p{color:#64748b;font-size:.9rem}.troubleshooting{margin-top:3rem}.issue-item{margin-bottom:1.5rem}.issue-item h4{color:#1e40af;margin-bottom:.5rem}.issue-item p{color:#64748b;font-size:.9rem}.issue-item strong{color:#1e40af}.decision-intro{margin-bottom:3rem}.decision-steps{display:grid;gap:2rem}.decision-step{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.step-number{width:50px;height:50px;background-color:#6ec1e4;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin-bottom:1.5rem}.step-content{margin-top:1.5rem}.step-content h3{color:#1e40af;margin-bottom:1.5rem}.step-options{display:grid;gap:1rem}.option-item{display:block}.option-item input[type=checkbox],.option-item input[type=radio]{margin-right:.5rem}.option-item label{color:#334155;font-weight:500;cursor:pointer}.option-item label strong{color:#1e40af}.option-item label span{color:#64748b;font-size:.9rem;display:block;margin-left:1.75rem}.decision-result{margin-top:3rem;background-color:#e0f2fe;padding:2rem;border-radius:12px}.decision-result h3{color:#1e40af;text-align:center}.result-content{margin-top:1.5rem}.checklist-section{margin-top:3rem}.checklist-section h3{color:#1e40af;text-align:center;margin-bottom:2rem}.checklist{list-style:none}.checklist-item{margin-bottom:1rem}.checklist-item input[type=checkbox]{margin-right:.5rem}.checklist-item label{color:#334155;font-weight:500}.final-cta{padding:80px 0;text-align:center;background-color:#1e3a8a;color:#fff}.final-cta h2{color:#fff}.final-cta p{max-width:600px;margin:0 auto 2rem;color:rgba(255,255,255,.9)}.cta-buttons{display:flex;justify-content:center;gap:1rem}.cta-button.secondary{background-color:transparent;border:2px solid #fff}.cta-button.secondary:hover{background-color:#fff;color:#1e40af}.final-cta+.footer,section:last-of-type:not(.footer){margin-bottom:0;padding-bottom:0}body{display:flex;flex-direction:column;min-height:100vh;margin:0;padding:0}main{flex:1}@media (max-width:768px){.guide-hero h1{font-size:2.5rem}.toc-grid,.type-content{grid-template-columns:1fr}.content-grid,.rec-content,.care-content,.step-content{grid-template-columns:1fr}.step-number{margin-left:auto;margin-right:auto}.cta-buttons{flex-direction:column;align-items:center}}@media (max-width:480px){.guide-hero h1{font-size:2rem}.benefits-grid,.sleep-positions,.firmness-scale,.cooling-features,.lifespan-tips{grid-template-columns:1fr}}.contact-info .container{padding:30px 20px}.contact-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:40px 0}.info-item{background-color:#f8fafc;padding:30px;border-radius:8px;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease}.info-item:hover{transform:translateY(-5px)}.info-item h3{color:#1e40af;margin-bottom:15px;font-size:1.4rem}.info-item p{font-size:1.2rem;margin-bottom:10px}.info-item p a{color:#6ec1e4;text-decoration:none;font-weight:600}.info-item p a:hover{text-decoration:underline}.info-item span{color:#64748b;font-size:.9rem;font-style:italic}.hero-contact-us{background:linear-gradient(135deg,#e0f2fe 0,#b3e5fc 100%);padding:120px 0 60px;text-align:center;margin-top:70px}.hero-contact-us h1{color:#1e40af;font-size:2.5rem;margin-bottom:20px}.faq-section{padding:60px 0;background-color:#fff}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.faq-item{background-color:#f8fafc;padding:25px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.faq-item h3{color:#1e40af;font-size:1.2rem;margin-bottom:15px}.partnership-opportunities{padding:60px 0;background-color:#f8fafc}.opportunity-item{margin-bottom:30px}.opportunity-item h3{color:#1e40af;margin-bottom:10px;font-size:1.3rem}.note{font-style:italic;color:#64748b;border-left:4px solid #6ec1e4;padding-left:20px;margin-top:40px}.office-address{padding:60px 0;background-color:#fff;text-align:center}.office-address h2{color:#1e40af;margin-bottom:20px}.office-address p{line-height:1.8;font-size:1.1rem}@media (max-width:768px){.contact-info-grid,.faq-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-contact-us{padding:100px 0 40px}.faq-item,.info-item{padding:20px}}.contact-form-section+.footer,.faq-section+.footer{margin-top:0}.hero-privacy-policy{background:linear-gradient(135deg,#1e40af 0,#6ec1e4 100%);padding:100px 0 50px;margin-top:70px;color:#fff;text-align:center}.hero-privacy-policy h1{font-size:3rem;color:#fff;margin-bottom:1rem}.hero-privacy-policy p{font-size:1.2rem;color:hsla(0,0%,100%,.9)}.policy-content,.disclaimer-content,.terms-of-use-content{padding:60px 0;background-color:#fff}.policy-content h1,.disclaimer-content h1,.terms-of-use-content h1{color:#1e40af;font-size:2.5rem;margin-bottom:30px;text-align:center}.policy-content h2,.disclaimer-content h2,.terms-of-use-content h2{color:#1e40af;font-size:1.8rem;margin-top:30px;margin-bottom:15px}.policy-content p,.disclaimer-content p,.terms-of-use-content p{font-size:1.1rem;line-height:1.8;color:#64748b;margin-bottom:15px}.policy-content ul,.disclaimer-content ul,.terms-of-use-content ul{list-style:disc;margin-left:20px;margin-bottom:15px}.policy-content ul li,.disclaimer-content ul li,.terms-of-use-content ul li{font-size:1.1rem;line-height:1.8;color:#64748b;margin-bottom:5px}.contact-info-legal{padding:60px 0;background-color:#f8fafc;text-align:center}.contact-info-legal h2{color:#1e40af;margin-bottom:20px}.contact-info-legal p{font-size:1.1rem;color:#64748b;margin-bottom:10px}@media (max-width:768px){.hero-privacy-policy h1{font-size:2.5rem}.policy-content h1,.disclaimer-content h1,.terms-of-use-content h1{font-size:2rem}.policy-content h2,.disclaimer-content h2,.terms-of-use-content h2{font-size:1.5rem}.policy-content p,.disclaimer-content p,.terms-of-use-content p,.policy-content ul li,.disclaimer-content ul li,.terms-of-use-content ul li{font-size:1rem}}@media (max-width:480px){.hero-privacy-policy{padding:80px 0 30px}.hero-privacy-policy h1{font-size:2rem}}.policy-content+.footer{margin-top:0}.reviews-hero{background:linear-gradient(135deg,#1e40af 0,#6ec1e4 100%);padding:120px 0 80px;margin-top:70px;color:#fff}.reviews-hero .hero-content{text-align:center;max-width:900px;margin:0 auto}.reviews-hero h1{font-size:3.5rem;color:#fff;margin-bottom:1rem}.reviews-hero .hero-subtitle{font-size:1.3rem;color:hsla(0,0%,100%,.9);margin-bottom:3rem}.hero-badges{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.hero-badge{background-color:hsla(0,0%,100%,.1);padding:1.5rem;border-radius:12px;text-align:center;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.badge-number{display:block;font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.badge-text{font-size:.9rem;color:hsla(0,0%,100%,.8)}.quick-nav{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.quick-nav-link{background-color:hsla(0,0%,100%,.2);color:#fff;padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:500;transition:all .3s ease;border:1px solid hsla(0,0%,100%,.3)}.quick-nav-link:hover{background-color:#fff;color:#1e40af;transform:translateY(-2px)}.best-overall{padding:80px 0;background-color:#f8fafc}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:#1e40af;font-size:2.5rem;margin-bottom:1rem}.section-header p{color:#64748b;font-size:1.1rem;max-width:600px;margin:0 auto}.best-overall-card{background-color:#fff;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.1);overflow:hidden;position:relative;border:3px solid #6ec1e4}.product-badge-large{position:absolute;top:20px;right:20px;background-color:#ef4444;color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:.9rem;z-index:10}.product-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;padding:3rem;align-items:start}.product-image-large{position:relative;border-radius:12px;overflow:hidden}.product-image-large img{width:100%;height:auto;display:block}.image-overlay{position:absolute;bottom:20px;left:20px;background-color:rgba(0,0,0,.8);color:#fff;padding:1rem;border-radius:8px}.rating-large{text-align:center}.stars-large{color:#fbbf24;font-size:1.5rem;margin-bottom:.5rem}.rating-score{font-size:1.2rem;font-weight:600}.product-details-large h3{color:#1e40af;font-size:2rem;margin-bottom:1rem}.price-large{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.price-large .current-price{font-size:2rem;font-weight:700;color:#1e40af}.price-large .original-price{font-size:1.2rem;color:#64748b;text-decoration:line-through}.discount{background-color:#10b981;color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.8rem;font-weight:600}.key-features{margin-bottom:2rem}.key-features h4{color:#1e40af;margin-bottom:1rem}.feature-list{list-style:none;margin:0}.feature-list li{margin-bottom:.75rem;padding-left:1.5rem;position:relative;color:#64748b}.feature-list li:before{content:"\2713";color:#10b981;font-weight:700;position:absolute;left:0;font-size:1.2rem}.editor-note{background-color:#e0f2fe;padding:1.5rem;border-radius:8px;border-left:4px solid #6ec1e4;margin-bottom:2rem}.editor-note h4{color:#1e40af;margin-bottom:.5rem}.editor-note p{font-size:.95rem;line-height:1.7;color:#64748b;margin:0}.editor-signature{display:block;margin-top:1rem;font-style:italic;font-weight:600;color:#1e40af}.cta-section{display:flex;gap:1rem;margin-top:1rem}.cta-button.primary-large{flex:1;font-size:1.1rem;padding:1rem}.cta-button.secondary{background-color:transparent;border:2px solid #6ec1e4;color:#6ec1e4}.cta-button.secondary:hover{background-color:#6ec1e4;color:#fff}.comparison-section{padding:80px 0;background-color:#fff}.comparison-section h2{color:#1e40af;margin-bottom:3rem;text-align:center}.table-wrapper{overflow-x:auto;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.05)}.comparison-table{width:100%;border-collapse:collapse;min-width:800px}.comparison-table td,.comparison-table th{padding:1.25rem;text-align:center;border:1px solid #e2e8f0;vertical-align:middle}.comparison-table th{background-color:#f8fafc;color:#1e40af;font-size:1rem;font-weight:600}.comparison-table td{font-size:.95rem;color:#334155}.featured-row{background-color:#e0f2fe}.product-cell{text-align:left;display:flex;align-items:center;gap:1rem}.product-cell img{width:80px;height:auto;border-radius:8px}.product-info strong{font-size:1rem;color:#1e40af;display:block;margin-bottom:.25rem}.badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;color:#fff}.badge:not(.budget):not(.premium):not(.cooling){background-color:#64748b}.badge.budget{background-color:#3b82f6}.badge.premium{background-color:#8b5cf6}.badge.cooling{background-color:#14b8a6}.price-cell{font-weight:600;font-size:1.1rem}.excellent{color:#10b981;font-weight:600}.good{color:#6ec1e4;font-weight:600}.fair{color:#f59e0b;font-weight:600}.rating-cell .stars{display:block;margin-bottom:.25rem;color:#f59e0b;font-size:1.2rem}.rating-cell span{font-size:.9rem;color:#64748b}.table-cta{display:inline-block;background-color:#6ec1e4;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent}.table-cta:hover{background-color:#5ba8d1}.detailed-reviews{padding:80px 0;background-color:#f8fafc}.detailed-reviews h2{color:#1e40af;text-align:center;margin-bottom:3rem}.review-card{background-color:#fff;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.05);margin-bottom:3rem;position:relative}.review-header{padding:2rem 2rem 1.5rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:flex-start;gap:2rem}.review-rank{font-size:2rem;font-weight:700;color:#6ec1e4;background-color:#e0f2fe;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.review-title h3{font-size:1.8rem;color:#1e40af;margin-bottom:.25rem}.review-subtitle{font-size:1rem;color:#64748b}.review-rating{margin-top:.5rem}.review-content{padding:2rem;display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:start}.review-image img{width:100%;height:auto;border-radius:12px}.specifications h4{color:#1e40af;margin-bottom:1.5rem}.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.spec-item{background-color:#f8fafc;padding:.75rem;border-radius:8px}.spec-label{font-weight:600;color:#64748b;font-size:.9rem;margin-bottom:.25rem}.spec-value{font-weight:500;color:#1e40af;font-size:1rem}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.pros h4{color:#10b981}.cons h4{color:#ef4444}.pros ul,.cons ul{list-style:none;margin-top:.75rem}.pros li{padding-left:1.5rem;margin-bottom:.5rem;position:relative}.pros li:before{content:"\2713";position:absolute;left:0;color:#10b981}.cons li{padding-left:1.5rem;margin-bottom:.5rem;position:relative}.cons li:before{content:"\2713";position:absolute;left:0;color:#ef4444}.who-its-for{background-color:#e0f2fe;padding:1.5rem;border-radius:8px;border-left:4px solid #6ec1e4;margin-top:2rem}.who-its-for h4{color:#1e40af;margin-bottom:.5rem}.who-its-for p{font-size:.95rem;line-height:1.7;color:#64748b;margin:0}.price-section{padding:1.5rem 2rem;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background-color:#f8fafc}.price-info .current-price{font-size:2rem;color:#1e40af;font-weight:700}.price-info .original-price{color:#94a3b8;text-decoration:line-through}.savings{background-color:#10b981;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600}.buying-guide-cta{padding:80px 0;background-color:#fff}.buying-guide-cta h2{text-align:center;color:#1e40af;margin-bottom:1rem}.buying-guide-cta p{max-width:600px;margin:0 auto 2rem;text-align:center;color:#64748b;font-size:1.1rem}.faq-section{padding:80px 0;background-color:#f8fafc}.faq-section h2{text-align:center;color:#1e40af;margin-bottom:3rem}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto}.faq-item{background-color:#fff;padding:1.5rem;border-radius:12px}.faq-item h3{color:#1e40af;margin-bottom:.75rem}.faq-item p{color:#64748b;line-height:1.7}.final-cta{padding:80px 0;text-align:center;background:linear-gradient(135deg,#1e40af 0,#6ec1e4 100%);color:#fff}.final-cta h2{color:#fff;font-size:2.5rem}.final-cta p{max-width:600px;margin:0 auto 2rem;color:hsla(0,0%,100%,.9);font-size:1.1rem}.final-cta-buttons{display:flex;justify-content:center;gap:1rem}.final-cta .cta-button.secondary{background-color:transparent;border:2px solid #fff}.final-cta .cta-button.secondary:hover{background-color:#fff;color:#1e40af}.guarantee-note{margin-top:2rem;font-style:italic;color:hsla(0,0%,100%,.8);font-size:.9rem}.final-cta+.footer,section:last-of-type:not(.footer){margin-bottom:0;padding-bottom:0}body{display:flex;flex-direction:column;min-height:100vh;margin:0;padding:0}main{flex:1}@media (max-width:768px){.reviews-hero h1{font-size:2.8rem}.hero-badges,.quick-nav{gap:1rem}.product-layout,.review-content,.pros-cons,.price-section{grid-template-columns:1fr}.comparison-table{display:block;overflow-x:auto}.review-header,.faq-grid,.final-cta-buttons{flex-direction:column;align-items:center;text-align:center}}@media (max-width:480px){.reviews-hero h1{font-size:2.2rem}.hero-badge{padding:1rem}.badge-number{font-size:1.5rem}.product-details-large h3{font-size:1.5rem}.current-price{font-size:1.5rem}.cta-section{flex-direction:column}.review-card{margin-bottom:2rem}.review-header{gap:1rem}.review-title h3{font-size:1.3rem}}.footer{background:linear-gradient(to bottom,#2d5d99,#1e3a8a);color:#fff;padding:70px 0 40px;margin-top:0;box-shadow:0 -5px 15px rgba(0,0,0,.1)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px;margin-bottom:50px}.footer-logo-section p{margin-top:18px;line-height:1.7;opacity:.9;font-size:1rem;font-weight:300;letter-spacing:.3px}.footer-logo{max-width:200px;height:auto;margin-bottom:15px;filter:brightness(1.05)}.footer-links h4,.footer-contact h4{margin-bottom:22px;font-size:1.15rem;color:#fff;position:relative;padding-bottom:12px;font-weight:600}.footer-links h4:after,.footer-contact h4:after{content:'';position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:hsla(0,0%,100%,.4)}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:12px;position:relative;padding-left:15px}.footer-links li:before{content:'\203A';position:absolute;left:0;top:-1px;color:hsla(0,0%,100%,.6);font-size:18px}.footer-links a{color:hsla(0,0%,100%,.85);text-decoration:none;transition:all .3s;font-size:.95rem}.footer-links a:hover{color:#fff;padding-left:3px}.footer-contact p{margin-bottom:12px;opacity:.85;font-size:.95rem;padding-left:28px;position:relative;line-height:1.5}.footer-contact p:first-of-type:before{content:'\1f4cd';position:absolute;left:0;top:0}.footer-contact p:nth-of-type(2):before{content:'\1f4de';position:absolute;left:0;top:0}.footer-contact p:last-of-type:before{content:'\2709\fe0f';position:absolute;left:0;top:0}.footer-contact a{color:hsla(0,0%,100%,.9);text-decoration:none;transition:color .3s}.footer-contact a:hover{color:#fff;text-decoration:underline}.footer-legal{border-top:1px solid hsla(0,0%,100%,.15);padding-top:30px;text-align:center;font-size:.9rem}.footer-legal p{margin-bottom:18px;opacity:.8;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.footer-legal-links{margin-bottom:18px;font-weight:500}.footer-legal-links a{color:#fff;text-decoration:none;transition:all .3s;opacity:.9;padding:0 15px}.footer-legal-links a:hover{opacity:1;text-decoration:underline}.copyright{font-size:.85rem;opacity:.7;margin-top:15px}.social-icons{display:flex;gap:15px;margin-top:20px}.social-icons a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:hsla(0,0%,100%,.1);color:#fff;transition:all .3s ease}.social-icons a:hover{background-color:hsla(0,0%,100%,.2);transform:translateY(-3px)}.social-icons svg{width:18px;height:18px}.newsletter{margin-top:25px}.newsletter h5{font-size:.95rem;margin-bottom:12px;opacity:.9}.newsletter-form{display:flex;max-width:100%}.newsletter-form input{flex:1;padding:10px 15px;border:none;background-color:hsla(0,0%,100%,.1);color:#fff;border-radius:4px 0 0 4px;font-size:.9rem}.newsletter-form input::placeholder{color:hsla(0,0%,100%,.6)}.newsletter-form input:focus{outline:0;background-color:hsla(0,0%,100%,.15)}.newsletter-form button{background-color:#4a9af8;color:#fff;border:none;padding:0 15px;border-radius:0 4px 4px 0;cursor:pointer;font-weight:600;font-size:.9rem;transition:background-color .3s}.newsletter-form button:hover{background-color:#2f8bff}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-logo-section{grid-column:1/-1}.footer-links h4:after,.footer-contact h4:after{width:30px}.footer-links li{padding-left:12px}.footer-links li:before{font-size:16px}.footer-contact p{padding-left:24px}.footer-contact p:before{font-size:14px}.social-icons{justify-content:center}.newsletter-form{max-width:400px;margin:0 auto}}@media (max-width:600px){.footer{padding:50px 0 30px}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-logo-section{text-align:center}.footer-links ul{text-align:left;display:inline-block}.footer-links h4:after,.footer-contact h4:after{left:50%;transform:translateX(-50%)}.footer-links li{padding-left:10px}.footer-links li:before{font-size:14px}.footer-contact p:before{left:50%;transform:translateX(-50%)}.footer-contact p{padding-left:0;text-align:center}}
.nav-menu .dropdown {
  position: relative;
}
.nav-menu .dropdown-toggle {
  cursor: pointer;
  user-select: none;
}
.nav-menu .dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 180px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(30,64,175,0.08);
  border-radius: 8px;
  z-index: 100;
  padding: 0.5em 0;
  margin: 0;
  list-style: none;
}
.nav-menu .dropdown-menu li {
  width: 100%;
}
.nav-menu .dropdown-menu a {
  display: block;
  padding: 0.75em 1.5em;
  color: #1e40af;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}
.nav-menu .dropdown-menu a:hover,
.nav-menu .dropdown-menu a.active {
  background: #e3f2fd;
  color: #ef4444;
}
.nav-menu .dropdown:hover > .dropdown-menu {
  display: block;
}
.nav-menu .dropdown.open > .dropdown-menu {
  display: block;
}
@media (max-width: 900px) {
  .nav-menu .dropdown-menu {
    position: static;
    box-shadow: none;
    border-radius: 0;
    min-width: 100%;
  }
}


