:root{--gold:#c9a84c;--gold-light:#e2c77a;--gold-dark:#9c7a2d;--bg:#0e0e0f;--bg-card:#1a1a1d;--bg-surface:#242426;--border:#2e2e32;--text:#f5f0e8;--text-muted:#9b9894;--text-dim:#6b6865;--success:#4caf50;--error:#e53935;--warning:#ffc107}*{box-sizing:border-box;cursor:inherit;margin:0;padding:0}html{scroll-behavior:smooth;cursor:default}body{background-color:var(--bg);color:var(--text);cursor:default;min-height:100vh;font-family:Georgia,Times New Roman,serif;line-height:1.7}a,button,[role=button],summary{cursor:pointer}input[type=text],input[type=email],input[type=password],input[type=search],input[type=number],input[type=url],input[type=tel],textarea{cursor:text}select{cursor:pointer}a{color:var(--gold);text-decoration:none;transition:color .2s}a:hover{color:var(--gold-light)}button{border:none;font-family:inherit;transition:all .2s}img{max-width:100%;display:block}h1,h2,h3,h4,h5{color:var(--text);font-family:Georgia,serif;font-weight:400;line-height:1.25}.serif{font-family:Georgia,Times New Roman,serif}.sans{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.gold{color:var(--gold)}.muted{color:var(--text-muted)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.btn{letter-spacing:.05em;text-transform:uppercase;border-radius:2px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;font-weight:500;transition:all .25s;display:inline-flex}.btn-gold{background:var(--gold);color:#0e0e0f}.btn-gold:hover{background:var(--gold-light);color:#0e0e0f;transform:translateY(-1px);box-shadow:0 4px 20px #c9a84c66}.btn-outline{color:var(--gold);border:1px solid var(--gold);background:0 0}.btn-outline:hover{background:var(--gold);color:#0e0e0f}.btn-dark{background:var(--bg-surface);color:var(--text);border:1px solid var(--border)}.btn-dark:hover{border-color:var(--gold);color:var(--gold)}.btn-danger{background:var(--error);color:#fff}.btn-danger:hover{background:#c62828}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0e0e0ff2;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;height:70px;display:flex}.navbar-logo{color:var(--text);letter-spacing:.02em;font-family:Georgia,serif;font-size:1.6rem}.navbar-logo span{color:var(--gold)}.navbar-links{align-items:center;gap:2rem;list-style:none;display:flex}.navbar-links a{color:var(--text-muted);letter-spacing:.07em;text-transform:uppercase;font-family:-apple-system,sans-serif;font-size:.9rem;transition:color .2s}.navbar-links a:hover,.navbar-links a.active{color:var(--gold)}.cart-icon{border:1px solid var(--border);width:38px;height:38px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.cart-icon:hover{border-color:var(--gold);color:var(--gold)}.cart-badge{background:var(--gold);color:#0e0e0f;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-family:sans-serif;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.hero{align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.hero-bg{background:linear-gradient(160deg,#0e0e0ffa 0%,#0e0e0fb8 55%,#0e0e0feb 100%),url(https://images.unsplash.com/photo-1508962914676-134849a727f0?w=1600&q=80) 50%/cover no-repeat;position:absolute;inset:0}.hero-content{z-index:1;max-width:680px;position:relative}.hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);border-bottom:1px solid var(--gold-dark);margin-bottom:1.5rem;padding-bottom:.5rem;font-family:-apple-system,sans-serif;font-size:.8rem;display:inline-block}.hero h1{margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1}.hero-text{color:var(--text-muted);max-width:520px;margin-bottom:2.5rem;font-family:-apple-system,sans-serif;font-size:1.15rem}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.divider{background:var(--gold);width:60px;height:1px;margin:1.25rem 0}.divider-center{margin:1.25rem auto}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{margin-bottom:.75rem;font-size:clamp(1.8rem,3vw,2.8rem)}.section-header p{color:var(--text-muted);max-width:520px;margin:0 auto;font-family:-apple-system,sans-serif}.eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-family:-apple-system,sans-serif;font-size:.75rem;display:block}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.75rem;display:grid}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:4px;flex-direction:column;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex;overflow:hidden}.product-card:hover{border-color:var(--gold-dark);transform:translateY(-4px);box-shadow:0 12px 40px #00000080}.product-img-wrap{aspect-ratio:4/3;background:var(--bg-surface);position:relative;overflow:hidden}.product-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-img-wrap img{transform:scale(1.04)}.product-badge{background:var(--gold);color:#0e0e0f;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;padding:.2rem .6rem;font-family:sans-serif;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.product-body{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem 1.25rem 1.5rem;display:flex}.product-category{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);font-family:sans-serif;font-size:.7rem}.product-name{font-size:1.05rem;line-height:1.35}.product-desc{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-family:-apple-system,sans-serif;font-size:.85rem;display:-webkit-box;overflow:hidden}.product-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.product-price{color:var(--gold);font-family:-apple-system,sans-serif;font-size:1.2rem;font-weight:600}.btn-add-cart{background:var(--bg-surface);color:var(--text-muted);border:1px solid var(--border);letter-spacing:.06em;text-transform:uppercase;border-radius:2px;padding:.45rem .9rem;font-family:sans-serif;font-size:.8rem;transition:all .2s;cursor:pointer!important}.btn-add-cart:hover{background:var(--gold);color:#0e0e0f;border-color:var(--gold)}.btn-add-cart.added{background:var(--success);color:#fff;border-color:var(--success)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.service-card{background:var(--bg-card);border:1px solid var(--border);border-radius:4px;padding:2rem;transition:border-color .25s}.service-card:hover{border-color:var(--gold-dark)}.service-icon{background:#c9a84c1a;border:1px solid #c9a84c33;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.25rem;transition:background .25s,border-color .25s;display:inline-flex}.service-card:hover .service-icon{background:#c9a84c2e;border-color:#c9a84c66}.service-card h3{margin-bottom:.75rem;font-size:1.2rem}.service-card p{color:var(--text-muted);font-family:-apple-system,sans-serif;font-size:.9rem;line-height:1.6}.navbar-right{align-items:center;gap:.75rem;display:flex}.hamburger{border:1px solid var(--border);background:0 0;border-radius:2px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;padding:0;transition:border-color .2s;display:none;cursor:pointer!important}.hamburger:hover{border-color:var(--gold)}.hamburger span{background:var(--text-muted);transform-origin:50%;border-radius:2px;width:18px;height:1.5px;transition:all .25s;display:block}.hamburger.is-open span:first-child{background:var(--gold);transform:translateY(6.5px)rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.is-open span:nth-child(3){background:var(--gold);transform:translateY(-6.5px)rotate(-45deg)}.mobile-menu-overlay{z-index:99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;position:fixed;inset:70px 0 0}.mobile-menu{background:var(--bg-card);border-bottom:1px solid var(--border);padding:.5rem 0 1rem;animation:.2s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-menu ul{flex-direction:column;list-style:none;display:flex}.mobile-menu ul li a{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);padding:1rem 1.5rem;font-family:-apple-system,sans-serif;font-size:1rem;transition:color .2s,background .2s;display:block}.mobile-menu ul li:last-child a{border-bottom:none}.mobile-menu ul li a:hover,.mobile-menu ul li a.active{color:var(--gold);background:#c9a84c0f}.stats-bar{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:2.5rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.stat-value{color:var(--gold);font-family:Georgia,serif;font-size:2.2rem;display:inline-block;position:relative}.stat-value:after{content:"";background:var(--gold-dark);border-radius:2px;width:24px;height:2px;margin:.35rem auto 0;display:block}.stat-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-top:.25rem;font-family:sans-serif;font-size:.8rem}@media (max-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.cart-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;position:fixed;inset:0}.cart-drawer{background:var(--bg-card);border-left:1px solid var(--border);z-index:201;flex-direction:column;width:min(420px,100vw);display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden}.cart-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h2{font-size:1.2rem}.cart-close{border:1px solid var(--border);color:var(--text-muted);background:0 0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;display:flex}.cart-close:hover{color:var(--text);border-color:var(--text-muted)}.cart-items{flex-direction:column;flex:1;gap:1rem;padding:1rem 1.5rem;display:flex;overflow-y:auto}.cart-item{border-bottom:1px solid var(--border);gap:1rem;padding:.75rem 0;display:flex}.cart-item-img{object-fit:cover;border:1px solid var(--border);border-radius:2px;flex-shrink:0;width:64px;height:64px}.cart-item-info{flex:1}.cart-item-name{margin-bottom:.25rem;font-size:.9rem;line-height:1.3}.cart-item-price{color:var(--gold);font-family:sans-serif;font-size:.9rem}.cart-item-controls{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.qty-btn{background:var(--bg-surface);border:1px solid var(--border);color:var(--text);border-radius:2px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.9rem;display:flex}.qty-btn:hover{border-color:var(--gold);color:var(--gold)}.cart-qty{color:var(--text-muted);text-align:center;min-width:20px;font-family:sans-serif;font-size:.85rem}.cart-remove{color:var(--text-dim);cursor:pointer;background:0 0;border:none;margin-left:auto;font-family:sans-serif;font-size:.8rem;transition:color .2s}.cart-remove:hover{color:var(--error)}.cart-empty{color:var(--text-muted);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;font-family:sans-serif;display:flex}.cart-empty-icon{font-size:3rem}.cart-footer{border-top:1px solid var(--border);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.cart-total{justify-content:space-between;font-family:sans-serif;font-size:1rem;display:flex}.cart-total-amount{color:var(--gold);font-size:1.1rem;font-weight:600}.catalog-layout{grid-template-columns:220px 1fr;align-items:start;gap:2.5rem;display:grid}.filter-sidebar{background:var(--bg-card);border:1px solid var(--border);border-radius:4px;padding:1.5rem;position:sticky;top:90px}.filter-title{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.75rem;font-family:sans-serif;font-size:.7rem}.filter-group{margin-bottom:1.5rem}.filter-group h4{color:var(--text-muted);margin-bottom:.75rem;font-family:sans-serif;font-size:.85rem;font-weight:500}.filter-option{color:var(--text-muted);align-items:center;gap:.5rem;padding:.35rem 0;font-family:sans-serif;font-size:.85rem;transition:color .2s;display:flex;cursor:pointer!important}.filter-option:hover,.filter-option.active{color:var(--gold)}.filter-option input[type=checkbox]{accent-color:var(--gold);width:14px;height:14px}.catalog-top{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.75rem;padding-bottom:1rem;display:flex}.catalog-count{color:var(--text-muted);font-family:sans-serif;font-size:.85rem}.catalog-sort{background:var(--bg-surface);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:2px;padding:.4rem .75rem;font-family:sans-serif;font-size:.85rem}.catalog-sort:focus{border-color:var(--gold);outline:none}@media (max-width:768px){.catalog-layout{grid-template-columns:1fr}.filter-sidebar{position:static}}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.form-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-family:sans-serif;font-size:.8rem}.form-input,.form-select,.form-textarea{background:var(--bg-surface);border:1px solid var(--border);color:var(--text);border-radius:2px;width:100%;padding:.7rem .9rem;font-family:-apple-system,sans-serif;font-size:.95rem;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--gold);outline:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-dim)}.form-textarea{resize:vertical;min-height:100px}.form-error{color:var(--error);font-family:sans-serif;font-size:.8rem}.admin-layout{min-height:100vh;display:flex}.admin-sidebar{background:var(--bg-card);border-right:1px solid var(--border);flex-shrink:0;width:240px;height:100vh;padding:1.5rem;position:sticky;top:0;overflow-y:auto}.admin-logo{color:var(--text);border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.5rem;font-family:Georgia,serif;font-size:1.2rem}.admin-logo span{color:var(--gold)}.admin-nav{flex-direction:column;gap:.25rem;list-style:none;display:flex}.admin-nav li a,.admin-nav-btn{color:var(--text-muted);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:3px;align-items:center;gap:.75rem;width:100%;padding:.65rem .85rem;font-family:sans-serif;font-size:.88rem;transition:all .2s;display:flex}.admin-nav li a:hover,.admin-nav-btn:hover{background:var(--bg-surface);color:var(--text)}.admin-nav li a.active{color:var(--gold);background:#c9a84c1f}.admin-main{flex:1;padding:2rem 2.5rem;overflow-y:auto}.admin-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.25rem;display:flex}.admin-header h1{font-size:1.5rem}.admin-stats{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:4px;padding:1.25rem 1.5rem}.stat-card-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;font-family:sans-serif;font-size:.8rem}.stat-card-value{color:var(--gold);font-family:Georgia,serif;font-size:2rem}@media (max-width:900px){.admin-stats{grid-template-columns:repeat(2,1fr)}}.table-wrap{background:var(--bg-card);border:1px solid var(--border);border-radius:4px;overflow:auto hidden}.data-table{border-collapse:collapse;width:100%;font-family:sans-serif;font-size:.875rem}.data-table th{background:var(--bg-surface);color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:.85rem 1rem;font-size:.75rem;font-weight:500}.data-table td{border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle;padding:.85rem 1rem}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:#ffffff05}.status-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:99px;align-items:center;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-flex}.status-pending{color:var(--warning);background:#ffc10726}.status-paid{color:var(--success);background:#4caf5026}.status-shipped{color:#64b5f6;background:#2196f326}.status-completed{color:var(--gold);background:#c9a84c26}.status-cancelled{color:var(--error);background:#e5393526}.modal-backdrop{z-index:300;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:4px;width:min(600px,100%);max-height:90vh;overflow-y:auto}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header h3{font-size:1.1rem}.modal-body{padding:1.5rem}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.footer{background:var(--bg-card);border-top:1px solid var(--border);margin-top:auto;padding:4rem 0 2rem}.footer-grid{border-bottom:1px solid var(--border);grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}.footer-logo{color:var(--text);margin-bottom:1rem;font-family:Georgia,serif;font-size:1.5rem}.footer-logo span{color:var(--gold)}.footer-about{color:var(--text-muted);max-width:300px;font-family:sans-serif;font-size:.875rem;line-height:1.7}.footer-col h4{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;font-family:sans-serif;font-size:.75rem}.footer-col ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer-col ul li a{color:var(--text-muted);font-family:sans-serif;font-size:.875rem;transition:color .2s}.footer-col ul li a:hover{color:var(--gold)}.footer-contact-item{color:var(--text-muted);align-items:flex-start;gap:.75rem;margin-bottom:.85rem;font-family:sans-serif;font-size:.875rem;display:flex}.footer-contact-icon{color:var(--gold);flex-shrink:0;margin-top:.1rem;font-size:1rem}.footer-bottom{color:var(--text-dim);justify-content:space-between;align-items:center;font-family:sans-serif;font-size:.8rem;display:flex}.footer-admin-link{color:var(--text-dim);font-size:.75rem;transition:color .2s;cursor:pointer!important}.footer-admin-link:hover{color:var(--text-muted)}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:600px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}.alert{border-radius:2px;margin-bottom:1rem;padding:.85rem 1rem;font-family:sans-serif;font-size:.875rem}.alert-success{color:#81c784;background:#4caf5026;border:1px solid #4caf504d}.alert-error{color:#ef9a9a;background:#e5393526;border:1px solid #e539354d}.alert-info{color:var(--gold-light);background:#c9a84c1a;border:1px solid #c9a84c33}.spinner{border:3px solid var(--border);border-top-color:var(--gold);border-radius:50%;width:32px;height:32px;margin:2rem auto;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page-loading{min-height:60vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-family:sans-serif;display:flex}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.gap-1{gap:.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.w-full{width:100%}@media (max-width:768px){.navbar-links{gap:1rem}.section{padding:3rem 0}.hero{min-height:70vh}}@media (max-width:640px){.hamburger{display:flex}.navbar-links{display:none}.navbar-logo{font-size:1.3rem}.hero{min-height:60vh}.hero h1{font-size:clamp(1.9rem,8vw,2.8rem)}.hero-text{font-size:1rem}.hero-actions{flex-direction:column;align-items:flex-start}.hero-actions .btn{justify-content:center;width:100%}.section{padding:2.5rem 0}.container{padding:0 1rem}.section-header{margin-bottom:2rem}.section-header h2{font-size:clamp(1.5rem,5vw,2rem)}.stats-bar{padding:1.75rem 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.stat-value{font-size:1.8rem}.services-grid{grid-template-columns:1fr}.service-card{padding:1.5rem}.product-grid,.testimonials-grid{grid-template-columns:1fr}.cta-inner{text-align:center;flex-direction:column;padding:2rem 0}.cta-inner .btn{justify-content:center;width:100%}.cart-drawer{width:100vw}.btn{padding:.7rem 1.25rem;font-size:.875rem}}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.testimonial-card{background:var(--bg-card);border:1px solid var(--border);border-radius:4px;padding:2rem;transition:border-color .25s,transform .25s,box-shadow .25s;position:relative}.testimonial-card:before{content:"“";color:var(--gold);opacity:.12;pointer-events:none;font-family:Georgia,serif;font-size:4rem;line-height:1;position:absolute;top:1rem;right:1.5rem}.testimonial-card:hover{border-color:var(--gold-dark);transform:translateY(-3px);box-shadow:0 8px 32px #0006}.testimonial-stars{color:var(--gold);letter-spacing:.1em;margin-bottom:1rem;font-size:.9rem}.testimonial-text{color:var(--text-muted);margin-bottom:1.25rem;font-family:sans-serif;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-author{color:var(--text-dim);font-family:sans-serif;font-size:.85rem}.testimonial-author strong{color:var(--text);font-weight:500;display:block}.cta-band{background:linear-gradient(135deg, var(--bg-card) 0%, var(--bg-surface) 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.cta-inner{justify-content:space-between;align-items:center;gap:2rem;padding:3rem 0;display:flex}.cta-inner h2{max-width:560px;font-size:clamp(1.5rem,2.5vw,2rem)}.cta-inner p{color:var(--text-muted);margin-top:.5rem;font-family:sans-serif}@media (max-width:640px){.cta-inner{text-align:center;flex-direction:column}}.success-page{text-align:center;justify-content:center;align-items:center;min-height:70vh;padding:4rem 1.5rem;display:flex}.success-icon{margin-bottom:1.5rem;font-size:4rem}.success-page h1{margin-bottom:1rem;font-size:2.5rem}.success-page p{color:var(--text-muted);max-width:480px;margin:0 auto 2rem;font-family:sans-serif}.success-detail-card{background:var(--bg-card);border:1px solid var(--border);text-align:left;border-radius:4px;padding:1.25rem 1.5rem}.success-detail-heading{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);border-bottom:1px solid var(--border);margin-bottom:.9rem;padding-bottom:.65rem;font-family:sans-serif;font-size:.7rem}.login-page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.login-card{background:var(--bg-card);border:1px solid var(--border);border-radius:4px;width:min(420px,100%);padding:2.5rem 2rem}.login-logo{text-align:center;margin-bottom:2rem}.login-logo h1{font-family:Georgia,serif;font-size:1.8rem}.login-logo span{color:var(--gold)}.login-logo p{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-top:.25rem;font-family:sans-serif;font-size:.8rem}.breadcrumb{color:var(--text-dim);align-items:center;gap:.5rem;padding:1rem 0;font-family:sans-serif;font-size:.8rem;display:flex}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--gold)}.breadcrumb span{color:var(--text-dim)}
