*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;color:#15221e;background:#fbfdfc}.container{width:min(1180px,92%);margin:auto}.topbar{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid #e6eeea}.nav{display:flex;align-items:center;gap:14px;padding:14px 0}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#14231f;font-weight:800;white-space:nowrap}.brand-mark{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#0d6b56;color:white}.search-wrap{flex:1}.search-wrap input{width:100%;padding:12px 15px;border:1px solid #d8e4df;border-radius:12px;background:#f5f8f7}.language-switcher select{padding:10px 9px;border:1px solid #d8e4df;border-radius:12px;background:white;font-weight:700;color:#263b34}.actions{display:flex;gap:9px;align-items:center}button{font:inherit;cursor:pointer;border:0}.primary{background:#0d6b56;color:white;padding:11px 16px;border-radius:12px;font-weight:700}.secondary{background:white;color:#0d6b56;border:1px solid #b7d2c9;padding:11px 16px;border-radius:12px;font-weight:700}.ghost{background:transparent;color:#31433d;padding:10px}.large{padding:14px 20px}.hero{background:linear-gradient(135deg,#eefaf6,#fff9e7);padding:62px 0 54px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:42px}.pill,.eyebrow{color:#0d6b56;font-weight:700}.pill{display:inline-block;background:#dff4ec;padding:8px 12px;border-radius:999px;font-size:14px}.hero h1{font-size:clamp(40px,6vw,70px);line-height:1.02;margin:18px 0}.hero p{font-size:18px;line-height:1.6;color:#566760;max-width:670px}.hero-cta,.trust{display:flex;gap:12px;flex-wrap:wrap}.trust{margin-top:24px;color:#53635d;font-size:14px}.hero-card{height:420px;position:relative}.floating-card{position:absolute;width:190px;background:white;border-radius:18px;padding:12px;box-shadow:0 24px 60px rgba(26,60,50,.15);display:grid;gap:7px}.fake-img{height:150px;border-radius:13px;background-size:cover;background-position:center}.img-a{background:linear-gradient(135deg,#20272b,#c8cdd0)}.img-b{background:linear-gradient(135deg,#f8c6d1,#fff1e4)}.img-c{background:linear-gradient(135deg,#c4986f,#5e4633)}.card-1{top:0;left:80px;transform:rotate(-4deg)}.card-2{top:160px;right:12px;transform:rotate(5deg)}.card-3{bottom:0;left:10px;transform:rotate(2deg)}section{padding:58px 0}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end}.section-head h2,.how h2{font-size:34px;margin:6px 0}.eyebrow{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:.12em}.category-row{display:flex;gap:12px;overflow:auto;padding:18px 0 4px}.category{min-width:140px;background:white;border:1px solid #e3ebe7;padding:18px;border-radius:16px;text-align:center;font-weight:700;cursor:pointer}.category.active{border-color:#0d6b56;background:#eefaf6}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:24px}.product{background:white;border:1px solid #e5ece9;border-radius:18px;overflow:hidden}.product-img{height:230px;background:linear-gradient(135deg,#e9efec,#cfdad5);display:grid;place-items:center;font-size:48px}.product-body{padding:14px}.product-top{display:flex;justify-content:space-between;gap:8px}.heart{background:transparent;font-size:22px}.heart.active{color:#d33}.meta{color:#718079;font-size:13px}.price{font-weight:800;font-size:20px;margin:8px 0}select,input{font:inherit}.section-head select{padding:10px;border:1px solid #dbe5e0;border-radius:10px;background:white}.empty-state{padding:28px;text-align:center;color:#607069;background:#f1f7f4;border-radius:16px;margin-top:24px}.how{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.steps article{background:#f1f7f4;padding:22px;border-radius:18px}.steps span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#0d6b56;color:#fff;font-weight:800}.steps p{color:#607069}.modal{position:fixed;inset:0;background:rgba(7,25,20,.45);display:grid;place-items:center;z-index:20;padding:20px}.hidden{display:none!important}.modal-card{position:relative;background:white;width:min(520px,100%);padding:26px;border-radius:20px}.close{position:absolute;top:12px;right:14px;background:transparent;font-size:28px}.modal form{display:grid;gap:14px}.modal label{display:grid;gap:7px;font-weight:600}.modal input,.modal select{padding:12px;border:1px solid #d7e2dd;border-radius:10px}footer{background:#12211d;color:#dbe6e2;padding:36px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}.footer-grid p{color:#94a69f}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1000px){.actions .ghost{display:none}.nav{gap:10px}.language-switcher{order:3}.hero-grid{grid-template-columns:1fr}.hero-card{display:none}.grid{grid-template-columns:repeat(2,1fr)}.how{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.brand span:last-child{display:none}.nav{display:grid;grid-template-columns:auto 1fr auto auto}.search-wrap{min-width:0}.search-wrap input{padding:11px 12px}.language-switcher select{width:72px;padding:10px 6px}.actions{display:block}.actions .primary{white-space:nowrap;padding:11px 13px}.grid{grid-template-columns:1fr 1fr}.product-img{height:170px}.section-head{align-items:flex-start;flex-direction:column}.hero{padding-top:40px}.hero h1{font-size:42px}.footer-grid{grid-template-columns:1fr}}@media(max-width:430px){.nav{grid-template-columns:auto minmax(0,1fr) auto}.language-switcher{grid-column:1/2;grid-row:2;margin-top:2px}.actions{grid-column:3;grid-row:1/3}.search-wrap{grid-column:2;grid-row:1/3}.actions .primary{font-size:14px}.grid{gap:12px}.product-body{padding:12px}.product-top strong{font-size:15px}.price{font-size:18px}}

textarea{font:inherit;resize:vertical}.modal textarea{padding:12px;border:1px solid #d7e2dd;border-radius:10px}.form-note{margin:0;color:#718079;font-size:12px}.photo-preview-wrap{display:grid;gap:8px}.photo-preview{width:100%;max-height:240px;object-fit:cover;border-radius:14px;border:1px solid #e2ebe7}.product{cursor:pointer}.product-img img{width:100%;height:100%;object-fit:cover;display:block}.detail-card{max-height:90vh;overflow:auto}.detail-image-wrap{height:280px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#e9efec,#cfdad5);display:grid;place-items:center;font-size:64px;margin-bottom:18px}.detail-image-wrap img{width:100%;height:100%;object-fit:cover}.detail-price{font-weight:800;font-size:24px;margin:8px 0}.detail-meta{margin-bottom:14px}.detail-description{white-space:pre-wrap;line-height:1.55;color:#40514b}.contact-link{display:block;text-align:center;text-decoration:none;margin-top:18px}.seller-contact{font-size:12px;color:#607069;margin-top:8px}@media(max-width:560px){.modal-card{padding:22px 18px}.detail-image-wrap{height:220px}}
