@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Noto+Kufi+Arabic:wght@400;500;600;700;800;900&display=swap");:root{--navy:#061526;--navy-2:#071827;--surface:#0c2237;--card:#102b43;--card-2:#0d263e;--gold:#e7b34c;--gold-hi:#f4c867;--gold-soft:#f1d697;--teal:#00a79d;--cyan:#39bdf5;--text:#f8fafc;--muted:#9fb0c3;--border:#29455f;--border-soft:#1d3951;--danger:#ff6b6b;--shadow:0 18px 50px rgba(0,0,0,.26)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--navy)}body{margin:0;color:var(--text);font-family:Inter,Noto Kufi Arabic,system-ui,sans-serif}.siteShell[dir=rtl]{font-family:Noto Kufi Arabic,Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}img{display:block;max-width:100%}main{min-height:100vh}.siteHeader{position:-webkit-sticky;position:sticky;top:0;z-index:60;height:94px;padding:0 clamp(20px,4vw,64px);display:grid;grid-template-columns:minmax(220px,auto) 1fr auto;align-items:center;grid-gap:24px;gap:24px;background:rgba(6,21,38,.95);border-bottom:1px solid rgba(41,69,95,.78);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.appBrand{display:inline-flex;min-width:0}.appBrand img{width:54px;height:54px;border-radius:15px;flex:0 0 auto}.brandText{display:flex;flex-direction:column;gap:5px;min-width:0}.brandText strong{color:var(--gold-hi);font-size:24px;line-height:1.1;font-weight:900}.brandText>span:not(.locationPill){color:var(--muted);font-size:11px}.locationPill{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:5px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:5px 9px;font-size:11px}.locationPill svg{color:var(--gold);fill:var(--gold)}.mainNav{display:flex;justify-content:center;align-items:center;gap:38px;color:var(--text);font-size:14px;font-weight:700}.mainNav a{position:relative;padding:12px 2px;color:#dce5ee}.mainNav a.active,.mainNav a:hover{color:var(--gold-hi)}.mainNav a.active:after{content:"";position:absolute;inset-inline:0;bottom:1px;height:3px;border-radius:999px;background:var(--gold)}.headerActions{display:flex;align-items:center;gap:9px}.iconButton{width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--border);background:var(--surface);color:var(--muted)}.iconButton:hover{color:var(--gold);border-color:var(--gold)}.button,.goldCta,.miniButton{border:0;cursor:pointer;border-radius:16px;background:var(--gold);color:var(--navy);padding:13px 20px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:.18s ease;box-shadow:none}.button:hover,.goldCta:hover,.miniButton:hover{transform:translateY(-1px);background:var(--gold-hi)}.buttonGhost{color:var(--text);border:1px solid var(--border)}.buttonGhost:hover{background:var(--surface)}.compact{padding:10px 14px;font-size:12px}.full{width:100%}.homeFrame{width:min(1480px,calc(100% - 48px));margin:0 auto;padding:24px 0 60px}.homeSearch{height:62px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:13px;gap:13px;padding:0 18px;border-radius:22px;background:var(--surface);border:1px solid var(--border);color:var(--muted)}.homeSearch input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:16px}.homeSearch input::placeholder{color:var(--muted)}.homeSearch button{border:0;background:none;color:var(--muted);cursor:pointer;padding:8px}.homeSearch button:hover{color:var(--gold)}.appHero{min-height:330px;margin-top:18px;border:1px solid rgba(244,200,103,.7);background:radial-gradient(circle at 34% 26%,rgba(255,255,255,.28),transparent 22%),linear-gradient(118deg,#f4e0b9,#efd08f 47%,#e4af49);box-shadow:0 22px 46px rgba(0,0,0,.25)}.appHero:after{inset:auto -12% -46% 24%;height:88%;border-radius:50%;background:rgba(255,255,255,.1);transform:rotate(-7deg)}.heroCopyApp{width:min(480px,48%);min-height:330px;padding:38px}.siteShell[dir=rtl] .heroCopyApp{-webkit-margin-start:auto;margin-inline-start:auto;text-align:right;align-items:flex-start}.heroCopyApp h1{color:var(--navy);font-size:clamp(34px,4.3vw,62px);line-height:1.13;letter-spacing:-.03em;font-weight:900}.heroCopyApp p{margin:15px 0 0;color:#26394b}.goldCta{margin-top:auto;min-width:175px;background:#efb63f}.heroWatermark{position:absolute;z-index:1;inset-inline-end:5%;bottom:-25px;width:310px;height:230px;color:rgba(6,21,38,.16)}.siteShell[dir=rtl] .heroWatermark{inset-inline-end:auto;inset-inline-start:4%}.heroWatermark svg:first-child{position:absolute;width:180px;height:180px;inset-inline-start:0;top:0;fill:currentColor;stroke-width:1.4}.heroWatermark svg:last-child{position:absolute;width:145px;height:145px;inset-inline-end:0;bottom:0;stroke-width:1.7}.featuredAppSection{padding:30px 0 8px}.appSectionHeading{gap:18px;margin-bottom:18px}.appSectionHeading h2{margin:0;font-size:clamp(28px,3vw,40px);font-weight:900}.appSectionHeading p{margin:6px 0 0;color:var(--muted);font-size:13px}.examplePill{color:var(--gold-hi);border:1px solid #8e6729;background:rgba(231,179,76,.08);border-radius:999px;padding:8px 14px;font-size:11px;font-weight:900}.demoGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.caregiverCard,.demoCard{overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:24px;min-width:0;box-shadow:0 8px 26px rgba(0,0,0,.15)}.caregiverPhoto,.demoPhoto{height:230px;position:relative;overflow:hidden;display:grid;place-items:center;background:linear-gradient(140deg,#17334d,#0c2237)}.caregiverPhoto img,.demoPhoto img{width:100%;height:100%;object-fit:cover}.demoBadge{top:14px;inset-inline-start:14px;padding:7px 11px;color:var(--navy);background:var(--gold-hi)}.verifiedSeal{position:absolute;inset-inline-end:14px;bottom:14px;color:#35b9ff;filter:drop-shadow(0 2px 5px rgba(0,0,0,.35))}.caregiverBody,.demoBody{padding:17px 18px 16px}.caregiverBody h3,.demoBody h3{margin:0;color:var(--text);font-size:19px;font-weight:900}.demoBody p,.serviceText{margin:7px 0 0;color:var(--muted);font-size:13px;min-height:20px}.caregiverFooter,.demoMeta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.demoRating,.ratingLine{display:inline-flex;align-items:center;gap:5px;color:var(--gold-hi);font-weight:900;font-size:14px}.demoRating small,.ratingLine small,.ratingLine span{color:var(--text);font-weight:800}.cardArrow,.demoArrow{color:var(--gold);display:grid;place-items:center}.locationLine{display:flex;gap:6px;align-items:center;color:var(--muted);margin:9px 0 0;font-size:12px}.rateLine{margin-top:10px;padding-top:10px;border-top:1px solid var(--border-soft);color:var(--gold-hi);font-size:12px;font-weight:800}.rateLine small{color:var(--muted)}.viewAllRow{margin-top:14px;display:flex;justify-content:flex-end}.siteShell[dir=rtl] .viewAllRow{justify-content:flex-start}.viewAllRow a{display:inline-flex;align-items:center;gap:7px;color:var(--gold-hi);font-size:12px;font-weight:800}.careCategoryGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-top:18px}.careTile{min-height:150px;padding:22px;border-radius:22px;border:1px solid var(--border);background:var(--card);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:.18s ease}.careTile:hover{transform:translateY(-2px);border-color:rgba(231,179,76,.72);background:#12314d}.careTile svg{width:38px;height:38px;color:var(--gold-hi);margin-bottom:13px}.careTile strong{color:var(--text);font-size:18px;font-weight:900}.careTile span{color:var(--muted);margin-top:7px;font-size:12px}.singleTrustBanner{margin-top:15px;min-height:86px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:14px;gap:14px;border:1px solid var(--border);border-radius:22px;background:var(--card);padding:18px 22px}.singleTrustBanner>svg:first-child{width:38px;height:38px;color:var(--gold-hi);fill:rgba(231,179,76,.12)}.singleTrustBanner div{display:flex;flex-direction:column;gap:5px}.singleTrustBanner strong{font-size:17px;font-weight:900}.singleTrustBanner span{color:var(--muted);font-size:12px}.trustArrow{color:var(--muted)}.webBenefits{margin-top:28px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.webBenefits article{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:22px}.webBenefits svg{color:var(--gold);width:30px;height:30px}.webBenefits strong{display:block;margin-top:12px;font-size:15px}.webBenefits span{display:block;margin-top:7px;color:var(--muted);font-size:12px;line-height:1.7}.downloadSection{margin:28px 0 0;padding:28px;display:grid;grid-template-columns:1fr 1.1fr;grid-gap:28px;gap:28px;align-items:center;border:1px solid var(--border);border-radius:24px;background:linear-gradient(135deg,#0b2339,#102b43)}.downloadSection .eyebrow{color:var(--gold-hi)}.downloadSection h2{margin:4px 0 10px;font-size:30px;font-weight:900}.downloadSection p{color:var(--muted);line-height:1.7;margin:0}.qrGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.qrCard{min-width:0;display:flex;align-items:center;justify-content:center;gap:13px;padding:15px;border-radius:18px;background:#f8fafc;color:var(--navy)}.qrCard>div:last-child{display:flex;flex-direction:column;gap:3px}.qrCard strong{font-size:15px}.qrCard span{color:#617184;font-size:11px}.qrDisabled{opacity:.55}.qrPlaceholder{width:112px;height:112px;border:2px dashed #7a8997;border-radius:10px;display:grid;place-items:center;font-weight:900}.footer{min-height:110px;padding:24px clamp(20px,4vw,64px);border-top:1px solid var(--border-soft);background:var(--navy-2);display:flex;align-items:center;gap:20px}.footerBrand{-webkit-margin-end:auto;margin-inline-end:auto}.footerBrand img{width:46px;height:46px}.footerBrand .brandText strong{font-size:19px}.footer>span{color:var(--muted);font-size:11px}.mobileNav{display:none}.listingPage,.profilePage,.signinPage{background:var(--navy);color:var(--text)}.listingHero{padding:44px clamp(22px,5vw,72px) 30px;background:linear-gradient(180deg,#081b2d,#061526);border-bottom:1px solid var(--border-soft)}.eyebrow{color:var(--gold-hi);font-size:10px;letter-spacing:.14em;font-weight:900}.listingHero h1{margin:10px 0 8px;font-size:clamp(34px,5vw,58px);font-weight:900}.listingHero>p{color:var(--muted);max-width:780px;line-height:1.75}.searchPanel{margin-top:24px;display:grid;grid-template-columns:1.1fr 1fr .8fr auto;grid-gap:10px;gap:10px;padding:12px;border-radius:20px;background:var(--surface);border:1px solid var(--border)}.filters label,.searchPanel label,.signinCard label{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:11px;font-weight:700}.filters input,.searchPanel input,.searchPanel select,.signinCard input{width:100%;color:var(--text);background:var(--navy-2);border:1px solid var(--border);border-radius:12px;padding:12px;outline:0}.filters input:focus,.searchPanel input:focus,.searchPanel select:focus,.signinCard input:focus{border-color:var(--gold)}.resultsWrap{width:min(1380px,94%);margin:28px auto 76px;display:grid;grid-template-columns:250px 1fr;grid-gap:20px;gap:20px;align-items:start}.filters{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:20px;position:-webkit-sticky;position:sticky;top:116px}.filterTitle{display:flex;align-items:center;gap:7px}.filters>p{color:var(--muted);font-size:12px;line-height:1.6}.filters form{display:flex;flex-direction:column;gap:14px;margin-top:17px}.resultsHeader{margin-bottom:14px;color:var(--muted)}.caregiverGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.listingGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.emptyPreview,.emptyState{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--muted);border:1px dashed var(--border);border-radius:20px;background:var(--surface)}.profilePage{width:min(1320px,94%);margin:30px auto 80px}.profileTop{grid-template-columns:300px 1fr 340px;grid-gap:20px;gap:20px}.profilePhotoLarge{min-height:340px;background:var(--surface);color:var(--gold);font-size:72px;font-weight:900}.profilePhotoLarge img{width:100%;height:100%;object-fit:cover}.bookingCard,.panel,.profileIntro{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:26px}.profileIntro h1{margin:0;font-size:42px;font-weight:900}.verifiedBadge{display:inline-flex;align-items:center;gap:5px;color:#061526;background:#35b9ff;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:900}.ratingLine.large{margin:18px 0;font-size:16px}.profileQuick{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.profileQuick span{display:flex;gap:7px;align-items:center;padding:11px;border-radius:12px;background:var(--card)}.bookingCard>small,.bookingCard>span,.profileQuick span{color:var(--muted);font-size:12px}.bookingCard>strong{display:block;font-size:32px;color:var(--gold-hi);margin-top:5px}.bookingCard h3{margin:24px 0 8px}.bookingCard p{color:var(--muted);font-size:12px;line-height:1.7}.bookingCard .button{margin-top:9px}.profileContent{grid-template-columns:1fr 1fr;margin-top:20px}.panel h2{margin:0 0 14px}.panel p{color:var(--muted);line-height:1.8}.serviceList{display:grid;grid-gap:10px;gap:10px}.serviceList>div{display:flex;gap:10px;align-items:center;padding:12px;border-radius:13px;background:var(--card)}.serviceList svg{color:var(--gold)}.serviceList span{display:flex;flex:1 1;justify-content:space-between;gap:10px}.serviceList small{color:var(--muted)}.widePanel{grid-column:1/-1}.availabilityGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.availabilityGrid>div{padding:13px;border-radius:12px;background:var(--card)}.availabilityGrid span{display:block;margin-top:5px;color:var(--muted);font-size:12px}.signinPage{min-height:calc(100vh - 94px);display:grid;place-items:center;padding:50px 20px}.signinCard{width:min(470px,100%);background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:32px;box-shadow:var(--shadow)}.signinIcon{width:56px;height:56px;border-radius:18px;background:var(--card);color:var(--gold);display:grid;place-items:center}.signinCard h1{margin:20px 0 8px;font-size:32px}.signinCard>p{color:var(--muted);line-height:1.7}.signinCard form{display:flex;flex-direction:column;gap:16px;margin-top:22px}.formMessage{font-size:12px;color:var(--danger)!important}.textButton{border:0;background:none;color:var(--gold);cursor:pointer;text-align:start}.successBox{display:flex;align-items:center;gap:10px;padding:18px;border-radius:14px;background:#0f3a35;color:#67e1c6;font-weight:800}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:1100px){.siteHeader{grid-template-columns:auto 1fr auto}.mainNav{gap:20px;font-size:12px}.homeFrame{width:min(100% - 30px,1480px)}.careCategoryGrid,.caregiverGrid,.listingGrid{grid-template-columns:repeat(2,1fr)}.profileTop{grid-template-columns:260px 1fr}.bookingCard{grid-column:1/-1}.downloadSection{grid-template-columns:1fr}}@media (max-width:760px){body{padding-bottom:78px}.siteHeader{height:82px;padding:0 16px;grid-template-columns:1fr auto}.appBrand img{width:44px;height:44px}.brandText strong{font-size:19px}.mainNav{display:none}.headerActions .iconButton:first-child{display:grid}.homeFrame{width:calc(100% - 24px);padding-top:14px}.homeSearch{height:58px;border-radius:18px}.appHero{min-height:350px;border-radius:24px}.heroCopyApp{width:100%;min-height:350px;padding:28px 24px}.heroCopyApp h1{font-size:40px}.heroWatermark{width:225px;height:170px;opacity:.85}.demoGrid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px;gap:12px}.demoCard{min-width:78%;scroll-snap-align:start}.caregiverPhoto,.demoPhoto{height:240px}.appSectionHeading{align-items:center}.appSectionHeading h2{font-size:28px}.availabilityGrid,.careCategoryGrid,.profileContent,.qrGrid,.webBenefits{grid-template-columns:1fr 1fr}.careTile{min-height:145px}.webBenefits{grid-template-columns:1fr}.downloadSection{padding:22px}.qrGrid{grid-template-columns:1fr}.footer{display:none}.mobileNav{position:fixed;z-index:80;inset-inline:0;bottom:0;height:76px;display:grid;grid-template-columns:repeat(4,1fr);background:#071827;border-top:1px solid var(--border-soft)}.mobileNav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:var(--muted);font-size:10px;font-weight:700}.mobileNav svg{width:21px;height:21px}.mobileNav a.active{color:var(--gold)}.resultsWrap{grid-template-columns:1fr;width:calc(100% - 24px)}.filters{position:static}.searchPanel{grid-template-columns:1fr}.listingHero{padding:34px 18px 24px}.listingGrid,.profileTop{grid-template-columns:1fr}.profilePhotoLarge{min-height:380px}.profileContent{grid-template-columns:1fr}.widePanel{grid-column:auto}}@media (max-width:520px){.brandText>strong{max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.headerActions{gap:6px}.iconButton{width:40px;height:40px}.appHero,.heroCopyApp{min-height:330px}.heroCopyApp h1{font-size:34px}.heroWatermark{width:190px;height:150px}.careCategoryGrid{grid-template-columns:1fr 1fr;gap:10px}.careTile{padding:16px 10px}.careTile strong{font-size:15px}.careTile span{font-size:10px}.singleTrustBanner{grid-template-columns:auto 1fr}.singleTrustBanner .trustArrow{display:none}.qrCard{justify-content:flex-start}}.demoCardLink{display:block;color:inherit;text-decoration:none;cursor:pointer}.demoCardLink:hover{transform:translateY(-3px);border-color:rgba(231,179,76,.72);box-shadow:0 14px 34px rgba(0,0,0,.24)}.demoCardLink:focus-visible{outline:3px solid rgba(244,200,103,.55);outline-offset:3px}.demoProfileBack{margin:0 0 16px}.demoProfileBack a{display:inline-flex;align-items:center;gap:8px;color:var(--gold-hi);font-weight:800;font-size:13px}.profilePage{width:min(1280px,calc(100% - 48px));margin:34px auto 84px}.profileTop{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr) minmax(300px,340px);grid-gap:18px;gap:18px;align-items:stretch}.bookingCard,.profileIntro,.profilePhotoLarge{min-height:360px}.profilePhotoLarge{position:relative;border-radius:24px;overflow:hidden;border:1px solid var(--border);background:linear-gradient(145deg,#17344d,#0b2238);display:grid;place-items:center}.profilePhotoAsset{width:100%;height:100%;object-fit:cover}.profilePhotoLarge>span.profilePhotoAsset{display:grid;place-items:center;color:var(--gold-hi);font-size:84px;font-weight:900}.profileIntro{display:flex;flex-direction:column;justify-content:center}.profileNameLine h1{line-height:1.15}.profileLocation{margin-top:14px}.profileQuick{margin-top:22px}.profileQuick span{min-height:44px}.bookingCard{display:flex;flex-direction:column}.bookingCard h3{margin-top:28px}.bookingCard .button:first-of-type{margin-top:auto}.trustPanel{margin-top:18px;padding:24px;border:1px solid var(--border);border-radius:22px;background:linear-gradient(180deg,#0c2237,#0a2034)}.trustPanelHeading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}.trustPanelHeading h2{margin:0;font-size:24px}.trustGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.trustItem{min-height:106px;padding:15px;border:1px solid var(--border-soft);border-radius:16px;background:var(--card);display:flex;gap:10px;align-items:flex-start}.trustItem>svg{width:22px;height:22px;color:var(--muted);flex:0 0 auto;margin-top:2px}.trustItem.trustGood>svg{color:var(--gold-hi)}.trustItem div{min-width:0;display:flex;flex-direction:column;gap:6px}.trustItem strong{font-size:13px}.trustItem span{color:var(--muted);font-size:11px;line-height:1.55}.profileContent{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:18px}.profileContent .panel{min-height:220px}.profileContent .widePanel{grid-column:1/-1;min-height:auto}.areaList{display:flex;flex-wrap:wrap;gap:9px}.areaList>span{display:inline-flex;align-items:center;gap:6px;padding:10px 12px;border:1px solid var(--border-soft);border-radius:999px;background:var(--card);color:var(--text);font-size:12px}.areaList svg{color:var(--gold)}.profileServiceList{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.profileServiceList>div{min-height:74px}.profileServiceList>div>span{align-items:flex-start;flex-direction:column}.profileServiceList small{line-height:1.55}.profileAvailabilityGrid{grid-template-columns:repeat(5,minmax(0,1fr))}.profileAvailabilityGrid>div{min-height:78px;display:flex;flex-direction:column;justify-content:center;gap:7px;text-align:start}.reviewSummaryPanel{min-height:auto!important}.reviewSummary{display:flex;align-items:center;gap:10px}.reviewSummary svg{width:28px;height:28px;color:var(--gold-hi)}.reviewSummary strong{font-size:28px;color:var(--gold-hi)}.reviewSummary span{color:var(--muted)}@media (max-width:1100px){.profileTop{grid-template-columns:280px minmax(0,1fr)}.bookingCard{grid-column:1/-1;min-height:auto}.bookingCard .button:first-of-type{margin-top:16px}.trustGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.profileServiceList{grid-template-columns:repeat(2,minmax(0,1fr))}.profileAvailabilityGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.profilePage{width:calc(100% - 24px);margin:18px auto 96px}.profileTop{grid-template-columns:1fr}.bookingCard,.profileIntro,.profilePhotoLarge{min-height:auto}.profilePhotoLarge{aspect-ratio:4/3}.bookingCard,.panel,.profileIntro,.trustPanel{padding:20px}.trustPanelHeading{align-items:flex-start;flex-direction:column}.trustGrid{grid-template-columns:1fr 1fr}.profileContent{grid-template-columns:1fr}.profileContent .widePanel{grid-column:auto}.profileAvailabilityGrid,.profileServiceList{grid-template-columns:1fr}}:root{--app-bg:#031827;--app-surface:#0a2540;--app-surface-2:#0d2d4b;--app-border:#244966;--app-gold:#f0b63f;--app-gold-soft:#f6d68d;--app-teal:#11d8cf;--app-blue:#2ea8ff;--app-text:#f7fbff;--app-muted:#8ea7bc;--app-shadow:0 18px 48px rgba(0,0,0,.24)}body{background:var(--app-bg);color:var(--app-text)}.siteShell{min-height:100vh;background:radial-gradient(circle at 20% -15%,rgba(20,107,161,.14),transparent 35%),linear-gradient(180deg,#031827,#021522)}.siteHeader{display:none}.appHeader{min-height:92px;width:min(1500px,94%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:24px;gap:24px;padding:14px 0;direction:ltr}.appBrand{grid-column:1;grid-row:1;justify-self:start}.appNav{grid-column:2;grid-row:1;justify-self:center}.appHeaderActions{grid-column:3;grid-row:1;justify-self:end}.siteShell[dir=rtl] .appHeader{direction:ltr}.siteShell[dir=rtl] .appBrand{grid-column:3;grid-row:1;justify-self:end;direction:rtl}.siteShell[dir=rtl] .appNav{grid-column:2;grid-row:1;direction:rtl}.siteShell[dir=rtl] .appHeaderActions{grid-column:1;grid-row:1;justify-self:start;direction:rtl}.appBrand{display:flex;align-items:center;gap:12px}.appLogo{width:62px;height:62px;object-fit:cover;border-radius:18px;box-shadow:0 8px 25px rgba(0,0,0,.25)}.brandWords{display:flex;flex-direction:column;line-height:1.05}.brandWords strong{color:var(--app-gold);font-size:26px;letter-spacing:-.03em}.brandWords span{color:#d9e5ef;font-size:13px;margin-top:6px}.appNav{display:flex;align-items:center;justify-content:center;gap:30px;color:#d3dfeb;font-size:14px;font-weight:700;white-space:nowrap}.appNav a{position:relative;padding:12px 2px}.appNav .active,.appNav a:hover{color:var(--app-gold)}.appNav .active:after{content:"";position:absolute;left:12%;right:12%;bottom:2px;height:2px;border-radius:3px;background:var(--app-gold)}.appHeaderActions{display:flex;align-items:center;gap:10px}.iconButton,.locationPill{border:1px solid var(--app-border);background:rgba(11,42,68,.78);color:#eaf3fb;min-height:42px;display:inline-flex;align-items:center;justify-content:center}.locationPill{padding:0 14px;border-radius:16px;gap:7px;font-size:12px;font-weight:700}.locationPill svg{color:var(--app-gold)}.iconButton{width:42px;border-radius:50%}.iconButton:hover{border-color:var(--app-gold);color:var(--app-gold)}.mobileInspiredHome{--home-section-gap:24px;width:min(1500px,94%);margin:0 auto;padding-bottom:50px}.appSearchWrap{margin:2px 0 20px}.appSearchBar{height:64px;border-radius:20px;border:1px solid var(--app-border);background:linear-gradient(180deg,rgba(13,45,75,.96),rgba(9,35,59,.96));display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:13px;gap:13px;padding:0 20px;color:var(--app-muted);box-shadow:inset 0 1px 0 rgba(255,255,255,.02)}.appSearchBar input{border:0;outline:0;background:transparent;color:var(--app-text);font:inherit;font-size:16px;min-width:0}.appSearchBar input::placeholder{color:#7894aa;opacity:1}.appSearchBar button{border:0;background:transparent;color:#8ea9bd;width:42px;height:42px;display:grid;place-items:center;cursor:pointer}.appSearchBar button:hover{color:var(--app-gold)}.appHero{min-height:300px;border-radius:28px;position:relative;overflow:hidden;padding:36px 42px;display:flex;align-items:stretch;background:radial-gradient(circle at 10% 90%,rgba(119,83,8,.12),transparent 30%),linear-gradient(100deg,#fae3ac,#f4cf79 52%,#eeb63b);box-shadow:var(--app-shadow);color:#031827}.appHero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% -10%,rgba(255,255,255,.28),transparent 34%),linear-gradient(130deg,transparent 35%,rgba(255,255,255,.12) 0,transparent 65%);pointer-events:none}.heroCopyApp{position:relative;z-index:2;max-width:470px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.siteShell[dir=rtl] .heroCopyApp{margin-left:auto}.siteShell[dir=ltr] .heroCopyApp{margin-right:auto}.heroCopyApp h1{margin:0;color:#031827;font-size:clamp(38px,4.4vw,67px);line-height:1.18;letter-spacing:-.04em}.siteShell[dir=rtl] .heroCopyApp h1{font-family:Noto Kufi Arabic,sans-serif;line-height:1.45;font-size:clamp(34px,4vw,58px)}.heroCopyApp p{margin:16px 0 30px;color:rgba(3,24,39,.78);font-size:16px;font-weight:700}.goldButton{min-width:160px;min-height:54px;padding:0 23px;border-radius:18px;background:#edb231;color:#071b2a;display:inline-flex;align-items:center;justify-content:center;gap:11px;font-weight:900;box-shadow:0 10px 22px rgba(141,94,0,.18)}.goldButton:hover{transform:translateY(-1px)}.heroCareGraphic{position:absolute;left:3.5%;bottom:-12px;color:rgba(72,61,31,.2);z-index:1;transform:scale(1.55)}.siteShell[dir=ltr] .heroCareGraphic{left:auto;right:3.5%}.featuredAppSection{padding:44px 0 18px}.appSectionHeading{display:flex;gap:20px;justify-content:space-between;align-items:end;margin-bottom:22px}.appSectionHeading h2{font-family:Noto Kufi Arabic,Inter,sans-serif;font-size:36px;margin:0 0 7px;color:#fff}.siteShell[dir=ltr] .appSectionHeading h2{font-family:Inter,sans-serif}.appSectionHeading p{margin:0;color:var(--app-muted)}.outlineGoldPill{border:1px solid rgba(240,182,63,.65);color:var(--app-gold);border-radius:999px;padding:10px 15px;display:inline-flex;gap:7px;align-items:center;font-size:12px;font-weight:800}.appCaregiverGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.appProfileCard{background:#09233a;border:1px solid var(--app-border);border-radius:23px;box-shadow:none;overflow:hidden}.appProfilePhoto{height:225px;background:linear-gradient(145deg,#173955,#0d2942)}.appProfilePhoto img{width:100%;height:100%;object-fit:cover}.appVerifiedIcon{position:absolute;bottom:14px;left:14px;color:var(--app-blue);filter:drop-shadow(0 4px 8px rgba(0,0,0,.32))}.siteShell[dir=rtl] .appVerifiedIcon{left:auto;right:14px}.appProfileBody{background:linear-gradient(180deg,#0a2740,#082138);padding:17px 18px 16px;color:#fff}.appProfileBody h3{color:#fff;font-size:19px;margin:0 0 7px}.appProfileBody .serviceText{min-height:0;margin:0;color:#a0b3c5;font-size:13px}.appProfileBody .locationLine{margin:8px 0 0;color:#7994aa}.appRatingRow{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.appRatingRow>span{display:inline-flex;align-items:center;gap:5px;font-weight:800;color:#fff}.appRatingRow>span svg{color:var(--app-gold)}.appRatingRow em{color:#dfe9f2;font-style:normal;font-weight:700}.appRatingRow>a{color:var(--app-gold);display:grid;place-items:center}.appCategories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;padding:0;margin-top:var(--home-section-gap)}.appCategoryCard{position:relative;min-height:168px;border-radius:23px;border:1px solid var(--app-border);background:linear-gradient(150deg,#0c2d4c,#09243d);padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.02)}.appCategoryCard>svg:first-child{width:38px;height:38px;color:var(--app-gold);margin-bottom:15px}.appCategoryCard strong{font-size:18px;margin-bottom:7px}.appCategoryCard span{color:#8ea7bc;font-size:12px;text-align:center}.appCategoryCard>svg:last-child{position:absolute;bottom:17px;left:18px;color:var(--app-gold)}.siteShell[dir=ltr] .appCategoryCard>svg:last-child{left:auto;right:18px}.appCategoryCard:hover{border-color:rgba(240,182,63,.65);transform:translateY(-2px)}.appEmptyPreview{border-color:var(--app-border);color:var(--app-muted);background:#09233a}.downloadSection{width:100%;margin:var(--home-section-gap) auto 0;padding:35px;border-radius:25px;border:1px solid var(--app-border);background:radial-gradient(circle at 0 0,rgba(16,216,207,.08),transparent 30%),linear-gradient(135deg,#0d2e4d,#08233c);color:#fff;box-shadow:none}.downloadSection h2{color:#fff;font-family:Noto Kufi Arabic,Inter,sans-serif}.downloadSection p{color:var(--app-muted)}.downloadSection .eyebrow{color:var(--app-gold)}.qrCard{background:#071d31;border-color:var(--app-border);color:#fff}.qrCodeImage{background:#fff;padding:8px;border-radius:12px;flex:0 0 auto}.storeMeta{display:flex;flex-direction:column;gap:3px;align-items:flex-start}.storeIcon{background:transparent!important;padding:0!important;border-radius:0!important;color:var(--app-gold)}.qrCard span{color:var(--app-muted)}.qrPlaceholder{background:#fff;color:#09233a;border-color:#c8d2db}.appFooter{border-top:1px solid rgba(36,73,102,.75);margin-top:34px;padding:31px 4px 5px;gap:18px;color:var(--app-muted);font-size:12px}.appFooter,.footerBrandRow{display:flex;align-items:center}.footerBrandRow{-webkit-margin-end:auto;margin-inline-end:auto;gap:9px}.footerBrandRow img{width:45px;height:45px;border-radius:12px}.footerBrandRow strong{color:var(--app-gold);font-size:18px}.footerBrandRow span{color:#dbe6ef}.listingPage,.profilePage,.signinPage{color:var(--app-text)}.listingPage{padding:22px 0 76px}.listingShell{width:min(1500px,94%);margin:0 auto}.listingHero{border:1px solid var(--app-border);border-radius:26px;overflow:hidden;background:radial-gradient(circle at 12% 0,rgba(46,168,255,.08),transparent 30%),linear-gradient(135deg,#0c2d4b,#071f35);color:#fff;padding:42px 34px 30px}.listingHero>p{color:var(--app-muted)}.bookingCard,.filters,.panel,.profileIntro,.searchPanel,.signinCard{background:#09233a;border-color:var(--app-border);color:#fff;box-shadow:none}.filters input,.searchPanel input,.searchPanel select,.signinCard input{background:#061c2e;border-color:var(--app-border);color:#fff}.filters label,.searchPanel label,.signinCard label{color:#adc0d0}.bookingCard p,.bookingCard>small,.bookingCard>span,.filters>p,.panel p,.signinCard>p{color:var(--app-muted)}.availabilityGrid>div,.profileQuick span,.serviceList>div{background:#0d2d4b;color:#eaf2f8}.bookingCard>strong{color:var(--app-gold)}.signinPage{background:radial-gradient(circle at 15% 15%,rgba(16,216,207,.08),transparent 25%),radial-gradient(circle at 80% 25%,rgba(240,182,63,.07),transparent 25%),#031827}.signinIcon{background:#0d2d4b;color:var(--app-gold)}.button,.miniButton{background:var(--app-gold);color:#061827;box-shadow:none}.buttonGhost{background:transparent;color:var(--app-gold);border-color:rgba(240,182,63,.55)}.verifiedBadge{background:rgba(46,168,255,.13);color:#49b4ff}.emptyState{background:#09233a;border-color:var(--app-border);color:var(--app-muted)}.profilePhotoLarge{background:#0d2d4b;color:var(--app-gold)}.mobileHeaderAuth{display:none}@media (max-width:1000px){.appHeader{grid-template-columns:1fr auto;min-height:82px}.appNav{display:none}.appCaregiverGrid,.appCategories{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.appHeader,.mobileInspiredHome{width:calc(100% - 32px)}.appHeader{padding:10px 0 4px;gap:12px}.appLogo{width:52px;height:52px;border-radius:15px}.brandWords strong{font-size:22px}.appHeaderActions .notificationAction,.brandWords span{display:none}.appHeaderActions .languageAction{display:inline-flex}.mobileHeaderAuth{display:inline-flex;align-items:center}.mobileHeaderAuth .headerAuthGroup>a,.mobileHeaderAuth>a{min-height:38px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;border:1px solid var(--app-border);border-radius:999px;color:var(--app-text);font-weight:700;white-space:nowrap}.mobileHeaderAuth .headerAuthGroup>button{min-width:38px;min-height:38px}.locationPill{display:none}.appSearchBar{height:58px;border-radius:18px}.appHero{min-height:335px;padding:28px 24px;border-radius:26px}.heroCopyApp{justify-content:flex-start;width:100%}.siteShell[dir=rtl] .heroCopyApp h1{font-size:34px}.heroCopyApp p{font-size:13px;margin:10px 0 20px}.heroCareGraphic{transform:scale(.88);left:-32px;bottom:-35px}.siteShell[dir=ltr] .heroCareGraphic{right:-32px}.goldButton{margin-top:auto;align-self:flex-end}.siteShell[dir=ltr] .goldButton{align-self:flex-start}.appSectionHeading h2{font-size:28px}.appSectionHeading{align-items:start}.outlineGoldPill{white-space:nowrap}.appCaregiverGrid{grid-template-columns:repeat(2,minmax(0,1fr));overflow-x:auto;display:flex;scroll-snap-type:x mandatory;padding-bottom:7px}.appProfileCard{min-width:260px;scroll-snap-align:start}.appProfilePhoto{height:225px}.appCategories{grid-template-columns:repeat(2,minmax(0,1fr))}.appCategoryCard{min-height:180px;padding:20px 16px}.appTrustBar{padding:18px}.appTrustBar strong{font-size:14px}.downloadSection{padding:24px}.appFooter{flex-direction:column;align-items:flex-start}.footerBrandRow{margin:0}}.demoProfileCard{display:block;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.demoProfileCard:hover{transform:translateY(-3px);border-color:rgba(240,182,63,.72);box-shadow:0 18px 40px rgba(0,0,0,.22)}.demoBadge{position:absolute;top:12px;inset-inline-end:12px;z-index:3;background:var(--app-gold);color:#071b2a;border-radius:999px;padding:6px 11px;font-size:11px;font-weight:900}.demoBadge.large{position:static;display:inline-flex;width:-moz-fit-content;width:fit-content;margin-bottom:15px}.profileArrow{color:var(--app-gold);display:grid;place-items:center}.demoProfilePage{width:min(1380px,94%);margin:35px auto 90px}.demoProfileHero{display:grid;grid-template-columns:minmax(260px,360px) 1fr 330px;grid-gap:22px;gap:22px;align-items:stretch}.demoProfileImage{min-height:480px;overflow:hidden;border-radius:26px;border:1px solid var(--app-border);background:#0a2540}.demoProfileImage img{width:100%;height:100%;object-fit:cover}.demoNotice,.demoProfileIntro{border-radius:26px;border:1px solid var(--app-border);background:linear-gradient(150deg,#0d2d4b,#09233a);padding:30px}.demoProfileIntro h1{margin:0;color:#fff;font-family:Noto Kufi Arabic,Inter,sans-serif;font-size:clamp(34px,4vw,52px)}.profileNameLine{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.verifiedBig{color:var(--app-blue);width:30px;height:30px}.demoTitle{color:var(--app-gold);font-size:18px;font-weight:800;margin:8px 0 22px}.demoFacts{display:flex;flex-wrap:wrap;gap:10px}.demoFacts span{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--app-border);background:#061c2e;color:#dbe7f1;border-radius:13px;padding:10px 12px;font-size:12px}.demoFacts svg{width:17px;height:17px;color:var(--app-gold)}.demoBio{color:var(--app-muted);line-height:2;margin:28px 0 20px}.demoChips{display:flex;gap:8px;flex-wrap:wrap}.demoChips span{background:rgba(240,182,63,.11);border:1px solid rgba(240,182,63,.32);color:#f7d783;border-radius:999px;padding:8px 11px;font-size:12px}.demoNotice{display:flex;flex-direction:column;align-items:flex-start}.demoNotice>svg{width:50px;height:50px;color:var(--app-gold)}.demoNotice h2{margin:20px 0 8px;color:#fff}.demoNotice p{color:var(--app-muted);line-height:1.8;font-size:13px}.languageList{display:flex;gap:8px;align-items:center;color:#c7d7e4;margin:18px 0 28px;font-size:12px}.languageList svg{color:var(--app-teal)}.appSectionHeading h2 a{color:inherit}.appSectionHeading h2 a:hover{color:var(--app-gold)}@media (max-width:1000px){.demoProfileHero{grid-template-columns:280px 1fr}.demoNotice{grid-column:1/-1}}@media (max-width:720px){.demoProfilePage{width:calc(100% - 32px);margin-top:20px}.demoProfileHero{grid-template-columns:1fr}.demoProfileImage{min-height:420px}.demoNotice,.demoProfileIntro{padding:22px}.demoProfileIntro h1{font-size:31px}.demoNotice{grid-column:auto}}.listingPage .resultsWrap{width:100%;margin:24px 0 0;grid-template-columns:minmax(245px,270px) minmax(0,1fr);gap:22px}.listingPage .results{min-width:0}.listingPage .resultsHeader{min-height:42px;display:flex;align-items:center;margin:0 0 12px}.listingPage .listingGrid{grid-template-columns:repeat(auto-fill,minmax(280px,330px));justify-content:start;align-items:start;gap:18px}.siteShell[dir=rtl] .listingPage .listingGrid{justify-content:start}.listingPage .filters{width:100%;top:112px}.listingPage .searchPanel{width:100%;margin-top:26px}@media (max-width:1000px){.listingShell{width:calc(100% - 32px)}.listingPage .resultsWrap{grid-template-columns:1fr}.listingPage .filters{position:static}.listingPage .listingGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.listingPage{padding-top:14px}.listingShell{width:calc(100% - 24px)}.listingHero{padding:28px 18px 20px;border-radius:22px}.listingPage .resultsWrap{margin-top:18px;gap:16px}.listingPage .listingGrid{grid-template-columns:1fr}.listingPage .resultsHeader{min-height:32px}}.accountLoading,.authLoading{min-height:280px;display:grid;place-items:center;grid-gap:10px;gap:10px;color:var(--app-muted)}.headerAuthGroup{gap:8px}.headerAuthGroup,.headerAuthGroup>a{display:inline-flex;align-items:center}.headerAuthGroup>a{gap:6px}.headerAuthGroup>button{border:0;background:transparent;color:var(--app-muted);display:grid;place-items:center;cursor:pointer}.headerAuthGroup>button:hover{color:var(--app-gold)}.accountPage{width:min(1500px,94%);margin:0 auto;padding:28px 0 72px}.accountShell{display:flex;flex-direction:column;gap:20px}.accountWelcome{padding:26px 28px;border:1px solid var(--app-border);border-radius:24px;background:linear-gradient(135deg,#0d2e4d,#08233c)}.accountWelcome h1{margin:4px 0 8px;font-size:clamp(28px,4vw,48px)}.accountWelcome p{margin:0;color:var(--app-muted)}.accountStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.accountStats a{min-height:130px;padding:20px;border:1px solid var(--app-border);border-radius:20px;background:#09233a;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;grid-gap:8px 12px;gap:8px 12px;align-items:center}.accountStats svg{color:var(--app-gold);width:28px;height:28px;grid-row:1/3}.accountStats strong{font-size:28px}.accountStats span{color:var(--app-muted);font-size:12px}.accountPanel{padding:24px;border:1px solid var(--app-border);border-radius:22px;background:#09233a}.accountPanelHead{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.accountPanelHead h2{margin:0;display:inline-flex;align-items:center;gap:9px}.accountPanelHead a{color:var(--app-gold);font-weight:800;font-size:12px}.compactBookingList{display:grid;grid-gap:10px;gap:10px}.compactBookingList a{display:grid;grid-template-columns:1fr auto auto;grid-gap:16px;gap:16px;align-items:center;padding:14px 16px;border-radius:14px;background:#0d2d4b}.compactBookingList span{color:var(--app-muted);font-size:12px}.compactBookingList em{color:var(--app-gold);font-style:normal;font-size:11px;font-weight:800}.emptyAccount{min-height:120px;display:grid;place-items:center;color:var(--app-muted);border:1px dashed var(--app-border);border-radius:16px}.bookingWebList{display:grid;grid-gap:14px;gap:14px}.bookingWebCard{padding:20px;border:1px solid var(--app-border);border-radius:20px;background:#09233a;display:grid;grid-template-columns:1fr 1.1fr auto;grid-gap:20px;gap:20px;align-items:center}.bookingWebCard h3{margin:8px 0 5px}.bookingWebCard p{margin:0;color:var(--app-muted)}.statusPill{display:inline-flex;padding:6px 9px;border-radius:999px;background:rgba(240,182,63,.12);color:var(--app-gold);font-size:10px;font-weight:900}.bookingFacts{display:flex;flex-direction:column;gap:9px}.bookingFacts span{display:inline-flex;align-items:center;gap:7px;color:#dce8f2;font-size:12px}.bookingFacts svg{width:16px;height:16px;color:var(--app-gold)}.bookingActions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.dangerButton{background:#9f3030;color:#fff}.inlineError{color:#ff9f9f;display:block;width:100%}.favoriteGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.favoriteCard{overflow:hidden;border:1px solid var(--app-border);border-radius:20px;background:#09233a}.favoritePhoto{height:220px;display:grid;place-items:center;background:#0d2d4b;font-size:58px;color:var(--app-gold)}.favoritePhoto img{width:100%;height:100%;object-fit:cover}.favoriteCard>div{padding:16px}.favoriteCard h3{margin:0 0 8px}.favoriteCard p{display:flex;gap:5px;align-items:center;color:var(--app-gold)}.favoriteActions{display:flex;justify-content:space-between;align-items:center;gap:8px}.favoriteActions>button,.favoriteProfileButton{border:1px solid var(--app-border);background:#0d2d4b;color:#fff;border-radius:14px;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 13px;cursor:pointer}.favoriteProfileButton{margin-top:16px;width:-moz-fit-content;width:fit-content}.favoriteProfileButton.saved{color:#ff7f8b;border-color:rgba(255,127,139,.45)}.notificationList{display:grid;grid-gap:10px;gap:10px}.notificationItem{width:100%;text-align:start;border:1px solid var(--app-border);background:#0d2d4b;color:#fff;border-radius:16px;padding:15px 17px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;cursor:pointer}.notificationItem.read{opacity:.65}.notificationItem>svg:first-child{color:var(--app-gold)}.notificationItem span{display:flex;flex-direction:column;gap:4px}.notificationItem small{color:var(--app-muted)}.notificationItem i{width:9px;height:9px;border-radius:50%;background:var(--app-blue)}.settingsForm{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.settingsForm label{display:flex;flex-direction:column;gap:6px;color:var(--app-muted);font-size:11px;font-weight:700}.bookingWidgetForm input,.bookingWidgetForm select,.bookingWidgetForm textarea,.settingsForm input,.settingsForm textarea{width:100%;border:1px solid var(--app-border);border-radius:12px;background:#061c2e;color:#fff;padding:11px 12px;outline:0}.bookingWidgetForm textarea,.settingsForm textarea{min-height:88px;resize:vertical}.settingsForm .button{align-self:end;min-height:43px}.compactForm{margin-top:16px}.wideField{grid-column:span 2}.savedItems{display:grid;grid-gap:9px;gap:9px}.savedItems>div{padding:13px 14px;border-radius:14px;background:#0d2d4b;display:grid;grid-template-columns:1fr auto;grid-gap:5px 12px;gap:5px 12px;align-items:center}.savedItems span{color:var(--app-muted);font-size:12px}.savedItems button{grid-row:1/3;grid-column:2;border:0;background:transparent;color:#ff8d8d;cursor:pointer}.bookingWidgetForm{display:flex;flex-direction:column;gap:10px;margin-top:12px}.bookingWidgetForm label{display:flex;flex-direction:column;gap:5px;color:var(--app-muted);font-size:11px;font-weight:700}.bookingFormRow{display:grid;grid-template-columns:1fr 90px;grid-gap:8px;gap:8px}.bookingNeedsSetup,.bookingSuccess,.bookingWidgetAuth{margin-top:12px;padding:14px;border:1px solid var(--app-border);border-radius:14px;background:#0d2d4b}.bookingNeedsSetup p,.bookingSuccess p,.bookingWidgetAuth p{color:var(--app-muted);font-size:12px;line-height:1.6}.bookingSuccess>svg{color:#53d5a5}.bookingWidgetLoading{min-height:80px;display:grid;place-items:center}.otpSent{display:flex;align-items:center;gap:7px;color:#66d9b0;font-size:12px}@media (max-width:1000px){.accountStats{grid-template-columns:repeat(2,minmax(0,1fr))}.bookingWebCard{grid-template-columns:1fr 1fr}.bookingActions{grid-column:1/-1;justify-content:flex-start}.favoriteGrid,.settingsForm{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.accountPage{width:calc(100% - 24px);padding-top:14px}.accountStats,.bookingWebCard,.favoriteGrid,.settingsForm{grid-template-columns:1fr}.bookingActions{grid-column:auto}.compactBookingList a{grid-template-columns:1fr;gap:5px}.wideField{grid-column:auto}.bookingFormRow{grid-template-columns:1fr}}.profileMenuPage{width:min(900px,100%);margin:0 auto;min-height:calc(100vh - 82px);padding:30px 20px 110px}.profileMenuShell{width:100%}.profileMenuCard{width:100%;max-width:760px;margin:0 auto}.profileMenuCard>h1{margin:0 0 26px;text-align:center;font-size:34px;font-weight:900}.profileMenuGroups{display:flex;flex-direction:column;gap:16px}.profileMenuGroups>section{overflow:hidden;border:1px solid var(--app-border);border-radius:20px;background:#071d30}.profileMenuRow{width:100%;min-height:76px;display:grid;grid-template-columns:32px minmax(0,1fr) 24px;grid-gap:14px;gap:14px;align-items:center;padding:16px 18px;color:#fff;background:transparent;border:0;border-bottom:1px solid rgba(58,92,117,.42);text-align:start;cursor:pointer}.profileMenuRow:last-child{border-bottom:0}.profileMenuRow:hover{background:#0b2943}.profileMenuRow>svg:first-child{width:25px;height:25px;color:#91a7bb}.profileMenuRow>svg:last-child{width:20px;height:20px;color:#91a7bb}.profileMenuRow>span{min-width:0;display:flex;flex-direction:column;gap:5px}.profileMenuRow strong{font-size:18px;font-weight:650;letter-spacing:.01em}.profileMenuRow small{color:#91a7bb;font-size:13px;line-height:1.45}.profileMenuRow.danger>svg:first-child{color:#d99a9a}.profileMenuRow.danger strong{color:#ffd4d4}.profileMenuRow.signout{grid-template-columns:32px minmax(0,1fr)}.profileMobileNav{display:none}.narrowPanel{width:min(620px,100%);margin:0 auto}.singleColumnForm{grid-template-columns:1fr!important}.dangerPanel{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.dangerPanel>p{max-width:520px;color:var(--app-muted);line-height:1.7}.dangerIcon{width:48px;height:48px;color:#ff9f9f}@media (max-width:720px){body{padding-bottom:78px}.profileMenuPage{width:100%;padding:24px 0 94px;min-height:100vh}.profileMenuCard{max-width:none;margin:0}.profileMenuCard>h1{font-size:28px;margin:8px 0 22px}.profileMenuGroups{gap:0}.profileMenuGroups>section{border-inline:0;border-radius:0;border-top:1px solid var(--app-border);border-bottom:1px solid var(--app-border);margin-bottom:0}.profileMenuGroups>section+section{margin-top:0;border-top:0}.profileMenuRow{min-height:88px;grid-template-columns:36px minmax(0,1fr) 24px;padding:17px 24px;gap:14px}.profileMenuRow>svg:first-child{width:27px;height:27px}.profileMenuRow strong{font-size:19px}.profileMenuRow small{font-size:13px;max-width:310px}.profileMobileNav{position:fixed;z-index:90;inset-inline:0;bottom:0;height:78px;display:grid;grid-template-columns:repeat(4,1fr);background:#071827;border-top:1px solid var(--app-border);padding-bottom:env(safe-area-inset-bottom)}.profileMobileNav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#93a8bb;font-size:11px;font-weight:700}.profileMobileNav svg{width:23px;height:23px}.profileMobileNav a.active{color:var(--app-gold)}.accountPage{padding-bottom:100px}}@media (max-width:420px){.profileMenuRow{padding-inline:18px}.profileMenuRow strong{font-size:18px}.profileMenuCard>h1{font-size:27px}}.appNav .navAccountActive .headerAuthGroup>a,.appNav .navAccountActive>a{color:var(--app-gold)}.appNav .navAccountActive .headerAuthGroup>a:after,.appNav .navAccountActive>a:after{content:"";position:absolute;left:12%;right:12%;bottom:2px;height:2px;border-radius:3px;background:var(--app-gold)}.appStorySection,.howItWorksSection,.marketingCta,.whyAheldarSection{margin-top:var(--home-section-gap)}.howItWorksSection{padding:34px;border:1px solid var(--app-border);border-radius:28px;background:radial-gradient(circle at 8% 0,rgba(240,182,63,.08),transparent 26%),linear-gradient(145deg,#0c2b48,#071f35)}.marketingSectionHead{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:28px;gap:28px;align-items:end;margin-bottom:26px}.appStoryCopy h2,.marketingCta h2,.marketingSectionHead h2{margin:7px 0 10px;font-size:clamp(28px,3.4vw,46px);line-height:1.25;color:#fff}.appStoryCopy>p,.marketingCta p,.marketingSectionHead p{margin:0;color:var(--app-muted);line-height:1.8;max-width:760px}.marketingEyebrow{color:var(--app-gold);font-size:10px;font-weight:900;letter-spacing:.16em}.howSteps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.howStep{position:relative;min-height:230px;padding:22px;border:1px solid rgba(36,73,102,.9);border-radius:20px;background:linear-gradient(180deg,#0b2944,#08233a);overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.howStep:hover{transform:translateY(-4px);border-color:rgba(240,182,63,.6);box-shadow:0 16px 32px rgba(0,0,0,.18)}.stepNumber{position:absolute;inset-inline-end:16px;top:12px;font-size:42px;font-weight:900;color:rgba(255,255,255,.045)}.stepIcon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:rgba(240,182,63,.12);color:var(--app-gold);margin-bottom:26px}.stepIcon svg{width:27px;height:27px}.howStep h3{margin:0 0 9px;color:#fff;font-size:18px}.howStep p{margin:0;color:var(--app-muted);font-size:12px;line-height:1.75}.appStorySection{min-height:500px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);grid-gap:38px;gap:38px;align-items:center;padding:42px;border:1px solid var(--app-border);border-radius:30px;background:radial-gradient(circle at 85% 20%,rgba(16,216,207,.1),transparent 28%),linear-gradient(135deg,#081f35,#0c2d4b);overflow:hidden}.appStoryCopy{position:relative;z-index:2}.benefitList{display:grid;grid-gap:11px;gap:11px;margin:25px 0 28px}.benefitList span{display:flex;align-items:center;gap:9px;color:#dce8f2;font-size:13px}.benefitList svg{width:19px;height:19px;color:var(--app-gold);flex:0 0 auto}.appPreviewStage{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center}.previewGlow{position:absolute;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(17,216,207,.16),rgba(46,168,255,.06) 45%,transparent 72%);filter:blur(10px);animation:marketingGlow 4s ease-in-out infinite alternate}.phoneMock{position:absolute;width:240px;min-height:390px;padding:18px;border:1px solid rgba(86,135,170,.65);border-radius:34px;background:linear-gradient(180deg,#061a2b,#0b2740);box-shadow:0 26px 55px rgba(0,0,0,.34)}.phoneMockBack{transform:translate(-95px,24px) rotate(-7deg);animation:phoneFloatBack 5.2s ease-in-out infinite}.phoneMockFront{transform:translate(95px,-22px) rotate(6deg);animation:phoneFloatFront 5.6s ease-in-out infinite}.siteShell[dir=rtl] .phoneMockBack{transform:translate(95px,24px) rotate(7deg)}.siteShell[dir=rtl] .phoneMockFront{transform:translate(-95px,-22px) rotate(-6deg)}.phoneTopBar{display:flex;align-items:center;gap:8px;color:#fff;font-size:12px;font-weight:800;margin-bottom:14px}.phoneTopBar img{width:30px;height:30px;border-radius:9px}.miniSearch{display:flex;align-items:center;gap:7px;padding:10px 11px;border:1px solid var(--app-border);border-radius:13px;background:#0b2b47;color:var(--app-muted);font-size:10px}.miniCareCard{position:relative;overflow:hidden;margin-top:14px;border:1px solid var(--app-border);border-radius:16px;background:#0a2540}.miniCareCard img{width:100%;height:170px;object-fit:cover}.miniCareCard>div{padding:12px;display:flex;flex-direction:column;gap:4px}.miniCareCard strong{font-size:12px}.miniCareCard span{color:var(--app-muted);font-size:10px}.miniVerified{position:absolute;right:10px;top:151px;color:var(--app-blue);fill:var(--app-blue)}.siteShell[dir=rtl] .miniVerified{right:auto;left:10px}.bookingPreviewCard{margin-top:28px;padding:24px 14px;text-align:center;border:1px solid rgba(83,213,165,.25);border-radius:16px;background:rgba(24,94,75,.22)}.bookingPreviewCard>svg{width:38px;height:38px;color:#53d5a5;margin-bottom:10px}.bookingPreviewCard strong{display:block;font-size:14px}.bookingPreviewCard span{display:block;margin-top:6px;color:var(--app-muted);font-size:10px;line-height:1.5}.bookingPreviewLine{margin-top:10px;padding:11px;display:flex;align-items:center;gap:8px;border:1px solid var(--app-border);border-radius:12px;background:#0b2944;color:#dce8f2;font-size:10px}.bookingPreviewLine svg{width:17px;height:17px;color:var(--app-gold)}.whyAheldarSection{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.whyCard{min-height:130px;padding:21px;display:flex;align-items:flex-start;gap:14px;border:1px solid var(--app-border);border-radius:20px;background:linear-gradient(145deg,#0b2944,#081f35)}.whyCard>svg{width:30px;height:30px;color:var(--app-gold);flex:0 0 auto}.whyCard div{display:flex;flex-direction:column;gap:6px}.whyCard strong{font-size:15px}.whyCard span{color:var(--app-muted);font-size:11px;line-height:1.7}.marketingCta{min-height:190px;padding:30px 34px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:30px;gap:30px;border:1px solid rgba(240,182,63,.42);border-radius:26px;background:radial-gradient(circle at 15% 10%,rgba(240,182,63,.1),transparent 25%),linear-gradient(135deg,#0d2d4b,#08233b)}.marketingCtaActions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.outlineGoldButton{min-height:54px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid rgba(240,182,63,.6);border-radius:18px;color:var(--app-gold);font-weight:900}.outlineGoldButton:hover{background:rgba(240,182,63,.08)}@keyframes phoneFloatBack{0%,to{translate:0 0}50%{translate:0 -10px}}@keyframes phoneFloatFront{0%,to{translate:0 0}50%{translate:0 12px}}@keyframes marketingGlow{0%{transform:scale(.94);opacity:.75}to{transform:scale(1.05);opacity:1}}@media (max-width:1100px){.howSteps{grid-template-columns:repeat(2,minmax(0,1fr))}.appStorySection{grid-template-columns:1fr;gap:20px}.appPreviewStage{min-height:450px}.whyAheldarSection{grid-template-columns:1fr}}@media (max-width:720px){.appStorySection,.howItWorksSection,.marketingCta{margin-top:24px;padding:22px;border-radius:24px}.marketingSectionHead{align-items:start;gap:16px}.howSteps,.marketingSectionHead{grid-template-columns:1fr}.howStep{min-height:0;padding:20px}.stepIcon{margin-bottom:18px}.appStorySection{min-height:0}.appPreviewStage{min-height:390px;transform:scale(.88);margin-inline:-18px}.phoneMock{width:210px;min-height:350px}.phoneMockBack{transform:translate(-70px,30px) rotate(-6deg)}.phoneMockFront{transform:translate(70px,-14px) rotate(5deg)}.siteShell[dir=rtl] .phoneMockBack{transform:translate(70px,30px) rotate(6deg)}.siteShell[dir=rtl] .phoneMockFront{transform:translate(-70px,-14px) rotate(-5deg)}.miniCareCard img{height:145px}.miniVerified{top:126px}.marketingCta{grid-template-columns:1fr}.marketingCtaActions{justify-content:stretch;flex-direction:column}.marketingCtaActions>*{width:100%}}@media (prefers-reduced-motion:reduce){.phoneMockBack,.phoneMockFront,.previewGlow{animation:none!important}.goldButton,.howStep{transition:none!important}}.appNav .headerAuthGroup,.appNav>span{display:inline-flex;align-items:center}@media (max-width:720px){.mobileInspiredHome{--home-section-gap:18px}}