*{box-sizing:border-box}html{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,system-ui,sans-serif;background:#f5f5f7;color:#1f2937;line-height:1.5;letter-spacing:-.01em;overflow-x:hidden}header{background:#111827;padding:12px 32px;border-bottom:2px solid rgba(207,184,124,.2);position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 4px 20px #0000004d}.header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center}.logo a{display:block}.brand-logo{height:64px;width:auto;display:block}.header-eventrent-logo{display:flex;align-items:center;gap:8px}.header-eventrent-text,.header-eventrent-link{font-size:1.3rem;font-weight:600;color:#fff;letter-spacing:.02em;text-shadow:0 2px 8px rgba(0,0,0,.3)}.header-eventrent-link{text-decoration:none;transition:all .3s ease;position:relative}.header-eventrent-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#cfb87c,#e5d7a5);transition:width .3s ease}.header-eventrent-link:hover{opacity:.9;color:#cfb87c;transform:translateY(-1px)}.header-eventrent-link:hover:after{width:100%}.header-admin-link{margin-left:18px;padding:10px 20px;border-radius:999px;border:2px solid rgba(207,184,124,.6);background:linear-gradient(135deg,#cfb87c26,#e5d7a51a);color:#cfb87c;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #cfb87c33;display:inline-flex;align-items:center;gap:8px}.header-admin-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.header-admin-link:hover:before{left:100%}.header-admin-link:hover,.header-admin-link-btn:hover{background:linear-gradient(135deg,#cfb87c,#e5d7a5);color:#111827;border-color:#cfb87c;transform:translateY(-2px);box-shadow:0 4px 16px #cfb87c66}.header-admin-link-btn{cursor:pointer;font:inherit;background:transparent;border:2px solid rgba(207,184,124,.6);background:linear-gradient(135deg,#cfb87c26,#e5d7a51a);color:#cfb87c;padding:10px 20px;border-radius:999px;font-size:13px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #cfb87c33;display:inline-flex;align-items:center;gap:8px}.admin-login-icon{width:16px;height:16px;flex-shrink:0}.header-admin-link-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.header-admin-link-btn:hover:before{left:100%}.hero{text-align:center;padding:56px 20px 32px;max-width:820px;margin:0 auto}.hero h1{font-size:52px;margin-bottom:12px;font-weight:600;letter-spacing:-.04em}.hero h1.animate-character{position:relative;display:inline-block;text-transform:uppercase;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,system-ui,sans-serif;color:#111827;animation:clip-path-reveal 3s ease infinite alternate}.hero h1.animate-character:before{content:"";position:absolute;top:calc(100% - 2px);left:0;width:100%;height:4px;background-color:#cfb87c;transform-origin:center center;transform:scaleX(0);animation:line-animation 3s ease infinite alternate}@keyframes line-animation{0%{transform:scaleX(0)}15%{transform:scaleX(0)}20%,25%{transform:scaleX(1);top:calc(100% - 2px)}50%{transform:scaleX(1);top:0}70%{transform:scaleX(.2);top:0}80%,to{transform:scaleX(.2);top:0}}@keyframes clip-path-reveal{0%,25%{clip-path:polygon(0 100%,100% 100%,100% 100%,0% 100%)}50%{clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}}.hero p{color:#4b5563;font-size:17px}.admin-main{max-width:1100px;margin:60px auto;padding:0 20px}.admin-card{max-width:420px;margin:0 auto;background:#fdfcf7;border-radius:28px;border:1px solid #e5e7eb;box-shadow:0 18px 45px #0f172a14;padding:32px 32px 28px}.admin-requests-card{max-width:100%}.admin-card h1{margin:0 0 8px;font-size:24px}.admin-sub{margin:0 0 24px;color:#6b7280;font-size:14px}.admin-form .form-group label{margin-bottom:6px}.admin-note{margin-top:18px;font-size:12px;color:#9ca3af}.admin-note.error{color:#b91c1c}.admin-login-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a66;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.admin-login-modal-card{position:relative;width:100%;max-width:420px}.admin-login-modal-card .admin-card{margin:0;position:relative;box-shadow:0 25px 50px -12px #00000040}.admin-login-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:transparent;font-size:24px;line-height:1;color:#6b7280;cursor:pointer;border-radius:8px;padding:0;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.admin-login-close:hover{background:#e5e7eb;color:#111827}.show-password-row{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:12px;color:#6b7280}.show-password-row input[type=checkbox]{width:14px;height:14px}.admin-requests-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.requests-table-wrap{margin-top:16px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 12px #00000014;overflow:hidden}.requests-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:13px;border-radius:12px;overflow:hidden}.requests-table th,.requests-table td{padding:14px 16px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:middle}.requests-table th{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;background:#f9fafb;position:sticky;top:0;z-index:1;font-weight:600}.requests-table--styled{border-radius:12px;overflow:hidden}.requests-table--styled thead tr{background:#1f252e;border-bottom:2px solid rgba(207,184,124,.3)}.requests-table--styled thead th{color:#fff;background:transparent;border-bottom:none;padding:14px 16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.requests-table--styled tbody tr{background:#fff}.requests-table--styled tbody tr:nth-child(odd){background:#fff}.requests-table--styled tbody tr:nth-child(2n){background:#f9fafb}.requests-table th:nth-child(1){width:130px}.requests-table th:nth-child(2){width:110px;min-width:90px}.requests-table th:nth-child(3){width:120px;min-width:90px}.requests-table th:nth-child(4){width:95px}.requests-table th:nth-child(5){width:90px}.requests-table th:nth-child(6){width:170px}.requests-table th:nth-child(7){width:70px}.requests-table th.th-actions{width:90px;text-align:center}.td-order-id{font-family:ui-monospace,monospace;font-size:13px;font-weight:400;color:#1f252e;white-space:nowrap}.td-date,.td-time{font-size:13px;font-weight:400;color:#1f252e;font-variant-numeric:tabular-nums;white-space:nowrap}.td-email{font-size:13px;font-weight:400;color:#1f252e;max-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.td-customer,.td-department{font-size:13px;font-weight:400;color:#1f252e;white-space:nowrap}.td-items,.td-contact{max-width:0;overflow:hidden}.td-items-inner,.td-contact-inner{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#4b5563;line-height:1.4}.td-total{font-size:13px;font-weight:400;color:#1f252e;white-space:nowrap}.td-actions{text-align:center;white-space:nowrap;display:flex;justify-content:center;align-items:center}.req-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:4px;cursor:pointer;margin:0 2px}.req-btn--view,.req-btn--print{background:#cfb87c;color:#111827}.req-btn--delete{background:#dc2626;color:#fff}.req-btn--delete:hover:not(:disabled){background:#b91c1c}.req-btn:disabled{opacity:.6;cursor:not-allowed}.requests-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding:10px 4px 4px;font-size:13px;color:#64748b}.requests-pagination-info{font-variant-numeric:tabular-nums}.requests-pagination-btns{display:flex;gap:8px}.req-page-btn{padding:8px 14px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#374151;font-size:13px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.req-page-btn:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.req-page-btn:disabled{opacity:.5;cursor:not-allowed}.req-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.req-modal{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:85vh;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.req-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#fff}.req-modal-header h2{margin:0;font-size:18px;font-weight:600;color:#111827}.req-modal-print-section{margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb;display:flex;justify-content:center}.req-modal-print-btn-large{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border:2px solid #cfb87c;background:#cfb87c;color:#111827;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.req-modal-print-btn-large:hover{background:#e5d7a5;border-color:#e5d7a5}.req-modal-close{width:36px;height:36px;border:none;background:transparent;font-size:24px;line-height:1;color:#64748b;cursor:pointer;border-radius:8px;transition:background .2s ease,color .2s ease}.req-modal-close:hover{background:#e2e8f0;color:#111827}.req-modal-body{padding:28px 32px;overflow-y:auto;max-height:calc(85vh - 80px)}.req-modal-summary-card{background:#fff;border-radius:16px;padding:28px 32px;border:1px solid #e5e7eb;box-shadow:0 4px 12px #00000014}.req-modal-summary-title{margin:0 0 24px;font-size:20px;font-weight:600;color:#111827;text-align:center;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.req-modal-summary-section{margin-bottom:20px}.req-modal-summary-section:last-of-type{margin-bottom:0}.req-modal-summary-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.req-modal-summary-section-title{margin:0;font-size:14px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.req-modal-summary-header-labels{display:flex;gap:16px;align-items:center}.req-modal-summary-header-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;min-width:60px;text-align:right}.req-modal-summary-items{display:flex;flex-direction:column;gap:10px}.req-modal-summary-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.req-modal-summary-item-name{flex:1;font-size:14px;color:#111827;font-weight:500}.req-modal-summary-item-qty{margin:0 16px;font-size:14px;color:#6b7280;min-width:50px;text-align:center}.req-modal-summary-item-price{font-size:14px;color:#111827;font-weight:600;min-width:60px;text-align:right}.req-modal-summary-details{display:flex;flex-direction:column;gap:8px}.req-modal-summary-detail{display:flex;gap:12px;padding:8px 12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.req-modal-summary-detail-label{font-size:13px;color:#6b7280;font-weight:500;min-width:80px}.req-modal-summary-detail-value{font-size:13px;color:#111827;flex:1;text-align:right}.req-modal-summary-total{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:20px;border-top:2px solid #e5e7eb}.req-modal-summary-total-label{font-size:16px;font-weight:600;color:#111827}.req-modal-summary-total-amount{font-size:20px;font-weight:700;color:#111827}.admin-refresh-btn{padding:8px 14px;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:12px;font-weight:500;color:#374151;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .1s ease}.admin-refresh-btn:hover{background:#f3f4f6;border-color:#9ca3af;transform:translateY(-1px)}.container{max-width:1100px;margin:auto;padding:0 20px 48px}.sub{color:#6b7280;margin-bottom:30px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.card{background:#fff;border-radius:26px;padding:20px 20px 18px;box-shadow:0 12px 30px #0000000f;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;border:1px solid rgba(0,0,0,.06)}.card:hover{transform:translateY(-4px);box-shadow:0 18px 45px #0000001a}.card img{width:100%;height:220px;object-fit:cover;border-radius:16px}.card h3{margin-top:15px;margin-bottom:6px}.card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:15px;margin-bottom:6px}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.02em}.badge-stock{background:#22c55e26;color:#15803d;white-space:nowrap}.price{color:#111827;font-weight:600;margin-bottom:10px}.add-to-cart-btn{width:100%;padding:10px 16px;margin-top:8px;border-radius:999px;border:1px solid #cfb87c;background:#cfb87c;color:#111827;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .1s ease;text-align:center}.add-to-cart-btn:hover:not(:disabled){background:#e5d7a5;border-color:#e5d7a5;transform:translateY(-1px)}.add-to-cart-btn:active:not(:disabled){transform:translateY(0)}.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed;background:#e5e7eb;border-color:#e5e7eb;color:#9ca3af}.qty-label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:8px;letter-spacing:-.01em}.qty{display:inline-flex;align-items:stretch;margin-top:0;border-radius:12px;overflow:hidden;border:2px solid #e5e7eb;background:linear-gradient(135deg,#fff,#f9fafb);box-shadow:0 2px 8px #0000000f,0 1px 2px #0000000a}.qty button{width:44px;height:44px;border:none;background:linear-gradient(135deg,#f9fafb,#fff);color:#374151;font-size:22px;font-weight:700;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center;line-height:1;border-right:1px solid #e5e7eb}.qty button:first-child{border-right:1px solid #e5e7eb;border-left:none}.qty button:last-child{border-left:1px solid #e5e7eb;border-right:none}.qty button:active{background:linear-gradient(135deg,#e5e7eb,#d1d5db)}.qty button:disabled{opacity:.35;cursor:not-allowed;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#9ca3af}.qty input{width:60px;min-width:60px;height:44px;text-align:center;margin:0;border:none;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;background:linear-gradient(135deg,#fff,#fafafa);padding:0 8px;font-size:18px;font-weight:700;color:#111827;transition:all .2s ease;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;letter-spacing:-.02em}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty input:focus{outline:none;background:#fff;box-shadow:inset 0 0 0 2px #cfb87c4d;border-left-color:#cfb87c;border-right-color:#cfb87c}.qty-max-note{margin-top:8px;font-size:12px;color:#6b7280;font-weight:500;letter-spacing:-.01em}.qty-error{margin-top:6px;font-size:12px;color:#dc2626;font-weight:500;text-align:center}.qty-success{margin-top:6px;font-size:12px;color:#15803d;font-weight:500;text-align:center}.subtotal{margin-top:10px;font-size:14px;color:#374151}.form-intro{max-width:1100px;margin:48px auto 16px;padding:0 20px;text-align:center}.form-intro .form-logo{margin-bottom:12px}.form-intro h2{margin:0 0 8px;font-size:28px;font-weight:600;letter-spacing:-.03em;color:#1d1d1f}.form-intro p{margin:0;color:#6e6e73;font-size:17px;font-weight:400}.form-wrapper{max-width:1100px;margin:28px auto 80px;padding:0 20px}.form-card{background:#fff;padding:40px 48px 48px;border-radius:26px;border:none;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;position:relative;transition:transform .25s ease,box-shadow .25s ease}.form-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.form-logo{display:flex;justify-content:center;align-items:center;margin-bottom:32px}.form-brand-logo{height:64px;width:64px;display:block}.form-card h2{margin-bottom:28px;font-size:21px;font-weight:600;letter-spacing:-.02em;color:#1d1d1f}.form-group{margin-bottom:22px}.form-group:last-child{margin-bottom:0}.form-group label{font-size:14px;font-weight:500;color:#374151;margin-bottom:8px;display:block;letter-spacing:-.01em}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:22px}.form-group-half{margin-bottom:0}.form-group input,.form-group textarea{width:100%;padding:8px 0;border:none;border-bottom:1px solid #d1d5db;background:transparent;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,system-ui,sans-serif;color:#1d1d1f;transition:border-color .2s ease;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;font-size:14px;opacity:.7}.form-group input:focus,.form-group textarea:focus{border-bottom-color:#cfb87c;border-bottom-width:2px}.form-group textarea{min-height:80px;resize:vertical;line-height:1.5}.date-input-wrap{position:relative;display:flex;align-items:stretch;width:100%}.date-input-wrap input{flex:1;padding:8px 48px 8px 0;border:none;border-bottom:1px solid #d1d5db;background:transparent;font-size:14px;transition:border-color .2s ease}.date-input-wrap input:focus{outline:none;border-bottom-color:#cfb87c;border-bottom-width:2px}.date-input-wrap input::placeholder{font-size:14px;opacity:.7;color:#9ca3af}.date-input-calendar-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:8px;background:transparent;color:#6e6e73;cursor:pointer;transition:color .2s ease,background .2s ease}.date-input-calendar-btn:hover{color:#0071e3;background:#0071e314}.date-input-picker{position:absolute;z-index:30;top:calc(100% + 6px);left:0;min-width:268px;padding:14px 12px 16px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 10px 40px #0000001f}.date-input-picker-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:8px}.date-input-picker-title{font-size:15px;font-weight:600;color:#1d1d1f;letter-spacing:-.01em}.date-input-picker-nav{width:34px;height:34px;padding:0;border:none;border-radius:8px;background:#f5f5f7;color:#1d1d1f;font-size:18px;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease}.date-input-picker-nav:hover{background:#e8e8ed;color:#0071e3}.date-input-picker-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:8px;font-size:11px;font-weight:600;color:#6e6e73;text-align:center;letter-spacing:.02em}.date-input-picker-days{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.date-input-picker-day{width:34px;height:34px;padding:0;border:none;border-radius:8px;background:transparent;font-size:15px;font-weight:500;color:#1d1d1f;cursor:pointer;transition:background .2s ease,color .2s ease}.date-input-picker-day:hover:not(.empty):not(.selected){background:#0071e31a;color:#0071e3}.date-input-picker-day.selected{background:#0071e3;color:#fff;font-weight:600}.date-input-picker-day.selected:hover{background:#06c;color:#fff}.date-input-picker-day.empty{cursor:default}.date-input-picker-day.disabled,.date-input-picker-nav.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.time-input-wrap{position:relative;display:flex;align-items:stretch;width:100%}.time-input-wrap input{flex:1;padding:8px 48px 8px 0;border:none;border-bottom:1px solid #d1d5db;background:transparent;cursor:pointer;font-size:14px;transition:border-color .2s ease}.time-input-wrap input:focus{outline:none;border-bottom-color:#cfb87c;border-bottom-width:2px}.time-input-wrap input::placeholder{font-size:14px;opacity:.7;color:#9ca3af}.time-input-clock-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:8px;background:transparent;color:#6e6e73;cursor:pointer;transition:color .2s ease,background .2s ease}.time-input-clock-btn:hover{color:#0071e3;background:#0071e314}.time-input-picker{position:absolute;z-index:30;top:calc(100% + 6px);left:0;min-width:200px;padding:14px 10px 16px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 10px 40px #0000001f}.time-input-picker-columns{display:flex;gap:4px;align-items:stretch}.time-input-picker-col{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center}.time-input-picker-col-label{font-size:10px;font-weight:600;color:#6e6e73;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.time-input-picker-col-list{max-height:180px;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;border-radius:8px;padding:4px;scrollbar-width:none;-ms-overflow-style:none}.time-input-picker-col-list::-webkit-scrollbar{display:none}.time-input-picker-option{display:block;width:100%;min-width:44px;padding:8px 4px;border:none;border-radius:8px;background:transparent;font-size:15px;font-weight:500;color:#1d1d1f;cursor:pointer;transition:background .2s ease,color .2s ease;text-align:center}.time-input-picker-option:hover{background:#0071e31a;color:#0071e3}.time-input-picker-option.selected{background:#0071e3;color:#fff;font-weight:600}.time-input-picker-option.selected:hover{background:#06c;color:#fff}.time-input-picker-option.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.time-input-picker-option.disabled:hover{background:transparent;color:inherit}.order-summary-wrap{max-width:1100px;margin:0 auto;padding:32px 20px 48px;display:flex;flex-direction:column;align-items:center;gap:28px}.total-card{width:100%;max-width:380px;background:linear-gradient(145deg,#111827,#1f2937);border-radius:20px;padding:28px 32px;text-align:center;box-shadow:0 20px 50px #11182740,0 0 0 1px #ffffff0f inset;position:relative;overflow:hidden}.total-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#cfb87c,#e5d7a5)}.total-card-label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:#9ca3af;margin-bottom:6px}.total-card-amount{margin:0;font-size:42px;font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.1}.total-card-amount span{font-variant-numeric:tabular-nums}.total-card-meta{margin:10px 0 0;font-size:14px;color:#9ca3af}.order-summary-card{width:100%;max-width:600px;background:#fff;border-radius:16px;padding:28px 32px;border:1px solid #e5e7eb;box-shadow:0 4px 12px #00000014;margin-bottom:24px}.order-summary-title{margin:0 0 24px;font-size:20px;font-weight:600;color:#111827;text-align:center;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.order-summary-section{margin-bottom:20px}.order-summary-section:last-of-type{margin-bottom:0}.order-summary-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.order-summary-section-title{margin:0;font-size:14px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.order-summary-header-labels{display:flex;gap:16px;align-items:center}.order-summary-header-label{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;min-width:60px;text-align:right}.order-summary-header-label:first-of-type{min-width:auto;text-align:left;margin-right:auto}.order-summary-items{display:flex;flex-direction:column;gap:10px}.order-summary-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.order-summary-item-name{flex:1;font-size:14px;color:#111827;font-weight:500}.order-summary-item-qty{margin:0 16px;font-size:14px;color:#6b7280;min-width:50px;text-align:center}.order-summary-item-price{font-size:14px;color:#111827;font-weight:600;min-width:60px;text-align:right}.order-summary-details{display:flex;flex-direction:column;gap:8px}.order-summary-detail{display:flex;gap:12px;padding:8px 12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.order-summary-detail-label{font-size:13px;color:#6b7280;font-weight:500;min-width:80px}.order-summary-detail-value{font-size:13px;color:#111827;flex:1}.order-summary-total{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:20px;border-top:2px solid #e5e7eb}.order-summary-total-label{font-size:16px;font-weight:600;color:#111827}.order-summary-total-amount{font-size:20px;font-weight:700;color:#111827}.submit-wrap{text-align:center;padding:0;width:100%;max-width:100%;margin-top:24px}.submit-btn{background:#cfb87c;color:#111827;padding:12px 32px;border-radius:999px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:background .25s ease,transform .1s ease;box-shadow:none;display:inline-block}.submit-btn:hover{background:#e5d7a5}.submit-btn:active{transform:translateY(0)}.submit-btn[disabled]{opacity:.6;cursor:not-allowed;transform:none;background:#9ca3af;color:#fff}#successMsg{margin-top:15px;color:#166534;font-weight:600}#successMsg.error{color:#b91c1c}.page-transition{animation:pageFadeIn .5s ease-out both}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes sectionFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.info-page{max-width:820px;margin:0 auto;padding:60px 24px 80px;animation:pageFadeIn .5s ease-out both}.info-page-container{background:#fff;border-radius:20px;padding:48px 48px 56px;border:1px solid #e5e7eb;box-shadow:0 4px 24px #0000000f}.info-page-title{animation:sectionFadeIn .5s ease-out .1s both}.info-page-subtitle{animation:sectionFadeIn .5s ease-out .15s both}.info-section{animation:sectionFadeIn .5s ease-out .2s both}.info-section:nth-of-type(2){animation-delay:.25s}.info-section:nth-of-type(3){animation-delay:.3s}.info-section:nth-of-type(4){animation-delay:.35s}.info-section:nth-of-type(5){animation-delay:.4s}.info-section:nth-of-type(6){animation-delay:.45s}.faq-list{animation:sectionFadeIn .5s ease-out .2s both}.info-page-title{font-size:36px;font-weight:700;color:#111827;margin:0 0 12px;letter-spacing:-.02em;line-height:1.2}.info-page-subtitle{font-size:16px;color:#6b7280;line-height:1.6;margin:0 0 8px}.info-page-effective{font-size:13px;color:#9ca3af;margin:0 0 32px;font-style:italic}.info-section{margin-top:36px;padding-top:36px;border-top:1px solid #f3f4f6}.info-section:first-of-type{margin-top:32px;padding-top:0;border-top:none}.info-section-title{font-size:20px;font-weight:600;color:#111827;margin:0 0 14px;letter-spacing:-.01em}.info-section p{font-size:15px;color:#374151;line-height:1.7;margin:0 0 12px}.info-section p:last-child{margin-bottom:0}.info-list{list-style:none;padding:0;margin:12px 0 0}.info-list li{position:relative;padding-left:20px;font-size:15px;color:#374151;line-height:1.7;margin-bottom:8px}.info-list li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:#cfb87c}.info-steps{display:flex;flex-direction:column;gap:20px;margin-top:16px}.info-step{display:flex;align-items:flex-start;gap:18px;padding:20px 24px;background:#f9fafb;border-radius:14px;border:1px solid #e5e7eb;transition:border-color .2s ease,box-shadow .2s ease}.info-step:hover{border-color:#cfb87c;box-shadow:0 4px 16px #cfb87c1a}.info-step-number{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;border-radius:10px;background:linear-gradient(135deg,#cfb87c,#e5d7a5);color:#111827;font-size:16px;font-weight:700}.info-step h3{font-size:16px;font-weight:600;color:#111827;margin:0 0 6px}.info-step p{font-size:14px;color:#6b7280;line-height:1.6;margin:0}.faq-list{display:flex;flex-direction:column;gap:12px;margin-top:32px}.faq-item{background:#f9fafb;border-radius:14px;border:1px solid #e5e7eb;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease}.faq-item--open{border-color:#cfb87c;box-shadow:0 4px 20px #cfb87c1f}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;background:transparent;border:none;cursor:pointer;text-align:left;font-size:15px;font-weight:600;color:#111827;line-height:1.4;transition:color .2s ease}.faq-question:hover{color:#cfb87c}.faq-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;border-radius:8px;background:#e5e7eb;color:#374151;font-size:18px;font-weight:700;line-height:1;transition:background .25s ease,color .25s ease,transform .25s ease}.faq-item--open .faq-icon{background:#cfb87c;color:#111827;transform:rotate(90deg)}.faq-answer-wrap{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1)}.faq-answer{padding:0 22px 18px;font-size:14px;color:#6b7280;line-height:1.7;margin:0}@media (max-width: 600px){.info-page{padding:32px 16px 48px}.info-page-container{padding:28px 20px 32px;border-radius:16px}.info-page-title{font-size:26px}.info-step{flex-direction:column;gap:12px;padding:16px 18px}.faq-question{padding:16px;font-size:14px}.faq-answer{padding:0 16px 16px;font-size:13px}}.footer{background:#0f1623;color:#d1d5db;margin-top:100px;padding:0 32px}.footer-top{max-width:1100px;margin:0 auto;padding:56px 0 48px;display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:flex-start}.footer-heading{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin:0 0 16px}.footer-text{font-size:14px;line-height:1.65;color:#9ca3af;margin:0 0 10px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand-name{font-size:1.3rem;font-weight:600;color:#fff;letter-spacing:.02em}.footer-brand-info{display:flex;flex-direction:column}.footer-brand-desc{margin-top:10px}.footer-nav-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 32px}.footer-nav-list{list-style:none;padding:0;margin:0}.footer-nav-list li{margin-bottom:10px}.footer-nav-list a{color:#9ca3af;text-decoration:none;font-size:14px;transition:color .2s ease,padding-left .2s ease;display:inline-block;position:relative}.footer-nav-list a:after{content:"›";margin-left:5px;opacity:0;transition:opacity .2s ease,margin-left .2s ease;color:#cfb87c}.footer-nav-list a:hover{color:#cfb87c}.footer-nav-list a:hover:after{opacity:1;margin-left:8px}.footer-address{margin-left:-32px;margin-right:-32px;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);padding:16px 32px;text-align:center;font-size:13px;color:#9ca3af;line-height:1.6;background:#00000026}.footer-dot{margin:0 10px;color:#4b5563}.footer-bottom{margin-left:-32px;margin-right:-32px;padding:18px 32px}.footer-bottom-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-bottom-links{display:flex;gap:24px}.footer-bottom-links a{color:#6b7280;text-decoration:none;font-size:13px;transition:color .2s ease;padding:2px 0;border-bottom:1px solid transparent}.footer-bottom-links a:hover{color:#cfb87c;border-bottom-color:#cfb87c}.footer-copyright{font-size:13px;color:#6b7280}@media (max-width: 900px){header{padding:14px 16px}.footer{padding:0 16px}.header-inner{flex-direction:column;align-items:flex-start;gap:12px}.hero{padding:40px 16px 24px}.hero h1{font-size:40px}.hero p{font-size:15px}.container{padding:24px 16px 40px}.grid{gap:20px}.form-wrapper{margin-top:24px}.form-row{grid-template-columns:1fr;gap:0}.form-group-half{margin-bottom:22px}.footer-top{grid-template-columns:1fr;gap:36px;padding:40px 0 36px}.footer-col--nav{order:-1}.footer-address{margin-left:-16px;margin-right:-16px;padding:14px 16px;font-size:12px}.footer-dot{display:none}.footer-address{display:flex;flex-direction:column;gap:4px}.footer-bottom{margin-left:-16px;margin-right:-16px;padding:16px}.footer-bottom-inner{flex-direction:column;gap:10px;text-align:center}}@media (max-width: 600px){.header-inner{align-items:center}.header-eventrent-logo{width:100%;justify-content:space-between}.brand-logo{height:36px}.hero h1{font-size:32px}.grid{grid-template-columns:1fr}.card{border-radius:24px;padding:18px 16px 16px}.card img{height:200px}.order-summary-wrap{padding:24px 16px 40px}.order-summary-card{padding:20px;max-width:100%}.order-summary-title{font-size:18px;margin-bottom:20px}.order-summary-item{flex-wrap:wrap;gap:8px}.order-summary-item-name{width:100%;margin-bottom:4px}.order-summary-item-qty,.order-summary-item-price{flex:1;text-align:left}.total-card{max-width:100%;padding:24px}.total-card-amount{font-size:36px}.submit-wrap{padding:0}.form-intro,.admin-main{padding:0 16px}.admin-card{padding:24px 20px 20px;border-radius:22px}.footer{margin-top:60px}.footer-top{padding:32px 0 28px;gap:28px}.footer-brand{gap:12px}.footer-address{padding:12px 16px}.footer-bottom{padding:14px 16px}}
