:root{color-scheme:dark;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.35;font-weight:400;--bg: #02050f;--panel: #070d1f;--panel-2: #0a1228;--accent: #1d6bff;--text: #f4f7ff;--muted: #9eb1dd;--border: rgba(54, 117, 255, .32)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top right,#0b1f4c 0%,var(--bg) 40%);color:var(--text);min-height:100vh}a{color:inherit;text-decoration:none}.top-nav{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.2rem;border-bottom:1px solid rgba(38,81,178,.45);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#030814cc}.brand-btn,.cart-btn{border:1px solid var(--border);color:var(--text);background:linear-gradient(140deg,#081530,#030914);border-radius:.7rem;padding:.6rem .9rem;cursor:pointer}.page-shell{width:min(1180px,94%);margin:0 auto;padding:1.2rem 0 2.5rem}.page-shell.narrow{width:min(820px,94%)}.hero{border:1px solid var(--border);border-radius:1rem;background:linear-gradient(120deg,#040a17fa,#030812eb);box-shadow:0 0 26px #1d6bff42;overflow:hidden}.hero-main{display:grid;grid-template-columns:1.2fr 1fr;min-height:530px}.hero-content{padding:clamp(1.2rem,4vw,3.4rem);background:linear-gradient(95deg,#020812f7,#020812c7)}.hero-image-side{position:relative;background-image:linear-gradient(110deg,#070e1f59 10%,#070e1ff2),url(/images/background_plantation_shutter_shutterpin.webp);background-size:cover;background-position:center;border-left:1px solid rgba(88,126,213,.35)}.hero-title{margin:0;font-size:clamp(2rem,6vw,3.5rem);text-transform:uppercase}.hero-title span{color:var(--accent);display:block}.hero-copy{color:var(--muted);max-width:520px;font-size:1.08rem}.benefits-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin:1.5rem 0 .6rem}.benefit-item{display:grid;gap:.15rem}.benefit-icon{width:30px;height:30px;border:1px solid rgba(76,137,255,.72);border-radius:999px;display:grid;place-items:center;color:#3c9eff}.benefit-item h3{margin:.15rem 0 0;text-transform:uppercase;font-size:.94rem}.benefit-item p{margin:0;color:var(--muted);font-size:.88rem}.primary-btn{display:inline-block;margin-top:.7rem;border:1px solid rgba(83,139,255,.65);background:linear-gradient(140deg,#1c66fa,#0849ca);color:#f8fbff;font-weight:600;padding:.72rem 1rem;border-radius:.75rem;cursor:pointer}.primary-btn:disabled{opacity:.6;cursor:not-allowed}.full-width{width:100%}.feature-row,.trust-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem;margin-top:1rem}.trust-pill{border:1px solid var(--border);border-radius:.75rem;background:#081127eb;color:var(--text);padding:1rem}.top-trust-row{margin:1rem;margin-top:0}.trust-pill{display:flex;align-items:flex-start;gap:.65rem}.trust-icon{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;border:1px solid rgba(72,138,255,.78);color:#3f9eff;flex:0 0 auto}.trust-pill h3{margin:0;text-transform:uppercase;font-size:.94rem}.trust-pill p{margin:.2rem 0 0;color:var(--muted);font-size:.9rem}.products-section{margin-top:2rem}.products-section h2{margin-bottom:.35rem;text-transform:uppercase}.products-section p{color:var(--muted);margin-top:0}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.product-card{background:linear-gradient(180deg,var(--panel),var(--panel-2));border:1px solid var(--border);border-radius:.9rem;padding:.82rem;box-shadow:0 0 20px #164dc22e}.product-image-wrap{width:100%;aspect-ratio:1 / 1;border-radius:.65rem;overflow:hidden;background:#ffffff0a;margin-bottom:.7rem}.image-btn{border:0;padding:0;cursor:zoom-in}.product-image{width:100%;height:100%;object-fit:cover}.image-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;z-index:45;display:grid;place-items:center;padding:1rem}.image-preview-modal{width:min(900px,100%);max-height:90vh;background:#050c1df5;border:1px solid var(--border);border-radius:.9rem;padding:.75rem;position:relative;box-shadow:0 0 28px #1d6bff4d}.preview-close-btn{position:absolute;top:.65rem;right:.65rem;z-index:1}.image-preview{width:100%;max-height:calc(90vh - 1.5rem);object-fit:contain;border-radius:.65rem}.product-title{margin:.3rem 0;font-size:1rem}.product-description{color:var(--muted);min-height:3rem;font-size:.9rem}.stock-status{display:inline-flex;width:fit-content;margin:.35rem 0 1rem;padding:.25rem .65rem;border:1px solid rgba(74,222,128,.35);border-radius:999px;color:#86efac;background:#22c55e1a;font-size:.85rem;font-weight:600}.field-label{display:block;margin-bottom:.25rem;color:#ccdaff;font-size:.85rem}.select-field{width:100%;background:#040912;color:var(--text);border:1px solid rgba(100,149,255,.42);border-radius:.55rem;padding:.5rem .6rem;margin-bottom:.62rem}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:29}.cart-drawer{position:fixed;top:0;right:-420px;width:min(420px,100%);height:100vh;background:#050c1d;border-left:1px solid var(--border);z-index:30;transition:right .25s ease;display:flex;flex-direction:column}.cart-drawer.open{right:0}.cart-header,.cart-footer{padding:1rem;border-bottom:1px solid rgba(72,113,204,.4)}.cart-footer{border-top:1px solid rgba(72,113,204,.4);margin-top:auto;border-bottom:0}.cart-items{overflow-y:auto;padding:.75rem 1rem}.cart-item{border:1px solid rgba(82,123,212,.4);border-radius:.72rem;padding:.7rem;margin-bottom:.72rem;background:#081022e6}.cart-item-name{margin:0;font-weight:700}.cart-item-detail,.cart-item-subtotal,.empty-cart{color:var(--muted);margin:.28rem 0}.cart-controls{display:flex;align-items:center;gap:.45rem}.icon-btn,.small-btn{border:1px solid rgba(84,137,255,.6);background:#08142e;color:#e8efff;border-radius:.52rem;padding:.35rem .58rem;cursor:pointer}.small-btn.danger{border-color:#ff5b5bb8;color:#ffd8d8}.cart-total,.checkout-total{display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;margin:0 0 .8rem}.simple-panel{border:1px solid var(--border);border-radius:1rem;padding:1.2rem;background:linear-gradient(160deg,#070d1ff2,#050a17d9)}.checkout-items{display:grid;gap:.75rem;margin:1rem 0}.checkout-item{border:1px solid rgba(89,127,207,.4);border-radius:.76rem;padding:.75rem;display:flex;justify-content:space-between;align-items:center;gap:.6rem}.footer-highlight{margin-top:2rem;border:1px solid var(--border);border-radius:.95rem;overflow:hidden;display:grid;grid-template-columns:minmax(170px,260px) 1fr minmax(120px,200px);background:linear-gradient(100deg,#070e1ff5,#040914e6)}.footer-highlight-image{width:100%;height:100%;object-fit:cover}.footer-highlight-content{padding:1.35rem 1.2rem}.footer-highlight-content h2{margin:0 0 .45rem;text-transform:uppercase}.footer-highlight-content p{color:var(--muted);margin:0}.footer-points{margin-top:.95rem;display:flex;flex-wrap:wrap;gap:.85rem}.footer-points span{border:1px solid rgba(69,126,235,.42);border-radius:999px;padding:.35rem .7rem;font-size:.86rem}.footer-window-mark{display:grid;place-items:center;font-size:4.5rem;color:#dde8ffe6;border-left:1px solid rgba(77,117,207,.35)}.trusted-line{margin:.9rem auto 0;width:min(980px,94%);text-align:center;text-transform:uppercase;letter-spacing:.03em;color:#e2ebff;position:relative;padding:.35rem 0}.trusted-line:before,.trusted-line:after{content:"";position:absolute;top:50%;width:22%;height:1px;background:linear-gradient(90deg,#426dc600,#426dc6cc)}.trusted-line:before{left:0}.trusted-line:after{right:0;transform:rotate(180deg)}.payment-loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#020610d1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:1rem}.payment-loading-card{width:min(460px,100%);border:1px solid rgba(84,137,255,.45);border-radius:1rem;background:linear-gradient(150deg,#060e1ff5,#030813f2);box-shadow:0 0 30px #1d6bff47;text-align:center;padding:1.4rem 1.1rem}.payment-loading-card h2{margin:.2rem 0 .35rem;text-transform:uppercase}.payment-loading-card p{margin:0;color:var(--muted)}.payment-spinner{width:48px;height:48px;margin:0 auto .8rem;border:3px solid rgba(112,161,255,.25);border-top-color:#2f82ff;border-radius:999px;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 640px){.hero-main{grid-template-columns:1fr}.hero-image-side{min-height:220px;border-left:0;border-top:1px solid rgba(88,126,213,.35)}.benefits-row{grid-template-columns:repeat(2,minmax(0,1fr))}.top-trust-row{margin:.8rem;margin-top:0}.footer-highlight{grid-template-columns:1fr}.footer-window-mark{border-left:0;border-top:1px solid rgba(77,117,207,.35);min-height:120px}.trusted-line:before,.trusted-line:after{display:none}.checkout-item{flex-direction:column;align-items:flex-start}}
