.calculator-panel[data-astro-cid-av4muyj3]{background:transparent;border:none;box-shadow:none;padding:0}.calculator__grid[data-astro-cid-av4muyj3]{display:grid;grid-template-columns:2fr 1fr;grid-template-areas:"inputs receipt" "footnote .";gap:1.5rem 2.5rem;align-items:stretch}.calculator__inputs-panel[data-astro-cid-av4muyj3]{grid-area:inputs;background:#1e2429;border:1px solid hsla(0,0%,100%,.06);border-radius:14px;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 0 0 1px #ffffff08 inset,0 4px 32px #0000004d}.calculator__inputs-panel[data-astro-cid-av4muyj3] .calculator__inputs[data-astro-cid-av4muyj3]{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem;margin-bottom:0}.calculator__receipt[data-astro-cid-av4muyj3]{grid-area:receipt}.calculator__inputs[data-astro-cid-av4muyj3]{margin-bottom:.5rem}.calculator__receipt[data-astro-cid-av4muyj3]{background:linear-gradient(180deg,#2c2311b3,#1c140db3);border:1px solid hsla(40,85%,58%,.22);border-radius:14px;padding:2rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 0 0 1px #f0b6420a inset,0 12px 40px #00000059}.calculator__receipt[data-astro-cid-av4muyj3] .calculator-results[data-astro-cid-av4muyj3]{display:flex;flex-direction:column;gap:.65rem;padding-top:0;margin-top:0;border-top:none}.calculator__receipt[data-astro-cid-av4muyj3] .result-row[data-astro-cid-av4muyj3]{justify-content:space-between;gap:.75rem}.calculator__receipt[data-astro-cid-av4muyj3] .result-label[data-astro-cid-av4muyj3]{font-size:var(--font-size-small)}.calculator__receipt[data-astro-cid-av4muyj3] .result-row--hero[data-astro-cid-av4muyj3]{justify-content:space-between}.calculator__receipt[data-astro-cid-av4muyj3] .result-row--hero[data-astro-cid-av4muyj3] .result-label[data-astro-cid-av4muyj3]{font-size:clamp(.95rem,1.2vw,1.1rem)}.calculator__receipt[data-astro-cid-av4muyj3] .result-value[data-astro-cid-av4muyj3]{font-size:1.1rem}.calculator__receipt[data-astro-cid-av4muyj3] .result-value--hero[data-astro-cid-av4muyj3]{font-size:clamp(1.75rem,2.4vw,2.1rem);color:var(--accent);letter-spacing:-.01em}.calculator__receipt[data-astro-cid-av4muyj3] .calculator__cta[data-astro-cid-av4muyj3]{margin-top:.25rem;width:100%;justify-content:center}.calculator__below[data-astro-cid-av4muyj3]{color:var(--fg-on-dark-secondary);font-size:var(--font-size-small);margin:0;line-height:1.45}.calculator__footnote[data-astro-cid-av4muyj3]{grid-area:footnote;margin:0;text-align:left;font-size:.72rem;line-height:1.55;color:#ffffff38}@media(max-width:900px){.calculator__grid[data-astro-cid-av4muyj3]{grid-template-columns:1fr;gap:1.5rem}}.calculator__cta[data-astro-cid-av4muyj3]{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.5rem;padding:.75rem 1.5rem;background:var(--accent);color:#2f2104;font-family:var(--font-family);font-size:var(--font-size-small);font-weight:600;border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s;text-decoration:none}.calculator__cta[data-astro-cid-av4muyj3]:hover{background:var(--accent-hover)}.pricing-info[data-astro-cid-av4muyj3]{position:relative;display:inline-flex;align-items:center;margin-left:.35rem;vertical-align:middle}.pricing-info__trigger[data-astro-cid-av4muyj3]{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;background:transparent;border:none;border-radius:50%;color:var(--fg-secondary);cursor:help;transition:color .15s}.pricing-info__trigger[data-astro-cid-av4muyj3]:hover,.pricing-info__trigger[data-astro-cid-av4muyj3]:focus-visible{color:var(--brand);outline:none}.pricing-info__tooltip[data-astro-cid-av4muyj3]{position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%) translateY(4px);min-width:312px;padding:.75rem .9rem;background:var(--bg-elevated, #1a1a1a);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 10px 30px #00000059;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,transform .2s,visibility .2s;z-index:10;text-align:left}.pricing-info[data-astro-cid-av4muyj3]:hover .pricing-info__tooltip[data-astro-cid-av4muyj3],.pricing-info__trigger[data-astro-cid-av4muyj3]:focus-visible+.pricing-info__tooltip[data-astro-cid-av4muyj3],.pricing-info[data-astro-cid-av4muyj3]:focus-within .pricing-info__tooltip[data-astro-cid-av4muyj3]{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.pricing-info__tooltip[data-astro-cid-av4muyj3]:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--border)}.pricing-info__title[data-astro-cid-av4muyj3]{display:block;font-size:.75rem;font-weight:600;color:var(--fg-primary);margin-bottom:.4rem;letter-spacing:.02em;text-transform:uppercase}.pricing-info__tooltip[data-astro-cid-av4muyj3] ul[data-astro-cid-av4muyj3]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem}.pricing-info__tooltip[data-astro-cid-av4muyj3] li[data-astro-cid-av4muyj3]{font-size:.8125rem;color:var(--fg-secondary);line-height:1.4}.comparison-table[data-astro-cid-sjh5edtt]{display:block}.comparison-mobile[data-astro-cid-sjh5edtt]{display:none}.comparison__footer[data-astro-cid-sjh5edtt]{text-align:center;margin-top:2.5rem}.comparison__callout[data-astro-cid-sjh5edtt]{font-size:var(--font-size-h3);font-weight:600;color:var(--fg-primary);margin-bottom:.5rem}.comparison__cta[data-astro-cid-sjh5edtt]{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.5rem;padding:.75rem 1.5rem;background:var(--brand-dark);color:#fff;font-family:var(--font-family);font-size:var(--font-size-small);font-weight:600;border:none;border-radius:var(--radius);cursor:pointer;transition:background .2s;text-decoration:none}.comparison__cta[data-astro-cid-sjh5edtt]:hover{background:var(--brand-dark-hover)}.comparison-mobile__card[data-astro-cid-sjh5edtt]{padding:1.5rem;margin-bottom:1rem}.comparison-mobile__card[data-astro-cid-sjh5edtt] h3[data-astro-cid-sjh5edtt]{font-size:var(--font-size-h3);font-weight:600;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.comparison-mobile__card--ns[data-astro-cid-sjh5edtt]{border-color:var(--brand-dark);box-shadow:var(--shadow-md)}.comparison-mobile__card[data-astro-cid-sjh5edtt] ul[data-astro-cid-sjh5edtt]{list-style:none;display:flex;flex-direction:column;gap:.75rem}.comparison-mobile__card[data-astro-cid-sjh5edtt] li[data-astro-cid-sjh5edtt]{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.comparison-mobile__label[data-astro-cid-sjh5edtt]{font-size:var(--font-size-caption);color:var(--fg-tertiary)}.comparison-mobile__value[data-astro-cid-sjh5edtt]{font-size:var(--font-size-small);color:var(--fg-secondary);text-align:right}.comparison-mobile__card--ns[data-astro-cid-sjh5edtt] .comparison-mobile__value[data-astro-cid-sjh5edtt]{color:var(--brand);font-weight:500}@media(max-width:768px){.comparison-table[data-astro-cid-sjh5edtt]{display:none}.comparison-mobile[data-astro-cid-sjh5edtt]{display:block}}.steps[data-astro-cid-2edxe6gy]{display:flex;align-items:flex-start;justify-content:center;gap:0;max-width:1180px;margin:0 auto}.step[data-astro-cid-2edxe6gy]{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:0 1.5rem}.step[data-astro-cid-2edxe6gy] h3[data-astro-cid-2edxe6gy]{max-width:300px}.step__circle[data-astro-cid-2edxe6gy]{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--brand-dark);color:#fff;box-shadow:var(--shadow-md);flex-shrink:0}.step[data-astro-cid-2edxe6gy] h3[data-astro-cid-2edxe6gy]{font-size:var(--font-size-h3);font-weight:600;color:var(--fg-on-dark)}.step[data-astro-cid-2edxe6gy] p[data-astro-cid-2edxe6gy]{color:var(--fg-on-dark-secondary);font-size:var(--font-size-small);line-height:1.5;max-width:240px}.step__circle[data-astro-cid-2edxe6gy]{background:var(--brand);color:#0c1d1a;box-shadow:0 0 0 1px #57dbc540,0 0 24px #42d7be59}.step__line[data-astro-cid-2edxe6gy]{width:80px;height:2px;background:repeating-linear-gradient(90deg,hsla(170,55%,55%,.4) 0px,hsla(170,55%,55%,.4) 6px,transparent 6px,transparent 12px);flex-shrink:0;margin-top:32px}@media(max-width:640px){.steps[data-astro-cid-2edxe6gy]{flex-direction:column;align-items:center;gap:.5rem}.step__line[data-astro-cid-2edxe6gy]{width:2px;height:40px;background:repeating-linear-gradient(180deg,var(--border-hover) 0px,var(--border-hover) 6px,transparent 6px,transparent 12px);margin-top:0}}.dubai--editorial[data-astro-cid-2brwx43c]{position:relative;overflow:hidden;color:var(--fg-on-dark);background:radial-gradient(ellipse 70% 50% at 50% 85%,hsla(40,60%,18%,.45),transparent 70%),linear-gradient(180deg,#081216,#080d12);isolation:isolate}.dubai__map[data-astro-cid-2brwx43c]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:70%;max-width:820px;display:flex;align-items:flex-end;justify-content:center;pointer-events:none;z-index:0;opacity:.18;-webkit-mask-image:radial-gradient(ellipse 90% 80% at center,black 30%,transparent 90%);mask-image:radial-gradient(ellipse 90% 80% at center,black 30%,transparent 90%)}.dubai__map[data-astro-cid-2brwx43c] img[data-astro-cid-2brwx43c]{width:100%;height:auto;display:block;filter:brightness(0) saturate(100%) invert(72%) sepia(78%) saturate(520%) hue-rotate(1deg) brightness(96%) contrast(92%);mix-blend-mode:screen}.dubai__fade[data-astro-cid-2brwx43c]{position:absolute;inset:0;background:linear-gradient(180deg,hsla(200,45%,6%,.7) 0%,hsla(200,45%,6%,.4) 35%,transparent 55%);z-index:1;pointer-events:none}.dubai__content[data-astro-cid-2brwx43c]{position:relative;z-index:2}.dubai--editorial[data-astro-cid-2brwx43c] .section-header[data-astro-cid-2brwx43c] h2[data-astro-cid-2brwx43c]{color:var(--fg-on-dark)}.dubai--editorial[data-astro-cid-2brwx43c] .section-header[data-astro-cid-2brwx43c] p[data-astro-cid-2brwx43c]{color:var(--fg-on-dark-secondary)}.editorial-strip[data-astro-cid-2brwx43c]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:4rem;max-width:1180px;margin-left:auto;margin-right:auto;padding:0 1rem}.editorial-item[data-astro-cid-2brwx43c]{position:relative;min-width:0;padding:0 1.5rem}.editorial-item[data-astro-cid-2brwx43c]+.editorial-item[data-astro-cid-2brwx43c]{border-left:1px solid hsla(170,55%,48%,.15)}.editorial-item__number[data-astro-cid-2brwx43c]{font-family:var(--font-family);font-size:2.75rem;font-weight:200;color:var(--accent);letter-spacing:-.04em;line-height:1;margin-bottom:1.25rem;font-variant-numeric:tabular-nums}.editorial-item__title[data-astro-cid-2brwx43c]{font-size:1.05rem;font-weight:600;color:var(--fg-on-dark);margin:0 0 .75rem;line-height:1.3;letter-spacing:-.01em}.editorial-item__body[data-astro-cid-2brwx43c]{font-size:var(--font-size-small);color:var(--fg-on-dark-secondary);line-height:1.55;margin:0}@media(max-width:900px){.editorial-strip[data-astro-cid-2brwx43c]{grid-template-columns:1fr;gap:2rem}.editorial-item[data-astro-cid-2brwx43c]{padding:0 1rem}.editorial-item[data-astro-cid-2brwx43c]+.editorial-item[data-astro-cid-2brwx43c]{border-left:none;border-top:1px solid hsla(170,55%,48%,.15);padding-top:2rem}.dubai__map[data-astro-cid-2brwx43c]{width:90%;opacity:.35}}
