:root{--ms-blue: #0B57C2;--ms-red: #F0502B;--ms-yellow: #F5B400;--ms-cream: #FCEBD5;--ms-ink: #111111;--ms-white: #FFFFFF;--ms-font-he: "Heebo", sans-serif;--ms-font-latin: "Outfit", sans-serif;--ms-radius-btn: 6px;--ms-radius-bubble: 4px;--ms-rule: 2px solid var(--ms-ink);--ms-pad-section-y: clamp(56px, 8vw, 112px);--ms-pad-section-x: clamp(16px, 4vw, 56px);--ms-h1: clamp(52px, 8vw, 132px);--ms-h2: clamp(38px, 5.5vw, 76px);--ms-lead: clamp(19px, 2vw, 26px);--ms-body: 17px;--ms-price: clamp(40px, 4.4vw, 64px);--ms-motion: .18s ease}html{direction:rtl}body{margin:0;font-family:var(--ms-font-he);color:var(--ms-ink);background:var(--ms-cream);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{opacity:.75}:focus-visible{outline:3px solid var(--ms-ink);outline-offset:3px}p{text-wrap:pretty}.ms-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:var(--ms-radius-btn);font:900 19px/1 var(--ms-font-he);padding:18px 32px;background:var(--ms-yellow);color:var(--ms-ink);cursor:pointer;transition:opacity var(--ms-motion)}.ms-btn--red{background:var(--ms-red);color:var(--ms-white)}.ms-btn--blue{background:var(--ms-blue);color:var(--ms-white)}.ms-btn--outline{background:transparent;color:var(--ms-white);border:2px solid var(--ms-white);padding:16px 30px}.ms-chip{border:2px solid var(--ms-white);background:transparent;color:var(--ms-white);border-radius:var(--ms-radius-btn);font:800 17px/1 var(--ms-font-he);padding:12px 20px;white-space:nowrap;cursor:pointer}.ms-chip[aria-pressed=true]{background:var(--ms-white);color:var(--ms-blue)}.ms-wordmark{display:inline-flex;align-items:baseline;direction:ltr;font:800 1em/1 var(--ms-font-latin);letter-spacing:-.03em}.ms-wordmark svg{height:.74em;width:.62em;margin-left:-.02em;overflow:visible}.g{display:inline-block;background:currentColor}.g--circle{border-radius:50%}.g--diamond{transform:rotate(45deg)}.g--arch{border-radius:999px 999px 0 0}.g--bowl{border-radius:0 0 999px 999px}.g--leaf{border-radius:0 50% 50% 0}.g--ring{background:transparent;border-radius:50%;border:12px solid currentColor}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-size:var(--ms-body);line-height:1.5}img{max-width:100%;display:block}h1,h2,h3,p,ul{margin:0}ul{padding:0;list-style:none}button{font-family:inherit}.bg-blue{background:var(--ms-blue);color:var(--ms-white)}.bg-red{background:var(--ms-red);color:var(--ms-white)}.bg-yellow{background:var(--ms-yellow);color:var(--ms-ink)}.bg-cream{background:var(--ms-cream);color:var(--ms-ink)}.bg-white{background:var(--ms-white);color:var(--ms-ink)}.bg-ink{background:var(--ms-ink);color:var(--ms-cream)}.h2{font-weight:900;font-size:var(--ms-h2);line-height:1.02;letter-spacing:-.03em;text-wrap:pretty}.h2--blue{color:var(--ms-blue)}.h2--red{color:var(--ms-red)}.lead{font-size:var(--ms-lead);line-height:1.45;font-weight:500;max-width:32ch}.body-lg{font-size:clamp(17px,1.5vw,21px);line-height:1.5;max-width:40ch}.eyebrow{display:flex;align-items:center;gap:12px;font-weight:700;font-size:15px}.eyebrow .g{width:14px;height:14px;color:var(--ms-yellow)}.ms-btn--block{display:flex;width:100%;text-align:center}.ms-btn--sm{font-size:16px;padding:14px 26px}.ms-chip--sm{font-size:15px;font-weight:700;padding:8px 16px}.chips{display:flex;gap:8px;flex-wrap:wrap}.chips--end{justify-content:flex-end}.chips--ink .ms-chip{border-color:var(--ms-ink);color:var(--ms-ink)}.chips--ink .ms-chip[aria-pressed=true]{background:var(--ms-ink);color:var(--ms-white)}.section{padding:var(--ms-pad-section-y) var(--ms-pad-section-x)}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,380px),1fr));gap:clamp(32px,5vw,72px);align-items:center}.stack{display:flex;flex-direction:column;gap:24px;align-items:flex-start}.header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px var(--ms-pad-section-x);padding-top:calc(20px + env(safe-area-inset-top,0px));color:var(--ms-blue)}.header a{display:inline-flex}.nav{display:flex;gap:28px;font-weight:700;font-size:16px;flex-wrap:wrap;color:var(--ms-ink)}.menu-btn{display:none;width:44px;height:44px;background:var(--ms-blue);border:0;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:5px}.menu-btn span{width:18px;height:3px;background:var(--ms-white)}.menu{position:fixed;inset:0;z-index:40;background:var(--ms-blue);color:var(--ms-white);padding:calc(24px + env(safe-area-inset-top,0px)) 20px 40px;display:flex;flex-direction:column;gap:18px}.menu[hidden]{display:none}.menu__top{display:flex;justify-content:space-between;align-items:center}.menu__close{width:44px;height:44px;background:var(--ms-white);color:var(--ms-blue);border:0;font-size:26px;font-weight:900;cursor:pointer}.menu nav{display:flex;flex-direction:column;gap:14px;font-weight:900;font-size:30px;margin-top:12px}.hero{padding:clamp(40px,6vw,96px) var(--ms-pad-section-x);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));gap:clamp(32px,5vw,80px);align-items:center}.hero__text{display:flex;flex-direction:column;align-items:flex-start;gap:28px}.h1{font-weight:900;font-size:var(--ms-h1);line-height:.95;letter-spacing:-.03em;text-wrap:balance}.h1 .dot{color:var(--ms-yellow)}.hero__cta{display:flex;gap:12px;flex-wrap:wrap}.tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,540px);justify-self:center;gap:0}.tile{aspect-ratio:1;display:grid;place-items:center;overflow:hidden;position:relative}.tile .g{width:56%;height:56%}.tile .g--diamond{width:44%;height:44%}.tile .g--arch{width:58%;height:58%}.tile .g--bowl{width:60%;height:30%}.tile .g--ring{width:56%;height:56%;border-width:clamp(10px,1.4vw,20px)}.tile--price{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;text-align:center;padding:8%}.tile--price b{font-weight:900;font-size:clamp(28px,3.6vw,52px);line-height:1;letter-spacing:-.03em;white-space:nowrap}.tile--price span{font-weight:700;font-size:clamp(12px,1.2vw,15px)}.tile--m{display:none}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:16px;margin-top:clamp(32px,4vw,56px)}.step{display:flex;flex-direction:column}.step__art{aspect-ratio:16 / 9;display:grid;place-items:center;border-bottom:2px solid rgba(0,0,0,.12)}.step__art .g{width:30%;height:54%}.step__art .g--diamond{width:26%;height:46%}.step__body{padding:28px 28px 36px;display:flex;flex-direction:column;gap:12px}.step__n{font-family:var(--ms-font-latin);font-weight:800;font-size:15px;letter-spacing:.1em}.step__t{font-weight:900;font-size:28px;line-height:1.1}.step p{font-size:17px;line-height:1.5}.price{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"h2 calc" "list calc";gap:28px clamp(32px,5vw,72px);align-items:start}.price .h2{grid-area:h2}.price__list{grid-area:list;display:flex;flex-direction:column;border-top:var(--ms-rule)}.price__list li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:20px;align-items:baseline;padding:20px 0;border-bottom:var(--ms-rule);font-size:clamp(17px,1.5vw,20px);line-height:1.45}.price__k{display:flex;align-items:center;gap:10px;font-weight:900;min-width:6em}.price__k .g{width:12px;height:12px;flex:none}.calc{grid-area:calc;background:var(--ms-blue);color:var(--ms-white);padding:clamp(24px,3vw,40px);display:flex;flex-direction:column;gap:22px}.calc__q{font-weight:900;font-size:22px}.cubes{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:6px}.cube{aspect-ratio:1;background:#ffffff2e;transition:background .2s}.cube.is-min{background:var(--ms-yellow)}.cube.is-max{background:var(--ms-cream)}.calc__out{background:var(--ms-cream);color:var(--ms-ink);padding:24px 28px;display:flex;flex-direction:column;gap:4px}.calc__cubes{font-size:15px;font-weight:700}.calc__price{font-weight:900;font-size:var(--ms-price);line-height:1;letter-spacing:-.03em;white-space:nowrap;direction:ltr;text-align:right;color:var(--ms-blue);font-variant-numeric:tabular-nums}.calc__per{font-weight:700;font-size:18px}.calc__note{font-size:15px;margin-top:8px}.cases{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:16px;margin-top:clamp(32px,4vw,56px)}.case{background:var(--ms-cream);color:var(--ms-ink);padding:28px 26px 36px;display:flex;flex-direction:column;gap:16px;min-height:240px}.case>.g{width:48px;height:48px;flex:none}.case>.g--diamond{transform:rotate(45deg) scale(.8)}.case__body{display:flex;flex-direction:column;gap:16px}.case__t{font-weight:900;font-size:26px;line-height:1.12;text-wrap:pretty}.case p{font-size:17px;line-height:1.5}.items-card{background:var(--ms-white);color:var(--ms-ink);padding:24px;display:flex;flex-direction:column;gap:18px;max-width:520px;width:100%;justify-self:center;border:var(--ms-rule)}.items-card__head{display:flex;justify-content:space-between;align-items:center;border-bottom:var(--ms-rule);padding-bottom:12px}.items-card__title{font-weight:900;font-size:20px}.items-card__meta{font-size:14px;font-weight:700}.items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.item{display:flex;flex-direction:column;background:var(--ms-cream)}.item__img{height:120px}.item__row{padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:8px}.item__name{font-weight:700;font-size:15px}.item__code{font-size:12px;direction:ltr;font-family:var(--ms-font-latin);white-space:nowrap}.where{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:clamp(24px,4vw,56px)}.where__art{display:grid;grid-template-columns:1fr 3fr;height:clamp(220px,26vw,360px)}.where__col{display:grid;grid-template-rows:1fr 1fr}.where__col>div{display:grid;place-items:center}.where__col .g{width:52%;aspect-ratio:1}.where__photo{overflow:hidden;background:var(--ms-cream)}.space{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"h2 convo" "p convo" "btn convo";gap:24px clamp(32px,5vw,72px);align-items:center;align-content:center}.space__h2{grid-area:h2;align-self:end}.space__p{grid-area:p}.space__btn{grid-area:btn;justify-self:start;align-self:start}.space__convo{grid-area:convo}.convo{display:flex;flex-direction:column;gap:10px;max-width:460px;width:100%;justify-self:center;font-size:17px;line-height:1.4}.bubble{background:var(--ms-white);color:var(--ms-ink);padding:14px 20px;max-width:85%;border-radius:var(--ms-radius-bubble);align-self:flex-start;line-height:1.4}.bubble--user{background:var(--ms-blue);color:var(--ms-white);align-self:flex-end}.bubble--space{background:var(--ms-cream)}.faq{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:0 48px;border-top:var(--ms-rule);margin-top:clamp(32px,4vw,56px)}.faq__item{padding:24px 0;border-bottom:var(--ms-rule);display:flex;flex-direction:column;gap:10px}.faq__q{font-weight:900;font-size:20px;line-height:1.2}.faq__a{font-size:16px;line-height:1.5}.final{padding:clamp(64px,9vw,128px) var(--ms-pad-section-x);display:flex;flex-direction:column;align-items:center;text-align:center;gap:28px;position:relative;overflow:hidden}.final__sun{position:absolute;width:clamp(320px,50vw,720px);aspect-ratio:1;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);background:repeating-conic-gradient(var(--ms-yellow) 0 6deg,transparent 6deg 15deg);-webkit-mask:radial-gradient(circle,transparent 34%,#000 35%);mask:radial-gradient(circle,transparent 34%,#000 35%);opacity:.9}.final .h2{font-size:clamp(44px,7vw,104px);line-height:1;position:relative;background:var(--ms-blue);padding:0 .25em}.final .ms-btn{font-size:22px;padding:22px 40px;position:relative}.final p{font-size:17px;font-weight:700;position:relative;background:var(--ms-blue);padding:4px 12px}.footer{padding:48px var(--ms-pad-section-x) 120px;display:flex;flex-direction:column;gap:32px}.footer .ms-wordmark{align-self:flex-start}.footer nav{display:flex;gap:10px 28px;flex-wrap:wrap;font-size:15px;font-weight:500}.footer__line{font-size:13px;opacity:.6}.photo{width:100%;height:100%;object-fit:cover}.photo--ph{display:grid;place-items:center;color:var(--ms-ink);font-weight:700;font-size:15px;text-align:center;padding:12px}.photo--ph span{opacity:.7}.chat-fab{position:fixed;bottom:calc(20px + env(safe-area-inset-bottom,0px));left:20px;z-index:30;background:var(--ms-yellow);color:var(--ms-ink);font-weight:900;font-size:17px;padding:14px 22px 14px 16px;border-radius:var(--ms-radius-btn);display:flex;align-items:center;gap:10px}.chat-fab__k{width:30px;height:30px;background:var(--ms-blue);color:var(--ms-yellow);display:grid;place-items:center;flex:none}.chat-overlay{position:fixed;inset:0;z-index:50;background:#1119;display:flex;align-items:center;justify-content:center;padding:16px}.chat-overlay[hidden]{display:none}.chat-panel{background:var(--ms-white);color:var(--ms-ink);border:var(--ms-rule);padding:24px;width:min(100%,480px);max-height:90vh;overflow:auto;display:flex;flex-direction:column;gap:14px}.chat-head{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:var(--ms-rule)}.chat-avatar{width:44px;height:44px;background:var(--ms-blue);color:var(--ms-yellow);display:grid;place-items:center;flex:none}.chat-name{font-weight:900;line-height:1.1}.chat-sub{font-size:13px;font-weight:700}.chat-close{margin-inline-start:auto;width:40px;height:40px;border:var(--ms-rule);background:transparent;font-size:24px;font-weight:900;cursor:pointer}.chat-body{display:flex;flex-direction:column;gap:12px}.chat-actions{display:flex;flex-wrap:wrap;gap:10px}@media(max-width:640px){.section{padding:48px 20px}.h2{font-size:38px}.lead{font-size:18px}.body-lg{font-size:16px}.eyebrow{font-size:14px;gap:10px}.eyebrow .g{width:12px;height:12px}.header{padding:14px 20px;padding-top:calc(14px + env(safe-area-inset-top,0px))}.nav,.header .ms-btn{display:none}.menu-btn{display:flex}.hero{padding:32px 20px 40px;display:flex;flex-direction:column;gap:20px}.hero__text{gap:20px}.h1{font-size:64px}.hero__cta{flex-direction:column;gap:10px;width:100%}.hero__cta .ms-btn{width:100%;padding:18px}.hero__cta .ms-btn--outline{padding:16px}.tiles{width:100%;margin-top:8px}.tile--d{display:none}.tile--m{display:grid}.tile--price{display:flex}.tile--price b{font-size:30px}.tile--price span{font-size:12px}.steps{margin-top:0;gap:12px}.step{display:grid;grid-template-columns:96px minmax(0,1fr)}.step__art{aspect-ratio:auto;border-bottom:0;border-left:2px solid rgba(0,0,0,.12)}.step__art .g{width:30px;height:54px}.step__art .g--circle{width:48px;height:48px}.step__art .g--diamond{width:40px;height:40px}.step__body{padding:20px 18px;gap:6px}.step__n{font-size:13px}.step__t{font-size:22px}.step p{font-size:15px;line-height:1.45}.price{display:flex;flex-direction:column;gap:24px}.price__list li{display:flex;flex-direction:column;gap:6px;padding:14px 0;font-size:15px}.price__k{font-size:16px;min-width:0}.calc{padding:20px;gap:16px}.calc__q{font-size:20px}.calc .ms-chip{font-size:15px;padding:10px 14px}.cubes{gap:4px}.calc__out{padding:18px 20px;gap:2px}.calc__cubes,.calc__note{font-size:14px}.calc__price{font-size:40px}.calc__per{font-size:16px}.calc__note{margin-top:6px}.calc .ms-btn{font-size:18px;padding:16px}.cases{margin-top:0;gap:12px}.case{padding:20px;display:grid;grid-template-columns:40px minmax(0,1fr);gap:14px;align-items:start;min-height:0}.case>.g{width:40px;height:40px}.case__body{gap:6px}.case__t{font-size:21px}.case p{font-size:15px;line-height:1.45}.grid-2{display:flex;flex-direction:column;gap:20px;align-items:stretch}.items-card{padding:16px;gap:14px;max-width:none}.items-card__head{padding-bottom:10px}.items-card__title{font-size:17px}.items-card__meta{font-size:13px}.items{gap:10px}.item__img{height:100px}.item__row{padding:8px 10px}.item__name{font-size:14px}.item__code{font-size:11px}.items-card .ms-btn{width:100%;font-size:16px;padding:14px}.where{gap:20px}.where__art{height:200px}.space{display:flex;flex-direction:column;gap:20px}.space__p{display:none}.space__btn{width:100%;font-size:18px;padding:16px;justify-content:center}.convo{font-size:15px;max-width:none;gap:8px}.convo .bubble{max-width:88%;padding:12px 16px}.stack{gap:20px}.stack .ms-btn{width:100%;font-size:18px;padding:16px}.faq{margin-top:0;gap:0}.faq__item{padding:18px 0;gap:6px}.faq__q{font-size:18px}.faq__a{font-size:15px;line-height:1.45}.final{padding:64px 20px;gap:20px}.final__sun{width:360px}.final .h2{font-size:44px;padding:6px 10px}.final .ms-btn{font-size:19px;padding:18px 32px}.final p{font-size:15px;padding:4px 10px}.footer{padding:40px 20px 110px;gap:24px}.footer nav{font-size:14px;gap:8px 20px}.footer__line{font-size:12px}.chat-fab{bottom:calc(16px + env(safe-area-inset-bottom,0px));left:16px;font-size:16px;padding:12px 18px 12px 14px;gap:10px}.chat-fab__k{width:28px;height:28px}.chat-overlay{align-items:flex-end;padding:0}.chat-panel{border-width:2px 0 0;padding:20px 20px calc(20px + env(safe-area-inset-bottom,0px));max-height:88vh}}
