.v-expansion-panel{background-color:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-expansion-panel:not(:first-child):after{border-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-expansion-panel--disabled .v-expansion-panel-title{color:rgba(var(--v-theme-on-surface),.26)}.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay{opacity:.4615384615}.v-expansion-panels{display:flex;flex-wrap:wrap;justify-content:center;list-style-type:none;padding:0;width:100%;position:relative;z-index:1}.v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active){border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active){border-top-left-radius:0!important;border-top-right-radius:0!important}.v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active){border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.v-expansion-panels:not(.v-expansion-panels--variant-accordion)>:last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active){border-top-left-radius:0!important;border-top-right-radius:0!important}.v-expansion-panels--variant-accordion>:first-child:not(:last-child){border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.v-expansion-panels--variant-accordion>:last-child:not(:first-child){border-top-left-radius:0!important;border-top-right-radius:0!important}.v-expansion-panels--variant-accordion>:last-child:not(:first-child) .v-expansion-panel-title--active{border-bottom-left-radius:initial;border-bottom-right-radius:initial}.v-expansion-panels--variant-accordion>:not(:first-child):not(:last-child){border-radius:0!important}.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay{transition:.3s border-radius cubic-bezier(.4,0,.2,1)}.v-expansion-panel{flex:1 0 100%;max-width:100%;position:relative;transition:.3s all cubic-bezier(.4,0,.2,1);transition-property:margin-top,border-radius,border,max-width;border-radius:4px}@media(prefers-reduced-motion:reduce){.v-expansion-panel{transition-property:border-radius,border}}.v-expansion-panel:not(:first-child):after{border-top-style:solid;border-top-width:thin;content:"";left:0;position:absolute;right:0;top:0;transition:.3s opacity cubic-bezier(.4,0,.2,1)}.v-expansion-panel--disabled .v-expansion-panel-title{pointer-events:none}.v-expansion-panel--active:not(:first-child),.v-expansion-panel--active+.v-expansion-panel{margin-top:16px}.v-expansion-panel--active:not(:first-child):after,.v-expansion-panel--active+.v-expansion-panel:after{opacity:0}.v-expansion-panel--active>.v-expansion-panel-title{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-expansion-panel--active>.v-expansion-panel-title:not(.v-expansion-panel-title--static){min-height:64px}.v-expansion-panel__shadow{border-radius:inherit;z-index:-1;position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 3px 10px -2px #55555514,0 2px 20px #5555550f,0 1px 30px #55555508}.v-expansion-panel-title{align-items:center;text-align:start;border-radius:inherit;display:flex;font-size:.9375rem;line-height:1;min-height:48px;outline:none;padding:16px 24px;position:relative;width:100%;justify-content:space-between}@media(prefers-reduced-motion:no-preference){.v-expansion-panel-title{transition:.3s min-height cubic-bezier(.4,0,.2,1)}}.v-expansion-panel-title:hover>.v-expansion-panel-title__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-expansion-panel-title:focus-visible>.v-expansion-panel-title__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-expansion-panel-title:focus>.v-expansion-panel-title__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-expansion-panel-title__overlay{background-color:currentColor;border-radius:inherit;opacity:0;position:absolute;top:0;left:0;width:100%;height:100%}.v-expansion-panel-title__icon{display:inline-flex;margin-bottom:-4px;margin-top:-4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-inline-start:auto}.v-expansion-panel-text{display:flex}.v-expansion-panel-text__wrapper{padding:8px 24px 16px;flex:1 1 auto;max-width:100%}.v-expansion-panels--variant-accordion>.v-expansion-panel{margin-top:0}.v-expansion-panels--variant-accordion>.v-expansion-panel:after{opacity:1}.v-expansion-panels--variant-popout>.v-expansion-panel{max-width:calc(100% - 32px)}.v-expansion-panels--variant-popout>.v-expansion-panel--active{max-width:calc(100% + 16px)}.v-expansion-panels--variant-inset>.v-expansion-panel{max-width:100%}.v-expansion-panels--variant-inset>.v-expansion-panel--active{max-width:calc(100% - 32px)}.v-expansion-panels--flat>.v-expansion-panel:after{border-top:none}.v-expansion-panels--flat>.v-expansion-panel .v-expansion-panel__shadow{display:none}.v-expansion-panels--tile{border-radius:0}.v-expansion-panels--tile>.v-expansion-panel{border-radius:0}.landing-footer[data-v-f698d4f0]{width:min(100% - 48px,1180px);margin:40px auto 24px;padding-top:24px;border-top:1px solid rgba(var(--v-border-color),var(--v-border-opacity));text-align:center}.landing-footer .footer-links[data-v-f698d4f0]{display:flex;justify-content:center;gap:12px;margin-bottom:8px}.landing-footer .footer-links a[data-v-f698d4f0]{color:inherit;opacity:.85;text-decoration:none;font-size:.95rem}.landing-footer .footer-links a[data-v-f698d4f0]:hover{opacity:1;text-decoration:underline}.landing-footer .footer-copy[data-v-f698d4f0]{font-size:.85rem;opacity:.65;margin-bottom:6px}.landing-footer .footer-disclaimer[data-v-f698d4f0]{font-size:.78rem;opacity:.5;max-width:640px;margin:0 auto}.watheeqa-landing[data-v-f698d4f0]{--landing-text: rgb(var(--v-theme-grey-900));--landing-text-muted: rgb(var(--v-theme-grey-700));--landing-text-soft: rgb(var(--v-theme-grey-600));--landing-card: rgb(var(--v-theme-surface));--landing-border: rgba(var(--v-theme-primary), .12);--landing-card-shadow: none;--landing-nav-shadow: none;--landing-body-size: 1rem;--landing-body-leading: 1.7;min-height:100vh;color:var(--landing-text);font-size:var(--landing-body-size);font-weight:400;line-height:var(--landing-body-leading);background:radial-gradient(circle at 15% 10%,rgba(var(--v-theme-primary),.12),transparent 28rem),linear-gradient(180deg,rgba(var(--v-theme-primary),.05),transparent 32rem),rgb(var(--v-theme-background))}.v-theme--light .watheeqa-landing[data-v-f698d4f0]{--landing-text: rgb(var(--v-theme-on-background));--landing-text-muted: rgba(var(--v-theme-on-background), .72);--landing-text-soft: rgba(var(--v-theme-on-background), .6);--landing-card: rgb(var(--v-theme-surface));--landing-border: rgba(var(--v-theme-primary), .18);--landing-card-shadow: 0 8px 28px rgba(17, 24, 39, .1);--landing-nav-shadow: 0 1px 0 rgba(17, 24, 39, .06), 0 8px 20px rgba(17, 24, 39, .04)}.watheeqa-landing .v-btn[data-v-f698d4f0]{font-size:.875rem;font-weight:600;letter-spacing:.01em;text-transform:none}.landing-nav[data-v-f698d4f0]{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 6vw;background:rgb(var(--v-theme-background));box-shadow:var(--landing-nav-shadow)}.nav-pill[data-v-f698d4f0]{display:flex;align-items:center;justify-content:space-between;gap:24px;flex:1;min-height:60px;padding:0 8px 0 24px;border-radius:999px;background:rgb(var(--v-theme-grey-100))}.brand[data-v-f698d4f0],.nav-links[data-v-f698d4f0],.cta-actions[data-v-f698d4f0]{display:flex;align-items:center}.brand[data-v-f698d4f0]{gap:10px;color:rgb(var(--v-theme-primary));font-size:1.2rem;font-weight:700;text-decoration:none}.brand-mark[data-v-f698d4f0]{display:block;width:34px;height:34px;border-radius:8px;-o-object-fit:contain;object-fit:contain}.nav-links[data-v-f698d4f0]{gap:22px}.nav-links a[data-v-f698d4f0]{color:var(--landing-text-muted);font-size:.9rem;font-weight:500;text-decoration:none}.nav-links .nav-link--active[data-v-f698d4f0]{color:var(--nav-accent);font-weight:650}.lang-switch[data-v-f698d4f0]{display:flex;align-items:center;gap:8px;color:var(--landing-text-muted);font-size:.9rem;font-weight:500;background:transparent;border:0;cursor:pointer;padding:8px 12px}.lang-switch-flag[data-v-f698d4f0]{font-size:1.15rem;line-height:1}.nav-auth[data-v-f698d4f0]{display:flex;align-items:center;gap:8px;flex-shrink:0}.nav-theme-toggle[data-v-f698d4f0]{flex-shrink:0}.cta-actions[data-v-f698d4f0]{flex-wrap:wrap;gap:10px}.nav-collapse[data-v-f698d4f0]{display:contents}.nav-burger[data-v-f698d4f0]{display:none;color:rgb(var(--v-theme-primary));background:transparent;border:0;cursor:pointer;padding:6px}.hero-section[data-v-f698d4f0],.hero-workflow[data-v-f698d4f0],.section-block[data-v-f698d4f0],.metric-band[data-v-f698d4f0],.cta-section[data-v-f698d4f0]{width:min(1180px,100% - 32px);margin-inline:auto}:where(#features[data-v-f698d4f0],#process[data-v-f698d4f0],#pricing[data-v-f698d4f0],#faq[data-v-f698d4f0],#contact[data-v-f698d4f0]){scroll-margin-top:90px}.hero-section[data-v-f698d4f0]{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:56px;align-items:center;min-height:calc(100vh - 72px);padding:56px 0}.hero-copy h1[data-v-f698d4f0]{max-width:720px;font-size:clamp(2.45rem,4.6vw,4.35rem);line-height:1.06;font-weight:800;letter-spacing:-.035em;text-wrap:balance}.hero-copy p[data-v-f698d4f0]{max-width:650px;margin:22px 0 0;color:var(--landing-text-muted);font-size:clamp(1.0625rem,1.5vw,1.2rem);line-height:1.72}.hero-free-tool[data-v-f698d4f0]{display:inline-flex;align-items:center;gap:10px;margin-top:22px;padding:13px 22px;border:none;border-radius:999px;background:rgb(var(--v-theme-secondary));color:rgb(var(--v-theme-on-secondary));font-size:1rem;font-weight:700;text-decoration:none;box-shadow:0 10px 24px -10px rgba(var(--v-theme-secondary),.7);transition:transform .15s ease,box-shadow .15s ease}.hero-free-tool[data-v-f698d4f0]:hover,.hero-free-tool[data-v-f698d4f0]:focus-visible{transform:translateY(-1px);box-shadow:0 14px 28px -10px rgba(var(--v-theme-secondary),.8)}.hero-free-tool-tag[data-v-f698d4f0]{position:relative;z-index:0;padding:2px 9px;border-radius:999px;background:rgb(var(--v-theme-on-secondary));color:rgb(var(--v-theme-secondary));font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.hero-free-tool-tag[data-v-f698d4f0]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:inherit;background:rgb(var(--v-theme-on-secondary));animation:hero-free-ping-f698d4f0 2.4s ease-out infinite}@keyframes hero-free-ping-f698d4f0{0%{transform:scale(1);opacity:.55}to{transform:scale(1.9);opacity:0}}@media(prefers-reduced-motion:reduce){.hero-free-tool-tag[data-v-f698d4f0]:after{content:none}}.hero-actions[data-v-f698d4f0],.trust-row[data-v-f698d4f0]{display:flex;flex-wrap:wrap;gap:14px}.hero-actions[data-v-f698d4f0]{margin-top:32px}.trust-row[data-v-f698d4f0]{margin-top:26px;color:var(--landing-text-muted);font-size:.92rem;font-weight:500;line-height:1.55}.trust-row span[data-v-f698d4f0]{padding-inline-start:14px;border-inline-start:3px solid rgb(var(--v-theme-secondary))}.hero-visual[data-v-f698d4f0]{filter:drop-shadow(0 32px 60px rgba(var(--v-theme-primary),.28))}.hero-visual-stage[data-v-f698d4f0]{position:relative;isolation:isolate}.hero-visual img[data-v-f698d4f0]{position:relative;z-index:2;display:block;width:100%;max-width:560px;aspect-ratio:1/1;margin-inline-start:auto;border-radius:12px}.hero-orbit[data-v-f698d4f0]{position:absolute;z-index:0;border:1px solid rgba(var(--v-theme-primary),.16);border-radius:50%;pointer-events:none}.hero-orbit--one[data-v-f698d4f0]{top:8%;right:4%;bottom:10%;left:8%;transform:rotate(-10deg)}.hero-orbit--two[data-v-f698d4f0]{top:18%;right:13%;bottom:2%;left:0;border-color:rgba(var(--v-theme-secondary),.12);transform:rotate(12deg)}.hero-visual-note[data-v-f698d4f0]{position:absolute;z-index:3;display:flex;align-items:center;gap:8px;max-width:230px;padding:10px 14px;border:1px solid rgba(var(--v-theme-primary),.14);border-radius:12px;background:rgba(var(--v-theme-surface),.9);box-shadow:0 14px 32px #1118271a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--landing-text);font-size:.82rem;font-weight:600;line-height:1.3}.hero-visual-note--top[data-v-f698d4f0]{top:14%;inset-inline-start:2%}.hero-visual-note--bottom[data-v-f698d4f0]{right:1%;bottom:14%}.hero-workflow[data-v-f698d4f0]{display:grid;grid-template-columns:auto 24px auto 24px auto minmax(210px,1fr);align-items:center;gap:14px;margin-top:-18px;margin-bottom:28px;padding:16px 18px;border:1px solid var(--landing-border);border-radius:16px;background:rgba(var(--v-theme-surface),.76);box-shadow:0 16px 45px #1118270f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-workflow-step[data-v-f698d4f0]{display:flex;align-items:center;gap:10px;min-width:0}.hero-workflow-step>span[data-v-f698d4f0]:last-child{display:grid;min-width:0}.hero-workflow-step strong[data-v-f698d4f0]{color:var(--landing-text);font-size:.88rem;font-weight:650;white-space:nowrap}.hero-workflow-step small[data-v-f698d4f0]{color:var(--landing-text-soft);font-size:.75rem;line-height:1.35;white-space:nowrap}.hero-workflow-icon[data-v-f698d4f0]{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border-radius:10px;background:rgba(var(--v-theme-primary),.1);color:rgb(var(--v-theme-primary))}.hero-workflow-arrow[data-v-f698d4f0]{color:rgba(var(--v-theme-primary),.46)}.hero-workflow-cta[data-v-f698d4f0]{display:flex;align-items:center;justify-content:center;gap:8px;justify-self:end;min-height:44px;padding:10px 16px;border-radius:11px;background:rgb(var(--v-theme-primary));color:rgb(var(--v-theme-on-primary));font-size:.84rem;font-weight:650;line-height:1.35;text-align:center;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.hero-workflow-cta[data-v-f698d4f0]:hover,.hero-workflow-cta[data-v-f698d4f0]:focus-visible{transform:translateY(-2px);box-shadow:0 10px 24px rgba(var(--v-theme-primary),.2)}.metric-band[data-v-f698d4f0]{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border-radius:8px;background:rgba(var(--v-theme-primary),.16)}.metric-band div[data-v-f698d4f0]{padding:30px;background:var(--landing-card)}.metric-band strong[data-v-f698d4f0],.metric-band span[data-v-f698d4f0]{display:block}.metric-band strong[data-v-f698d4f0]{color:rgb(var(--v-theme-primary));font-size:2.2rem;font-weight:750}.v-theme--dark .metric-band strong[data-v-f698d4f0]{color:var(--metric-accent-dark)}.metric-band span[data-v-f698d4f0]{margin-top:8px;color:var(--landing-text-muted);font-size:.94rem;line-height:1.55}.section-block[data-v-f698d4f0]{padding:96px 0 0}.analyzer-link-section[data-v-f698d4f0]{margin-top:8px;text-align:center}.analyzer-link-cta[data-v-f698d4f0]{border:1px solid rgba(var(--v-theme-primary),.35)}.section-heading[data-v-f698d4f0]{max-width:720px}.section-heading span[data-v-f698d4f0],.section-heading h2[data-v-f698d4f0]{display:block}.section-heading span[data-v-f698d4f0]{color:rgb(var(--v-theme-primary));font-size:.82rem;font-weight:700;letter-spacing:.035em}.section-heading h2[data-v-f698d4f0]{margin-top:10px;font-size:clamp(2rem,3.5vw,3rem);line-height:1.14;font-weight:750;letter-spacing:-.025em;text-wrap:balance}.feature-grid[data-v-f698d4f0]{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}.feature-card[data-v-f698d4f0]{min-height:220px;padding:26px;border:1px solid var(--landing-border);border-radius:12px;background:var(--landing-card);box-shadow:var(--landing-card-shadow);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.feature-card[data-v-f698d4f0]:hover{transform:translateY(-4px);border-color:rgba(var(--v-theme-primary),.24);box-shadow:0 18px 42px #11182714}.feature-card h3[data-v-f698d4f0]{margin-top:22px;font-size:1.25rem;font-weight:700}.feature-card p[data-v-f698d4f0]{margin-top:12px;color:var(--landing-text-muted);line-height:var(--landing-body-leading)}.proof-section[data-v-f698d4f0]{text-align:center}.proof-text[data-v-f698d4f0]{max-width:640px;margin:16px auto 0;color:var(--landing-text-muted);line-height:var(--landing-body-leading)}.proof-image-wrap[data-v-f698d4f0]{margin:32px auto 0;max-width:1000px;padding:28px;border-radius:24px;background:linear-gradient(135deg,rgba(var(--v-theme-primary),.16),rgba(var(--v-theme-secondary),.08));box-shadow:0 24px 60px #1118271a}.proof-image-frame[data-v-f698d4f0]{border-radius:12px;overflow:hidden;background:rgb(var(--v-theme-surface));box-shadow:0 10px 30px #1118272e}.proof-image-chrome[data-v-f698d4f0]{display:flex;align-items:center;gap:6px;padding:10px 14px;background:rgb(var(--v-theme-surface));border-bottom:1px solid rgba(var(--v-theme-on-surface),.08)}.proof-image-dot[data-v-f698d4f0]{width:10px;height:10px;border-radius:50%}.proof-image-dot--red[data-v-f698d4f0]{background:var(--v46f00bbe)}.proof-image-dot--amber[data-v-f698d4f0]{background:var(--v4cf3e31a)}.proof-image-dot--green[data-v-f698d4f0]{background:var(--v4c4626da)}.proof-image[data-v-f698d4f0]{display:block;width:100%;height:auto}.proof-cta[data-v-f698d4f0]{display:inline-flex;align-items:center;gap:8px;margin-top:24px;color:rgb(var(--v-theme-primary));font-weight:700;text-decoration:none}.proof-cta[data-v-f698d4f0]:hover,.proof-cta[data-v-f698d4f0]:focus-visible{text-decoration:underline}.countries-grid[data-v-f698d4f0]{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.country-card[data-v-f698d4f0]{padding:20px 22px;border:1px solid var(--landing-border);border-radius:12px;background:var(--landing-card);box-shadow:var(--landing-card-shadow)}.country-card h3[data-v-f698d4f0]{font-size:1.05rem;font-weight:650;display:flex;align-items:baseline;gap:8px}.country-card .country-currency[data-v-f698d4f0]{color:var(--landing-text-soft);font-size:.78rem;font-weight:500}.country-card p[data-v-f698d4f0]{margin-top:8px;font-size:.92rem;color:var(--landing-text-muted);line-height:1.62}.countries-disclaimer[data-v-f698d4f0]{margin-top:20px;color:var(--landing-text-soft);font-size:.875rem;line-height:1.65;max-width:760px}.pricing-grid[data-v-f698d4f0]{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px;align-items:stretch}.pricing-card[data-v-f698d4f0]{position:relative;display:flex;flex-direction:column;padding:28px;border:1px solid var(--landing-border);border-radius:12px;background:var(--landing-card);box-shadow:var(--landing-card-shadow)}.pricing-card h3[data-v-f698d4f0]{font-size:1.3rem;font-weight:700}.pricing-card--featured[data-v-f698d4f0]{border-color:rgb(var(--v-theme-primary));box-shadow:0 12px 32px rgba(var(--v-theme-primary),.16)}.pricing-badge[data-v-f698d4f0]{position:absolute;top:-12px;inset-inline-end:20px;background:rgb(var(--v-theme-primary));color:rgb(var(--v-theme-on-primary));font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:999px}.pricing-price[data-v-f698d4f0]{margin:16px 0;display:flex;align-items:baseline;gap:6px}.pricing-price .pricing-amount[data-v-f698d4f0]{font-size:2.6rem;font-weight:750;line-height:1}.pricing-price .pricing-unit[data-v-f698d4f0]{color:var(--landing-text-muted);font-size:.95rem}.pricing-features[data-v-f698d4f0]{list-style:none;padding:0;margin:0 0 24px;display:grid;gap:12px;flex:1}.pricing-features li[data-v-f698d4f0]{display:flex;align-items:center;gap:10px;color:var(--landing-text-muted);line-height:1.6}.pricing-note[data-v-f698d4f0]{margin-top:22px;text-align:center;color:var(--landing-text-soft);font-size:.9rem}.custom-section[data-v-f698d4f0]{display:flex;flex-direction:column;align-items:center;gap:32px;padding:72px 32px;margin:96px 0 0;border-radius:24px;text-align:center;background:linear-gradient(160deg,rgba(var(--v-theme-primary),.08),rgba(var(--v-theme-secondary),.05))}.custom-heading[data-v-f698d4f0]{max-width:640px}.custom-heading span[data-v-f698d4f0]{display:block;color:rgb(var(--v-theme-primary));font-size:.82rem;font-weight:700;letter-spacing:.035em}.custom-heading h2[data-v-f698d4f0]{margin-top:10px;font-size:clamp(1.7rem,3.2vw,2.4rem);line-height:1.25;font-weight:750;letter-spacing:-.02em}.custom-heading p[data-v-f698d4f0]{margin-top:14px;color:var(--landing-text-muted);line-height:var(--landing-body-leading)}.custom-grid[data-v-f698d4f0]{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;width:100%;max-width:980px}.custom-card[data-v-f698d4f0]{padding:26px;border:1px solid var(--landing-border);border-radius:12px;background:var(--landing-card);box-shadow:var(--landing-card-shadow);text-align:start}.custom-card h3[data-v-f698d4f0]{margin-top:16px;font-size:1.1rem;font-weight:650}.custom-card p[data-v-f698d4f0]{margin-top:8px;color:var(--landing-text-muted);font-size:.94rem;line-height:var(--landing-body-leading)}.split-section[data-v-f698d4f0]{display:grid;grid-template-columns:.9fr 1fr;gap:48px;align-items:start}.process-list[data-v-f698d4f0]{display:grid;gap:14px}.process-item[data-v-f698d4f0]{display:grid;grid-template-columns:52px 1fr;gap:16px;align-items:center;padding:20px;border:1px solid var(--landing-border);border-radius:12px;background:var(--landing-card);box-shadow:var(--landing-card-shadow)}.process-item strong[data-v-f698d4f0]{display:grid;width:44px;height:44px;place-items:center;border-radius:8px;color:rgb(var(--v-theme-on-primary));background:rgb(var(--v-theme-primary))}.process-item p[data-v-f698d4f0]{margin:0;color:var(--landing-text-muted);font-weight:500;line-height:1.6}.audience-section[data-v-f698d4f0]{display:grid;grid-template-columns:.9fr 1fr;gap:42px;align-items:center;padding:48px;margin-top:96px;border-radius:8px;color:rgb(var(--v-theme-on-primary));background:linear-gradient(135deg,rgb(var(--v-theme-primary)),rgb(var(--v-theme-secondary)))}.audience-section span[data-v-f698d4f0]{font-weight:650;opacity:.85}.audience-section h2[data-v-f698d4f0]{margin-top:10px;font-size:clamp(1.8rem,4vw,3rem);line-height:1.25;font-weight:750;letter-spacing:-.025em}.audience-section p[data-v-f698d4f0]{margin:0;font-size:1.08rem;line-height:1.75;opacity:.9}.faq-panels[data-v-f698d4f0]{margin-top:28px;border:1px solid var(--landing-border);border-radius:16px;box-shadow:var(--landing-card-shadow);overflow:hidden}.cta-section[data-v-f698d4f0]{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:48px;margin-top:96px;margin-bottom:64px;border-radius:8px;color:rgb(var(--v-theme-on-primary));background:linear-gradient(135deg,rgb(var(--v-theme-primary)),rgb(var(--v-theme-secondary)))}.cta-section span[data-v-f698d4f0]{font-weight:650;opacity:.88}.cta-section h2[data-v-f698d4f0]{max-width:720px;margin-top:10px;font-size:clamp(1.8rem,4vw,3rem);line-height:1.25;font-weight:750;letter-spacing:-.025em}.cta-section p[data-v-f698d4f0]{max-width:690px;margin:14px 0 0;line-height:1.7;opacity:.9}@media(max-width:960px){.landing-nav[data-v-f698d4f0]{flex-wrap:wrap;padding:12px 16px}.nav-pill[data-v-f698d4f0]{flex-wrap:wrap;padding:8px 10px;border-radius:20px}.nav-auth[data-v-f698d4f0]{flex-basis:100%;order:3;justify-content:stretch}.nav-auth .v-btn[data-v-f698d4f0]{flex:1}.nav-burger[data-v-f698d4f0]{display:inline-flex;align-items:center}.nav-collapse[data-v-f698d4f0]{display:none;flex-basis:100%;flex-direction:column;align-items:stretch;gap:16px;padding:8px 0 12px}.nav-collapse--open[data-v-f698d4f0]{display:flex}.nav-links[data-v-f698d4f0]{flex-direction:column;align-items:flex-start;gap:14px}.lang-switch[data-v-f698d4f0]{justify-content:flex-start;padding:8px 0}.hero-section[data-v-f698d4f0],.split-section[data-v-f698d4f0],.audience-section[data-v-f698d4f0],.cta-section[data-v-f698d4f0]{grid-template-columns:1fr}.hero-section[data-v-f698d4f0]{min-height:auto;gap:32px}.hero-workflow[data-v-f698d4f0]{grid-template-columns:1fr;margin-top:0}.hero-workflow-arrow[data-v-f698d4f0]{transform:rotate(90deg);justify-self:center}[dir=rtl] .hero-workflow-arrow[data-v-f698d4f0]{transform:rotate(-90deg)}.hero-workflow-cta[data-v-f698d4f0]{justify-self:stretch}.feature-grid[data-v-f698d4f0],.countries-grid[data-v-f698d4f0],.pricing-grid[data-v-f698d4f0],.custom-grid[data-v-f698d4f0],.metric-band[data-v-f698d4f0]{grid-template-columns:1fr}.feature-card[data-v-f698d4f0]{min-height:auto}.custom-section[data-v-f698d4f0]{padding:40px 20px}.cta-section[data-v-f698d4f0]{display:grid}.cta-actions[data-v-f698d4f0]{justify-content:start}}@media(max-width:600px){.watheeqa-landing[data-v-f698d4f0]{--landing-body-size: .975rem}.hero-section[data-v-f698d4f0],.section-block[data-v-f698d4f0]{width:min(100% - 24px,1180px)}.hero-section[data-v-f698d4f0]{padding:36px 0 24px}.hero-copy h1[data-v-f698d4f0]{font-size:clamp(2.15rem,10vw,2.8rem);letter-spacing:-.03em}.hero-copy p[data-v-f698d4f0]{font-size:1rem;line-height:1.68}.hero-actions[data-v-f698d4f0]{gap:8px}.hero-actions .v-btn[data-v-f698d4f0]:last-child{flex-basis:100%}.trust-row[data-v-f698d4f0]{display:grid;font-size:.875rem}.metric-band div[data-v-f698d4f0]{padding:24px}.section-block[data-v-f698d4f0]{padding-top:72px}.section-heading h2[data-v-f698d4f0]{font-size:clamp(1.85rem,8vw,2.35rem)}.feature-card[data-v-f698d4f0],.country-card[data-v-f698d4f0],.pricing-card[data-v-f698d4f0],.custom-card[data-v-f698d4f0],.process-item[data-v-f698d4f0]{padding:22px}.proof-image-wrap[data-v-f698d4f0]{padding:10px;border-radius:12px}.hero-visual img[data-v-f698d4f0]{max-width:100%;margin-inline:auto}.hero-visual-note[data-v-f698d4f0]{padding:8px 10px;font-size:.72rem}.hero-visual-note--top[data-v-f698d4f0]{top:8%;inset-inline-start:0}.hero-visual-note--bottom[data-v-f698d4f0]{right:0;bottom:8%}.hero-workflow[data-v-f698d4f0]{width:min(100% - 24px,1180px);padding:14px}.audience-section[data-v-f698d4f0],.cta-section[data-v-f698d4f0]{padding:28px;margin-top:72px}.custom-section[data-v-f698d4f0]{margin-top:72px}.analyzer-link-section[data-v-f698d4f0]{padding-top:40px}.analyzer-link-section .v-btn[data-v-f698d4f0]{width:100%;min-height:48px;white-space:normal}}
