:root{--red:#e11d2e;--red-dark:#c01020;--ink:#1a1a1a;--muted:#666;--line:#ececec;--bg:#f7f7f7;--white:#fff;--green:#0a8f4c;--gold:#f5b301;--pad:clamp(1rem, 4vw, 1.75rem);--max:1180px;--font:"Cairo", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.7}img{object-fit:cover;max-width:100%;display:block}button,input,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}.btn{text-align:center;white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:.4rem;min-height:48px;padding:.85rem 1.5rem;font-size:1rem;font-weight:800;line-height:1.2;transition:background .15s,transform .12s,box-shadow .12s;display:inline-flex}.btn--sm{min-height:44px;padding:.7rem 1.25rem;font-size:.95rem}.btn--lg{min-height:56px;padding:1rem 1.85rem;font-size:1.08rem}.btn--xl{border-radius:14px;width:100%;min-height:62px;padding:1.15rem 1.5rem;font-size:1.2rem}.btn--red{background:var(--red);color:#fff;box-shadow:0 7px 0 var(--red-dark)}.btn--red:hover{background:var(--red-dark)}.btn--red:active{box-shadow:0 3px 0 var(--red-dark);transform:translateY(4px)}.btn--white{color:var(--red);background:#fff;font-weight:900;box-shadow:0 7px #0000001f}.btn--white:hover{background:#fff8f8}.btn--white:active{transform:translateY(4px);box-shadow:0 3px #0000001f}.btn--pulse{animation:1.8s ease-in-out infinite pulse-cta}@keyframes pulse-cta{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.notice{background:var(--ink);color:#fff;padding:.55rem var(--pad);flex-wrap:wrap;justify-content:center;gap:.55rem 1rem;font-size:.85rem;font-weight:700;display:flex}.notice__dot{background:var(--gold);border-radius:50%;align-self:center;width:4px;height:4px}.top{z-index:40;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;position:sticky;top:0}.top__inner{max-width:var(--max);padding:.75rem var(--pad);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;display:flex}.logo{align-items:center;gap:.45rem;font-size:1.2rem;font-weight:900;display:inline-flex}.logo__mark{background:var(--red);border-radius:6px;width:1.15rem;height:1.15rem}.hero{max-width:var(--max);padding:1.25rem var(--pad) 1.5rem;grid-template-columns:1.05fr .95fr;align-items:start;gap:1.5rem;margin:0 auto;display:grid}.hero__gallery{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:.75rem}.hero__main{aspect-ratio:1;background:#eee;border-radius:12px;position:relative;overflow:hidden}.hero__main img{width:100%;height:100%}.hero__badge{top:12px;background:var(--red);color:#fff;border-radius:999px;padding:.35rem .7rem;font-size:.95rem;font-weight:900;position:absolute;inset-inline-start:12px}.hero__thumbs{grid-template-columns:repeat(5,1fr);gap:.45rem;margin-top:.65rem;display:grid}.thumb{aspect-ratio:1;background:#eee;border:2px solid #0000;border-radius:8px;overflow:hidden}.thumb.is-active{border-color:var(--red)}.thumb img{width:100%;height:100%}.eyebrow{color:#8a5a00;background:#fff3cd;border-radius:999px;margin-bottom:.75rem;padding:.3rem .7rem;font-size:.8rem;font-weight:800;display:inline-block}.hero__info h1{margin-bottom:.45rem;font-size:clamp(1.45rem,3.5vw,2rem);font-weight:900;line-height:1.35}.hero__sub{color:var(--muted);margin-bottom:.85rem;font-weight:600}.rating{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.4rem .55rem;margin-bottom:1rem;font-size:.92rem;font-weight:600;display:flex}.stars{color:var(--gold);letter-spacing:.05em}.price-box{background:#fff5f5;border:1px solid #ffd0d4;border-radius:14px;margin-bottom:1rem;padding:1rem 1.1rem}.price-box__now{color:var(--red);margin-inline-end:.55rem;font-size:2rem;font-weight:900}.price-box__was{color:#999;font-size:1.1rem;font-weight:700;text-decoration:line-through}.price-box__save{color:var(--green);margin-top:.25rem;font-size:.95rem;font-weight:800}.checks{gap:.45rem;margin-bottom:1rem;list-style:none;display:grid}.checks li{padding-inline-start:1.5rem;font-size:.95rem;font-weight:700;position:relative}.checks li:before{content:"";inset-inline-start:0;background:var(--green);border-radius:50%;width:.95rem;height:.95rem;position:absolute;top:.4rem;box-shadow:inset 0 0 0 2px #fff}.stock{color:#8a5a00;background:#fff8e6;border:1px dashed #f0c24b;border-radius:10px;margin-bottom:1rem;padding:.7rem .9rem;font-size:.95rem;font-weight:800}.hero__note{text-align:center;color:var(--muted);margin-top:.65rem;font-size:.88rem;font-weight:700}.trust{max-width:var(--max);padding:0 var(--pad);grid-template-columns:repeat(4,1fr);gap:.65rem;margin:0 auto .5rem;display:grid}.trust__item{background:var(--white);border:1px solid var(--line);text-align:center;border-radius:12px;padding:.9rem}.trust__item strong{margin-bottom:.15rem;font-size:.95rem;display:block}.trust__item span{color:var(--muted);font-size:.85rem;font-weight:600}.section{max-width:var(--max);padding:clamp(2.5rem, 6vw, 4rem) var(--pad);margin:0 auto}.section__head{text-align:center;max-width:38rem;margin:0 auto 2rem}.section__title{margin-bottom:.55rem;font-size:clamp(1.55rem,3.2vw,2.15rem);font-weight:900;line-height:1.3}.section__lead{color:var(--muted);font-size:1.05rem;font-weight:700}.feat-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.feat{background:var(--white);border:1px solid var(--line);border-radius:16px;min-height:140px;padding:1.35rem 1.25rem;box-shadow:0 8px 24px #00000008}.feat__n{color:var(--red);margin-bottom:.5rem;font-size:1.25rem;font-weight:900;display:inline-block}.feat p{font-size:1.05rem;font-weight:700;line-height:1.55}.benefits{flex-direction:column;gap:1.5rem;display:flex}.benefit{background:var(--white);border:1px solid var(--line);border-radius:22px;grid-template-columns:1.15fr 1fr;align-items:stretch;gap:0;min-height:380px;display:grid;overflow:hidden;box-shadow:0 14px 40px #0000000d}.benefit--rev .benefit__media{order:2}.benefit__media{background:#eee;min-height:320px}.benefit__media img{object-fit:cover;width:100%;height:100%}.benefit__body{flex-direction:column;justify-content:center;gap:.75rem;padding:clamp(1.75rem,4vw,2.75rem);display:flex}.benefit__tag{color:var(--red);background:#fff0f1;border-radius:999px;align-self:flex-start;padding:.35rem .75rem;font-size:.85rem;font-weight:800;display:inline-flex}.benefit__body h3{font-size:clamp(1.4rem,2.5vw,1.85rem);font-weight:900;line-height:1.3}.benefit__body>p{color:var(--muted);font-size:1.05rem;font-weight:600;line-height:1.75}.benefit__points{gap:.55rem;margin:.35rem 0 .5rem;list-style:none;display:grid}.benefit__points li{padding-inline-start:1.55rem;font-size:1rem;font-weight:800;position:relative}.benefit__points li:before{content:"";inset-inline-start:0;background:var(--green);border-radius:50%;width:.95rem;height:.95rem;position:absolute;top:.4rem;box-shadow:inset 0 0 0 2px #fff}.benefit__body .btn{align-self:flex-start;margin-top:.35rem}.gallery-sec{padding-top:1rem}.gallery{grid-template-rows:200px 200px;grid-template-columns:repeat(6,1fr);gap:.75rem;display:grid}.gallery__cell{background:#ddd;border:none;border-radius:16px;padding:0;overflow:hidden}.gallery__cell img{width:100%;height:100%;transition:transform .45s}.gallery__cell:hover img{transform:scale(1.05)}.gallery__cell--1{grid-area:span 2/span 3}.gallery__cell--2,.gallery__cell--3{grid-column:span 3}.gallery__cell--4,.gallery__cell--5{grid-area:2/span 3}.specs{grid-template-columns:repeat(4,1fr);gap:.85rem;display:grid}.specs__card{background:var(--white);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:.45rem;min-height:110px;padding:1.25rem 1.1rem;display:flex;box-shadow:0 8px 22px #00000008}.specs__card span{color:var(--muted);font-size:.92rem;font-weight:700}.specs__card strong{font-size:1.12rem;font-weight:900;line-height:1.4}.offer-band{max-width:var(--max);padding:0 var(--pad);margin:0 auto 1rem}.offer-band__inner{background:linear-gradient(120deg, var(--red) 0%, #ff4d5c 100%);color:#fff;border-radius:22px;justify-content:space-between;align-items:center;gap:1.5rem;padding:clamp(1.75rem,4vw,2.5rem);display:flex;box-shadow:0 16px 40px #e11d2e47}.offer-band__eyebrow{opacity:.9;margin-bottom:.35rem;font-weight:800}.offer-band h2{margin-bottom:.35rem;font-size:clamp(1.45rem,3vw,2rem);font-weight:900}.offer-band p{opacity:.92;font-weight:700}.reviews-sec{background:linear-gradient(#0000,#fff 30%)}.reviews-score{background:var(--white);border:1px solid var(--line);margin-bottom:1.5rem;margin-inline:auto;border-radius:18px;justify-content:center;align-items:center;gap:1rem;max-width:420px;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex}.reviews-score__num{color:var(--red);font-size:3rem;font-weight:900;line-height:1}.reviews-score p{color:var(--muted);font-size:.95rem;font-weight:700}.reviews{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.review{background:var(--white);border:1px solid var(--line);border-radius:18px;flex-direction:column;gap:.85rem;min-height:200px;padding:1.35rem 1.25rem;display:flex;box-shadow:0 10px 28px #0000000a}.review__top{grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;display:grid}.review__avatar{width:42px;height:42px;color:var(--red);background:#fff0f1;border-radius:50%;place-items:center;font-weight:900;display:grid}.review__top strong{font-size:1rem;display:block}.review__top span{color:var(--muted);font-size:.88rem;font-weight:600}.review p{color:#333;flex:1;font-size:1.02rem;font-weight:600;line-height:1.7}.faq{gap:.55rem;max-width:720px;margin:0 auto;display:grid}.faq__item{background:var(--white);border:1px solid var(--line);border-radius:12px;overflow:hidden}.faq__q{text-align:start;justify-content:space-between;gap:1rem;width:100%;padding:1rem 1.1rem;font-size:1rem;font-weight:800;display:flex}.faq__q span{color:var(--red);font-size:1.3rem;line-height:1}.faq__a{color:var(--muted);padding:0 1.1rem 1rem;font-weight:600}.order{border-top:3px solid var(--red);padding:2.25rem var(--pad) 6.5rem;background:#fff5f5}.order__inner{max-width:820px;margin:0 auto}.order__head{text-align:center;margin-bottom:1.35rem}.order__head h2{margin-bottom:.35rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:900}.order__head p{color:var(--muted);font-weight:700}.order__grid{background:var(--white);border:1px solid #ffd0d4;border-radius:18px;overflow:hidden;box-shadow:0 12px 40px #e11d2e14}.order__summary{border-bottom:1px solid var(--line);background:#fafafa;align-items:center;gap:.9rem;padding:1rem;display:flex}.order__summary img{border:1px solid var(--line);border-radius:10px;width:72px;height:72px}.order__summary h3{font-size:1.05rem;font-weight:900}.order__summary p{color:var(--muted);font-size:.88rem;font-weight:600}.order__price strong{color:var(--red);margin-inline-end:.4rem;font-size:1.15rem}.order__price span{color:#999;font-size:.9rem;font-weight:700;text-decoration:line-through}.order__form{gap:.75rem;padding:1.15rem;display:grid}.order__form label{gap:.35rem;display:grid}.order__form label>span{font-size:.9rem;font-weight:800}.order__form input,.order__form select{background:#fff;border:1.5px solid #ddd;border-radius:10px;width:100%;padding:.85rem .95rem;font-weight:600}.order__form input:focus,.order__form select:focus{border-color:var(--red);outline:none;box-shadow:0 0 0 3px #e11d2e1f}.qty{justify-content:space-between;align-items:center;gap:1rem;font-weight:800;display:flex}.qty__ctrl{border:1.5px solid #ddd;border-radius:10px;align-items:center;gap:.75rem;padding:.25rem;display:inline-flex}.qty__ctrl button{background:#f3f3f3;border-radius:8px;width:36px;height:36px;font-size:1.2rem;font-weight:800}.qty__ctrl strong{text-align:center;min-width:1.5rem}.order__total{border-top:1px dashed var(--line);justify-content:space-between;align-items:center;padding:.85rem 0;font-weight:800;display:flex}.order__total strong{color:var(--red);font-size:1.4rem}.order__secure{text-align:center;color:var(--muted);font-size:.85rem;font-weight:700}.foot{max-width:var(--max);padding:1.5rem var(--pad) 6rem;text-align:center;color:var(--muted);margin:0 auto;font-size:.9rem;font-weight:600}.foot strong{color:var(--ink);margin-bottom:.35rem;font-size:1.1rem;display:block}.sticky-bar{inset-inline:0;z-index:50;border-top:1px solid var(--line);padding:.75rem var(--pad);padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));background:#fff;justify-content:space-between;align-items:center;gap:.85rem;display:none;position:fixed;bottom:0;box-shadow:0 -8px 24px #00000014}.sticky-bar strong{color:var(--red);font-size:1.2rem;font-weight:900;display:block}.sticky-bar span{color:#999;font-size:.85rem;font-weight:700;text-decoration:line-through}.sticky-bar .btn{flex-shrink:0;padding:.8rem 1.25rem}.thanks{min-height:100svh;padding:2rem var(--pad);place-items:center;display:grid}.thanks__card{border:1px solid var(--line);text-align:center;background:#fff;border-radius:18px;width:min(100%,460px);padding:2rem 1.5rem}.thanks__ok{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 1rem;font-size:1.8rem;font-weight:900;display:grid}.thanks__card h1{margin-bottom:.5rem;font-size:1.6rem;font-weight:900}.thanks__card p{color:var(--muted);margin-bottom:1rem;font-weight:600}.thanks__card ul{text-align:start;background:#fafafa;border-radius:12px;margin-bottom:1.25rem;padding:.9rem 1rem;font-weight:700;list-style:none}.thanks__card li+li{margin-top:.35rem}@media (width<=900px){.hero{grid-template-columns:1fr}.trust{grid-template-columns:1fr 1fr}.feat-grid,.reviews{grid-template-columns:1fr}.benefit,.benefit--rev{grid-template-columns:1fr;min-height:0}.benefit--rev .benefit__media{order:0}.benefit__media{aspect-ratio:16/10;min-height:220px}.gallery{grid-template-rows:auto;grid-template-columns:1fr 1fr}.gallery__cell--1,.gallery__cell--2,.gallery__cell--3,.gallery__cell--4,.gallery__cell--5{aspect-ratio:1;grid-area:auto/span 1}.gallery__cell--1{aspect-ratio:16/10;grid-column:span 2}.specs{grid-template-columns:1fr 1fr}.offer-band__inner{text-align:center;flex-direction:column}.offer-band__inner .btn{width:100%}.sticky-bar{display:flex}.sticky-bar .btn{min-height:52px;padding:.9rem 1.35rem;font-size:1.05rem}.order{padding-bottom:7rem}}@media (width<=520px){.hero__thumbs{grid-template-columns:repeat(5,minmax(0,1fr))}.notice{font-size:.78rem}.specs{grid-template-columns:1fr}.btn--xl{white-space:normal;font-size:1.05rem}}
