.lp-root{position:fixed;inset:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-y;font-family:var(--font);color:var(--text);direction:rtl;scroll-behavior:smooth}.lp-container{width:100%;max-width:1100px;margin:0 auto;padding:0 20px}.lp-container--narrow{max-width:760px}.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;border-radius:var(--radius-md);font-family:var(--font);font-weight:700;cursor:pointer;text-decoration:none;transition:transform .15s,background .15s;white-space:nowrap}.lp-btn:active{transform:scale(.96)}.lp-btn--primary{background:var(--btn-buy);color:#fff}.lp-btn--primary:hover{background:var(--btn-buy-hover)}.lp-btn--sm{padding:8px 16px;font-size:14px}.lp-btn--lg{padding:14px 32px;font-size:17px;border-radius:var(--radius-lg)}.lp-header{position:sticky;top:0;z-index:100;background:rgba(30,15,5,.92);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,200,100,.12)}.lp-header__inner{max-width:1100px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between}.lp-header__logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:var(--text)}.lp-header__logo img{width:36px;height:36px;object-fit:contain}.lp-hero{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;background:url(/assets/backgrounds/splash.jpg) 50%/cover no-repeat}.lp-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,25,5,.55) 0,rgba(10,30,5,.72) 60%,rgba(20,10,0,.9))}.lp-hero__content{position:relative;z-index:1;text-align:center;padding:60px 24px 80px;display:flex;flex-direction:column;align-items:center;gap:16px}.lp-hero__logo{width:100px;height:100px;object-fit:contain;filter:drop-shadow(0 4px 16px rgba(0,0,0,.6))}.lp-hero__title{font-size:clamp(32px,8vw,56px);font-weight:900;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.5);margin:0}.lp-hero__sub{font-size:clamp(15px,3.5vw,19px);color:rgba(255,255,255,.88);max-width:520px;line-height:1.9;font-weight:400}.lp-hero__note{font-size:13px;color:rgba(255,255,255,.55);margin-top:-4px}.lp-section{padding:72px 0}.lp-section--dark{background:#1e1008}.lp-section--wood{background:var(--panel-bg)}.lp-section--cream{background:#f5ead4}.lp-section__title{font-size:clamp(22px,5vw,32px);font-weight:800;color:var(--text);text-align:center;margin-bottom:8px}.lp-section__title--dark{color:var(--panel-bg)}.lp-section__sub{font-size:15px;color:var(--text-dim);text-align:center;margin-bottom:48px}.lp-section__sub--dark{color:var(--text-muted)}.lp-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.lp-feature-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,200,100,.15);border-radius:var(--radius-lg);padding:28px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;transition:transform .2s,border-color .2s}.lp-feature-card:hover{transform:translateY(-4px);border-color:rgba(255,200,100,.35)}.lp-feature-card__icon{width:64px;height:64px;object-fit:contain}.lp-feature-card h3{font-size:17px;font-weight:700;color:var(--btn-primary)}.lp-feature-card p{font-size:14px;color:var(--text-dim);line-height:1.8}.lp-buildings{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:16px}.lp-building-card{display:flex;flex-direction:column;align-items:center;gap:8px;background:rgba(0,0,0,.25);border:1px solid rgba(255,200,100,.15);border-radius:var(--radius-md);padding:16px 8px;transition:transform .2s}.lp-building-card:hover{transform:translateY(-3px)}.lp-building-card img{width:72px;height:72px;object-fit:contain}.lp-building-card span{font-size:13px;color:var(--text-dim);font-weight:600}.lp-products{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.lp-product-icon{width:56px;height:56px;object-fit:contain;transition:transform .2s}.lp-product-icon:hover{transform:scale(1.15)}.lp-steps{display:flex;flex-direction:column;gap:24px;max-width:580px;margin:0 auto 40px}.lp-step{display:flex;align-items:flex-start;gap:20px}.lp-step__num{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:var(--btn-primary);color:#1e1008;font-size:20px;font-weight:900;display:flex;align-items:center;justify-content:center}.lp-step__title{font-size:17px;font-weight:700;color:var(--text);margin-bottom:4px}.lp-step__desc{font-size:14px;color:var(--text-dim);line-height:1.8}.lp-cta-box{text-align:center;margin-top:8px}.lp-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:8px}.lp-contact-card{background:rgba(0,0,0,.2);border:1px solid rgba(255,200,100,.15);border-radius:var(--radius-lg);padding:28px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.lp-contact-card__icon{font-size:32px}.lp-contact-card h4{font-size:15px;font-weight:700;color:var(--text)}.lp-contact-card a,.lp-contact-card span{font-size:14px;color:var(--btn-primary);text-decoration:none;direction:ltr}.lp-contact-card a:hover{text-decoration:underline}.lp-prose{background:rgba(255,255,255,.04);border:1px solid rgba(255,200,100,.12);border-radius:var(--radius-lg);padding:32px 28px;display:flex;flex-direction:column;gap:20px;line-height:1.9}.lp-prose h3{font-size:16px;font-weight:700;color:var(--btn-primary);margin-bottom:-8px}.lp-prose p{font-size:14px;color:var(--text-dim)}.lp-prose a{color:var(--btn-primary)}.lp-footer{background:#110800;border-top:1px solid rgba(255,200,100,.1);padding:40px 0 24px}.lp-footer__top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;margin-bottom:32px}.lp-footer__brand{display:flex;align-items:center;gap:12px}.lp-footer__brand img{width:40px;height:40px;object-fit:contain}.lp-footer__brand-name{font-size:17px;font-weight:700;color:var(--text)}.lp-footer__brand-domain{font-size:12px;color:var(--text-muted);direction:ltr}.lp-footer__links{display:flex;gap:24px;flex-wrap:wrap}.lp-footer__links a{font-size:14px;color:var(--text-dim);text-decoration:none;transition:color .15s}.lp-footer__links a:hover{color:var(--text)}.lp-footer__bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.lp-footer__bottom p{font-size:13px;color:var(--text-muted)}.lp-footer__domain{direction:ltr}.lp-header__nav{display:flex;gap:20px}.lp-header__nav a{font-size:14px;color:var(--text-dim);text-decoration:none;transition:color .15s}.lp-header__nav a:hover{color:var(--text)}@media (max-width:700px){.lp-header__nav{display:none}}.lp-pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:24px}.lp-price-card{position:relative;background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:28px 20px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;transition:transform .2s,border-color .2s}.lp-price-card:hover{transform:translateY(-4px);border-color:var(--pkg-color,rgba(255,255,255,.3))}.lp-price-card__badge{position:absolute;top:-12px;right:50%;transform:translateX(50%);background:var(--pkg-color,var(--btn-primary));color:#1e1008;font-size:12px;font-weight:700;padding:3px 10px;border-radius:999px;white-space:nowrap}.lp-price-card__icon{width:52px;height:52px;object-fit:contain}.lp-price-card__amount{font-size:20px;font-weight:800;color:var(--pkg-color,var(--text))}.lp-price-card__label{font-size:13px;color:var(--text-dim)}.lp-price-card__price{font-size:18px;font-weight:700;color:var(--text);margin-top:4px}.lp-price-card__note{font-size:12px;color:var(--text-muted);margin-top:2px}.lp-pricing__disclaimer{font-size:13px;color:var(--text-muted);text-align:center;max-width:600px;margin:0 auto;line-height:1.8}.lp-about{background:rgba(255,255,255,.04);border:1px solid rgba(255,200,100,.12);border-radius:var(--radius-lg);padding:32px 28px;display:flex;flex-direction:column;gap:24px}.lp-about>p{font-size:15px;color:var(--text-dim);line-height:1.9}.lp-about-info{display:flex;flex-direction:column;gap:12px}.lp-about-row{display:flex;gap:12px;align-items:flex-start;font-size:14px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06)}.lp-about-row:last-child{border-bottom:none;padding-bottom:0}.lp-about-row__label{color:var(--text-dim);flex-shrink:0;min-width:160px}.lp-about-row__value{color:var(--text);font-weight:600}.lp-placeholder{color:#ef4444!important;background:rgba(239,68,68,.12);border-radius:4px;padding:1px 6px}.lp-address{font-size:13px;line-height:1.6}.lp-contact-card span.lp-address{direction:rtl;text-align:center}.lp-prose--wood{background:rgba(0,0,0,.2)}.lp-footer__enamad{margin:28px 0;display:flex;justify-content:center}@media (max-width:600px){.lp-section{padding:48px 0}.lp-header__logo span{display:none}.lp-hero__content{padding:40px 20px 60px}.lp-footer__bottom,.lp-footer__top{flex-direction:column;align-items:flex-start}}