*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background-color:#faf8f5;color:#2d2d2d;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#2d3748}p{color:#6b6b6b}a{text-decoration:none;color:inherit;transition:all .3s ease}img{max-width:100%;height:auto}button:disabled{background:#999;cursor:default}button:disabled:hover{background:#999;transform:none;box-shadow:none}.form-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.08)}.form-section h3{font-size:1.25rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid #e5e0d8}.form-section h3 i{color:#c4842d}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-weight:500;font-size:.875rem;margin-bottom:.5rem;color:#6b6b6b}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid #e5e0d8;border-radius:12px;font-size:.9375rem;transition:all .3s ease;background:#faf8f5}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#c4842d;box-shadow:0 0 0 3px rgba(196,132,45,.15)}.form-group textarea{min-height:5lh}.section-padding{padding:100px 0}.section-title{font-size:2.5rem;margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.125rem;color:#6b6b6b;text-align:center;max-width:600px;margin:0 auto 3rem}.btn-sm{border-radius:16px;padding:6px 16px !important}.btn-primary-custom,.btn-outline-custom,.btn-white-custom,.btn-success{border:none;color:#fff;padding:14px 32px;font-size:1rem;font-weight:600;border-radius:26px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease}.btn-primary-custom:hover,.btn-outline-custom:hover,.btn-white-custom:hover,.btn-success:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);color:#fff}.btn-primary-custom .bi::before,.btn-outline-custom .bi::before,.btn-white-custom .bi::before,.btn-success .bi::before{font-size:1.2rem;vertical-align:-0.2rem}.btn-primary-custom{background-color:#c4842d}.btn-primary-custom:hover{background-color:#a06b1f}.btn-outline-custom{background-color:rgba(0,0,0,0);border:2px solid #c4842d;color:#c4842d}.btn-outline-custom:hover{background-color:#c4842d}.btn-white-custom{background-color:#fff;color:#c4842d;border-radius:6px}.btn-white-custom:hover{background-color:#faf8f5;color:#a06b1f}.btn-success{background-color:#16a34a !important}.btn-link{color:#2d2d2d;text-decoration:none}.btn-danger-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:rgba(0,0,0,0);color:#dc2626;border:1px solid #dc2626;border-radius:12px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-danger-outline:hover{background:#dc2626;color:#fff}.nav-tabs .nav-item .nav-link:disabled{color:#999;background-color:rgba(0,0,0,0)}.navbar-brand{color:#d4a254}.navbar-brand:hover{color:#a06b1f}.navbar-brand .brand-icon,footer .brand-icon{width:40px;height:40px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.navbar-brand .brand-text,footer .brand-text{letter-spacing:-0.5px}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-background img{position:absolute;width:100%;height:100%;inset:0;color:rgba(0,0,0,0)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, rgba(26, 26, 26, 0.85) 0%, rgba(26, 26, 26, 0.6) 50%, rgba(26, 26, 26, 0.4) 100%)}.hero-content{position:relative;z-index:1;color:#fff;padding-top:100px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background-color:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);padding:8px 20px;border-radius:50px;font-size:.875rem;font-weight:500;margin-bottom:24px;border:1px solid hsla(0,0%,100%,.2)}.hero-badge .badge-dot{width:8px;height:8px;background-color:#4ade80;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}.hero-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:24px;line-height:1.1}.hero-title .highlight{color:#e8b44d}.hero-description{font-size:1.25rem;color:hsla(0,0%,100%,.85);margin-bottom:40px;max-width:540px;line-height:1.7}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:60px}.hero-buttons a{border-radius:26px}.hero-stats{display:flex;flex-wrap:wrap;gap:48px;padding-top:40px;border-top:1px solid hsla(0,0%,100%,.2)}.hero-stat{text-align:left}.hero-stat-value{font-size:2.5rem;font-weight:700;color:#e8b44d;line-height:1;margin-bottom:8px}.hero-stat-label{font-size:.875rem;color:hsla(0,0%,100%,.7);text-transform:uppercase;letter-spacing:1px}.hero-scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);color:hsla(0,0%,100%,.6);text-align:center;cursor:pointer;transition:all .3s ease}.hero-scroll-indicator:hover{color:#fff}.hero-scroll-indicator i{font-size:1.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.animate-on-scroll{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}@media(max-width: 991.98px){.hero-title{font-size:2.5rem}.hero-stats{gap:32px}.section-padding{padding:60px 0}.mission-box{padding:40px}.donate-form-wrapper{padding:32px}.donate-image-wrapper{min-height:300px;margin-top:40px}.navbar-collapse{background-color:#faf8f5;padding:20px;border-radius:12px;margin-top:16px}.navbar-collapse .nav-item .nav-link{color:#d4a254}.navbar-collapse .nav-item .nav-link:hover{color:#a06b1f}.navbar-collapse .nav-item .nav-link.show{color:#a06b1f}.navbar-collapse .nav-item .dropdown-menu{border:none}.navbar-collapse .nav-item .dropdown-menu .dropdown-item{color:#d4a254}.navbar-custom.scrolled .navbar-collapse{background-color:#fff}.nav-btn-donate{margin-left:0;margin-top:12px;display:inline-block}}@media(max-width: 767.98px){.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.hero-buttons a,.hero-buttons button{width:100%}.hero-stats{flex-direction:column;gap:24px}.hero-stat{text-align:center}.section-title{font-size:2rem}.amount-options{grid-template-columns:repeat(2, 1fr)}.footer-bottom{flex-direction:column;text-align:center}}.filter-tabs{display:flex;gap:.5rem;background:#fff;padding:.5rem;border-radius:20px;box-shadow:0 1px 3px rgba(0,0,0,.08);margin-bottom:1.5rem;overflow-x:auto}.filter-tab{padding:.625rem 1rem;background:rgba(0,0,0,0);border:none;border-radius:12px;font-size:.875rem;font-weight:500;color:#6b6b6b;cursor:pointer;transition:all .3s ease;white-space:nowrap}.filter-tab:hover{color:#2d2d2d}.filter-tab.active{background:rgba(196,132,45,.12);color:#c4842d}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:1rem;z-index:2000}.modal-content{background:#fff;border-radius:26px;max-width:500px;width:100%;max-height:90vh;overflow:auto;box-shadow:0 20px 40px rgba(0,0,0,.15)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e0d8}.modal-header h3{margin:0;font-size:1.25rem}.modal-close{background:none;border:none;font-size:1.25rem;color:#6b6b6b;cursor:pointer;padding:.25rem;transition:all .3s ease}.modal-close:hover{color:#2d2d2d}.modal-body{padding:1.5rem}.modal-description{margin:0 0 1.5rem;color:#6b6b6b}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid #e5e0d8}.return-items-list{display:flex;flex-direction:column;gap:.5rem}.return-item-check{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#faf8f5;border-radius:12px;cursor:pointer;transition:all .3s ease}.return-item-check:hover{background:#e5e0d8}.return-item-check input{width:18px;height:18px;accent-color:#c4842d}.return-item-check img{width:48px;height:48px;border-radius:6px;object-fit:cover}.return-item-check span{font-size:.9375rem}.badge-primary{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;background:rgba(196,132,45,.15);color:#a06b1f;border-radius:100px;font-size:.75rem;font-weight:600}.badge-success{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;background:rgba(34,197,94,.15);color:#16a34a;border-radius:100px;font-size:.75rem;font-weight:600}nav .navbar-nav{color:#a06b1f}nav .navbar-toggler{border:none}nav .navbar-toggler:focus{box-shadow:none}nav .navbar-toggler .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 2550, 255, 0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}nav .nav-link{color:#fff;font-weight:500;padding:8px 16px;margin:0 4px;border-radius:6px;transition:all .3s ease}nav .nav-link:hover{color:#d4a254;background-color:hsla(0,0%,100%,.15)}nav .nav-item{vertical-align:middle}nav .navbar-collapse .nav-link:hover{color:#fff;background-color:hsla(0,0%,100%,.15)}nav .navbar-collapse .nav-link.active{color:#fff}nav.bg-light{background-color:#fff;color:#a06b1f;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .3s ease}nav.bg-light>.container:hover{color:#d4a254}nav.bg-light .brand-icon{color:#fff;background-color:#d4a254}nav.bg-light .navbar-toggler{border:none}nav.bg-light .navbar-toggler .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}nav.bg-light .nav-link{color:#d4a254}nav.bg-light .nav-link.active{color:#a06b1f}nav.bg-light .nav-link:hover{color:#a06b1f;background-color:rgba(0,0,0,.1)}.page-header{margin-top:80px;background-color:#2d3748;color:#fff;padding:4rem 0 3rem;text-align:center}.page-header h1{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.page-header p{color:hsla(0,0%,100%,.7);font-size:1.125rem;max-width:600px;margin:0 auto}.breadcrumb-custom{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem}.breadcrumb-custom a{color:hsla(0,0%,100%,.6)}.breadcrumb-custom a:hover{color:#c4842d}.breadcrumb-custom span{color:hsla(0,0%,100%,.4)}.breadcrumb-custom .current{color:hsla(0,0%,100%,.9)}.impact-section{background-color:#fff}.impact-card{background-color:#faf8f5;border-radius:12px;padding:40px 30px;text-align:center;transition:all .3s ease;height:100%}.impact-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.impact-icon{width:70px;height:70px;background-color:rgba(196,132,45,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#c4842d;font-size:1.75rem}.impact-value{font-size:2.5rem;font-weight:700;color:#c4842d;margin-bottom:8px}.impact-label{font-size:1rem;color:#6b6b6b;margin-bottom:0}.mission-box{background:linear-gradient(135deg, #c4842d 0%, #a06b1f 100%);border-radius:20px;padding:60px;color:#fff;margin-top:60px}.mission-box h3{color:#fff;font-size:2rem;margin-bottom:20px}.mission-box p{color:hsla(0,0%,100%,.9);font-size:1.125rem;margin-bottom:30px}.partner-badge{display:inline-flex;align-items:center;gap:12px;background-color:#faf8f5;padding:24px;border-radius:20px;color:rgba(0,0,0,.9) !important}.partner-badge span{font-weight:600}.products-section{background-color:#faf8f5}.product-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.product-image-wrapper{position:relative;padding-top:100%;overflow:hidden;background-color:#f5f5f5}.product-image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image-wrapper img{transform:scale(1.08)}.product-badge{position:absolute;top:16px;left:16px;background-color:#c4842d;color:#fff;padding:6px 14px;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-content{padding:24px;display:flex;flex-direction:column;flex-grow:1}.product-category{font-size:.75rem;color:#c4842d;text-transform:uppercase;letter-spacing:1px;font-weight:600;margin-bottom:8px}.product-title{font-size:1.25rem;font-weight:600;margin-bottom:12px;color:#2d3748}.product-description{font-size:.9rem;color:#6b6b6b;margin-bottom:20px;flex-grow:1}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-price{font-size:1.5rem;font-weight:700;color:#c4842d}.product-btn{background-color:#2d3748;color:#fff;padding:12px 24px;border-radius:24px;font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .3s ease}.product-btn:hover{background-color:#c4842d;color:#fff}.products-cta{text-align:center;margin-top:60px}.donate-section{isolation:isolate;color:#fff;position:relative;z-index:0;overflow:hidden;background-color:#2d2d2d}.donate-section::before{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='none'%20fill-rule='evenodd'%3E%3Cg%20fill='white'%20fill-opacity='0.1'%3E%3Cpath%20d='M36%2034v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6%2034v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6%204V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.donate-section .section-title{color:#fff}.donate-section .section-subtitle{color:hsla(0,0%,100%,.7)}.donate-form-wrapper{background-color:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);border-radius:20px;padding:48px;border:1px solid hsla(0,0%,100%,.1)}.donation-type-toggle{display:flex;background-color:hsla(0,0%,100%,.1);border-radius:6px;padding:4px;margin-bottom:24px}.donation-type-btn{flex:1;padding:12px 24px;border:none;background-color:rgba(0,0,0,0);color:hsla(0,0%,100%,.7);font-weight:600;border-radius:6px;cursor:pointer;transition:all .3s ease}.donation-type-btn.active{background-color:#c4842d;color:#fff}.donation-type-btn:hover:not(.active){color:#fff}.amount-options{display:grid;grid-template-columns:repeat(3, 1fr);gap:12px;margin-bottom:24px}.amount-option{position:relative}.amount-option input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.amount-option label{display:block;padding:8px;text-align:center;background-color:hsla(0,0%,100%,.1);border:2px solid rgba(0,0,0,0);border-radius:6px;font-weight:600;font-size:1.25rem;color:#fff;cursor:pointer;transition:all .3s ease}.amount-option input:checked+label{background-color:#c4842d;border-color:#c4842d}.amount-option label:hover{border-color:hsla(0,0%,100%,.3)}.custom-amount-wrapper{margin-bottom:24px}.custom-amount-wrapper label{display:block;font-size:.875rem;color:hsla(0,0%,100%,.7);margin-bottom:8px}.custom-amount-input{position:relative}.custom-amount-input span{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:hsla(0,0%,100%,.5);font-size:1.125rem}.custom-amount-input input{width:100%;padding:12px 12px 12px 36px;background-color:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.2);border-radius:6px;color:#fff;font-size:1.125rem;font-weight:600;transition:all .3s ease}.custom-amount-input input:focus{outline:none;border-color:#c4842d;background-color:hsla(0,0%,100%,.15)}.custom-amount-input input::placeholder{color:hsla(0,0%,100%,.4)}.donate-btn{width:100%;padding:12px;background-color:#c4842d;border:none;border-radius:6px;color:#fff;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px}.donate-btn:hover{background-color:#d4a254;transform:translateY(-2px);box-shadow:0 8px 25px rgba(196,132,45,.4)}.donate-impact{display:flex;align-items:center;gap:16px;margin-top:24px;padding:20px;background-color:hsla(0,0%,100%,.05);border-radius:6px}.donate-impact i{font-size:2rem;color:#e8b44d}.donate-impact p:last-child{margin-bottom:0}.donate-impact-text{font-size:.9rem;color:hsla(0,0%,100%,.8);line-height:1.5}.donate-impact-text strong{color:#fff}.donate-image-wrapper{position:relative;border-radius:20px;overflow:hidden;height:100%;min-height:400px;margin:10px}.donate-image-wrapper img{width:100%;height:100%;object-fit:cover}.donate-image-overlay{position:absolute;bottom:0;left:0;right:0;padding:32px;background:linear-gradient(transparent, rgba(0, 0, 0, 0.8))}.donate-image-quote{font-size:1.25rem;font-style:italic;color:#fff;margin-bottom:8px}.donate-image-author{font-size:.875rem;color:hsla(0,0%,100%,.7)}.quarter-banner{background:linear-gradient(135deg, #c4842d 0%, #a06b1f 100%);color:#fff;padding:1.5rem;border-radius:20px;margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.quarter-banner h3{color:#fff;font-size:1.25rem;margin:0}.quarter-banner p{color:hsla(0,0%,100%,.85);margin:0;font-size:.9375rem}.quarter-countdown{display:flex;gap:1rem}.countdown-item{text-align:center;background:hsla(0,0%,100%,.15);padding:.5rem .75rem;border-radius:12px;min-width:60px}.countdown-number{font-size:1.5rem;font-weight:700;display:block}.countdown-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.product-section{padding:3rem 0 5rem}.detail-section{padding:3rem 0 5rem}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.detail-image-wrapper{border-radius:26px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.12)}.detail-image-wrapper img{width:100%;height:500px;object-fit:cover;display:block}.detail-badge{display:inline-block;background:#c4842d;color:#fff;padding:.375rem .875rem;border-radius:50px;font-size:.75rem;font-weight:600;margin-bottom:1rem}.detail-title{font-size:2rem;font-weight:700;margin-bottom:.75rem}.detail-price{font-size:2rem;font-weight:700;color:#c4842d;margin-bottom:1.5rem}.detail-desc{color:#6b6b6b;font-size:1.0625rem;line-height:1.8;margin-bottom:2rem}.detail-meta{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem;margin-bottom:2rem}.meta-item{background:#faf8f5;padding:1rem;border-radius:12px;text-align:center}.meta-item .meta-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:#6b6b6b;margin-bottom:.25rem}.meta-item .meta-value{font-weight:600;font-size:.9375rem}.detail-actions{display:flex;gap:1rem;align-items:center;margin-bottom:2rem}.detail-impact{background:rgba(196,132,45,.08);border:1px solid rgba(196,132,45,.2);border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem}.detail-impact i{font-size:2rem;color:#c4842d}.detail-impact .impact-text strong{display:block;font-size:.9375rem;margin-bottom:.25rem}.detail-impact .impact-text span{font-size:.8125rem;color:#6b6b6b}.cart-table{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08)}.cart-table table{width:100%;border-collapse:collapse}.cart-table table th{background-color:#faf8f5;padding:1rem 1.5rem;text-align:left;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;color:#6b6b6b;border-bottom:1px solid #e5e0d8}.cart-table table td{padding:1.25rem 1.5rem;vertical-align:middle;border-bottom:1px solid #e5e0d8}.cart-table table tr:last-child td{border-bottom:none}.cart-product-info{display:flex;align-items:center;gap:1rem}.cart-product-img{width:80px;height:80px;border-radius:12px;object-fit:cover}.cart-product-name{font-weight:600;font-size:1rem}.cart-product-variant{font-size:.8125rem;color:#6b6b6b}.qty-control{display:flex;align-items:center;border:1px solid #e5e0d8;border-radius:12px;overflow:hidden;width:fit-content}.qty-btn{width:36px;height:36px;border:none;background:#faf8f5;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#2d2d2d;transition:all .3s ease}.qty-btn:hover{background:#c4842d;color:#fff}.qty-value{width:40px;text-align:center;font-weight:600;font-size:.9375rem;border:none;background:rgba(0,0,0,0)}.remove-btn{background:none;border:none;color:#6b6b6b;cursor:pointer;font-size:1.125rem;padding:.25rem;transition:all .3s ease}.remove-btn:hover{color:#ef4444}.cart-summary{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.08)}.cart-summary h3{font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e0d8}.summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.9375rem}.summary-row.total{font-size:1.25rem;font-weight:700;margin-top:1rem;padding-top:1rem;border-top:2px solid #e5e0d8}.summary-row.total .label,.summary-row.total .value{color:#2d2d2d}.summary-row .label{color:#6b6b6b}.donation-note{background:rgba(196,132,45,.08);border:1px solid rgba(196,132,45,.2);border-radius:12px;padding:1rem;margin:1.5rem 0;display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#a06b1f}.donation-note i{font-size:1.25rem;color:#c4842d;margin-top:.125rem}.cart-section{padding:3rem 0 5rem}.empty-cart{text-align:center;padding:4rem 0}.empty-cart i{font-size:4rem;color:#6b6b6b;opacity:.4;margin-bottom:1.5rem;display:block}.empty-cart h2{font-size:1.75rem;margin-bottom:.75rem}.empty-cart p{color:#6b6b6b;font-size:1.0625rem;margin-bottom:2rem}.empty-cart a>i{font-size:1.125rem}.cart-grid{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{background:#fff;border-radius:20px;padding:1.25rem;display:flex;align-items:center;gap:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.08)}.cart-item-image{width:80px;height:80px;border-radius:12px;overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1}.cart-item-name{font-weight:600;font-size:1rem;margin-bottom:.25rem}.cart-item-price{color:#6b6b6b;font-size:.875rem}.cart-item-actions{display:flex;align-items:center;gap:1.25rem}.cart-item-total{font-weight:600;font-size:1rem;min-width:60px;text-align:right}.cart-remove-btn{background:none;border:none;color:#6b6b6b;cursor:pointer;font-size:1.125rem;padding:.25rem;transition:all .3s ease}.cart-remove-btn:hover{color:#ef4444}.summary-total{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:700;margin-top:.5rem}.donate-notice{text-align:center;margin-top:1rem;font-size:.8125rem;color:#a06b1f}.donate-notice i{margin-right:.25rem;color:#c4842d}@media(max-width: 992px){.cart-grid{grid-template-columns:1fr}}@media(max-width: 768px){.cart-item{flex-wrap:wrap}.cart-item-actions{width:100%;justify-content:space-between}}.checkout-section{padding:3rem 0 5rem}.checkout-grid{display:grid;grid-template-columns:1fr 400px;gap:2rem;align-items:start}.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.checkout-summary-section,.cart-summary-section{position:sticky;top:100px}.checkout-summary-section button,.checkout-summary-section a,.cart-summary-section button,.cart-summary-section a{width:100%;margin-top:1.6rem}.checkout-summary{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.08)}.checkout-summary h3{font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e0d8}.order-items,.checkout-items{display:flex;flex-direction:column}.order-item,.checkout-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0}.order-item:last-of-type,.checkout-item:last-of-type{border-bottom:none}.order-item img,.checkout-item img{width:60px;height:60px;border-radius:12px;object-fit:cover;flex-shrink:0}.order-item-name,.checkout-item-name{font-weight:600;font-size:.9375rem}.order-item-qty,.order-item-price,.checkout-item-qty,.checkout-item-price{font-size:.8125rem;color:#6b6b6b}.order-item-total,.checkout-item-total{font-weight:600;font-size:.9375rem;margin-left:auto}gmp-place-autocomplete::part(search-icon){display:none !important}gmp-place-autocomplete::part(clear-button){display:none !important}gmp-place-autocomplete{color-scheme:light !important;--gmpx-search-icon-display: none;--gmpx-color-on-surface: inherit;--gmpx-border-radius: $radius-btn-md;box-shadow:none !important;width:100%;border:1px solid #e5e0d8;border-radius:12px;font-size:.9375rem;transition:all .3s ease;background:#faf8f5}gmp-place-autocomplete:focus{outline:none;border-color:#c4842d;box-shadow:0 0 0 3px rgba(196,132,45,.15)}gmp-place-autocomplete::part(input-wrapper){padding:0;border:none}@media(max-width: 992px){.checkout-grid{grid-template-columns:1fr}.checkout-summary-section{position:static}}@media(max-width: 576px){.form-row{grid-template-columns:1fr}}.success-section{margin-top:5rem;padding:5rem 0;text-align:center}.success-section .container{text-align:center;max-width:600px}.success-section .order-status,.success-section .order-items,.success-section .order-summary{margin-top:1.5rem}.success-icon{width:100px;height:100px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.success-icon i{font-size:3rem;color:#16a34a}.success-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.success-subtitle{font-size:1.125rem;color:#6b6b6b;max-width:500px;margin:0 auto 2.5rem}.order-summary-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.08);text-align:left;max-width:600px;margin:0 auto 2rem}.order-header{display:flex;justify-content:space-between;align-items:center}.order-items,.order-summary{padding-top:1.5rem;border-top:1px solid #e5e0d8}.order-number{font-weight:700;font-size:1.125rem}.order-number>span{display:block}.order-number input{border:none}.order-status-badge{background:#dcfce7;color:#16a34a;padding:.375rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600}.order-item-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9375rem}.order-item-name{color:#2d2d2d}.order-item-price{font-weight:600}.timeline-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.08);max-width:600px;margin:0 auto 2rem;text-align:left}.timeline-card h3{font-size:1.125rem;margin-bottom:1.5rem;text-align:center}.timeline-step{display:flex;gap:1rem;position:relative;padding-bottom:1.5rem}.timeline-step:last-child{padding-bottom:0}.timeline-step:not(:last-child)::before{content:"";position:absolute;left:15px;top:32px;bottom:0;width:2px;background:#e5e0d8}.timeline-dot{width:32px;height:32px;border-radius:50%;background:#faf8f5;border:2px solid #e5e0d8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.timeline-dot.active{background:#c4842d;border-color:#c4842d;color:#fff}.timeline-dot.active i{color:#fff}.timeline-dot i{font-size:.75rem;color:#6b6b6b}.timeline-info h4{font-size:.9375rem;font-weight:600;margin-bottom:.25rem}.timeline-info p{font-size:.8125rem;color:#6b6b6b;margin:0}.success-message{color:#6b6b6b;font-size:1.125rem;max-width:500px;margin:0 auto 2rem}.success-impact{background:rgba(196,132,45,.08);border:1px solid rgba(196,132,45,.2);border-radius:12px;padding:1.25rem;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem;justify-content:center}.success-impact i{font-size:1.25rem;color:#c4842d}.success-impact p{margin:0;font-size:.9375rem;color:#a06b1f}.success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.focus-card{background:#fff;border-radius:20px;padding:2rem;text-align:center;height:100%;transition:all .3s ease;border:1px solid #e5e0d8}.focus-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12);border-color:#c4842d}.focus-icon{width:64px;height:64px;background:rgba(196,132,45,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.focus-icon i{font-size:1.5rem;color:#c4842d}.focus-title{font-size:1.25rem;margin-bottom:.75rem}.focus-desc{color:#6b6b6b;font-size:.9375rem;line-height:1.7;margin:0}.how-it-works-steps{max-width:700px;margin:2rem auto 0}.step-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid #e5e0d8}.step-item:last-child{border-bottom:none}.step-number{width:56px;height:56px;background:#c4842d;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.step-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.step-desc{color:#6b6b6b;font-size:1rem;line-height:1.7;margin:0}.page-hero{position:relative;padding:8rem 0 5rem;text-align:center;overflow:hidden}.page-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.page-hero-bg img{width:100%;height:100%;object-fit:cover}.page-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7))}.page-hero-content{position:relative;z-index:1}.page-hero h1{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem}.page-hero p{color:hsla(0,0%,100%,.85);font-size:1.25rem;max-width:650px;margin:0 auto}.how-it-works{padding:5rem 0;background:#fff}.steps-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:2rem}.step-card{text-align:center;padding:2rem;background:#faf8f5;border-radius:20px;position:relative;transition:all .3s ease}.step-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.step-card .step-number{width:40px;height:40px;background:#c4842d;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;margin:0 auto 1rem}.step-card .step-icon{width:60px;height:60px;background:rgba(196,132,45,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.step-card .step-icon i{font-size:1.5rem;color:#c4842d}.step-card h3{font-size:1.25rem;margin-bottom:.75rem}.step-card p{color:#6b6b6b;font-size:.9375rem;line-height:1.6;margin:0}.focus-areas{padding:5rem 0;background:#faf8f5}.focus-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:2rem;margin-top:2rem}.focus-card .focus-image{border-radius:20px 20px 0 0;overflow:hidden;height:200px;margin:-2rem -2rem 1.5rem}.focus-card .focus-image img{width:100%;height:100%;object-fit:cover}.focus-card .focus-content h3{font-size:1.25rem;margin-bottom:.75rem}.focus-card .focus-content p{color:#6b6b6b;font-size:.9375rem;line-height:1.7;margin:0}.partner-section{padding:5rem 0;background:#faf8f5}.partner-content{max-width:700px;margin:0 auto;text-align:center}.partner-content h2{font-size:2rem;margin-bottom:1.5rem}.partner-content p{color:#6b6b6b;font-size:1.0625rem;line-height:1.8;margin-bottom:1.5rem}@media(max-width: 992px){.steps-grid{grid-template-columns:1fr;max-width:400px;margin:2rem auto 0}.focus-grid{grid-template-columns:1fr}}.process-section{padding:5rem 0;background:#faf8f5}.process-step{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid #e5e0d8}.process-step:last-child{border-bottom:none}.process-step-number{width:56px;height:56px;background:#c4842d;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.process-step-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.process-step-content p{color:#6b6b6b;font-size:1rem;line-height:1.7;margin:0}.values-section{padding:5rem 0;background:#faf8f5}.value-card{background:#fff;border-radius:20px;padding:2rem;text-align:center;height:100%;transition:all .3s ease;border:1px solid #e5e0d8}.value-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12);border-color:#c4842d}.value-icon{width:64px;height:64px;background:rgba(196,132,45,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.value-icon i{font-size:1.5rem;color:#c4842d}.value-card h3{font-size:1.25rem;margin-bottom:.75rem}.value-card p{color:#6b6b6b;font-size:.9375rem;line-height:1.7;margin:0}@media(max-width: 768px){.process-step{flex-direction:column;text-align:center;align-items:center}}.impact-section{padding:6rem 0;background:#fff}.impact-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:2rem;margin-bottom:4rem}.impact-card{text-align:center;padding:2rem 1.5rem;background:#faf8f5;border-radius:20px;transition:all .3s ease}.impact-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.impact-icon{width:60px;height:60px;background:rgba(196,132,45,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.impact-icon i{font-size:1.5rem;color:#c4842d}.impact-number{font-size:2.5rem;font-weight:700;color:#c4842d;margin-bottom:.5rem}.impact-label{font-size:.875rem;color:#6b6b6b;text-transform:uppercase;letter-spacing:.5px}.mission-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.mission-image{border-radius:26px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.15)}.mission-image img{width:100%;height:400px;object-fit:cover;display:block}.mission-text h3{font-size:2rem;margin-bottom:1.5rem}.mission-text p{color:#6b6b6b;margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.8}.partner-badge{display:inline-flex;align-items:center;gap:.75rem;background:#faf8f5;padding:1rem 1.5rem;border-radius:20px;border:1px solid #e5e0d8}.partner-badge i{font-size:1.5rem;color:#c4842d}.partner-badge span{font-weight:600}.donate-section{padding:6rem 0;color:#fff}.donate-section .section-title{color:#fff}.donate-section .section-subtitle{color:hsla(0,0%,100%,.7)}.donate-form-wrapper{max-width:500px;margin:0 auto;background:hsla(0,0%,100%,.05);backdrop-filter:blur(10px);padding:2.5rem;border-radius:26px;border:1px solid hsla(0,0%,100%,.1)}.amount-options{display:grid;grid-template-columns:repeat(3, 1fr);gap:.75rem;margin-bottom:1.5rem}.amount-btn{background:rgba(0,0,0,0);border:2px solid hsla(0,0%,100%,.2);color:#fff;padding:1rem;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease}.amount-btn:hover,.amount-btn.active{background:#c4842d;border-color:#c4842d}.custom-amount-wrapper{position:relative;margin-bottom:1.5rem}.custom-amount-wrapper .currency-symbol{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:hsla(0,0%,100%,.5);font-weight:500}.custom-amount-input{width:100%;background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.2);color:#fff;padding:1rem 1rem 1rem 2.5rem;border-radius:12px;font-size:1rem}.custom-amount-input:focus{outline:none;border-color:#c4842d}.custom-amount-input::placeholder{color:hsla(0,0%,100%,.5)}.frequency-toggle{display:flex;background:hsla(0,0%,100%,.1);border-radius:12px;padding:.25rem;margin-bottom:1.5rem}.frequency-btn{flex:1;background:rgba(0,0,0,0);border:none;color:hsla(0,0%,100%,.7);padding:.75rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease}.frequency-btn.active{background:#c4842d;color:#fff}.donate-submit-btn{width:100%;background:#c4842d;color:#fff;border:none;padding:1.125rem;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.donate-submit-btn:hover{background:#a06b1f;transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.donate-info{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;font-size:.875rem;color:hsla(0,0%,100%,.6)}.donate-info i{color:#e8b44d}.impact-donation-examples .impact-grid{grid-template-columns:repeat(3, 1fr) !important;margin-top:2rem}.impact-donation-examples .impact-grid .impact-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;text-align:left}.impact-donation-examples .impact-grid .impact-card .impact-icon{width:48px;height:48px;flex-shrink:0}.impact-donation-examples .impact-grid .impact-card strong{color:#d4a254;font-size:1.25rem}@media(max-width: 992px){.impact-donation-examples .impact-grid{grid-template-columns:repeat(2, 1fr)}}.success-section{padding:5rem 0;text-align:center}.success-icon{width:100px;height:100px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.success-icon i{font-size:3rem;color:#16a34a}.success-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.success-subtitle{font-size:1.125rem;color:#6b6b6b;max-width:500px;margin:0 auto 2.5rem}.order-summary-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.08);text-align:left;max-width:600px;margin:0 auto 2rem}.order-number{font-weight:700;font-size:1.125rem}.order-item-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9375rem}.order-item-name{color:#2d2d2d}.order-item-price{font-weight:600}.timeline-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.08);max-width:600px;margin:0 auto 2rem;text-align:left}.timeline-card h3{font-size:1.125rem;margin-bottom:1.5rem;text-align:center}.timeline-step{display:flex;gap:1rem;position:relative;padding-bottom:1.5rem}.timeline-step:last-child{padding-bottom:0}.timeline-step:not(:last-child)::before{content:"";position:absolute;left:15px;top:32px;bottom:0;width:2px;background:#e5e0d8}.timeline-dot{width:32px;height:32px;border-radius:50%;background:#faf8f5;border:2px solid #e5e0d8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.timeline-dot.active{background:#c4842d;border-color:#c4842d;color:#fff}.timeline-dot.active i{color:#fff}.timeline-dot i{font-size:.75rem;color:#6b6b6b}.timeline-info h4{font-size:.9375rem;font-weight:600;margin-bottom:.25rem}.timeline-info p{font-size:.8125rem;color:#6b6b6b;margin:0}.receipt-layout{max-width:600px;margin:0 auto}.receipt-card{background:#fff;border-radius:26px;box-shadow:0 8px 30px rgba(0,0,0,.12);overflow:hidden}.receipt-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#faf8f5;border-bottom:1px solid #e5e0d8}.receipt-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700}.receipt-logo i{color:#c4842d}.receipt-badge{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:rgba(34,197,94,.1);color:#16a34a;border-radius:100px;font-size:.8125rem;font-weight:600}.receipt-amount-section{text-align:center;padding:2.5rem 2rem;border-bottom:1px solid #e5e0d8}.receipt-amount-section .receipt-label{font-size:.875rem;color:#6b6b6b;margin-bottom:.5rem}.receipt-amount{font-size:3rem;font-weight:700;color:#c4842d}.receipt-frequency{display:block;font-size:.875rem;color:#6b6b6b;margin-top:.5rem}.receipt-details{padding:1.5rem 2rem;border-bottom:1px solid #e5e0d8}.receipt-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e0d8}.receipt-row:last-child{border-bottom:none}.receipt-key{color:#6b6b6b;font-size:.9375rem}.receipt-value{font-weight:500;font-size:.9375rem;text-align:right}.receipt-value.receipt-impact{color:#c4842d;display:flex;align-items:center;gap:.375rem}.receipt-tax-info{padding:1.5rem 2rem;background:#faf8f5;border-bottom:1px solid #e5e0d8}.receipt-tax-info h4{font-size:.9375rem;margin:0 0 .75rem}.receipt-tax-info p{margin:0 0 .5rem;font-size:.875rem;color:#6b6b6b;line-height:1.6}.receipt-tax-info p:last-child{margin-bottom:0}.receipt-impact-section{padding:1.5rem 2rem;border-bottom:1px solid #e5e0d8}.receipt-impact-section h4{display:flex;align-items:center;gap:.5rem;font-size:1rem;margin:0 0 1rem}.receipt-impact-section h4 i{color:#c4842d}.receipt-impact-section>p{margin:0 0 1rem;color:#6b6b6b}.impact-list{list-style:none;margin:0;padding:0}.impact-list li{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.9375rem}.impact-list i{color:#c4842d}.receipt-actions{display:flex;gap:1rem;padding:1.5rem 2rem;border-bottom:1px solid #e5e0d8}.receipt-footer{text-align:center;padding:1.5rem 2rem;background:#faf8f5}.receipt-footer p{margin:0 0 .5rem;font-size:.9375rem;color:#6b6b6b}.receipt-footer p:last-child{margin-bottom:0}.receipt-partner{display:flex;align-items:center;gap:.5rem;justify-content:center;font-size:.8125rem}.receipt-partner a{color:#c4842d;font-weight:500}.back-link{text-align:center;margin-top:2rem}.back-link a{display:inline-flex;align-items:center;gap:.375rem;color:#6b6b6b;font-size:.9375rem;transition:all .3s ease}.back-link a:hover{color:#c4842d}.account-section{padding:3rem 0 5rem}.account-grid{display:grid;grid-template-columns:260px 1fr;gap:2rem;align-items:start}.account-sidebar{position:sticky;top:100px}.account-nav{background:#fff;border-radius:20px;box-shadow:0 1px 3px rgba(0,0,0,.08);padding:.5rem;display:flex;flex-direction:column;gap:.25rem}.account-nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:12px;color:#2d2d2d;font-weight:500;font-size:.9375rem;transition:all .3s ease}.account-nav-item i{font-size:1.125rem;color:#6b6b6b;width:20px;text-align:center}.account-nav-item:hover{background:rgba(196,132,45,.08);color:#c4842d}.account-nav-item:hover i{color:#c4842d}.account-nav-item.active{background:rgba(196,132,45,.12);color:#c4842d}.account-nav-item.active i{color:#c4842d}.account-impact-card{margin-top:1.5rem;background:linear-gradient(135deg, #c4842d 0%, #a06b1f 100%);border-radius:20px;padding:1.5rem;text-align:center;color:#fff}.account-impact-card .impact-value,.account-impact-card .impact-label{color:#fff}.account-impact-card .impact-icon{width:48px;height:48px;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.account-impact-card .impact-icon i{color:#fff}.account-impact-card .impact-icon i{font-size:1.25rem}.account-impact-card h4{margin:0 0 .75rem;font-size:1rem;font-weight:600}.account-impact-card .impact-value{font-size:1.75rem;font-weight:700;display:block}.account-impact-card .impact-label{font-size:.75rem;opacity:.8}.account-main{display:flex;flex-direction:column;gap:1.5rem}.account-card{background:#fff;border-radius:20px;box-shadow:0 1px 3px rgba(0,0,0,.08);overflow:hidden}.account-card-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e0d8}.account-card-header h2{margin:0;font-size:1.125rem;display:flex;align-items:center;gap:.5rem}.account-card-header h2 i{color:#c4842d}.account-card-header h3{margin:0;font-size:1rem}.account-card-body{padding:1.5rem}.address-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}.address-card{background:#faf8f5;border:1px solid #e5e0d8;border-radius:12px;padding:1.25rem;transition:all .3s ease}.address-card.default{border-color:#c4842d}.address-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.address-label{font-weight:600;font-size:1rem}.address-card-body{font-size:.9375rem;line-height:1.6;color:#6b6b6b}.address-card-body .address-name{font-weight:500;color:#2d2d2d;margin-bottom:.25rem}.address-card-body .address-phone{margin-top:.5rem}.address-card-body p{margin:0}.address-card-actions{display:flex;gap:.75rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e5e0d8}.payment-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}.payment-card{background:#faf8f5;border:1px solid #e5e0d8;border-radius:20px;overflow:hidden;transition:all .3s ease}.payment-card.default{border-color:#c4842d}.payment-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem}.card-brand{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:6px;color:#fff;font-size:.75rem;font-weight:600}.card-brand i{font-size:1rem}.payment-card-body{padding:1rem 1rem 1.25rem}.card-number{display:flex;gap:.75rem;font-family:"Geist Mono","Geist Mono Fallback";font-size:1rem;margin-bottom:1rem}.card-details{display:flex;justify-content:space-between}.card-label{display:block;font-size:.6875rem;color:#6b6b6b;text-transform:uppercase;letter-spacing:.5px}.card-value{font-size:.875rem;font-weight:500;margin-top:.25rem}.payment-card-actions{display:flex;gap:.75rem;padding:1rem;border-top:1px solid #e5e0d8}.security-notice{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.2);border-radius:12px}.security-notice i{color:#2563eb;font-size:1.125rem;flex-shrink:0;margin-top:.125rem}.security-notice strong{display:block;margin-bottom:.25rem;font-size:.9375rem}.security-notice p{margin:0;font-size:.8125rem;color:#6b6b6b;line-height:1.5}@media(min-width: 993px){.account-section .timeline-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:1;padding-bottom:0}.account-section .timeline-step:not(:last-child)::before{content:none}}@media(max-width: 992px){.account-grid{grid-template-columns:1fr;display:flex !important}.account-sidebar{position:static}.account-nav{flex-direction:row;overflow-x:auto;gap:.5rem}.account-nav-item{white-space:nowrap;padding:.75rem 1rem}.order-detail-layout{grid-template-columns:1fr}.tracking-info-grid{grid-template-columns:1fr;gap:1rem}.impact-cards-row{grid-template-columns:1fr}.account-section .status-timeline{flex-direction:column;padding:0}.account-section .status-timeline::before{display:none}.account-section .timeline-step{flex-direction:row;gap:1rem}.account-section .timeline-label{padding-top:.4rem}}@media(max-width: 768px){.address-grid{grid-template-columns:1fr}.payment-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.form-row-3{grid-template-columns:1fr}.profile-info-grid{grid-template-columns:1fr}.receipt-actions{flex-direction:column}.receipt-actions button,.receipt-actions a{width:100%;justify-content:center}.order-detail-layout{grid-template-columns:1fr !important}}@media(max-width: 576px){.account-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.order-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.donation-card-main{flex-direction:column;align-items:flex-start;gap:1rem}.donation-info{text-align:left}.modal-content{margin:.5rem;max-height:calc(100vh - 1rem)}}.orders-list{display:flex;flex-direction:column;gap:1.25rem}.order-card{background:#fff;border-radius:20px;box-shadow:0 1px 3px rgba(0,0,0,.08);overflow:hidden;transition:all .3s ease}.order-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.order-card-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:#faf8f5;border-bottom:1px solid #e5e0d8}.order-info{display:flex;flex-direction:column;gap:.25rem}.order-number{font-weight:600;font-size:1rem}.order-date{font-size:.8125rem;color:#6b6b6b}.order-status{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:100px;font-size:.8125rem;font-weight:500}.order-status-delivered{background:rgba(34,197,94,.1);color:#16a34a}.order-status-shipped{background:rgba(124,58,237,.1);color:#7c3aed}.order-status-placed,.order-status-processing{background:rgba(59,130,246,.1);color:#2563eb}.order-status-pending{background:rgba(107,91,77,.1);color:#6b6b6b}.order-status-cancelled,.order-status-cancel_requested,.order-status-return_requested,.order-status-returned,.order-status-refunded{background:rgba(239,68,68,.1);color:#dc2626}.order-card-body{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem}.order-items-preview{display:flex;gap:.5rem}.order-item-thumb{width:56px;height:56px;border-radius:12px;overflow:hidden;border:1px solid #e5e0d8}.order-item-thumb img{width:100%;height:100%;object-fit:cover}.order-item-more{width:56px;height:56px;border-radius:12px;background:#faf8f5;border:1px solid #e5e0d8;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600;color:#6b6b6b}.order-summary-mini{text-align:right}.order-summary-mini .items-count{font-size:.875rem;color:#6b6b6b;display:block}.order-total{font-size:1.125rem;font-weight:600;margin-top:.25rem}.order-card-footer{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e0d8}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.order-tracking-mini{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:rgba(59,130,246,.05);font-size:.8125rem;color:#6b6b6b}.order-tracking-mini i{color:#2563eb}.order-card-actions{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e0d8;flex-wrap:wrap}.items-count{font-size:.875rem;color:#6b6b6b;display:block}.order-detail-layout{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}.order-detail-main{display:flex;flex-direction:column;gap:1.5rem}.order-detail-sidebar{display:flex;flex-direction:column;gap:1.25rem}.account-section .status-timeline{display:flex;justify-content:space-between;position:relative;padding:0 1rem}.account-section .status-timeline::before{content:"";position:absolute;top:15px;left:3rem;right:3rem;height:2px;background:#e5e0d8}.account-section .timeline-step.complete .timeline-dot{background:#c4842d;border-color:#c4842d;color:#fff}.account-section .timeline-step.current .timeline-dot{border-color:#c4842d;box-shadow:0 0 0 4px rgba(196,132,45,.2)}.account-section .timeline-label{font-size:.75rem;color:#6b6b6b;text-transform:capitalize}.account-section .timeline-step.complete .timeline-label{color:#a06b1f}.account-section .tracking-info-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.25rem}.account-section .tracking-info-item{display:flex;flex-direction:column;gap:.25rem}.account-section .tracking-label{font-size:.75rem;color:#6b6b6b;text-transform:uppercase;letter-spacing:.5px}.account-section .tracking-value{font-weight:500}.account-section .tracking-number{font-family:var(--font-mono, monospace);font-size:.8125rem}.account-section .summary-rows{display:flex;flex-direction:column}.account-section .summary-row{display:flex;justify-content:space-between;padding:.625rem 0;font-size:.9375rem;color:#6b6b6b}.account-section .summary-row span:last-child{color:#2d2d2d}.account-section .summary-row.total{border-top:1px solid #e5e0d8;margin-top:.5rem;padding-top:1rem;font-size:1.125rem;font-weight:600}.account-section .summary-row.total span{color:#2d2d2d}.shipping-address{font-style:normal;line-height:1.7;font-size:.9375rem;color:#6b6b6b}.shipping-address strong{color:#2d2d2d;display:block;margin-bottom:.25rem}.payment-display{display:flex;align-items:center;gap:.5rem;font-size:.9375rem}.payment-display i{color:#6b6b6b}.order-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;padding:0 1.5rem}.donation-impact-summary{margin-top:1.5rem;background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.08);text-align:center}.donation-impact-summary h3{font-size:.875rem;color:#6b6b6b;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.5px}.impact-stat-large .impact-value{font-size:2.25rem;font-weight:700;color:#c4842d;display:block}.impact-stat-large .impact-label{font-size:.8125rem;color:#6b6b6b}.monthly-badge{display:inline-flex;align-items:center;gap:.375rem;margin-top:1rem;padding:.5rem 1rem;background:rgba(34,197,94,.1);color:#16a34a;border-radius:100px;font-size:.8125rem;font-weight:500}.impact-cards-row{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem;margin-bottom:1.5rem}.mini-impact-card{background:#fff;border-radius:12px;padding:1rem;display:flex;align-items:flex-start;gap:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.08)}.mini-impact-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mini-impact-icon i{font-size:1rem}.mini-impact-content{flex:1}.mini-impact-value{font-size:1.25rem;font-weight:700;display:block}.mini-impact-label{font-size:.75rem;color:#6b6b6b;line-height:1.4}.order-detail-grid{display:grid;grid-template-columns:1fr 360px;gap:2rem;align-items:start}.order-detail-main{display:flex;flex-direction:column;gap:1.5rem}.tracking-card{background:#fff;border-radius:20px;box-shadow:0 1px 3px rgba(0,0,0,.08);overflow:hidden}.tracking-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:rgba(59,130,246,.05);border-bottom:1px solid #e5e0d8}.tracking-header i{font-size:1.25rem;color:#2563eb}.tracking-header h3{margin:0;font-size:1rem}.tracking-body{padding:1.5rem}.tracking-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e0d8}.tracking-row:last-child{border-bottom:none}.tracking-label{color:#6b6b6b;font-size:.9375rem}.tracking-value{font-weight:500}.tracking-number-display{font-family:var(--font-mono, monospace);background:#faf8f5;padding:.25rem .5rem;border-radius:6px;font-size:.875rem}.order-items-card{background:#fff;border-radius:20px;box-shadow:0 1px 3px rgba(0,0,0,.08);padding:1.5rem}.order-items-card h3{display:flex;align-items:center;gap:.5rem;margin:0 0 1.25rem;font-size:1rem}.order-items-card h3 i{color:#c4842d}.order-items-list{display:flex;flex-direction:column}.order-item-row{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e5e0d8}.order-item-row:last-child{border-bottom:none}.order-item-image{width:64px;height:64px;border-radius:12px;overflow:hidden;flex-shrink:0}.order-item-image img{width:100%;height:100%;object-fit:cover}.order-item-details{flex:1}.order-item-details h4{margin:0 0 .25rem;font-size:.9375rem}.order-item-meta{margin:0;font-size:.8125rem;color:#6b6b6b}.order-item-price{font-weight:600}.order-detail-sidebar{display:flex;flex-direction:column;gap:1.25rem}.order-summary-card{background:#fff;border-radius:20px;box-shadow:0 1px 3px rgba(0,0,0,.08);padding:1.5rem}.order-summary-card h3{margin:0 0 1rem;font-size:1rem}.summary-row{display:flex;justify-content:space-between;padding:.625rem 0;font-size:.9375rem;color:#6b6b6b}.summary-row span:last-child{color:#2d2d2d}.summary-total{border-top:1px solid #e5e0d8;margin-top:.5rem;padding-top:1rem;font-size:1.125rem;font-weight:600}.summary-total span{color:#2d2d2d}.shipping-address{font-style:normal;line-height:1.7;color:#6b6b6b}.impact-note{display:flex;align-items:flex-start;gap:.75rem;background:rgba(196,132,45,.08);border:1px solid rgba(196,132,45,.2);border-radius:12px;padding:1rem}.impact-note i{color:#c4842d;font-size:1.125rem;flex-shrink:0;margin-top:.125rem}.impact-note p{margin:0;font-size:.875rem;color:#a06b1f;line-height:1.5}.order-verify-section{padding:4rem 0 5rem}.order-verify-card{max-width:480px;margin:0 auto;background:#fff;border-radius:26px;padding:2.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.order-verify-header{text-align:center;margin-bottom:2rem}.order-verify-header h2{font-size:1.75rem;margin-bottom:.5rem}.order-verify-header p{color:#6b6b6b;font-size:.9375rem}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px}.empty-state i{font-size:4rem;color:#6b6b6b;opacity:.4;margin-bottom:1.5rem;display:block}.empty-state h2{font-size:1.5rem;margin-bottom:.5rem}.empty-state p{color:#6b6b6b;margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}.profile-grid{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start}.profile-main{display:flex;flex-direction:column;gap:1.25rem}.profile-card{background:#fff;border-radius:20px;box-shadow:0 1px 3px rgba(0,0,0,.08);padding:1.5rem}.profile-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e5e0d8}.profile-card-header h3{margin:0;font-size:1rem;display:flex;align-items:center;gap:.5rem}.profile-card-header h3 i{color:#c4842d}.btn-link-custom,.btn-link-danger{background:none;border:none;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.375rem;transition:all .3s ease}.btn-link-custom{color:#c4842d}.btn-link-custom:hover{color:#a06b1f}.btn-link-danger{color:#dc2626}.btn-link-danger:hover{color:#b91c1c}.profile-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.profile-info-item{display:flex;flex-direction:column;gap:.25rem}.profile-info-label{font-size:.8125rem;color:#6b6b6b}.profile-info-value{font-weight:500}.security-actions{display:flex;gap:.75rem;flex-wrap:wrap}.connected-accounts{display:flex;flex-direction:column;gap:.75rem}.connected-account{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#faf8f5;border-radius:12px;text-transform:capitalize}.connected-account-info{display:flex;align-items:center;gap:.5rem;font-weight:500}.connected-account-info i{font-size:1.125rem}.connected-badge{font-size:.75rem;color:#16a34a;font-weight:500}.profile-sidebar{display:flex;flex-direction:column;gap:1.25rem}.profile-quick-card{background:#fff;border-radius:20px;box-shadow:0 1px 3px rgba(0,0,0,.08);padding:1.5rem}.profile-quick-card h3{margin:0 0 1rem;font-size:1rem}.profile-quick-links{list-style:none;margin:0;padding:0}.profile-quick-links li{border-bottom:1px solid #e5e0d8}.profile-quick-links li:last-child{border-bottom:none}.profile-quick-links a{display:flex;align-items:center;gap:.625rem;padding:.875rem 0;color:#2d2d2d;font-size:.9375rem;transition:all .3s ease}.profile-quick-links a:hover{color:#c4842d}.profile-quick-links i{font-size:1rem;color:#6b6b6b;width:20px}.profile-quick-links a:hover i{color:#c4842d}.profile-impact-card{background:linear-gradient(135deg, #c4842d 0%, #a06b1f 100%);border-radius:20px;padding:1.5rem;text-align:center;color:#fff}.profile-impact-card .impact-icon{width:56px;height:56px;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.profile-impact-card .impact-icon i{font-size:1.5rem}.profile-impact-card h4{margin:0 0 1rem;font-size:1rem;font-weight:600}.profile-impact-card .impact-value{font-size:2rem;font-weight:700;display:block}.profile-impact-card .impact-label{font-size:.8125rem;opacity:.9}.profile-impact-card .impact-note{margin-top:1rem;font-size:.8125rem;opacity:.9}@media(max-width: 992px){.profile-grid{grid-template-columns:1fr}}@media(max-width: 576px){.profile-info-grid{grid-template-columns:1fr}}.profile-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.profile-info-item{display:flex;flex-direction:column;gap:.375rem}.profile-label{font-size:.8125rem;color:#6b6b6b}.profile-value{font-weight:500;font-size:.9375rem}.phone-display{display:flex;align-items:center;justify-content:space-between;gap:1rem}.phone-number{font-weight:500;font-size:1rem}.verification-box{margin-top:1.25rem;padding:1.25rem;background:#faf8f5;border-radius:12px}.verification-box p{margin:0 0 1rem;font-size:.9375rem;color:#6b6b6b}.verification-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.code-input{font-family:"Geist Mono","Geist Mono Fallback";font-size:1.25rem;letter-spacing:.5rem;text-align:center}.security-actions{display:flex;gap:1rem;flex-wrap:wrap}.auth-section{padding:4rem 0 5rem}.auth-card{max-width:480px;margin:0 auto;background:#fff;border-radius:26px;padding:2.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h2{font-size:1.75rem;margin-bottom:.5rem}.auth-header p{color:#6b6b6b;font-size:.9375rem}.auth-link{color:#c4842d;font-weight:500}.auth-link:hover{color:#a06b1f;text-decoration:underline}.social-auth{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.social-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.8125rem 1rem;border-radius:12px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:1px solid #e5e0d8;background:#fff;color:#2d2d2d}.social-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.social-btn-google:hover{border-color:#4285f4}.social-btn-facebook{background:#1877f2;color:#fff;border-color:#1877f2}.social-btn-facebook:hover{background:#166fe5}.social-btn-facebook i{font-size:1.125rem}.social-btn-apple{background:#000;color:#fff;border-color:#000}.social-btn-apple:hover{background:#1a1a1a}.social-btn-apple i{font-size:1.25rem}.auth-divider{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;color:#6b6b6b;font-size:.8125rem}.auth-divider::before,.auth-divider::after{content:"";flex:1;height:1px;background:#e5e0d8}.form-group-auth{margin-bottom:1.25rem}.form-group-auth label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem;color:#2d2d2d}.form-group-auth input,.form-group-auth textarea{width:100%;padding:.75rem 1rem;border:1px solid #e5e0d8;border-radius:12px;font-size:.9375rem;font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#fff;color:#2d2d2d;transition:all .3s ease}.form-group-auth input:focus,.form-group-auth textarea:focus{outline:none;border-color:#c4842d;box-shadow:0 0 0 3px rgba(196,132,45,.15)}.form-group-auth textarea{resize:vertical}.form-row-auth{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-check-auth{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem}.form-check-auth input[type=checkbox]{width:18px;height:18px;accent-color:#c4842d;cursor:pointer}.form-check-auth label{cursor:pointer;color:#6b6b6b}.form-options-auth{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.auth-submit-btn{width:100%;padding:.9375rem;background:#c4842d;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.auth-submit-btn:hover{background:#a06b1f;transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.12)}@media(max-width: 576px){.auth-card{padding:1.5rem}.form-row-auth{grid-template-columns:1fr}}.legal-section{padding:4rem 0 5rem}.legal-card{max-width:800px;margin:0 auto;background:#fff;border-radius:26px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden}.legal-toc{background:#faf8f5;padding:2rem;border-bottom:1px solid #e5e0d8}.legal-toc h3{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#6b6b6b;text-transform:uppercase;letter-spacing:.5px}.legal-toc ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.legal-toc li{counter-increment:none}.legal-toc a{display:block;padding:.5rem .75rem;border-radius:6px;font-size:.9375rem;color:#2d2d2d;transition:all .3s ease}.legal-toc a:hover{background:rgba(196,132,45,.1);color:#c4842d}.legal-content{padding:2.5rem}.legal-block{margin-bottom:2.5rem}.legal-block:last-child{margin-bottom:0}.legal-block h2{font-size:1.375rem;margin-bottom:1rem;color:#2d2d2d}.legal-block p{color:#6b6b6b;font-size:1rem;line-height:1.8;margin-bottom:1rem}.legal-block p:last-child{margin-bottom:0}@media(max-width: 768px){.legal-toc ol{grid-template-columns:1fr}.legal-content{padding:1.5rem}.legal-toc{padding:1.5rem}}.contact-section{padding:4rem 0 5rem}.contact-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:2.5rem;align-items:start}.contact-form-card{background:#fff;border-radius:26px;padding:2.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1)}.contact-form-card h2{font-size:1.5rem;margin-bottom:.5rem}.contact-form-desc{color:#6b6b6b;font-size:.9375rem;margin-bottom:2rem}.contact-info-side{display:flex;flex-direction:column;gap:1.25rem}.contact-info-card{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.08);text-align:center;transition:all .3s ease}.contact-info-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(0,0,0,.12)}.contact-info-icon{width:52px;height:52px;background:rgba(196,132,45,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.contact-info-icon i{font-size:1.25rem;color:#c4842d}.contact-info-card h3{font-size:1rem;margin-bottom:.25rem}.contact-info-card p{color:#6b6b6b;font-size:.8125rem;margin-bottom:.5rem}.contact-info-link{color:#c4842d;font-weight:500;font-size:.9375rem}.contact-info-link:hover{color:#a06b1f;text-decoration:underline}.contact-info-text{font-size:.875rem;color:#6b6b6b}.contact-social-links{display:flex;gap:.75rem;justify-content:center;margin-top:.25rem}.contact-social-links a{color:#6b6b6b;font-size:1.25rem;transition:all .3s ease}.contact-social-links a:hover{color:#c4842d}@media(max-width: 768px){.contact-grid{grid-template-columns:1fr}.contact-info-side{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form-card{padding:1.5rem}}@media(max-width: 480px){.contact-info-side{grid-template-columns:1fr}}.footer{background-color:#2d3748;color:#fff;padding:60px 0 30px}.footer .social-links a{width:40px;height:40px;background-color:hsla(0,0%,100%,.1);color:#fff;transition:background-color .3s}.footer .social-links a:hover{background-color:#c4842d;transition:background-color .3s}.footer-brand{font-size:1.5rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:10px;margin-bottom:20px}.footer-description{color:hsla(0,0%,100%,.6);margin-bottom:24px;max-width:300px}.footer-social{display:flex;gap:12px}.footer-social a{width:44px;height:44px;background-color:hsla(0,0%,100%,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.125rem;transition:all .3s ease}.footer-social a:hover{background-color:#c4842d;transform:translateY(-4px)}.footer-title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:24px;letter-spacing:1px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:14px}.footer-links a{color:hsla(0,0%,100%,.6);transition:all .3s ease}.footer-links a:hover{color:#c4842d;padding-left:8px}.footer-newsletter p{color:hsla(0,0%,100%,.6);margin-bottom:20px}.newsletter-form{display:flex}.newsletter-form input{flex:1;padding:14px 18px;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:26px 0 0 26px;color:#fff;font-size:.9rem}.newsletter-form input:focus{outline:none;border-color:#c4842d}.newsletter-form input::placeholder{color:hsla(0,0%,100%,.4)}.newsletter-form button{padding:14px 24px;background-color:#c4842d;border:none;border-radius:0 26px 26px 0;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease}.newsletter-form .invalid-feedback{position:absolute;margin-top:3.6rem;margin-left:1.1rem}.newsletter-form button:hover{background-color:#a06b1f}.footer-bottom{margin-top:60px;padding-top:30px;border-top:1px solid hsla(0,0%,100%,.1);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px}.footer-copyright{color:hsla(0,0%,100%,.5);font-size:.875rem}.footer-copyright a{color:#d4a254}.footer-copyright a:hover{color:#c4842d}.footer-legal{display:flex;gap:24px}.footer-legal a{color:hsla(0,0%,100%,.5);font-size:.875rem}.footer-legal a:hover{color:#c4842d}.error-section{padding:5rem 0}.error-code{font-size:6rem;font-weight:700;color:#c4842d;line-height:1;margin-bottom:.5rem}.error-title{font-size:1.75rem;margin-bottom:1rem}.error-message{color:#6b6b6b;font-size:1.0625rem;line-height:1.7;margin-bottom:2rem}.error-links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1rem}.error-link{display:inline-flex;align-items:center;gap:.375rem;padding:.625rem 1rem;background:#fff;border:1px solid #e5e0d8;border-radius:12px;color:#2d2d2d;font-size:.9375rem;transition:all .3s ease}.error-link:hover{border-color:#c4842d;color:#c4842d}@media(max-width: 576px){.error-code{font-size:4rem}}
