.terms-page{min-height:100vh;background:linear-gradient(135deg,#fce7f3,#ffffff)}.page-container{max-width:1000px;margin:0 auto;padding:2rem 1rem}.terms-page .breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;color:#f9a8d4;justify-content:flex-start}.terms-page .breadcrumb a{color:#ec4899;text-decoration:none;transition:color .3s}.terms-page .breadcrumb a:hover{color:#be185d;text-decoration:underline}.terms-page .breadcrumb span{color:#f9a8d4}.terms-hero{text-align:center;padding:3rem 2rem;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}.terms-hero .hero-content i{font-size:3rem;margin-bottom:1rem;display:block}.terms-hero h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.terms-hero p{font-size:1.1rem;margin-bottom:.5rem;opacity:.95}.terms-hero small{font-size:.9rem;opacity:.85}.terms-sections{animation:fadeInUp .6s ease-out .2s backwards}.terms-section{background:white;padding:2.5rem;border-radius:15px;margin-bottom:2rem;box-shadow:0 4px 15px rgba(0,0,0,.08);animation:fadeInUp .6s ease-out backwards}.terms-section:first-child{animation-delay:.1s}.terms-section:nth-child(2){animation-delay:.2s}.terms-section:nth-child(3){animation-delay:.3s}.terms-section:nth-child(4){animation-delay:.4s}.terms-section:nth-child(5){animation-delay:.5s}.terms-section:nth-child(6){animation-delay:.6s}.terms-section:nth-child(7){animation-delay:.7s}.terms-section:nth-child(8){animation-delay:.8s}.terms-section:nth-child(9){animation-delay:.9s}.section-icon{width:50px;height:50px;background:linear-gradient(135deg,#f9a8d4,#ec4899);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.section-icon i{font-size:1.3rem;color:white}.terms-section h2{font-size:1.6rem;color:#be185d;margin-bottom:1rem;font-weight:700}.terms-section>p{font-size:1rem;color:#4b5563;line-height:1.7;margin-bottom:1rem}.terms-section>p:last-child{margin-bottom:0}.subsection{margin-top:1.5rem;padding:1rem;background:#fce7f3;border-radius:10px;border-left:4px solid #ec4899}.subsection h3{font-size:1.2rem;color:#be185d;margin-bottom:.75rem;font-weight:600}.subsection p{font-size:.95rem;color:#4b5563;line-height:1.6;margin-bottom:.75rem}.subsection p:last-child{margin-bottom:0}.terms-list{list-style:none;padding:0;margin-top:1rem}.terms-list li{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;margin-bottom:.5rem;background:#fce7f3;border-radius:8px}.terms-list i{color:#ec4899;margin-top:.2rem;font-size:1.1rem;min-width:20px}.terms-list span{color:#4b5563;font-size:.95rem;line-height:1.6}.payment-methods{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.payment-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:white;border:2px solid #f9a8d4;border-radius:50px;transition:all .3s}.payment-item:hover{border-color:#ec4899;box-shadow:0 3px 10px rgba(236,72,153,.2)}.payment-item i{font-size:1.3rem;color:#ec4899}.payment-item span{font-size:.95rem;color:#4b5563;font-weight:500}.delivery-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1.5rem}.info-card{background:linear-gradient(135deg,#fce7f3,#f9a8d4 50%);padding:1.5rem;border-radius:10px;text-align:center;transition:transform .3s}.info-card:hover{transform:translateY(-5px)}.info-card i{font-size:2rem;color:#be185d;margin-bottom:.75rem;display:block}.info-card h4{font-size:1rem;color:#be185d;margin-bottom:.25rem;font-weight:600}.info-card p{font-size:.9rem;color:#4b5563;margin:0}.return-conditions{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1.5rem}.condition-card{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fce7f3;border-radius:10px;transition:transform .3s}.condition-card:hover{transform:translateX(5px)}.condition-card>i{font-size:1.5rem;color:#ec4899;margin-top:.2rem;min-width:25px}.condition-card strong{color:#be185d;display:block;margin-bottom:.25rem;font-size:1rem}.condition-card p{color:#6b7280;font-size:.9rem;margin:0;line-height:1.5}.ip-notice{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#fef3c7;border-left:4px solid #f59e0b;border-radius:10px;margin-top:1.5rem}.ip-notice i{font-size:1.5rem;color:#f59e0b;margin-top:.2rem}.ip-notice p{color:#92400e;font-size:.95rem;line-height:1.6;margin:0}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fce7f3;border-radius:10px}.contact-item i{font-size:1.5rem;color:#ec4899}.contact-item strong{color:#be185d;display:block;margin-bottom:.25rem;font-size:1rem}.contact-item p{color:#4b5563;margin:0;font-size:.95rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.terms-hero{padding:2rem 1rem}.terms-hero .hero-content i,.terms-hero h1{font-size:2rem}.terms-section{padding:1.5rem}.terms-section h2{font-size:1.3rem}.subsection h3{font-size:1.1rem}.payment-methods{flex-direction:column}.payment-item{justify-content:center}.contact-grid,.delivery-info,.return-conditions{grid-template-columns:1fr}}@media (max-width:480px){.terms-hero h1{font-size:1.5rem}.terms-section h2{font-size:1.2rem}.terms-section{padding:1.25rem}.subsection{padding:.75rem}.terms-list li{padding:.5rem}}