.size-guide-page{min-height:100vh;background:linear-gradient(135deg,#fce7f3,#ffffff)}.page-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.size-guide-page .breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;color:#f9a8d4;justify-content:flex-start}.size-guide-page .breadcrumb a{color:#ec4899;text-decoration:none;transition:color .3s}.size-guide-page .breadcrumb a:hover{color:#be185d;text-decoration:underline}.size-guide-page .breadcrumb span,.size-guide-page .breadcrumb span:last-child{color:#f9a8d4}.size-hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,#ec4899,#be185d);border-radius:20px;color:white;margin-bottom:3rem;box-shadow:0 10px 30px rgba(236,72,153,.3);animation:fadeInUp .6s ease-out}.size-hero .hero-content i{font-size:3rem;margin-bottom:1rem;display:block}.size-hero h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.size-hero p{font-size:1.1rem;opacity:.95}.section-header{text-align:center;margin-bottom:2rem}.section-header h2{font-size:1.8rem;color:#be185d;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.section-header h2 i{font-size:1.5rem}.measurement-tips{margin-bottom:3rem;animation:fadeInUp .6s ease-out .2s backwards}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.tip-card{background:white;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s;animation:fadeInUp .6s ease-out backwards}.tip-card:first-child{animation-delay:.1s}.tip-card:nth-child(2){animation-delay:.2s}.tip-card:nth-child(3){animation-delay:.3s}.tip-card:nth-child(4){animation-delay:.4s}.tip-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(236,72,153,.2)}.tip-icon{width:60px;height:60px;background:linear-gradient(135deg,#f9a8d4,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.tip-icon i{font-size:1.5rem;color:white}.tip-card h3{font-size:1.1rem;color:#be185d;margin-bottom:.5rem}.tip-card p{font-size:.95rem;color:#6b7280;line-height:1.5}.size-tables-section{margin-bottom:3rem;animation:fadeInUp .6s ease-out .4s backwards}.tabs{justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.tab,.tabs{display:flex}.tab{padding:1rem 2rem;background:white;border:2px solid #f9a8d4;border-radius:50px;font-size:1rem;font-weight:600;color:#be185d;cursor:pointer;transition:all .3s;align-items:center;gap:.5rem}.tab i{font-size:1.2rem}.tab:hover{background:#fce7f3;border-color:#ec4899}.tab.active{background:linear-gradient(135deg,#ec4899,#be185d);color:white;border-color:#ec4899}.tab-content{animation:fadeIn .4s ease-out}.size-category{background:white;padding:2rem;border-radius:15px;margin-bottom:2rem;box-shadow:0 4px 15px rgba(0,0,0,.08)}.size-category h3{font-size:1.5rem;color:#be185d;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.size-category h3 i{font-size:1.3rem}.measurement-guide{background:#fce7f3;padding:1.5rem;border-radius:10px;margin-bottom:1.5rem}.measure-item{margin-bottom:.75rem;font-size:.95rem;color:#4b5563;line-height:1.6}.measure-item:last-child{margin-bottom:0}.measure-item strong{color:#be185d;font-weight:600}.table-wrapper{overflow-x:auto;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.size-table{width:100%;border-collapse:collapse;background:white}.size-table thead{background:linear-gradient(135deg,#ec4899,#be185d);color:white}.size-table th{padding:1rem;text-align:left;font-weight:600;font-size:.95rem}.size-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .3s}.size-table tbody tr:hover{background:#fce7f3}.size-table td{padding:1rem;color:#4b5563;font-size:.95rem}.size-table tbody tr:last-child{border-bottom:none}.size-help-section{animation:fadeInUp .6s ease-out .6s backwards}.help-card{background:linear-gradient(135deg,#fce7f3,#f9a8d4);padding:3rem 2rem;border-radius:20px;text-align:center;box-shadow:0 8px 25px rgba(236,72,153,.2)}.help-icon{width:80px;height:80px;background:linear-gradient(135deg,#ec4899,#be185d);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.help-icon i{font-size:2rem;color:white}.help-card h2{font-size:1.8rem;color:#be185d;margin-bottom:1rem}.help-card p{font-size:1.1rem;color:#6b7280;margin-bottom:2rem}.help-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;background:linear-gradient(135deg,#ec4899,#be185d);color:white;text-decoration:none;border-radius:50px;font-weight:600;font-size:1rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px rgba(236,72,153,.3)}.help-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(236,72,153,.4)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.size-hero .hero-content i,.size-hero h1{font-size:2rem}.tips-grid{grid-template-columns:1fr}.tabs{flex-direction:column}.tab{width:100%;justify-content:center}.size-category{padding:1.5rem}.size-table td,.size-table th{padding:.75rem .5rem;font-size:.85rem}.help-card{padding:2rem 1rem}.help-card h2{font-size:1.5rem}}@media (max-width:480px){.size-hero h1{font-size:1.5rem}.size-hero p{font-size:1rem}.section-header h2{font-size:1.4rem}.size-table td,.size-table th{font-size:.8rem;padding:.6rem .4rem}}