:root{--navy:#0f2b48;--navy-deep:#081d31;--ice:#eef8fc;--blue:#59b8e6;--orange:#f28a32;--orange-deep:#d9691a;--orange-soft:rgba(242,138,50,.13);--gold:#e8b93a;--green:#168352;--line:#dce6ec;--muted:#6d7a86;--white:#ffffff}*{box-sizing:border-box}html{direction:rtl}a{color:inherit;text-decoration:none}body{margin:0;background:#eef2f5;color:#17212b;font-family:Heebo,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}.app{display:grid;grid-template-columns:240px 1fr;min-height:100vh}aside{background:linear-gradient(180deg,var(--navy-deep),var(--navy));color:white;padding:26px 18px;position:-webkit-sticky;position:sticky;top:0;height:100vh}aside img{width:82px;height:82px;object-fit:contain;border-radius:16px;background:white;padding:5px}aside h2{margin:12px 0 3px;font-size:22px}aside small{color:#cde7f6}.side{display:block;width:100%;margin-top:18px;border:0;border-radius:10px;padding:12px;text-align:right;background:transparent;color:#d9e8f1;font-weight:700;cursor:pointer}.side.active,.side:hover{background:rgba(255,255,255,.1)}.sideLink{margin-top:28px;border-top:1px solid rgba(255,255,255,.14);padding-top:20px}.content{padding:30px;max-width:1250px;width:100%;margin:auto}header{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:20px}header h1{margin:0;color:var(--navy);font-size:30px}header p{margin:6px 0 0;color:var(--muted)}nav{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}nav span{background:#e4eaee;padding:9px 14px;border-radius:999px;font-size:13px;font-weight:700;color:#66747e}nav .on{background:var(--navy);color:white}.card{background:white;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 5px 20px rgba(15,43,72,.06);margin-bottom:20px}.card h2,.card h3{color:var(--navy)}.grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.grid label{display:grid;grid-gap:7px;gap:7px;color:var(--navy);font-size:13px;font-weight:700}.grid .wide{grid-column:1/-1}input,select,textarea{width:100%;padding:12px;border:1px solid #ccd7dd;border-radius:10px;background:white;font:inherit}textarea{min-height:90px}.checks,.pills,.services{display:flex;gap:8px;flex-wrap:wrap}.chip,.pills span,.services span{border:1px solid var(--line);padding:8px 11px;border-radius:999px;background:white;font-size:12px}.chip input{width:auto;margin-left:5px}.actions{display:flex;justify-content:space-between;gap:10px;margin-top:20px}.outline,.primary{border:0;border-radius:10px;padding:12px 18px;font-weight:800;cursor:pointer}.primary{background:var(--orange);color:white}.outline{background:white;color:var(--navy);border:1px solid var(--line)}.calc,.grand{margin-top:18px;padding:17px;background:var(--ice);border:1px solid #cde7f6;border-radius:14px}.calc{display:grid;grid-gap:5px;gap:5px}.calc strong,.grand strong{display:block;color:var(--navy);font-size:30px}.calc span{color:var(--green);font-weight:700;font-size:13px}.itineraryEdit{display:flex;flex-direction:column;gap:10px}.itineraryEditRow{display:grid;grid-template-columns:70px 1fr 2fr auto;grid-gap:10px;gap:10px;align-items:center}.itineraryEditRow .dayInput{text-align:center}.photoEditRow{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:center}.hint{margin:0 0 12px;font-size:12px}.hint,.rmBtn{color:var(--muted)}.rmBtn{border:1px solid var(--line);background:white;border-radius:8px;width:40px;height:40px;cursor:pointer;font-size:14px}.rmBtn:hover{color:#b3261e;border-color:#b3261e}.previewGrid{display:grid;grid-template-columns:300px 1fr;grid-gap:24px;gap:24px;align-items:start}.controls{position:-webkit-sticky;position:sticky;top:20px}.controls a,.controls button{display:block;width:100%;margin-bottom:10px;text-align:center}.previewFrame{background:var(--navy-deep);border-radius:18px;overflow:hidden;padding-bottom:70px}.proposal{background:white;overflow:hidden}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.revealIn{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{transition:none;opacity:1;transform:none}}.pHero{position:relative;min-height:100svh;min-height:92vh;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;color:white;background-size:cover;background-position:50%;background-color:var(--navy);background-image:radial-gradient(circle at 14% 12%,rgba(89,184,230,.35),transparent 40%),linear-gradient(135deg,var(--navy-deep) 0,var(--navy) 55%,#2879a5 100%)}.pHeroOverlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,29,49,.35),rgba(8,29,49,.25) 40%,rgba(8,29,49,.88));z-index:1}.pHero .mountain{z-index:0}.mountain{position:absolute;bottom:-10px}.mountainOne{right:-60px;width:340px;height:160px;background:rgba(255,255,255,.07);-webkit-clip-path:polygon(0 100%,35% 20%,55% 55%,75% 10%,100% 100%);clip-path:polygon(0 100%,35% 20%,55% 55%,75% 10%,100% 100%)}.mountainTwo{left:-80px;width:300px;height:130px;background:rgba(255,255,255,.05);-webkit-clip-path:polygon(0 100%,30% 15%,60% 60%,100% 5%,100% 100%);clip-path:polygon(0 100%,30% 15%,60% 60%,100% 5%,100% 100%)}.pHeroInner{position:relative;z-index:2;flex:1 1;display:flex;flex-direction:column;justify-content:space-between;padding:28px 22px 56px;border-top:5px solid var(--orange)}@media (min-width:700px){.pHeroInner{padding:40px 60px 80px}}.pHeroTop{display:flex;align-items:center;justify-content:space-between;gap:16px}.pHeroTop img{width:64px;height:64px;object-fit:contain;background:white;border-radius:16px;padding:6px;box-shadow:0 8px 22px rgba(0,0,0,.25),0 0 0 3px rgba(255,255,255,.12);flex-shrink:0}@media (min-width:700px){.pHeroTop img{width:86px;height:86px}}.pBrand{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.pBrand strong{font-size:18px;letter-spacing:3px;font-weight:900}.pBrand span{font-size:11px;letter-spacing:2px;color:var(--orange);font-weight:700;margin-top:4px}@media (min-width:700px){.pBrand strong{font-size:22px}.pBrand span{font-size:12px}}.pHeroBody{margin-top:32px}.pEyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:white;background:var(--orange);padding:7px 15px;border-radius:999px}.pEyebrowDark{color:var(--orange-deep);background:var(--orange-soft)}.pHeroBody h1{margin:18px 0 8px;font-size:clamp(2.1rem,8vw,4rem);line-height:1.05;font-weight:800;color:white}.pDates{margin:0;font-size:17px;color:#e9f7ff;direction:ltr;text-align:right}.pClientLine{margin-top:20px;display:inline-block;font-size:15px;color:#eaf7ff;background:rgba(255,255,255,.1);border-right:3px solid var(--orange);padding:10px 16px;border-radius:8px}.pClientLine strong{color:white}.pScrollHint{position:relative;z-index:2;text-align:center;padding-bottom:18px;font-size:12px;letter-spacing:1px;color:rgba(255,255,255,.75);animation:pBounce 2.4s ease-in-out infinite}@keyframes pBounce{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(6px);opacity:1}}.pStats{background:var(--navy-deep);display:grid;grid-template-columns:repeat(3,1fr);color:white;text-align:center}.pStats>div{padding:34px 12px;border-left:1px solid rgba(255,255,255,.08)}.pStats>div:last-child{border-left:0}.pStats strong{display:block;font-size:clamp(28px,6vw,40px);font-weight:800;color:white}.pStats span{font-size:12px;letter-spacing:1px;text-transform:uppercase;color:var(--orange);font-weight:700}.pBlock{max-width:760px;margin:0 auto;padding:64px 22px}@media (min-width:700px){.pBlock{padding:96px 40px}}.pHeading{gap:16px;margin-bottom:28px}.pHeading,.pHeadingIcon{display:flex;align-items:center}.pHeadingIcon{width:48px;height:48px;border-radius:14px;background:var(--orange);color:white;justify-content:center;font-size:20px;flex-shrink:0}.pHeading small{display:block;font-size:12px;letter-spacing:1.5px;color:var(--orange-deep);font-weight:700;text-transform:uppercase}.pHeading h2{margin:3px 0 0;font-size:clamp(24px,4vw,32px);color:var(--navy);font-weight:800}.pFlightCard{background:#f8fafb;border:1px solid var(--line);border-radius:16px;padding:20px 22px;margin-bottom:16px}.pFlightCard:last-child{margin-bottom:0}.pFlightMeta{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px}.pFlightMeta strong{color:var(--navy);font-size:16px}.pFlightMeta span{color:var(--muted);font-size:14px;font-weight:700}.pFlightRoute{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:12px;gap:12px}.pFlightRoute>div{text-align:center}.pFlightRoute strong{display:block;font-size:26px;color:var(--navy);font-weight:800}.pFlightRoute span{font-size:13px;color:var(--muted)}.pRouteLine{color:var(--orange);font-size:24px}.pFlightDate{margin-top:12px;padding-top:12px;border-top:1px dashed var(--line);font-size:14px;color:var(--muted);font-weight:700;text-align:center}.pBaggage{margin-top:16px;display:flex;align-items:center;gap:8px;font-size:15px;color:var(--navy)}.pBaggage strong{font-weight:800}.pServiceGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.pServiceItem{gap:12px;background:#f8fafb;border:1px solid var(--line);border-radius:14px;padding:16px}.pServiceCheck,.pServiceItem{display:flex;align-items:center}.pServiceCheck{width:28px;height:28px;border-radius:50%;background:var(--green);color:white;justify-content:center;font-size:14px;flex-shrink:0}.pServiceItem strong{font-size:15px;color:var(--navy)}.pHotelCard{background:linear-gradient(135deg,#ffffff,#f8fbfc);border:1px solid var(--line);border-radius:18px;padding:24px}.pHotelTop{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.pHotelTop h3{margin:0;font-size:22px;color:var(--navy)}.pStars{color:var(--gold);font-size:16px;margin-top:6px;letter-spacing:2px}.pHotelBadge{background:var(--orange);color:white;font-weight:800;font-size:13px;padding:6px 12px;border-radius:8px;flex-shrink:0}.pHotelFacts{display:flex;gap:26px;margin:18px 0;flex-wrap:wrap}.pHotelFacts small{display:block;color:var(--muted);font-size:12px}.pHotelFacts strong{display:block;color:var(--navy);font-size:15px;margin-top:3px}.pHotelCard>p{margin:8px 0 0;font-size:15px;color:#445;line-height:1.7}.pHotelLink{display:inline-block;margin-top:18px;background:var(--navy);color:white;font-size:14px;font-weight:800;padding:12px 22px;border-radius:999px}.pCarousel{margin:20px 0}.pCarouselMain{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/3;background:var(--ice)}@media (min-width:700px){.pCarouselMain{aspect-ratio:16/9}}.pCarouselMain img{width:100%;height:100%;object-fit:cover;display:block}.pCarouselArrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:rgba(15,43,72,.6);color:white;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.pCarouselPrev{right:12px}.pCarouselNext{left:12px}.pDots{display:flex;justify-content:center;gap:7px;margin-top:12px}.pDot{width:8px;height:8px;border-radius:50%;background:var(--line);cursor:pointer}.pDotActive{background:var(--orange)}.pPrintGrid{display:none}.pTimeline{display:flex;flex-direction:column;gap:14px}.pTimelineRow{display:flex;gap:16px;align-items:flex-start}.pTimelineDay{flex-shrink:0;width:46px;height:46px;border-radius:12px;background:var(--orange);color:white;font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center;text-align:center}.pTimelineText{background:#f8fafb;border:1px solid var(--line);border-radius:14px;padding:14px 16px;flex:1 1}.pTimelineText strong{display:block;color:var(--navy);font-size:15px;margin-bottom:4px}.pTimelineText span{font-size:14px;color:var(--muted)}.pPrice{background:linear-gradient(160deg,var(--navy-deep),var(--navy) 60%,#1c4d7a 130%);color:white;padding:72px 22px;text-align:center}@media (min-width:700px){.pPrice{padding:100px 40px}}.pPrice h2{margin:14px 0 30px;font-size:clamp(26px,4vw,34px);color:white;font-weight:800}.pPriceRows{max-width:420px;margin:0 auto 20px;display:flex;flex-direction:column;gap:10px}.pPriceRows>div{padding:14px 18px;background:rgba(255,255,255,.08);border-radius:12px;font-size:15px;font-weight:700}.pGrandPrice,.pPriceRows>div{display:flex;justify-content:space-between;align-items:center}.pGrandPrice{max-width:420px;margin:0 auto;position:relative;overflow:hidden;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);padding:22px 24px;border-radius:18px}.pGrandPrice:after{content:"❄";position:absolute;left:14px;top:-6px;font-size:72px;color:rgba(255,255,255,.08)}.pGrandPrice>div{text-align:right}.pGrandPrice span{display:block;font-size:13px;color:#d9eef9}.pGrandPrice small{display:block;color:#b9d8ec;font-size:12px;margin-top:2px}.pGrandPrice strong{position:relative;font-size:36px;color:var(--orange)}.pDisclaimer{margin:20px auto 0;max-width:420px;font-size:12px;color:#b9d8ec}.pTermsGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.pTermsBlock{background:#f8fafb;border:1px solid var(--line);border-radius:14px;padding:18px 20px}.pTermsBlock h4{margin:0 0 8px;color:var(--navy);font-size:15px}.pTermsBlock p{margin:0;font-size:14px;color:#445;line-height:1.8;white-space:pre-wrap}.pClosing{text-align:center;background:var(--ice);padding:64px 24px}.pClosing strong{display:block;color:var(--navy);font-size:24px;margin-bottom:8px}.pClosing span{color:var(--muted);font-size:15px}.pFooter{text-align:center;padding:26px 20px 90px;color:var(--muted);font-size:12px;display:flex;flex-direction:column;gap:4px}@media (min-width:700px){.pFooter{flex-direction:row;justify-content:center;gap:16px}}.pSticky{position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--navy-deep);color:white;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;box-shadow:0 -6px 24px rgba(0,0,0,.25)}.pStickyPrice small{display:block;font-size:10px;color:#b9d8ec;letter-spacing:.5px}.pStickyPrice strong{font-size:18px;color:var(--orange)}.pStickyActions{display:flex;gap:8px}.pStickyBtn{padding:10px 14px;border-radius:999px;font-size:12px;font-weight:800;background:rgba(255,255,255,.12);white-space:nowrap}.pStickyPrimary{background:var(--orange)}@media (min-width:700px){.pStickyBtn{padding:12px 20px;font-size:13px}}@media (max-width:850px){.app{grid-template-columns:1fr}aside{position:relative;height:auto;display:flex;align-items:center;gap:10px;flex-wrap:wrap}aside img{width:55px;height:55px}.side,aside h2{margin:0}.side{width:auto}.content{padding:14px}header{align-items:flex-start;flex-direction:column}.grid,.previewGrid{grid-template-columns:1fr}.controls{position:relative;top:auto}.itineraryEditRow,.pServiceGrid,.pTermsGrid{grid-template-columns:1fr}}@media print{@page{margin:12mm}body{background:white;-webkit-print-color-adjust:exact;print-color-adjust:exact}.controls,.pScrollHint,.pSticky,aside,header,nav{display:none!important}.app{display:block}.content{padding:0;margin:0;max-width:none}.previewGrid{display:block}.previewFrame{padding-bottom:0;border-radius:0}.reveal{opacity:1!important;transform:none!important}.pHero{min-height:0;padding-bottom:20px}.pClosing,.pFlightCard,.pGrandPrice,.pHotelCard,.pPriceRows>div,.pServiceItem,.pStats,.pTermsBlock,.pTimelineRow{page-break-inside:avoid;break-inside:avoid}.pCarouselMain,.pDots{display:none}.pPrintGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px;margin:14px 0}.pPrintGrid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;page-break-inside:avoid;break-inside:avoid}.pHotelLink{text-decoration:underline}}.loginWrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--navy-deep),var(--navy));padding:20px}.loginCard{background:white;border-radius:18px;padding:32px;width:100%;max-width:360px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.35)}.loginCard h1{margin:0 0 6px;color:var(--navy);letter-spacing:2px}.loginCard .muted{color:var(--muted);font-size:13px;margin-bottom:20px}.loginCard input{margin-bottom:14px;text-align:center}.loginCard .primary{width:100%}.loginError{color:#b3261e;font-size:13px;margin-bottom:12px}.quotesTableWrap{overflow-x:auto}.quotesTable{width:100%;border-collapse:collapse}.quotesTable th{text-align:right;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:1px;padding:10px 12px;border-bottom:2px solid var(--line)}.quotesTable td{padding:12px;border-bottom:1px solid var(--line);font-size:14px;color:var(--navy);white-space:nowrap}.statusSelect{width:auto;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid var(--line)}.statusDraft{background:#eef1f3;color:#55606a}.statusSent{background:var(--orange-soft);color:var(--orange-deep)}.statusApproved{background:#e6f6ee;color:var(--green)}.statusCancelled{background:#fbe9e7;color:#b3261e}.quotesActions{display:flex;gap:8px;align-items:center}