*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:linear-gradient(180deg,#f8f9ff 0%,#ffffff 50%,#f8f9ff 100%);background-attachment:fixed;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{display:flex;flex-direction:column;min-height:100vh}.header{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);color:#1e293b;padding:1rem 0;box-shadow:0 4px 12px #00000014;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.header .container{display:flex;justify-content:space-between;align-items:center}.logo img{height:40px;transition:transform .2s;cursor:pointer}.logo img:hover{transform:scale(1.05)}.nav{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.nav-link{background:none;border:none;color:#1e293b;cursor:pointer;padding:.6rem 1.2rem;border-radius:8px;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.nav-link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(148,163,184,.1);transform:translate(-100%);transition:transform .3s}.nav-link:hover:before{transform:translate(0)}.nav-link:hover{background-color:#94a3b826;transform:translateY(-2px);box-shadow:0 4px 8px #64748b33}.nav-link.active{background-color:#94a3b833;font-weight:700;box-shadow:0 2px 8px #64748b40}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.main{flex:1;padding:2rem 0}.page-content{background:white;border-radius:8px;padding:2rem;margin-bottom:2rem}.hero-section{text-align:center;padding:2rem;background:linear-gradient(135deg,#3b82f615 0%,#2563eb15 100%);border-radius:8px}.hero-section h1{font-size:2.5rem;margin-bottom:.5rem;color:#2563eb}.subtitle{font-size:1.3rem;color:#666;margin-bottom:1rem}.content-block{margin:2rem 0}.content-block h2{font-size:1.5rem;margin-bottom:1rem;color:#333;border-bottom:2px solid #2563eb;padding-bottom:.5rem}.content-block p{line-height:1.6;margin-bottom:1rem;color:#666}.provider-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:1.5rem 0}.provider-card{background:#f9f9f9;padding:1.5rem;border-radius:8px;border-left:4px solid #2563eb}.provider-card h3{color:#2563eb;margin-bottom:.5rem}.provider-card p{color:#666;font-size:.95rem}.catalog-intro{font-size:1.1rem;margin-bottom:1.5rem;color:#666}.categories-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:2rem 0}.category-button{padding:1rem;background:white;border:2px solid #2563eb;border-radius:8px;cursor:pointer;font-weight:600;color:#2563eb;transition:all .3s ease}.category-button:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.audience-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin:2rem 0}.audience-card{background:white;border:1px solid #ddd;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.audience-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #2563eb33;border-color:#2563eb}.audience-card h3{font-size:1rem;margin-bottom:.5rem;color:#333}.audience-price{font-size:1.3rem;font-weight:700;color:#2563eb}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:white;border-radius:12px;padding:2rem;max-width:500px;width:90%;box-shadow:0 10px 40px #0003;position:relative}.modal-close{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.9);border:none;font-size:1.8rem;cursor:pointer;color:#333;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;z-index:10}.modal-close:hover{background:rgba(239,68,68,.1);color:#ef4444;transform:rotate(90deg)}.modal h2{margin-bottom:1.5rem;color:#333}.modal-content{margin-bottom:1.5rem}.detail-row{display:flex;margin-bottom:1rem;gap:1rem}.detail-row .label{font-weight:600;color:#2563eb;min-width:120px}.detail-row .price{font-size:1.2rem;font-weight:700;color:#2563eb}.destinations{display:flex;flex-wrap:wrap;gap:.5rem}.destination-badge{background:#3b82f615;color:#2563eb;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;border:1px solid #2563eb}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.btn-secondary{background:#f0f0f0;color:#333}.btn-secondary:hover{background:#e0e0e0}.btn-remove{padding:.5rem 1rem;background:#ff6b6b;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem}.btn-remove:hover{background:#ff5252}.form-container{background:#f9f9f9;padding:2rem;border-radius:8px;margin:2rem 0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.form-actions .btn{flex:1}.checkout-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.checkout-section{background:#f9f9f9;padding:1.5rem;border-radius:8px;border-left:4px solid #2563eb}.checkout-section h2{margin-bottom:1rem;color:#333;font-size:1.3rem}.cart-summary{background:white;border-radius:8px;overflow:hidden}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #eee}.cart-item:last-child{border-bottom:none}.item-info h4{margin-bottom:.25rem;color:#333}.item-info p{font-size:.85rem;color:#999}.item-actions{text-align:right;display:flex;gap:1rem;align-items:center}.specifications{display:grid;gap:1rem}.spec-group{display:flex;flex-direction:column}.spec-group label{font-weight:600;margin-bottom:.5rem;color:#333}.checkbox-label{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;cursor:pointer}.checkbox-label input{cursor:pointer}.checkout-disclaimer{background:#e3f2fd;border-left:4px solid #2196f3;padding:1rem 1.25rem;border-radius:6px;margin-top:1.5rem;font-size:.95rem;line-height:1.6;color:#1565c0;text-align:center;max-width:700px;margin-left:auto;margin-right:auto}.btn-checkout{align-self:center;padding:.875rem 2rem;font-size:1rem;margin-top:1rem;min-width:280px;max-width:400px}.message{padding:1rem;margin:1rem 0;border-radius:8px;background:#e8f5e9;color:#2e7d32;border-left:4px solid #2e7d32}.message.error{background:#ffebee;color:#c62828;border-left-color:#c62828}.footer{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);color:#fff;text-align:center;padding:2.5rem 2rem;margin-top:auto;box-shadow:0 -4px 12px #0000001a}.footer p{margin:0;font-size:.95rem;opacity:.9}.auth-container{max-width:450px;margin:2rem auto;padding:2rem;background:white;border-radius:12px;box-shadow:0 4px 12px #0000001a}.auth-container h1{text-align:center;color:#2563eb;margin-bottom:1.5rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.9rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.submit-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:.5rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.submit-button:disabled{opacity:.6;cursor:not-allowed}.auth-links{text-align:center;margin-top:1.5rem;font-size:.9rem;color:#666}.auth-links a{color:#2563eb;text-decoration:none;font-weight:600;margin-left:.25rem}.auth-links a:hover{text-decoration:underline}.auth-links p{margin:.5rem 0}.error-message{padding:.75rem;background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:.9rem;margin-bottom:1rem}.success-message{padding:.75rem;background-color:#efe;border:1px solid #cfc;border-radius:8px;color:#3c3;font-size:.9rem;margin-bottom:1rem}.auth-required{text-align:center;padding:3rem 2rem;background:white;border-radius:12px;box-shadow:0 4px 12px #0000001a;max-width:500px;margin:2rem auto}.auth-required h1{color:#2563eb;margin-bottom:1rem}.auth-required p{margin:1rem 0;color:#666}.auth-required a{color:#2563eb;text-decoration:none;font-weight:600;margin-left:.25rem}.auth-required a:hover{text-decoration:underline}.language-switcher{display:flex;gap:.25rem;background:rgba(255,255,255,.6);padding:.25rem;border-radius:8px;box-shadow:0 2px 4px #0000000d}.lang-btn{background:transparent;border:none;color:#64748b;cursor:pointer;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:600;transition:all .2s ease;letter-spacing:.05em}.lang-btn:hover{background:rgba(37,99,235,.1);color:#2563eb}.lang-btn.active{background:#2563eb;color:#fff;box-shadow:0 2px 4px #2563eb4d}.user-greeting{color:#1e293b;font-weight:600;padding:.5rem 1rem;display:flex;align-items:center}.user-info-display{background:#f9f9f9;padding:1.5rem;border-radius:8px;border:1px solid #e0e0e0}.user-info-display p{margin:.5rem 0;color:#333}.user-info-display strong{color:#2563eb;margin-right:.5rem}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem}.btn-checkout{min-width:100%;max-width:100%}.nav{width:100%;justify-content:center}.audience-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.hero-section h1{font-size:1.8rem}.page-content{padding:1rem}.auth-container{margin:1rem;padding:1.5rem}.user-greeting{display:none}}.homepage{background:linear-gradient(180deg,#f8f9ff 0%,#ffffff 100%)}.hero-modern{background:white;color:#333;padding:4rem 2rem;text-align:center;position:relative;overflow:hidden;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:2rem}.hero-modern:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);opacity:.5;z-index:0}.hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;animation:fadeInUp .6s ease-out;color:#1e293b}.gradient-text{background:linear-gradient(to right,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;font-weight:400;margin-bottom:1rem;color:#475569;animation:fadeInUp .6s ease-out .1s backwards}.hero-description{font-size:1.1rem;color:#64748b;max-width:700px;margin:0 auto 2.5rem;line-height:1.6;animation:fadeInUp .6s ease-out .2s backwards}.hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;animation:fadeInUp .6s ease-out .3s backwards}.stat-item{text-align:center;background:white;padding:1.5rem 2rem;border-radius:8px;box-shadow:0 2px 8px #00000014}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.25rem;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.9rem;color:#64748b;text-transform:uppercase;letter-spacing:1px;font-weight:500}.filters-section{background:white;padding:2rem 0;border-bottom:1px solid #e0e0e0;margin-bottom:2rem}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.filters-header h2{font-size:1.5rem;color:#333;margin:0}.btn-reset{padding:.5rem 1rem;background:#f0f0f0;border:none;border-radius:6px;cursor:pointer;font-weight:600;color:#666;transition:all .2s}.btn-reset:hover{background:#e0e0e0;color:#333}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group.full-width{grid-column:1 / -1}.filter-group label{font-weight:600;color:#555;font-size:.9rem}.search-input,.filter-select{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s;background:white}.search-input:focus,.filter-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.price-range{display:flex;flex-direction:column;gap:.5rem}.range-slider{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:3px;background:linear-gradient(to right,#3b82f6,#2563eb);outline:none}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#2563eb;cursor:pointer;box-shadow:0 2px 4px #0003;transition:all .2s}.range-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 3px 8px #2563eb66}.range-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#2563eb;cursor:pointer;border:none;box-shadow:0 2px 4px #0003}.results-info{padding:.75rem;background:#f0f7ff;border-radius:6px;text-align:center;color:#2563eb;font-weight:600}.audiences-showcase{margin:2rem 0}.audience-grid-modern{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;animation:fadeIn .5s ease-out}.audience-card-modern{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.audience-card-modern:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(to right,#3b82f6,#2563eb);transform:scaleX(0);transition:transform .3s}.audience-card-modern:hover{transform:translateY(-8px);box-shadow:0 12px 24px #2563eb33;border-color:#2563eb}.audience-card-modern:hover:before{transform:scaleX(1)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.category-badge{background:linear-gradient(135deg,#3b82f615,#2563eb15);color:#2563eb;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border:1px solid #2563eb}.price-tag{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.audience-name{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:.75rem;line-height:1.3}.audience-description{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1rem;min-height:3rem}.card-stats{display:flex;gap:1.5rem;margin-bottom:1rem;padding:.75rem 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.stat{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666}.stat-icon{width:16px;height:16px;color:#64748b}.stat-value{font-weight:600;color:#333}.btn-add-cart{width:100%;padding:.75rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s;font-size:.95rem}.btn-add-cart:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}.btn-add-cart.in-cart{background:linear-gradient(135deg,#ef4444,#dc2626)}.btn-add-cart.in-cart:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 16px #ef444466}.modal-modern{background:white;border-radius:16px;max-width:600px;width:90%;box-shadow:0 20px 60px #0000004d;position:relative;animation:modalSlideIn .3s ease-out;max-height:90vh;overflow-y:auto}.modal-header-modern{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:2rem;border-radius:16px 16px 0 0;text-align:center;position:relative}.category-badge-large{display:inline-block;background:rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;border:1px solid rgba(255,255,255,.3)}.modal-header-modern h2{font-size:2rem;margin:.5rem 0;color:#fff}.price-large{font-size:2.5rem;font-weight:800;margin-top:.5rem}.modal-content-modern{padding:2rem}.detail-section{margin-bottom:1.5rem}.detail-section h3{color:#2563eb;font-size:1rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.detail-section p{color:#666;line-height:1.6}.size-highlight{font-size:1.5rem;font-weight:700;color:#333;background:#f8f9ff;padding:1rem;border-radius:8px;text-align:center}.dsp-badges{display:flex;flex-wrap:wrap;gap:.75rem}.dsp-badge{background:linear-gradient(135deg,#3b82f615,#2563eb15);color:#2563eb;padding:.6rem 1.2rem;border-radius:25px;font-size:.9rem;font-weight:600;border:2px solid #2563eb;transition:all .2s}.dsp-badge:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.modal-footer-modern{padding:1.5rem 2rem 2rem;border-top:1px solid #f0f0f0}.btn-primary-large{width:100%;padding:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s}.btn-primary-large:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb66}.btn-primary-large.in-cart{background:linear-gradient(135deg,#ef4444,#dc2626)}.btn-primary-large.in-cart:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 8px 20px #ef444466}.no-results{text-align:center;padding:4rem 2rem;background:white;border-radius:12px;box-shadow:0 2px 8px #0000000d}.no-results p{font-size:1.2rem;color:#666;margin-bottom:1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-stats{gap:1.5rem}.stat-number{font-size:2rem}.filters-grid,.audience-grid-modern{grid-template-columns:1fr}.modal-modern{width:95%;max-height:95vh}.modal-header-modern{padding:1.5rem}.modal-header-modern h2{font-size:1.5rem}.price-large{font-size:2rem}.modal-close{width:48px;height:48px;font-size:2rem;top:.75rem;right:.75rem;background:rgba(255,255,255,.95);box-shadow:0 2px 12px #00000026}}.thank-you-container{max-width:900px;margin:0 auto;padding:2rem}.success-header{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;border-radius:16px;margin-bottom:2rem;box-shadow:0 8px 24px #2563eb4d}.success-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:800}.success-message{font-size:1.2rem;opacity:.95}.order-summary{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 16px #0000001a}.order-header{border-bottom:2px solid #f0f0f0;padding-bottom:1.5rem;margin-bottom:2rem}.order-header h2{font-size:1.8rem;color:#333;margin-bottom:1rem}.order-meta{display:flex;gap:2rem;flex-wrap:wrap;color:#666}.order-meta p{margin:0}.order-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #f0f0f0}.order-section:last-of-type{border-bottom:none}.order-section h3{font-size:1.3rem;color:#444;margin-bottom:1rem;font-weight:600}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.info-grid p{margin:0;color:#555;font-size:1rem}.order-items{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f8f9ff;border-radius:12px;transition:all .3s ease}.order-item:hover{background:#f0f2ff;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.item-number{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.item-details{flex:1}.item-details h4{font-size:1.1rem;color:#333;margin-bottom:.5rem}.item-description{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:.5rem}.badge{display:inline-block;background:#ffd700;color:#333;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase}.item-price{font-size:1.3rem;font-weight:700;color:#2563eb;flex-shrink:0}.next-steps{background:#f0f7ff;padding:1.5rem;border-radius:12px;border-left:4px solid #2563eb;margin-bottom:2rem}.next-steps h3{font-size:1.2rem;color:#333;margin-bottom:1rem}.next-steps p{color:#555;line-height:1.8;margin-bottom:.5rem}.next-steps p:last-child{margin-bottom:0}.action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.action-buttons .btn{padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.action-buttons .btn-primary{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);color:#fff;box-shadow:0 4px 12px #2563eb4d}.action-buttons .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}.action-buttons .btn-secondary{background:white;color:#2563eb;border:2px solid #2563eb}.action-buttons .btn-secondary:hover{background:#f0f7ff;transform:translateY(-2px)}@media print{.action-buttons,.header,.footer{display:none}}@media (max-width: 768px){.thank-you-container{padding:1rem}.success-header{padding:2rem 1rem}.success-header h1{font-size:1.8rem}.order-summary{padding:1.5rem}.order-meta{flex-direction:column;gap:.5rem}.info-grid{grid-template-columns:1fr}.order-item{flex-direction:column;align-items:flex-start}.item-price{align-self:flex-end}.action-buttons{flex-direction:column}.action-buttons .btn{width:100%}}.user-area-container{max-width:1000px;margin:0 auto;padding:2rem 0}.user-info-section{background:white;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #00000014}.user-info-section h2{color:#2563eb;margin-bottom:1.5rem;font-size:1.5rem}.user-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.user-details p{margin:.5rem 0;color:#555}.user-details strong{color:#333;font-weight:600}.orders-section{background:white;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.orders-section h2{color:#2563eb;margin-bottom:1.5rem;font-size:1.5rem}.loading-message{text-align:center;padding:3rem;color:#2563eb;font-size:1.1rem}.no-orders{text-align:center;padding:3rem 2rem}.no-orders p{font-size:1.1rem;color:#666;margin-bottom:1.5rem}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;transition:all .3s ease;background:#f8f9ff}.order-card:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb26}.order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.order-id{font-size:1rem;color:#333}.order-date{color:#666;font-size:.9rem}.order-card-body{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.order-summary-info{display:flex;gap:2rem;flex-wrap:wrap}.order-summary-info p{margin:0;color:#555}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;text-transform:capitalize}.status-pending{background:#fef3c7;color:#92400e}.status-completed{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}.btn-small{padding:.5rem 1rem;font-size:.9rem}.order-details{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e0e0e0;background:white;border-radius:8px;padding:1.5rem}.order-details h4{color:#2563eb;margin-bottom:1rem;font-size:1.1rem}.order-items-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.order-detail-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8f9ff;border-radius:8px}.order-detail-item .item-number{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.order-detail-item .item-info{flex:1}.order-detail-item .item-info strong{display:block;color:#333;margin-bottom:.25rem}.order-detail-item .item-info p{color:#666;font-size:.9rem;margin:0}.order-detail-item .item-price{font-size:1.1rem;font-weight:700;color:#2563eb;flex-shrink:0}.order-specs{padding-top:1rem;border-top:1px solid #e0e0e0}.order-specs p{margin:.5rem 0;color:#555}.order-specs strong{color:#333}@media (max-width: 768px){.user-area-container{padding:1rem}.user-info-section,.orders-section{padding:1.5rem}.user-details{grid-template-columns:1fr}.order-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.order-card-body{flex-direction:column;align-items:stretch}.order-summary-info{flex-direction:column;gap:.5rem}.btn-small{width:100%}.order-detail-item{flex-direction:column}.order-detail-item .item-price{align-self:flex-end}}
