@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-text-main: #0f172a;--color-text-muted: #64748b;--color-bg-body: #ffffff;--color-bg-subtle: #f8fafc;--color-bg-card: #ffffff;--color-border: #e2e8f0;--color-error: #ef4444;--color-success: #22c55e;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 3rem;--spacing-2xl: 5rem;--radius-sm: .375rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--color-bg-body);color:var(--color-text-main);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:color var(--transition-fast)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:var(--color-text-main)}button{font:inherit;background:none;border:none;cursor:pointer}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 var(--spacing-md)}.flex{display:flex}.grid{display:grid}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.font-bold{font-weight:700}.text-muted{color:var(--color-text-muted)}.primary-btn{background-color:var(--color-primary);color:#fff;padding:.75rem 1.5rem;border-radius:var(--radius-full);font-weight:600;transition:background-color var(--transition-fast),transform var(--transition-fast)}.primary-btn:hover{background-color:var(--color-primary-hover);transform:translateY(-1px)}.checkout-page{min-height:100vh;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.checkout-container{max-width:1200px;margin:0 auto}.checkout-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start}.checkout-form{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #0000001a}.form-section{margin-bottom:2.5rem}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#2d3748}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.9rem;font-weight:500;margin-bottom:.5rem;color:#4a5568}.form-group input{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#f7fafc}.submit-btn{width:100%;padding:1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.order-summary{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 40px #0000001a;position:sticky;top:100px}.summary-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#2d3748}.summary-content{display:flex;flex-direction:column;gap:1rem}.summary-row{display:flex;justify-content:space-between;font-size:1rem;color:#4a5568}.summary-row.total{font-size:1.25rem;font-weight:700;color:#2d3748}.summary-divider{height:1px;background:#e2e8f0;margin:.5rem 0}@media(max-width:968px){.checkout-content{grid-template-columns:1fr}.order-summary{position:static}}@media(max-width:640px){.checkout-page{padding:5rem 1rem 2rem}.checkout-form{padding:1.5rem}.form-grid{grid-template-columns:1fr}.checkout-title{font-size:2rem}}.confirmation-page{min-height:100vh;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center}.confirmation-container{max-width:800px;background:#fff;padding:4rem 3rem;border-radius:30px;box-shadow:0 20px 60px #0000004d;text-align:center}.success-icon{width:100px;height:100px;margin:0 auto 2rem}.checkmark-circle{stroke:#4ade80;stroke-width:2;stroke-miterlimit:10;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}.checkmark-check{stroke:#4ade80;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes fill{to{box-shadow:inset 0 0 0 30px #4ade80}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}.confirmation-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#2d3748}.confirmation-subtitle{font-size:1.25rem;color:#718096;margin-bottom:3rem}.order-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.detail-card{padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:15px}.detail-card h3{font-size:.9rem;font-weight:600;color:#718096;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.detail-card p{font-size:1rem;color:#2d3748}.order-number{font-size:1.5rem!important;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.next-steps{text-align:left;margin-bottom:3rem}.next-steps h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#2d3748}.next-steps ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:1.5rem}.next-steps li{display:flex;align-items:flex-start;gap:1rem}.step-icon{font-size:2rem;flex-shrink:0}.next-steps strong{display:block;font-size:1.1rem;color:#2d3748;margin-bottom:.25rem}.next-steps p{color:#718096;margin:0}.action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff}@media(max-width:640px){.confirmation-container{padding:2rem 1.5rem}.confirmation-title{font-size:2rem}.action-buttons{flex-direction:column}.btn{width:100%}}.account-page{min-height:100vh;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.account-container{max-width:1200px;margin:0 auto}.account-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.account-layout{display:grid;grid-template-columns:300px 1fr;gap:2rem}.account-sidebar{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 40px #0000001a;height:fit-content;position:sticky;top:100px}.user-info{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.user-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:2rem;font-weight:700;color:#fff}.user-info h3{font-size:1.25rem;font-weight:600;margin-bottom:.25rem;color:#2d3748}.user-info p{font-size:.9rem;color:#718096}.account-nav{display:flex;flex-direction:column;gap:.5rem}.account-nav button{display:flex;align-items:center;gap:.75rem;padding:1rem;background:transparent;border:none;border-radius:12px;font-size:1rem;font-weight:500;color:#4a5568;cursor:pointer;transition:all .3s ease;text-align:left}.account-nav button:hover{background:#f7fafc;color:#667eea}.account-nav button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.nav-icon{font-size:1.25rem}.account-content{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #0000001a}.account-content h2{font-size:1.75rem;font-weight:600;margin-bottom:2rem;color:#2d3748}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{padding:1.5rem;border:2px solid #e2e8f0;border-radius:15px;transition:all .3s ease}.order-card:hover{border-color:#667eea;box-shadow:0 5px 20px #667eea1a}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.order-header h3{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:.25rem}.order-date{font-size:.9rem;color:#718096}.order-status{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.order-status.delivered{background:#d1fae5;color:#065f46}.order-status.in-transit{background:#dbeafe;color:#1e40af}.order-details{display:flex;justify-content:space-between;align-items:center}.order-info{display:flex;gap:2rem;color:#4a5568}.order-total{font-weight:700;color:#2d3748}.view-order-btn{padding:.625rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.view-order-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.profile-form{max-width:600px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem;color:#4a5568}.form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#f7fafc}.form-group input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.save-btn{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.save-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.addresses-grid,.payment-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.address-card,.payment-card{padding:1.5rem;border:2px solid #e2e8f0;border-radius:15px;position:relative;transition:all .3s ease}.address-card:hover,.payment-card:hover{border-color:#667eea;box-shadow:0 5px 20px #667eea1a}.address-badge{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;font-size:.75rem;font-weight:600}.address-card h3,.card-type{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:#2d3748}.address-card p,.card-number,.card-expiry{color:#718096;margin-bottom:.5rem}.address-actions,.payment-actions{display:flex;gap:.75rem;margin-top:1rem}.address-actions button,.payment-actions button{padding:.5rem 1rem;background:transparent;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-weight:500;color:#4a5568;cursor:pointer;transition:all .3s ease}.address-actions button:hover,.payment-actions button:hover{border-color:#667eea;color:#667eea}.add-address-card,.add-payment-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;border:2px dashed #cbd5e0;border-radius:15px;background:transparent;color:#718096;font-weight:600;cursor:pointer;transition:all .3s ease}.add-address-card:hover,.add-payment-card:hover{border-color:#667eea;color:#667eea;background:#f7fafc}.plus-icon{font-size:2rem}@media(max-width:968px){.account-layout{grid-template-columns:1fr}.account-sidebar{position:static}}@media(max-width:640px){.account-page{padding:5rem 1rem 2rem}.account-content{padding:1.5rem}.form-row,.addresses-grid,.payment-grid{grid-template-columns:1fr}}.wishlist-page{min-height:100vh;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.wishlist-container{max-width:1200px;margin:0 auto}.wishlist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.wishlist-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.wishlist-count{font-size:1.1rem;color:#718096;font-weight:500}.empty-wishlist{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a}.empty-icon{font-size:5rem;margin-bottom:1.5rem}.empty-wishlist h2{font-size:1.75rem;font-weight:600;margin-bottom:.5rem;color:#2d3748}.empty-wishlist p{font-size:1.1rem;color:#718096;margin-bottom:2rem}.shop-btn{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease}.shop-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.wishlist-item{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:all .3s ease;position:relative}.wishlist-item:hover{transform:translateY(-5px);box-shadow:0 15px 50px #00000026}.remove-btn{position:absolute;top:1rem;right:1rem;width:36px;height:36px;background:#fff;border:none;border-radius:50%;font-size:1.5rem;color:#e53e3e;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000001a;transition:all .3s ease}.remove-btn:hover{background:#e53e3e;color:#fff;transform:scale(1.1)}.item-image{display:block;width:100%;height:280px;overflow:hidden}.item-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.wishlist-item:hover .item-image img{transform:scale(1.05)}.item-details{padding:1.5rem}.item-details h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#2d3748;transition:color .3s ease}.item-details a:hover h3{color:#667eea}.item-details a{text-decoration:none}.item-price{font-size:1.25rem;font-weight:700;color:#667eea;margin-bottom:1rem}.add-to-cart-btn,.notify-btn{width:100%;padding:.875rem;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.add-to-cart-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.notify-btn{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0}.notify-btn:hover{border-color:#667eea;color:#667eea}@media(max-width:640px){.wishlist-page{padding:5rem 1rem 2rem}.wishlist-header{flex-direction:column;align-items:flex-start;gap:.5rem}.wishlist-title{font-size:2rem}.wishlist-grid{grid-template-columns:1fr}}.faq-page{min-height:100vh;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.faq-container{max-width:900px;margin:0 auto}.faq-header{text-align:center;margin-bottom:4rem}.faq-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faq-subtitle{font-size:1.1rem;color:#718096}.faq-content{display:flex;flex-direction:column;gap:3rem}.faq-category{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 40px #0000001a}.category-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#2d3748;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.questions-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#cbd5e0}.faq-item.active{border-color:#667eea}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:transparent;border:none;font-size:1.05rem;font-weight:600;color:#2d3748;text-align:left;cursor:pointer;transition:all .3s ease}.faq-question:hover{background:#f7fafc}.faq-item.active .faq-question{background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea}.faq-icon{font-size:1.5rem;font-weight:300;color:#667eea;flex-shrink:0;margin-left:1rem}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.25rem}.faq-answer p{color:#4a5568;line-height:1.7;margin:0}.faq-footer{text-align:center;margin-top:4rem;padding:3rem 2rem;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a}.faq-footer h3{font-size:1.75rem;font-weight:600;margin-bottom:.75rem;color:#2d3748}.faq-footer p{font-size:1.1rem;color:#718096;margin-bottom:2rem}.contact-btn{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:all .3s ease}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}@media(max-width:640px){.faq-page{padding:5rem 1rem 2rem}.faq-title{font-size:2rem}.faq-category{padding:1.5rem}.faq-question{padding:1rem;font-size:1rem}.faq-item.active .faq-answer{padding:0 1rem 1rem}}.blog-page{min-height:100vh;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.blog-container{max-width:1200px;margin:0 auto}.blog-header{text-align:center;margin-bottom:3rem}.blog-title{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-subtitle{font-size:1.1rem;color:#718096}.blog-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;background:#fff;border:2px solid #e2e8f0;border-radius:25px;font-weight:600;color:#4a5568;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:#667eea;color:#667eea}.filter-btn.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.blog-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:all .3s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px #00000026}.blog-image{display:block;width:100%;height:240px;overflow:hidden;position:relative}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-category{position:absolute;top:1rem;left:1rem;padding:.5rem 1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;font-size:.85rem;font-weight:600;color:#667eea}.blog-content{padding:1.5rem}.blog-meta{display:flex;gap:1rem;margin-bottom:1rem;font-size:.85rem;color:#718096}.blog-date:before{content:"📅 "}.blog-read-time:before{content:"⏱️ "}.blog-card-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#2d3748;line-height:1.4;transition:color .3s ease}.blog-content a:hover .blog-card-title{color:#667eea}.blog-content>a{text-decoration:none}.blog-excerpt{color:#4a5568;line-height:1.6;margin-bottom:1rem}.read-more{display:inline-block;color:#667eea;font-weight:600;text-decoration:none;transition:all .3s ease}.read-more:hover{color:#764ba2;transform:translate(5px)}@media(max-width:768px){.blog-page{padding:5rem 1rem 2rem}.blog-title{font-size:2rem}.blog-grid{grid-template-columns:1fr}}.blog-post-page{min-height:100vh;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.blog-post-container{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.post-header{padding:2.5rem 3rem}.back-link{display:inline-block;color:#667eea;text-decoration:none;font-weight:600;margin-bottom:1.5rem;transition:all .3s ease}.back-link:hover{color:#764ba2;transform:translate(-5px)}.post-category{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.post-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:#2d3748;margin-bottom:2rem}.post-meta{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:2px solid #e2e8f0}.author-info{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.author-name{font-weight:600;color:#2d3748}.author-role{font-size:.9rem;color:#718096}.post-details{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;color:#718096}.post-image{width:100%;height:450px;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover}.post-content{padding:3rem;line-height:1.8;color:#4a5568}.post-content p{margin-bottom:1.5rem;font-size:1.05rem}.post-content h2{font-size:1.75rem;font-weight:600;color:#2d3748;margin-top:2.5rem;margin-bottom:1rem}.post-content h3{font-size:1.4rem;font-weight:600;color:#2d3748;margin-top:2rem;margin-bottom:.75rem}.post-footer{padding:2rem 3rem;border-top:2px solid #e2e8f0}.share-section h3{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.share-buttons{display:flex;gap:1rem;flex-wrap:wrap}.share-btn{padding:.75rem 1.5rem;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;color:#fff}.share-btn.facebook{background:#1877f2}.share-btn.twitter{background:#1da1f2}.share-btn.linkedin{background:#0a66c2}.share-btn.email{background:#718096}.share-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.related-posts{padding:3rem;background:#f7fafc}.related-posts h2{font-size:1.75rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.related-card{background:#fff;border-radius:15px;overflow:hidden;text-decoration:none;transition:all .3s ease;box-shadow:0 5px 20px #0000000d}.related-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.related-card img{width:100%;height:180px;object-fit:cover}.related-card h3{padding:1.25rem;font-size:1.1rem;font-weight:600;color:#2d3748;line-height:1.4}@media(max-width:768px){.blog-post-page{padding:5rem 1rem 2rem}.post-header,.post-content,.post-footer,.related-posts{padding:1.5rem}.post-title{font-size:1.75rem}.post-meta{flex-direction:column;align-items:flex-start;gap:1rem}.post-image{height:250px}.related-grid{grid-template-columns:1fr}}.policy-section h2{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.policy-section ul{margin-left:1.5rem;margin-bottom:1rem}@media(max-width:768px){.policy-page{padding:5rem 1rem 2rem}.policy-container{padding:2rem 1.5rem}.policy-title{font-size:2rem}.policy-section h2{font-size:1.25rem}}.policy-page{min-height:100vh;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.policy-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 40px #0000001a}.policy-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.policy-updated{font-size:.95rem;color:#718096;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0}.policy-content{line-height:1.8;color:#4a5568}.policy-section{margin-bottom:3rem}.policy-section h2{font-size:1.75rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem}.policy-section h3{font-size:1.25rem;font-weight:600;color:#2d3748;margin-top:2rem;margin-bottom:1rem}.policy-section p{margin-bottom:1rem;font-size:1.05rem}.policy-section ul,.policy-section ol{margin-left:1.5rem;margin-bottom:1.5rem}.policy-section li{margin-bottom:.75rem;padding-left:.5rem}.shipping-table{margin:1.5rem 0;border-radius:12px;overflow:hidden;border:2px solid #e2e8f0}.shipping-row{display:grid;grid-template-columns:2fr 2fr 1fr;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0}.shipping-row:last-child{border-bottom:none}.shipping-row.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600}.shipping-row.highlight{background:linear-gradient(135deg,#667eea1a,#764ba21a);font-weight:600;color:#667eea}.shipping-row:not(.header):not(.highlight):hover{background:#f7fafc}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.step-card{background:linear-gradient(135deg,#667eea0d,#764ba20d);padding:1.5rem;border-radius:15px;text-align:center;border:2px solid #e2e8f0;transition:all .3s ease}.step-card:hover{border-color:#667eea;transform:translateY(-5px);box-shadow:0 10px 30px #667eea26}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.step-card h4{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.step-card p{font-size:.95rem;color:#4a5568;margin:0}.contact-info{background:linear-gradient(135deg,#667eea0d,#764ba20d);padding:1.5rem;border-radius:12px;border-left:4px solid #667eea;margin-top:1rem}.contact-info p{margin-bottom:.5rem}.contact-info strong{color:#2d3748}@media(max-width:768px){.policy-page{padding:5rem 1rem 2rem}.policy-container{padding:2rem 1.5rem}.policy-title{font-size:2rem}.policy-section h2{font-size:1.5rem}.policy-section h3{font-size:1.1rem}.shipping-row{grid-template-columns:1fr;gap:.5rem}.shipping-row.header{display:none}.shipping-row>div:first-child:before{content:"";display:block;margin-bottom:.25rem}.steps-container{grid-template-columns:1fr}}
