:root{--brand:#2563eb;--ink:#111827;--muted:#6b7280;--line:#e5e7eb;--soft:#f8fafc;--lost:#dc2626;--found:#0f766e;--reunited:#15803d}*{box-sizing:border-box}body{color:var(--ink);background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif}.siteHeader{border-bottom:1px solid var(--line);z-index:10;background:#fff;align-items:center;gap:28px;height:68px;padding:0 5vw;display:flex;position:sticky;top:0}.siteHeader nav{flex:1;gap:18px;display:flex}.siteHeader a{color:inherit;text-decoration:none}.logo{font-size:20px;font-weight:900;color:var(--brand)!important}.primaryButton{background:var(--brand);border-radius:12px;padding:11px 15px;font-weight:800;color:#fff!important}.hero{text-align:center;background:linear-gradient(#f7fbff,#fff);padding:72px 5vw}.hero h1{max-width:760px;margin:0 auto 16px;font-size:clamp(36px,6vw,62px);line-height:1.05}.hero p{max-width:650px;color:var(--muted);margin:auto;font-size:18px}.heroActions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:28px;display:flex}.button{color:var(--ink);background:#f3f4f6;border-radius:12px;padding:13px 17px;font-weight:800;text-decoration:none;display:inline-block}.buttonLost{background:var(--lost);color:#fff}.buttonFound{background:var(--found);color:#fff}.section{max-width:1200px;margin:auto;padding:34px 5vw}.section h1,.section h2{margin-top:0}.muted{color:var(--muted)}.cityGrid,.listingGrid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.cityCard,.listingCard{border:1px solid var(--line);color:inherit;background:#fff;border-radius:16px;text-decoration:none;overflow:hidden}.cityCard{padding:18px}.listingImage{background:#eef2f7;place-items:center;height:190px;font-size:68px;display:grid;position:relative}.badge{background:var(--lost);color:#fff;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900;position:absolute;top:12px;left:12px}.badgeResolved{background:var(--reunited)}.listingBody{padding:15px}.listingBody h3{margin:0 0 8px}.filters{border-block:1px solid var(--line);gap:8px;padding:14px 5vw;display:flex;overflow:auto}.filter{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 12px}.detail{grid-template-columns:1.1fr .9fr;gap:34px;max-width:1100px;margin:auto;padding:36px 5vw;display:grid}.detailImage{background:#eef2f7;border-radius:20px;place-items:center;min-height:480px;font-size:150px;display:grid}.facts{grid-template-columns:1fr 1fr;gap:10px;display:grid}.fact{background:var(--soft);border-radius:12px;padding:12px}.formShell{max-width:760px;margin:40px auto;padding:0 5vw}.choiceGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.choice{border:2px solid var(--line);text-align:center;border-radius:16px;padding:28px;font-weight:900}.field{margin:16px 0}.field label{margin-bottom:6px;font-weight:800;display:block}.field input,.field select,.field textarea{border:1px solid var(--line);border-radius:10px;width:100%;padding:12px}.adminGrid{grid-template-columns:220px 1fr;min-height:700px;display:grid}.adminSide{color:#fff;background:#111827;padding:24px}.adminMain{padding:30px}.metricGrid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.metric{border:1px solid var(--line);border-radius:14px;padding:18px}.metric strong{font-size:30px;display:block}@media (max-width:800px){.siteHeader nav{display:none}.cityGrid,.listingGrid{grid-template-columns:1fr 1fr}.detail,.adminGrid{grid-template-columns:1fr}.adminSide{display:none}.metricGrid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.cityGrid,.listingGrid,.choiceGrid{grid-template-columns:1fr}.siteHeader,.hero,.section,.filters,.detail{padding-inline:16px}}.badgeFound{background:var(--found)}.emptyState{border:1px dashed var(--line);background:var(--soft);border-radius:16px;padding:28px}.statusPill{color:#fff;letter-spacing:.02em;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;display:inline-block}.statusLost{background:var(--lost)}.statusFound{background:var(--found)}.statusResolved{background:var(--reunited)}.successBox{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;margin-top:22px;padding:16px}.authCard{border:1px solid var(--line);background:var(--soft);border-radius:18px;margin-top:20px;padding:22px}.authCard h2{margin-top:0}.formButton{cursor:pointer;border:0}.formButton:disabled,.button:disabled{opacity:.55;cursor:not-allowed}.notice{border-radius:12px;margin-top:14px;padding:12px 14px}.successNotice{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.errorNotice{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.choice{cursor:pointer;background:#fff}.choiceSelected{border-color:var(--brand);color:var(--brand);background:#eff6ff}.formRow{grid-template-columns:1fr 1fr;gap:14px;display:grid}.photoInput{background:#fff;padding:10px!important}.fileList{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.fileList span{background:#f3f4f6;border-radius:999px;padding:6px 8px;font-size:12px}.signedInBar{border:1px solid var(--line);background:#f8fafc;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.textButton{color:var(--brand);cursor:pointer;background:0 0;border:0;font-weight:800}.submitButton{width:100%;margin-top:8px;padding:14px}.submittedCard{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:18px;padding:24px}.listingPhoto,.detailPhoto,.adminPhoto img{object-fit:cover;width:100%;height:100%;display:block}.detailImage{overflow:hidden}.adminQueue{gap:14px;margin-top:20px;display:grid}.adminQueueItem{border:1px solid var(--line);border-radius:16px;grid-template-columns:150px 1fr;display:grid;overflow:hidden}.adminPhoto{background:#eef2f7;place-items:center;min-height:150px;font-size:56px;display:grid}.adminQueueBody{padding:18px}.adminQueueBody p{line-height:1.5}.adminActions{align-items:center;gap:10px;display:flex}@media (max-width:800px){.formRow,.adminQueueItem{grid-template-columns:1fr}.adminPhoto{height:220px}.signedInBar{flex-direction:column;align-items:flex-start}}.ownerPage{max-width:1100px}.ownerPageHeader{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.ownerPageHeader h1{margin-bottom:8px}.ownerAccount{border:1px solid var(--line);background:var(--soft);border-radius:12px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;display:flex}.ownerListings{gap:18px;display:grid}.ownerListingCard{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:220px 1fr;display:grid;overflow:hidden}.ownerListingPhoto{background:#eef2f7;place-items:center;min-height:220px;font-size:72px;display:grid}.ownerListingPhoto img{object-fit:cover;width:100%;height:100%;display:block}.ownerListingBody{padding:20px}.ownerListingTopline{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ownerListingTopline h2{margin:8px 0 5px}.ownerActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.ownerActions button{cursor:pointer;border:0}.ownerStatus{color:#374151;text-transform:uppercase;background:#f3f4f6;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900;display:inline-block}.ownerStatusActive{color:#166534;background:#dcfce7}.ownerStatusResolved{color:#1e40af;background:#dbeafe}.ownerStatusPending{color:#92400e;background:#fef3c7}.ownerStatusProblem{color:#991b1b;background:#fee2e2}.ownerResolveBox{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;margin-top:16px;padding:14px;display:flex}.ownerResolveBox .primaryButton{cursor:pointer;border:0}.ownerEditForm{border-top:1px solid var(--line);margin-top:18px;padding-top:18px}.ownerEditForm h3{margin:22px 0 4px}@media (max-width:800px){.ownerPageHeader,.ownerListingTopline,.ownerResolveBox{flex-direction:column}.ownerListingCard{grid-template-columns:1fr}.ownerListingPhoto{height:260px}.ownerActions{justify-content:flex-start}.ownerAccount{justify-content:space-between;width:100%}}.sightingCallout{background:#eff6ff;border:1px solid #bfdbfe;border-radius:16px;margin-top:22px;padding:18px}.sightingCallout strong{font-size:18px}.sightingCallout p{margin:7px 0 14px}.sightingPanel{border:1px solid var(--line);background:#fff;border-radius:18px;margin-top:22px;padding:20px;box-shadow:0 8px 28px #0f172a0f}.sightingPanelHeader{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.sightingPanelHeader h2{margin:0 0 6px}.sightingPanelHeader p{margin:0}.sightingSubmit{width:100%;padding:14px}.ownerSightings{border-top:1px solid var(--line);margin-top:22px;padding-top:18px}.ownerSightingsHeading{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.ownerSightingsHeading h3{margin:0 0 4px}.ownerSightingsHeading p{margin:0}.sightingCount{color:#1e40af;background:#dbeafe;border-radius:999px;place-items:center;min-width:32px;height:32px;font-weight:900;display:grid}.ownerSightingsList,.adminSightingsList{gap:10px;margin-top:14px;display:grid}.ownerSightingCard,.adminSightingCard{border:1px solid var(--line);background:var(--soft);border-radius:14px;grid-template-columns:120px 1fr;gap:14px;padding:12px;display:grid}:is(.ownerSightingCard:not(:has(.ownerSightingPhoto)),.adminSightingCard:not(:has(.adminSightingPhoto))){grid-template-columns:1fr}.ownerSightingPhoto,.adminSightingPhoto{background:#e5e7eb;border-radius:10px;height:100px;overflow:hidden}.ownerSightingPhoto img,.adminSightingPhoto img{object-fit:cover;width:100%;height:100%;display:block}.ownerSightingBody p,.adminSightingCard p{margin:8px 0}.sightingContact{border:1px solid var(--line);background:#fff;border-radius:10px;flex-direction:column;gap:5px;margin-top:10px;padding:10px;font-size:14px;display:flex}.adminSightingsSection{border-top:1px solid var(--line);margin-top:38px;padding-top:28px}@media (max-width:700px){.sightingPanelHeader,.ownerSightingsHeading{flex-direction:column}.ownerSightingCard,.adminSightingCard{grid-template-columns:1fr}.ownerSightingPhoto,.adminSightingPhoto{height:190px}}.listingGallery{min-width:0}.listingGalleryTrack{scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;background:#eef2f7;border-radius:20px;display:flex;overflow-x:auto}.listingGallerySlide{scroll-snap-align:start;scroll-snap-stop:always;background:#eef2f7;flex:0 0 100%;height:480px}.listingGallerySlide .detailPhoto{object-fit:cover;width:100%;height:100%;display:block}.listingGalleryThumbs{scrollbar-width:thin;gap:10px;padding:10px 2px 2px;display:flex;overflow-x:auto}.listingGalleryThumb{background:#eef2f7;border:2px solid #0000;border-radius:10px;flex:0 0 78px;height:64px;overflow:hidden}.listingGalleryThumb:hover,.listingGalleryThumb:focus-visible{border-color:var(--brand);outline:none}.listingGalleryThumb img{object-fit:cover;width:100%;height:100%;display:block}.listingGalleryHint{color:var(--muted);margin:8px 0 0;font-size:13px}.detailImageEmpty{overflow:hidden}@media (max-width:800px){.listingGallerySlide{height:min(72vw,480px)}.listingGalleryThumb{flex-basis:68px;height:56px}}.listingCard{flex-direction:column;min-width:0;display:flex}.listingImage{isolation:isolate;flex:0 0 190px;height:190px;position:relative;overflow:hidden}.listingImage .listingPhoto{object-fit:cover;object-position:center;z-index:0;width:100%;height:100%;display:block;position:absolute;inset:0}.listingImage .badge{z-index:2}.listingBody{z-index:1;background:#fff;flex:1;position:relative}:root{--brand:#2563eb;--brand-deep:#1746a2;--brand-soft:#eaf2ff;--ink:#152033;--muted:#657084;--line:#e3e8ef;--soft:#f6f8fb;--surface:#fff;--warm:#fffaf4;--lost:#d94a4a;--found:#16856f;--reunited:#27855b;--shadow:0 18px 50px #18274b14}body{color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.siteHeader{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #e3e8efe6;gap:30px;height:76px;padding:0 max(24px,5vw)}.siteHeader nav{align-items:center;gap:24px}.siteHeader nav a{color:#465268;font-size:14px;font-weight:750;transition:color .18s}.siteHeader nav a:hover{color:var(--brand)}.logo{display:flex;color:var(--ink)!important;align-items:center!important}.brandLockup{white-space:nowrap;align-items:center;gap:10px;display:inline-flex}.brandMark{background:linear-gradient(135deg,#2b6cf6,#1f56cb);border-radius:11px;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 8px 20px #2563eb3d}.brandMark svg{fill:#fff;width:24px;height:24px}.brandName{letter-spacing:-.025em;font-size:19px;font-weight:900}.primaryButton,.buttonPrimary{background:var(--brand);box-shadow:0 8px 20px #2563eb29;color:#fff!important}.primaryButton:hover,.buttonPrimary:hover{background:var(--brand-deep)}.headerCta{white-space:nowrap}.headerCtaShort{display:none}.button{border-radius:13px;padding:13px 18px;transition:transform .18s,box-shadow .18s,background .18s}.button:hover{transform:translateY(-1px)}.buttonSoft{color:var(--ink);border:1px solid var(--line);background:#fff;box-shadow:0 6px 18px #18274b0a}.eyebrow{color:var(--brand);letter-spacing:.09em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:900;display:inline-block}.globalHome{background:linear-gradient(#fff 0 72%,#fbfcfe 100%);overflow:hidden}.globalHero{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);align-items:center;gap:74px;max-width:1280px;margin:0 auto;padding:88px max(24px,5vw) 78px;display:grid}.globalHeroCopy h1,.countryHeroCopy h1{letter-spacing:-.045em;margin:0;font-size:clamp(48px,6vw,78px);line-height:.98}.globalHeroCopy>p,.countryHeroCopy>p{color:var(--muted);max-width:650px;margin:24px 0 0;font-size:19px;line-height:1.65}.globalHeroActions,.countryHeroActions{justify-content:flex-start;margin-top:30px}.heroTrustLine{color:#5a6678;flex-wrap:wrap;gap:10px 18px;margin-top:28px;font-size:13px;font-weight:700;display:flex}.heroTrustLine span{align-items:center;gap:7px;display:flex}.heroTrustLine span:before{content:"";background:#57b28d;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #ebf7f1}.heroRecoveryCard{background:linear-gradient(145deg,#edf4ff,#f8fbff 52%,#fff7ee);border:1px solid #e5ebf4;border-radius:34px;min-height:480px;position:relative;overflow:hidden;box-shadow:0 30px 80px #1f366024}.heroMapGlow{background:radial-gradient(circle,#2563eb2e,#2563eb00 68%);border-radius:50%;width:360px;height:360px;position:absolute;top:42px;left:50%;transform:translate(-50%)}.heroRecoveryCard:before,.heroRecoveryCard:after{content:"";border:1px dashed #2563eb3d;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.heroRecoveryCard:before{width:310px;height:310px}.heroRecoveryCard:after{width:420px;height:420px}.heroPetCard{z-index:2;background:#fffffff7;border:1px solid #e0e6efcc;border-radius:20px;grid-template-columns:52px 1fr;align-items:center;gap:12px;width:245px;padding:17px;display:grid;position:absolute;box-shadow:0 18px 40px #283a5e21}.heroPetCard strong{font-size:14px;display:block}.heroPetCard small{color:var(--muted);margin-top:3px;display:block}.heroPetCardLost{top:74px;left:28px;transform:rotate(-2deg)}.heroPetCardFound{bottom:102px;right:24px;transform:rotate(2deg)}.miniPetAvatar{letter-spacing:.07em;color:#526079;background:#f0f4fa;border-radius:15px;place-items:center;height:52px;font-size:11px;font-weight:900;display:grid}.miniStatus{letter-spacing:.08em;font-size:9px;font-weight:950;position:absolute;top:12px;right:14px}.miniStatusLost{color:var(--lost)}.miniStatusFound{color:var(--found)}.heroConnection{z-index:1;border-top:3px dotted #2563eb57;border-radius:50%;width:180px;height:90px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(16deg)}.heroHomeBadge{z-index:3;color:#fff;white-space:nowrap;background:#173d78;border-radius:999px;align-items:center;gap:11px;padding:11px 16px;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 14px 30px #173d7833}.heroHomeBadge span{letter-spacing:.1em;color:#173d78;background:#fff;border-radius:999px;padding:5px 7px;font-size:10px;font-weight:950}.heroHomeBadge strong{font-size:12px}.globalSection{max-width:1280px;margin:0 auto;padding:78px max(24px,5vw)}.sectionIntro{text-align:center;max-width:680px;margin:0 auto 36px}.sectionIntro h2{letter-spacing:-.035em;margin:0;font-size:clamp(32px,4.2vw,50px);line-height:1.08}.sectionIntro p{color:var(--muted);margin:16px auto 0;font-size:17px;line-height:1.65}.sectionIntroLeft{text-align:left;margin-left:0}.countryChooser{border-top:1px solid #eef1f5}.countryCards{grid-template-columns:1.25fr 1fr 1fr;gap:16px;display:grid}.countryCard{border:1px solid var(--line);min-height:206px;color:inherit;background:#fff;border-radius:22px;align-items:flex-start;gap:18px;padding:24px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative}.countryCardActive:hover{box-shadow:var(--shadow);border-color:#bfd2fb;transform:translateY(-3px)}.countryCardActive{background:linear-gradient(145deg,#fff,#f6f9ff)}.countryCardPlanned{color:#667084;background:#fafbfc}.countryFlag{height:48px;color:var(--brand);letter-spacing:.06em;background:#edf3ff;border-radius:14px;flex:0 0 48px;place-items:center;font-size:13px;font-weight:950;display:grid}.countryCard h3{letter-spacing:-.02em;margin:9px 0 7px;font-size:24px}.countryCard p{color:var(--muted);margin:0;line-height:1.55}.availabilityBadge{color:#187457;text-transform:uppercase;letter-spacing:.06em;background:#e9f7f1;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900;display:inline-flex}.availabilityPlanned{color:#6c7584;background:#eef1f5}.countryArrow{color:var(--brand);font-size:24px;position:absolute;bottom:18px;right:22px}.howSection{background:#f7f9fc;max-width:none;padding-left:max(24px,55vw - 640px);padding-right:max(24px,55vw - 640px)}.stepGrid{grid-template-columns:repeat(3,1fr);gap:16px;max-width:1160px;margin:0 auto;display:grid}.stepCard{border:1px solid var(--line);background:#fff;border-radius:22px;min-height:240px;padding:28px}.stepNumber{background:var(--brand-soft);width:42px;height:42px;color:var(--brand);border-radius:13px;place-items:center;font-size:12px;font-weight:950;display:inline-grid}.stepCard h3{letter-spacing:-.02em;margin:28px 0 10px;font-size:21px}.stepCard p{color:var(--muted);margin:0;line-height:1.65}.trustSection{padding-top:64px;padding-bottom:96px}.trustPanel,.countryHelpPanel{color:#fff;background:linear-gradient(135deg,#163c77,#1e57ad);border-radius:28px;justify-content:space-between;align-items:center;gap:34px;padding:42px 46px;display:flex;box-shadow:0 24px 60px #173d782e}.trustPanel .eyebrow,.countryHelpPanel .eyebrow{color:#bcd4ff}.trustPanel h2,.countryHelpPanel h2{letter-spacing:-.035em;max-width:720px;margin:0;font-size:clamp(30px,4vw,44px);line-height:1.1}.trustPanel p,.countryHelpPanel p{color:#d8e5fa;max-width:720px;margin:14px 0 0;line-height:1.65}.trustPanel .button,.countryHelpPanel .button{box-shadow:none;white-space:nowrap;background:#fff;color:#17468d!important}.siteFooter{border-top:1px solid var(--line);background:#fafbfd}.siteFooterInner{justify-content:space-between;align-items:center;gap:30px;max-width:1280px;margin:0 auto;padding:34px max(24px,5vw);display:flex}.siteFooter p{color:var(--muted);margin:8px 0 0;font-size:13px}.siteFooter .brandMark{border-radius:9px;width:29px;height:29px}.siteFooter .brandMark svg{width:20px;height:20px}.siteFooter .brandName{font-size:16px}.footerLinks{gap:20px;display:flex}.footerLinks a{color:#536076;font-size:13px;font-weight:750;text-decoration:none}.footerLinks a:hover{color:var(--brand)}.marketShell{flex-direction:column;min-height:100vh;display:flex}.marketContent{flex:1}.countryHome{overflow:hidden}.countryHero{grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);align-items:end;gap:56px;max-width:1200px;margin:0 auto;padding:70px max(24px,5vw) 58px;display:grid}.countryHeroCopy h1{font-size:clamp(42px,5.4vw,68px)}.countryHeroStats{gap:10px;display:grid}.countryHeroStats div{border:1px solid var(--line);background:#fff;border-radius:16px;justify-content:space-between;align-items:baseline;gap:18px;padding:17px 18px;display:flex;box-shadow:0 8px 22px #18274b0a}.countryHeroStats strong{color:var(--brand);font-size:27px}.countryHeroStats span{color:var(--muted);text-align:right;font-size:13px}.countryCities{padding-top:54px;padding-bottom:64px}.countryCities .cityGrid{margin-top:30px}.cityCard{flex-direction:column;justify-content:space-between;min-height:156px;padding:20px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.cityCard:hover{border-color:#c8d7f2;transform:translateY(-2px);box-shadow:0 16px 38px #192b4d14}.cityCardTop{justify-content:space-between;align-items:center;display:flex}.cityPin{color:var(--brand);font-size:18px}.cityArrow{color:#8792a4;font-size:20px}.cityCard strong{letter-spacing:-.02em;font-size:21px}.cityCard p{margin:8px 0 0;font-size:13px}.countryHelpSection{padding-top:36px;padding-bottom:86px}.countryHelpPanel{background:linear-gradient(135deg,#153e76,#205aad)}.section{padding-top:44px;padding-bottom:44px}.section>h1{letter-spacing:-.03em;font-size:clamp(34px,4.2vw,48px);line-height:1.08}.cityGrid,.listingGrid{gap:16px}.listingCard,.cityCard{border-color:var(--line);box-shadow:0 5px 16px #18274b06}.emptyState{border-radius:20px;padding:36px}.filters{background:#fbfcfe}@media (max-width:980px){.globalHero{grid-template-columns:1fr;gap:44px;padding-top:64px}.heroRecoveryCard{width:100%;max-width:650px;min-height:420px;margin:auto}.countryCards{grid-template-columns:1fr 1fr}.countryCardActive{grid-column:1/-1}.countryHero{grid-template-columns:1fr;gap:34px}.countryHeroStats{grid-template-columns:repeat(3,1fr)}.countryHeroStats div{display:block}.countryHeroStats span{text-align:left;margin-top:3px;display:block}.trustPanel,.countryHelpPanel{flex-direction:column;align-items:flex-start}}@media (max-width:800px){.siteHeader{gap:14px;height:68px;padding:0 18px}.siteHeader nav{display:none}.siteHeader .brandName{font-size:17px}.siteHeader .brandMark{width:31px;height:31px}.headerCtaLong{display:none}.headerCtaShort{display:inline}.headerCta{margin-left:auto;padding:10px 12px}.globalHero,.globalSection,.countryHero{padding-left:20px;padding-right:20px}.globalHeroCopy h1,.countryHeroCopy h1{font-size:clamp(42px,11vw,62px)}.stepGrid{grid-template-columns:1fr}.stepCard{min-height:auto}.countryHeroStats{grid-template-columns:1fr 1fr 1fr}.countryCards{grid-template-columns:1fr}.countryCardActive{grid-column:auto}.trustPanel,.countryHelpPanel{padding:32px 28px}.siteFooterInner{padding:28px 20px}}@media (max-width:560px){.siteHeader .brandName{font-size:15px}.siteHeader .brandLockup{gap:7px}.siteHeader .brandMark{border-radius:9px;width:29px;height:29px}.primaryButton{font-size:12px}.globalHero{padding-top:50px;padding-bottom:58px}.globalHeroCopy>p,.countryHeroCopy>p{font-size:17px}.globalHeroActions,.countryHeroActions{grid-template-columns:1fr;width:100%;display:grid}.globalHeroActions .button,.countryHeroActions .button{text-align:center}.heroTrustLine{gap:10px;display:grid}.heroRecoveryCard{border-radius:26px;min-height:390px}.heroPetCard{width:215px;padding:14px}.heroPetCardLost{top:55px;left:14px}.heroPetCardFound{bottom:98px;right:12px}.heroHomeBadge{white-space:normal;text-align:center;max-width:calc(100% - 24px)}.countryHero{padding-top:52px}.countryHeroStats{grid-template-columns:1fr}.countryHeroStats div{display:flex}.countryHeroStats span{text-align:right}.countryCards{gap:12px}.countryCard{min-height:180px;padding:20px}.trustPanel,.countryHelpPanel{border-radius:22px;padding:28px 22px}.siteFooterInner{flex-direction:column;align-items:flex-start}.footerLinks{justify-content:flex-start;width:100%}}.cityLanding,.categoryLanding{overflow:hidden}.cityHero{grid-template-columns:minmax(0,1fr) 240px;align-items:center;gap:70px;max-width:1200px;margin:0 auto;padding:62px max(24px,5vw) 52px;display:grid}.cityHeroCopy h1{letter-spacing:-.045em;max-width:850px;margin:12px 0 18px;font-size:clamp(40px,5.2vw,64px);line-height:1.06}.cityHeroCopy>p{max-width:720px;color:var(--muted);margin:0;font-size:18px;line-height:1.7}.backLink{color:#64748b;margin-bottom:24px;font-size:13px;font-weight:750;text-decoration:none;display:inline-flex}.backLink:hover{color:var(--brand)}.cityHeroActions{justify-content:flex-start;margin-top:26px}.cityHeroBadge{aspect-ratio:1;text-align:center;background:linear-gradient(145deg,#f0f5ff,#fff8f0);border:1px solid #e4eaf4;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;display:flex;box-shadow:0 22px 50px #1d335817}.cityHeroBadgePin{color:var(--brand);margin-bottom:12px;font-size:20px}.cityHeroBadge strong{letter-spacing:-.03em;font-size:27px}.cityHeroBadge small{color:var(--muted);margin-top:4px}.cityCategorySection{padding-top:58px;padding-bottom:54px}.citySectionIntro{max-width:760px;margin-bottom:30px}.categoryPortalGrid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.categoryPortalCard{border:1px solid var(--line);min-height:240px;color:inherit;background:#fff;border-radius:24px;flex-direction:column;justify-content:space-between;padding:26px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative;overflow:hidden}.categoryPortalCard:before{content:"";opacity:.55;border-radius:50%;width:170px;height:170px;position:absolute;top:-85px;right:-70px}.categoryPortalLost:before{background:#fff0f0}.categoryPortalFound:before{background:#eaf8f4}.categoryPortalCard:hover{border-color:#cdd8e9;transform:translateY(-3px);box-shadow:0 20px 44px #18274b17}.categoryPortalTop{z-index:1;justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.categoryAnimal{letter-spacing:.1em;color:#697589;font-size:11px;font-weight:950}.categorySignal{letter-spacing:.07em;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:950}.categorySignalLost{color:#b42323;background:#feecec}.categorySignalFound{color:#0f715d;background:#e7f7f2}.categoryPortalCard h3{letter-spacing:-.035em;z-index:1;margin:0 0 8px;font-size:28px;position:relative}.categoryPortalCard p{color:var(--muted);z-index:1;max-width:78%;margin:0;line-height:1.55;position:relative}.categoryPortalArrow{color:#8490a3;font-size:28px;position:absolute;bottom:24px;right:25px}.citySafetySection{padding-top:18px;padding-bottom:86px}.citySafetyPanel{border:1px solid var(--line);background:#f8fafc;border-radius:20px;align-items:flex-start;gap:17px;padding:22px 24px;display:flex}.citySafetyIcon{color:#147157;background:#e8f6f0;border-radius:12px;flex:0 0 38px;place-items:center;height:38px;font-weight:950;display:grid}.citySafetyPanel strong{font-size:16px;display:block}.citySafetyPanel p{color:var(--muted);margin:6px 0 0;font-size:14px;line-height:1.55}.categoryHero{border-bottom:1px solid var(--line)}.categoryHeroLost{background:linear-gradient(#fff7f7,#fff)}.categoryHeroFound{background:linear-gradient(#f4fbf8,#fff)}.categoryHeroInner{justify-content:space-between;align-items:flex-end;gap:44px;max-width:1200px;margin:0 auto;padding:52px max(24px,5vw) 44px;display:flex}.categoryHeroInner>div{max-width:850px}.categoryHeroKicker{letter-spacing:.09em;color:#6a7588;align-items:center;gap:8px;font-size:11px;font-weight:950;display:flex}.categoryHero h1{letter-spacing:-.04em;margin:11px 0 14px;font-size:clamp(38px,5vw,58px);line-height:1.07}.categoryHero p{color:var(--muted);max-width:760px;margin:0;font-size:17px;line-height:1.65}.categoryHeroMeta{color:#697589;flex-wrap:wrap;align-items:center;gap:14px;margin-top:20px;font-size:13px;display:flex}.categoryCountPill{border:1px solid var(--line);color:#455166;background:#fff;border-radius:999px;padding:7px 10px;font-weight:800}.categoryHeroCta{white-space:nowrap;box-shadow:0 8px 22px #14223d14}.categorySwitcher{border-bottom:1px solid var(--line);background:#fff;overflow:auto}.categorySwitcherInner{gap:8px;min-width:max-content;max-width:1200px;margin:auto;padding:12px max(24px,5vw);display:flex}.categorySwitchLink{color:#5f6b7d;border:1px solid #0000;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:800;text-decoration:none}.categorySwitchLink:hover{color:var(--ink);background:#f7f9fc}.categorySwitchLinkActive{background:var(--brand-soft);color:var(--brand);border-color:#dbe7ff}.categoryResultsSection{padding-top:50px;padding-bottom:88px}.resultsHeading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:26px;display:flex}.resultsHeading h2{letter-spacing:-.035em;margin:5px 0 0;font-size:clamp(30px,4vw,42px)}.resultsCount{color:var(--muted);font-size:13px;font-weight:750}.launchEmptyState{text-align:center;border:1px solid var(--line);background:linear-gradient(#fff,#fafbfd);border-radius:28px;max-width:860px;margin:14px auto 0;padding:52px 44px;box-shadow:0 18px 50px #18274b0d}.emptySignalIcon{letter-spacing:.08em;border-radius:22px;place-items:center;width:72px;height:72px;margin:0 auto 24px;font-size:12px;font-weight:950;display:grid}.emptySignalLost{color:#bd2929;background:#fff0f0}.emptySignalFound{color:#0f715d;background:#eaf8f4}.launchEmptyState h2{letter-spacing:-.035em;margin:8px 0 12px;font-size:clamp(30px,4vw,42px)}.launchEmptyState>p{max-width:670px;color:var(--muted);margin:0 auto;font-size:16px;line-height:1.7}.emptyStateActions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:26px;display:flex}.emptyStateTrust{border-top:1px solid var(--line);color:#687487;flex-wrap:wrap;justify-content:center;gap:16px 26px;margin-top:30px;padding-top:22px;font-size:12px;font-weight:700;display:flex}.emptyStateTrust span:before{content:"✓";color:#17805e;margin-right:6px}.polishedListingGrid{align-items:stretch}.polishedListingCard{border-radius:20px;transition:transform .18s,box-shadow .18s,border-color .18s}.polishedListingCard:hover{border-color:#cdd8e9;transform:translateY(-3px);box-shadow:0 18px 42px #18274b1a}.polishedListingCard .listingImage{height:230px;overflow:hidden}.listingPlaceholder{color:#8190a4;background:linear-gradient(145deg,#eef3f8,#f8fafc);place-items:center;width:100%;height:100%;display:grid}.listingPlaceholder span{letter-spacing:.08em;background:#fff;border:1px solid #dce4ed;border-radius:22px;place-items:center;width:74px;height:74px;font-size:12px;font-weight:950;display:grid}.listingCardTopline{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.listingCardTopline h3{letter-spacing:-.02em;font-size:20px}.listingCardArrow{color:#8792a4;font-size:20px}.listingCardMeta{color:var(--muted);flex-wrap:wrap;gap:7px 12px;margin:9px 0 8px;font-size:13px;line-height:1.4;display:flex}.listingCardMeta span+span:before{content:"·";color:#b0b8c5;margin-right:12px}.listingCardColor{color:#526079;margin:0;font-size:13px;font-weight:700}@media (max-width:900px){.cityHero{grid-template-columns:1fr;gap:34px}.cityHeroBadge{justify-self:start;width:180px}.categoryHeroInner{flex-direction:column;align-items:flex-start}.categoryPortalGrid{grid-template-columns:1fr}.categoryPortalCard p{max-width:85%}.polishedListingCard .listingImage{height:220px}}@media (max-width:560px){.cityHero{padding-top:44px}.cityHeroCopy h1{font-size:clamp(38px,11vw,54px)}.cityHeroBadge{width:145px}.categoryPortalCard{min-height:218px;padding:22px}.categoryPortalCard h3{font-size:25px}.categoryPortalCard p{max-width:88%}.categoryHeroInner{padding-top:40px;padding-bottom:34px}.categoryHero h1{font-size:clamp(36px,10vw,50px)}.categoryHeroCta{text-align:center;width:100%}.categorySwitcherInner{padding-left:16px;padding-right:16px}.categoryResultsSection{padding-top:38px}.launchEmptyState{border-radius:22px;padding:38px 22px}.resultsHeading{flex-direction:column;align-items:flex-start}.emptyStateTrust{text-align:left;justify-content:flex-start}}.listingDetailPage{max-width:1240px;margin:0 auto;padding:28px max(20px,5vw) 88px}.listingBreadcrumbs{color:#7a8597;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:22px;font-size:13px;display:flex}.listingBreadcrumbs a{color:inherit;font-weight:700;text-decoration:none}.listingBreadcrumbs a:hover{color:var(--brand)}.listingBreadcrumbs span{color:#b8c0cc}.listingDetailGrid{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);align-items:start;gap:46px;display:grid}.listingDetailMedia{min-width:0;position:sticky;top:92px}.listingDetailContent{min-width:0}.listingDetailTopline{justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.listingPublicId{color:#7a8597;letter-spacing:.06em;font-size:11px;font-weight:850}.listingDetailContent h1{letter-spacing:-.045em;margin:0 0 14px;font-size:clamp(42px,5.5vw,66px);line-height:1}.listingDetailLead{color:var(--muted);margin:0 0 22px;font-size:17px;line-height:1.6}.listingEventCard{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:1fr 1fr;margin-bottom:18px;display:grid;overflow:hidden}.listingEventCard>div{padding:17px 18px}.listingEventCard>div+div{border-left:1px solid var(--line)}.listingEventLabel{text-transform:uppercase;letter-spacing:.08em;color:#7b8799;margin-bottom:5px;font-size:11px;font-weight:900;display:block}.listingEventCard strong{font-size:16px}.listingFacts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.listingFacts .fact{background:#fafbfd;border:1px solid #edf0f4;padding:14px}.listingInfoSection{border-top:1px solid var(--line);margin-top:26px;padding-top:26px}.listingInfoSection h2{letter-spacing:-.02em;margin:0 0 10px;font-size:20px}.listingInfoSection p{color:#38445a;margin:0;font-size:16px;line-height:1.72}.listingFeaturesBox{background:#fafbfd;border:1px solid #e8edf4;border-radius:16px;margin-top:20px;padding:18px 20px}.listingFeaturesBox h2{font-size:16px}.listingPhotoNote{border:1px solid var(--line);background:#f8fafc;border-radius:14px;flex-wrap:wrap;align-items:baseline;gap:8px 14px;margin-top:14px;padding:12px 14px;font-size:13px;display:flex}.listingPhotoNote strong{color:#334155}.listingPhotoNote span{color:var(--muted)}.listingPrivacyNotice,.listingOutcomeBox{flex-direction:column;gap:5px;margin-top:24px;padding:17px 18px;display:flex}.listingPrivacyNotice{border:1px solid var(--line);color:#3e4c61;background:#f8fafc}.listingPrivacyNotice span,.listingOutcomeBox span{font-size:14px;line-height:1.5}.listingDetailFooter{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;margin-top:28px;padding-top:22px;display:flex}.listingDetailFooter span{color:var(--muted);text-align:right;font-size:12px}.listingDetailPage .listingGallery,.listingDetailPage .detailImage{border-radius:24px}.listingDetailPage .detailImage{min-height:560px}.listingDetailPage .listingGalleryTrack{border-radius:24px}.listingDetailPage .sightingCallout{background:#f1f6ff;border-color:#cbdcff;border-radius:18px;margin-top:26px;padding:20px}.listingDetailPage .sightingCallout strong{font-size:19px}.listingDetailPage .sightingCallout .primaryButton{margin-top:2px;display:inline-block}.submissionPage{max-width:900px;margin:0 auto;padding:54px max(20px,5vw) 96px}.submissionIntro{text-align:center;max-width:760px;margin:0 auto 28px}.submissionIntroCompact{margin-bottom:26px}.submissionEyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--brand);margin-bottom:12px;font-size:11px;font-weight:950;display:inline-block}.submissionIntro h1{letter-spacing:-.045em;margin:0 0 15px;font-size:clamp(40px,5.4vw,62px);line-height:1.05}.submissionIntro>p{max-width:650px;color:var(--muted);margin:0 auto;font-size:17px;line-height:1.65}.submissionTrustRow{color:#657084;flex-wrap:wrap;justify-content:center;gap:12px 22px;margin-top:20px;font-size:12px;font-weight:750;display:flex}.submissionTrustRow span:before{content:"✓";color:#16856f;margin-right:6px}.submissionProgress{grid-template-columns:repeat(3,1fr);max-width:530px;margin:30px auto 0;display:grid;position:relative}.submissionProgress:before{content:"";background:#dfe5ed;height:1px;position:absolute;top:16px;left:17%;right:17%}.submissionProgress div{z-index:1;justify-items:center;gap:7px;display:grid;position:relative}.submissionProgress span{width:32px;height:32px;color:var(--brand);background:#fff;border:1px solid #d7e2f2;border-radius:999px;place-items:center;font-size:12px;font-weight:950;display:grid;box-shadow:0 0 0 6px #fff}.submissionProgress strong{color:#5e6b7e;font-size:12px}.submissionAccountBar{background:#fff;max-width:820px;margin:0 auto 18px}.submissionForm{gap:18px;display:grid}.formSectionCard{border:1px solid var(--line);background:#fff;border-radius:24px;padding:26px 28px;box-shadow:0 14px 35px #18274b0b}.formSectionHeading{align-items:flex-start;gap:14px;margin-bottom:24px;display:flex}.formSectionNumber{background:var(--brand-soft);height:38px;color:var(--brand);border-radius:12px;flex:0 0 38px;place-items:center;font-size:12px;font-weight:950;display:grid}.formSectionHeading h2{letter-spacing:-.025em;margin:0 0 5px;font-size:23px}.formSectionHeading p{color:var(--muted);margin:0;font-size:14px;line-height:1.5}.submissionChoiceGrid{margin-bottom:16px}.submissionChoice{text-align:left;flex-direction:column;align-items:flex-start;gap:5px;min-height:94px;padding:18px 20px;display:flex}.submissionChoice strong{font-size:16px}.submissionChoice span{color:var(--muted);font-size:12px;font-weight:650}.submissionChoice.choiceSelected span{color:#5673a5}.submissionChoiceLost.choiceSelected{color:#a83131;background:#fff7f7;border-color:#efb5b5}.submissionChoiceFound.choiceSelected{color:#126957;background:#f3fbf8;border-color:#9fd9cb}.formSectionCard .field{margin:12px 0}.formSectionCard .field input,.formSectionCard .field select,.formSectionCard .field textarea{font:inherit;background:#fff;border-color:#dfe5ec;transition:border-color .15s,box-shadow .15s}.formSectionCard .field input:focus,.formSectionCard .field select:focus,.formSectionCard .field textarea:focus{border-color:#9db8eb;outline:none;box-shadow:0 0 0 3px #2563eb14}.photoUploadBox{background:#fafbfd;border:1px dashed #ccd7e6;border-radius:18px;margin-top:18px;padding:18px}.photoUploadHeading{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:10px;display:flex}.photoUploadHeading label{font-weight:850;display:block}.photoUploadHeading span{color:var(--brand);font-size:12px;font-weight:850}.photoUploadHeading small{color:var(--muted);font-size:11px}.photoUploadHelp{color:var(--muted);margin:8px 0 0;font-size:12px;line-height:1.5}.selectedPhotoList{gap:7px;margin-top:12px;display:grid}.selectedPhotoItem{border:1px solid var(--line);background:#fff;border-radius:11px;justify-content:space-between;align-items:center;gap:14px;padding:9px 10px 9px 12px;font-size:12px;display:flex}.selectedPhotoItem span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.selectedPhotoItem button{color:#9f3535;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:800}.submissionPrivacyBox{color:#225d4f;background:#f4fbf8;border:1px solid #cfe9df;border-radius:14px;flex-direction:column;gap:4px;margin-bottom:8px;padding:14px 16px;display:flex}.submissionPrivacyBox span{color:#527468;font-size:12px;line-height:1.5}.submissionFinalPanel{background:#f7faff;border:1px solid #dce5f3;border-radius:20px;justify-content:space-between;align-items:center;gap:20px;padding:20px 22px;display:flex}.submissionFinalPanel>div{flex-direction:column;gap:4px;display:flex}.submissionFinalPanel span{color:var(--muted);font-size:12px}.submissionFinalPanel .submitButton{width:auto;min-width:190px;margin:0}.submissionError{margin:0}.submissionAuthCard{border:1px solid var(--line);max-width:620px;box-shadow:var(--shadow);background:#fff;border-radius:24px;margin:0 auto;padding:26px 28px}.submissionAuthCard h2{margin:0 0 7px;font-size:22px}.submissionAuthCard>p{margin:0 0 14px;line-height:1.55}.submissionLoading{text-align:center;max-width:500px;color:var(--muted);margin:70px auto}.submissionSuccessCard{text-align:center;max-width:660px;box-shadow:var(--shadow);background:linear-gradient(#f4fbf7,#fff);border-radius:26px;margin:30px auto 0;padding:38px 34px}.submissionSuccessMark{color:#16805e;background:#dff5e9;border-radius:999px;place-items:center;width:54px;height:54px;margin:0 auto 18px;font-size:24px;font-weight:950;display:grid}.submissionSuccessCard h1{letter-spacing:-.035em;margin:0 0 12px;font-size:clamp(32px,5vw,44px)}.submissionSuccessCard>p{color:#567066;line-height:1.65}.submissionIdCard{background:#fff;border:1px solid #cfe9df;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;max-width:360px;margin:22px auto;padding:13px 15px;display:flex}.submissionIdCard span{color:var(--muted);font-size:12px}.submissionIdCard strong{letter-spacing:.08em}.submissionSuccessActions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.submissionSuccessActions a{text-decoration:none}.submissionSuccessActions button{font:inherit}.submittedCard.submissionSuccessCard{border-color:#cfe9df}@media (max-width:900px){.listingDetailGrid{grid-template-columns:1fr}.listingDetailMedia{position:static}.listingDetailPage .detailImage{min-height:440px}.listingDetailFooter{flex-direction:column;align-items:flex-start}.listingDetailFooter span{text-align:left}.submissionPage{padding-top:40px}}@media (max-width:620px){.listingDetailPage{padding-top:20px;padding-bottom:64px}.listingBreadcrumbs{margin-bottom:16px}.listingDetailGrid{gap:28px}.listingDetailPage .detailImage{border-radius:20px;min-height:360px}.listingDetailPage .listingGallery,.listingDetailPage .listingGalleryTrack{border-radius:20px}.listingDetailContent h1{font-size:clamp(38px,12vw,52px)}.listingEventCard{grid-template-columns:1fr}.listingEventCard>div+div{border-left:0;border-top:1px solid var(--line)}.listingDetailTopline{align-items:flex-start}.formSectionCard{border-radius:20px;padding:22px 18px}.submissionIntro h1{font-size:clamp(38px,11vw,52px)}.submissionProgress{max-width:100%}.submissionProgress strong{font-size:11px}.submissionChoiceGrid{grid-template-columns:1fr}.photoUploadHeading,.submissionFinalPanel{flex-direction:column;align-items:flex-start}.submissionFinalPanel .submitButton{width:100%}.submissionAuthCard{padding:24px 20px}.submissionSuccessCard{padding:30px 20px}.submissionSuccessActions{grid-template-columns:1fr;width:100%;display:grid}.submissionSuccessActions a,.submissionSuccessActions button{text-align:center;width:100%}}.trustPage{max-width:1040px;margin:0 auto;padding:62px max(20px,5vw) 90px}.trustPageHero{max-width:820px;margin-bottom:26px}.trustPageHero h1{letter-spacing:-.045em;margin:0 0 16px;font-size:clamp(40px,5.4vw,62px);line-height:1.06}.trustPageHero>p{color:var(--muted);max-width:760px;margin:0;font-size:17px;line-height:1.68}.trustPageNotice{color:#72551c;background:#fff9eb;border:1px solid #f0d9a7;border-radius:16px;max-width:820px;margin:0 0 28px;padding:15px 17px;font-size:13px;line-height:1.55}.trustPageLayout{max-width:820px}.trustPageContent{border-top:1px solid var(--line);gap:0;display:grid}.trustPageSection{border-bottom:1px solid var(--line);padding:28px 0}.trustPageSection h2{letter-spacing:-.02em;margin:0 0 12px;font-size:21px;line-height:1.25}.trustPageSection p,.trustPageSection li{color:#3d495c;font-size:15px;line-height:1.72}.trustPageSection p{margin:0}.trustPageSection ul{gap:8px;margin:0;padding-left:21px;display:grid}.trustPageSection a{color:var(--brand);font-weight:750}.trustPageBack{margin-top:32px}.siteFooterExpanded .siteFooterInner{grid-template-columns:minmax(260px,1.4fr) 1fr 1.2fr;gap:36px;display:grid}.footerBrandBlock p{max-width:320px}.footerLinkGroup{flex-direction:column;align-items:flex-start;gap:9px;display:flex}.footerLinkGroup strong{text-transform:uppercase;letter-spacing:.07em;color:#7a8597;margin-bottom:3px;font-size:12px}.footerLinkGroup a{text-decoration:none}.footerLinkGroup a:hover{text-decoration:underline}.siteFooterBottom{border-top:1px solid var(--line);max-width:1200px;color:var(--muted);margin:0 auto;padding:20px 5vw;font-size:12px}@media (max-width:760px){.trustPage{padding-top:42px;padding-bottom:70px}.siteFooterExpanded .siteFooterInner{grid-template-columns:1fr;gap:24px}.footerLinkGroup{gap:8px}}
