.custom-mattress-section{padding:32px 0 64px}.custom-mattress-section .container{max-width:1280px;margin:0 auto;padding:0 28px}.cm-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:36px;flex-wrap:wrap}.cm-hero-title{font-size:28px;font-weight:800;color:var(--c-primary);margin-bottom:10px}.cm-hero-desc{font-size:15px;color:#555;line-height:1.9;max-width:560px}.cm-hero-badges{display:flex;flex-direction:column;gap:10px;min-width:200px}.cm-badge{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--c-primary);background:#f0fbfc;border:1px solid #c8e8ed;border-radius:10px;padding:9px 14px}.cm-badge svg{width:18px;height:18px;flex-shrink:0;stroke:var(--c-primary)}.cm-card{background:#fff;border-radius:20px;box-shadow:0 4px 32px rgb(5 191 219 / .09);overflow:hidden;margin-bottom:40px}.cm-card-header{display:flex;align-items:center;gap:12px;background:var(--c-primary);color:#fff;padding:20px 28px}.cm-card-header svg{width:22px;height:22px;flex-shrink:0}.cm-card-header h2{font-size:18px;font-weight:700;margin:0}.cm-form{padding:32px 28px;display:flex;flex-direction:column;gap:28px}.cm-section-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--c-primary);border-bottom:2px solid #eef6f7;padding-bottom:10px;margin-bottom:-8px}.cm-section-label svg{width:18px;height:18px;stroke:var(--c-primary)}.cm-row{display:grid;gap:20px}.cm-row-3{grid-template-columns:1fr 1fr 1fr}.cm-row-2{grid-template-columns:1fr 1fr}.cm-group{display:flex;flex-direction:column;gap:7px}.cm-group label{font-size:13.5px;font-weight:600;color:#333}.cm-required{color:#dc2626}.cm-group small{font-size:11.5px;color:#999;margin-top:-3px}.cm-group input[type="text"],.cm-group input[type="tel"],.cm-group input[type="number"],.cm-group textarea{width:100%;padding:11px 14px;border:1.5px solid #dde6e8;border-radius:10px;font-size:14px;color:#333;background:#fafcfc;transition:.18s;outline:none;font-family:inherit;direction:rtl}.cm-group input:focus,.cm-group textarea:focus{border-color:var(--c-primary);background:#fff;box-shadow:0 0 0 3px rgb(5 191 219 / .1)}.cm-group textarea{resize:vertical;min-height:110px}.cm-input-unit{position:relative}.cm-input-unit input{padding-left:44px}.cm-unit{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:12px;font-weight:600;color:#999;pointer-events:none}.cm-select-wrap{position:relative}.cm-select-wrap select{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.cm-select-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:11px 14px;border:1.5px solid #dde6e8;border-radius:10px;background:#fafcfc;cursor:pointer;font-size:14px;color:#888;font-family:inherit;transition:.18s}.cm-select-btn.active,.cm-select-btn:focus{border-color:var(--c-primary);background:#fff;box-shadow:0 0 0 3px rgb(5 191 219 / .1);outline:none}.cm-select-btn.selected{color:#333}.cm-select-btn svg{width:16px;height:16px;flex-shrink:0;transition:transform .2s;stroke:#999}.cm-select-btn.active svg{transform:rotate(180deg)}.cm-select-list{display:none;position:absolute;top:calc(100% + 4px);right:0;left:0;z-index:200;background:#fff;border:1.5px solid #c8e8ed;border-radius:12px;box-shadow:0 8px 28px rgb(0 0 0 / .1);overflow:hidden}.cm-select-list.open{display:block}.cm-select-list li{padding:11px 16px;font-size:14px;color:#444;cursor:pointer;transition:.14s}.cm-select-list li:hover{background:#f0fbfc;color:var(--c-primary)}.cm-select-list li.selected{color:var(--c-primary);font-weight:600;background:#e8f8fb}.cm-submit-row{display:flex;justify-content:center;padding-top:8px}.cm-submit-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 48px;background:var(--c-primary);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:.2s;font-family:inherit}.cm-submit-btn:hover{background:#0d3d47;transform:translateY(-1px)}.cm-submit-btn:active{transform:translateY(0)}.cm-btn-text{display:flex;align-items:center;gap:8px}.cm-btn-text svg{width:18px;height:18px}.cm-btn-loader{display:flex;align-items:center;gap:8px}.cm-spin{animation:cm-rotate 1s linear infinite}@keyframes cm-rotate{to{transform:rotate(360deg)}}.cm-response{padding:14px 18px;border-radius:10px;font-size:14px;font-weight:600;text-align:center;margin-top:4px}.cm-response.success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.cm-response.error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.cm-info-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.cm-info-card{background:#fff;border-radius:16px;padding:24px 20px;text-align:center;border:1.5px solid #eef3f4;transition:.2s}.cm-info-card:hover{border-color:var(--teal-light);box-shadow:0 4px 20px rgb(5 191 219 / .1)}.cm-info-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#e8f8fb,#c8eef4);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.cm-info-icon svg{width:24px;height:24px;stroke:var(--c-primary)}.cm-info-card h3{font-size:15px;font-weight:700;color:#222;margin-bottom:8px}.cm-info-card p{font-size:13px;color:#666;line-height:1.8}.cm-description-section{max-width:1280px;margin:0 auto;padding:0 20px;clear:both}.cm-description-section .description-content{max-width:80%;margin:0 auto 3rem;padding:30px 50px;border-radius:20px;border:1px solid #0f4f59;color:#444;position:relative}.cm-description-section .description-content h2{font-size:24px;font-weight:700;margin-top:0;margin-bottom:20px;color:#0f4f59;padding-bottom:12px}.cm-description-section .description-content h3{font-size:20px;font-weight:600;margin-top:28px;margin-bottom:14px;color:#0f4f59}.cm-description-section .description-content p{margin-bottom:16px;font-size:14px;line-height:1.9;text-align:justify}.cm-description-section .description-content ul,.cm-description-section .description-content ol{margin:20px 0;padding-right:28px}.cm-description-section .description-content li{margin-bottom:10px;font-size:15px;line-height:1.7}.cm-description-section .description-content ul li::marker{color:#0f4f59}.cm-description-section .description-content a{color:#0f4f59;text-decoration:none;border-bottom:1px solid #fff0;transition:all 0.2s ease}.cm-description-section .description-content a:hover{border-bottom-color:#0f4f59}.cm-description-section .description-content strong{color:#0f4f59;font-weight:600}.cm-description-section .description-body{overflow:hidden;transition:max-height 0.4s ease}.cm-description-section .description-body.is-collapsed{max-height:220px;-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}.cm-description-section .description-body:not(.is-collapsed){max-height:none;-webkit-mask-image:none;mask-image:none}.cm-description-section .desc-toggle-btn{display:inline-flex;align-items:center;gap:8px;margin:20px 0 0 0;padding:10px 10px 14px;background:#fff0;border:none;border-radius:8px;color:#0f4f59;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.3s ease;position:relative;font-family:var(--font,inherit)}.cm-description-section .desc-toggle-btn::after{content:'';position:absolute;bottom:8px;right:10px;left:10px;height:1px;background:#0f4f59}